Skip to content

Commit 1c987aa

Browse files
author
awstools
committed
Updates SDK to v2.1059.0
1 parent bc45f2f commit 1c987aa

22 files changed

+3441
-2409
lines changed

Diff for: .changes/2.1059.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "Add support for AWS Client VPN client login banner and session timeout."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "IVS",
10+
"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"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Location",
15+
"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."
16+
}
17+
]

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1058.0-->
2+
<!--LATEST=2.1059.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1059.0
6+
* feature: EC2: Add support for AWS Client VPN client login banner and session timeout.
7+
* 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
8+
* 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.
9+
510
## 2.1058.0
611
* feature: ConfigService: Update ResourceType enum with values for CodeDeploy, EC2 and Kinesis resources
712
* feature: Honeycode: Added read and write api support for multi-select picklist. And added errorcode field to DescribeTableDataImportJob API output, when import job fails.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1058.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1059.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

Diff for: apis/cloudtrail-2013-11-01.normal.json

+4-4
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)