Skip to content

Commit

Permalink
Updates SDK to v2.1027.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 11, 2021
1 parent d0620c4 commit 3e4e499
Show file tree
Hide file tree
Showing 19 changed files with 2,035 additions and 1,850 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1027.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release provides an additional route target for the VPC route table."
},
{
"type": "feature",
"category": "Translate",
"description": "This release enables customers to import Multi-Directional Custom Terminology and use Multi-Directional Custom Terminology in both real-time translation and asynchronous batch translation."
},
{
"type": "feature",
"category": "endpoint",
"description": "Add useFipsEndpoint configuration"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-endpoint-e156c0ec.json

This file was deleted.

7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1026.0-->
<!--LATEST=2.1027.0-->
<!--ENTRYINSERT-->

## 2.1027.0
* feature: EC2: This release provides an additional route target for the VPC route table.
* feature: Translate: This release enables customers to import Multi-Directional Custom Terminology and use Multi-Directional Custom Terminology in both real-time translation and asynchronous batch translation.
* feature: endpoint: Add useFipsEndpoint configuration

## 2.1026.0
* feature: Backup: AWS Backup SDK provides new options when scheduling backups: select supported services and resources that are assigned to a particular tag, linked to a combination of tags, or can be identified by a partial tag value, and exclude resources from their assignments.
* feature: ECS: This release adds support for container instance health.
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.1026.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1027.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
104 changes: 52 additions & 52 deletions apis/dynamodb-2012-08-10.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 3e4e499

Please sign in to comment.