Skip to content

Commit

Permalink
Updates SDK to v2.1313.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 10, 2023
1 parent 9852324 commit 895a934
Show file tree
Hide file tree
Showing 26 changed files with 2,176 additions and 1,709 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1313.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "AutoScaling",
"description": "You can now either terminate/replace, ignore, or wait for EC2 Auto Scaling instances on standby or protected from scale in. Also, you can also roll back changes from a failed instance refresh."
},
{
"type": "feature",
"category": "Connect",
"description": "This update provides the Wisdom session ARN for contacts enabled for Wisdom in the chat channel."
},
{
"type": "feature",
"category": "EC2",
"description": "Adds support for waiters that automatically poll for an imported snapshot until it reaches the completed state."
},
{
"type": "feature",
"category": "Polly",
"description": "Amazon Polly adds two new neural Japanese voices - Kazuha, Tomoko"
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Autopilot adds support for selecting algorithms in CreateAutoMLJob API."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1312.0-->
<!--LATEST=2.1313.0-->
<!--ENTRYINSERT-->

## 2.1313.0
* feature: AutoScaling: You can now either terminate/replace, ignore, or wait for EC2 Auto Scaling instances on standby or protected from scale in. Also, you can also roll back changes from a failed instance refresh.
* feature: Connect: This update provides the Wisdom session ARN for contacts enabled for Wisdom in the chat channel.
* feature: EC2: Adds support for waiters that automatically poll for an imported snapshot until it reaches the completed state.
* feature: Polly: Amazon Polly adds two new neural Japanese voices - Kazuha, Tomoko
* feature: SageMaker: Amazon SageMaker Autopilot adds support for selecting algorithms in CreateAutoMLJob API.

## 2.1312.0
* feature: EMRcontainers: EMR on EKS allows configuring retry policies for job runs through the StartJobRun API. Using retry policies, a job cause a driver pod to be restarted automatically if it fails or is deleted. The job's status can be seen in the DescribeJobRun and ListJobRun APIs and monitored using CloudWatch events.
* feature: Evidently: Updated entity overrides parameter to accept up to 2500 overrides or a total of 40KB.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1312.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1313.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
Loading

0 comments on commit 895a934

Please sign in to comment.