Skip to content

Commit

Permalink
Updates SDK to v2.1059.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 18, 2022
1 parent bc45f2f commit 1c987aa
Show file tree
Hide file tree
Showing 22 changed files with 3,441 additions and 2,409 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1059.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Add support for AWS Client VPN client login banner and session timeout."
},
{
"type": "feature",
"category": "IVS",
"description": "This release adds support for the new Thumbnail Configuration property for Recording Configurations. For more information see https://docs.aws.amazon.com/ivs/latest/userguide/record-to-s3.html"
},
{
"type": "feature",
"category": "Location",
"description": "This release adds the CalculateRouteMatrix API which calculates routes for the provided departure and destination positions. The release also deprecates the use of pricing plan across all verticals."
}
]
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.1058.0-->
<!--LATEST=2.1059.0-->
<!--ENTRYINSERT-->

## 2.1059.0
* feature: EC2: Add support for AWS Client VPN client login banner and session timeout.
* feature: IVS: This release adds support for the new Thumbnail Configuration property for Recording Configurations. For more information see https://docs.aws.amazon.com/ivs/latest/userguide/record-to-s3.html
* feature: Location: This release adds the CalculateRouteMatrix API which calculates routes for the provided departure and destination positions. The release also deprecates the use of pricing plan across all verticals.

## 2.1058.0
* feature: ConfigService: Update ResourceType enum with values for CodeDeploy, EC2 and Kinesis resources
* feature: Honeycode: Added read and write api support for multi-select picklist. And added errorcode field to DescribeTableDataImportJob API output, when import job fails.
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.1058.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1059.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
8 changes: 4 additions & 4 deletions apis/cloudtrail-2013-11-01.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 1c987aa

Please sign in to comment.