Skip to content

Commit

Permalink
Updates SDK to v2.849.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 22, 2021
1 parent 75a3b8e commit 5e946f9
Show file tree
Hide file tree
Showing 15 changed files with 580 additions and 441 deletions.
12 changes: 12 additions & 0 deletions .changes/2.849.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker now supports core dump for SageMaker Endpoints and direct invocation of a single container in a SageMaker Endpoint that hosts multiple containers."
},
{
"type": "feature",
"category": "SageMakerRuntime",
"description": "SageMaker Runtime now supports a new TargetContainerHostname header to invoke a model in a specific container if the endpoint hosts multiple containers and is configured to use direct invocation."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.848.0-->
<!--LATEST=2.849.0-->
<!--ENTRYINSERT-->

## 2.849.0
* feature: SageMaker: Amazon SageMaker now supports core dump for SageMaker Endpoints and direct invocation of a single container in a SageMaker Endpoint that hosts multiple containers.
* feature: SageMakerRuntime: SageMaker Runtime now supports a new TargetContainerHostname header to invoke a model in a specific container if the endpoint hosts multiple containers and is configured to use direct invocation.

## 2.848.0
* feature: RDS: Added awsBackupRecoveryPointArn in ModifyDBInstanceRequest and in the response of ModifyDBInstance.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.848.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.849.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
4 changes: 4 additions & 0 deletions apis/runtime.sagemaker-2017-05-13.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
"location": "header",
"locationName": "X-Amzn-SageMaker-Target-Variant"
},
"TargetContainerHostname": {
"location": "header",
"locationName": "X-Amzn-SageMaker-Target-Container-Hostname"
},
"InferenceId": {
"location": "header",
"locationName": "X-Amzn-SageMaker-Inference-Id"
Expand Down
11 changes: 11 additions & 0 deletions apis/runtime.sagemaker-2017-05-13.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@
"location": "header",
"locationName": "X-Amzn-SageMaker-Target-Variant"
},
"TargetContainerHostname": {
"shape": "TargetContainerHostnameHeader",
"documentation": "<p>If the endpoint hosts multiple containers and is configured to use direct invocation, this parameter specifies the host name of the container to invoke.</p>",
"location": "header",
"locationName": "X-Amzn-SageMaker-Target-Container-Hostname"
},
"InferenceId": {
"shape": "InferenceId",
"documentation": "<p>If you provide a value, it is added to the captured data when you enable data capture on the endpoint. For information about data capture, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-data-capture.html\">Capture Data</a>.</p>",
Expand Down Expand Up @@ -156,6 +162,11 @@
},
"payload": "Body"
},
"TargetContainerHostnameHeader": {
"type": "string",
"max": 63,
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
},
"TargetModelHeader": {
"type": "string",
"max": 1024,
Expand Down
Loading

0 comments on commit 5e946f9

Please sign in to comment.