Skip to content

Commit 8724023

Browse files
author
awstools
committed
Updates SDK to v2.1029.0
1 parent 1545265 commit 8724023

38 files changed

+5941
-454
lines changed

.changes/2.1029.0.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppStream",
5+
"description": "This release includes support for images of AmazonLinux2 platform type."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DMS",
10+
"description": "Add Settings in JSON format for the source GCP MySQL endpoint"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "Adds a new VPC Subnet attribute \"EnableDns64.\" When enabled on IPv6 Subnets, the Amazon-Provided DNS Resolver returns synthetic IPv6 addresses for IPv4-only destinations."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EKS",
20+
"description": "Adding Tags support to Cluster Registrations."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MigrationHubStrategy",
25+
"description": "AWS SDK for Migration Hub Strategy Recommendations. It includes APIs to start the portfolio assessment, import portfolio data for assessment, and to retrieve recommendations. For more information, see the AWS Migration Hub documentation at https://docs.aws.amazon.com/migrationhub/index.html"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SSM",
30+
"description": "Adds support for Session Reason and Max Session Duration for Systems Manager Session Manager."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Transfer",
35+
"description": "AWS Transfer Family now supports integrating a custom identity provider using AWS Lambda"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "WAFV2",
40+
"description": "Your options for logging web ACL traffic now include Amazon CloudWatch Logs log groups and Amazon S3 buckets."
41+
}
42+
]

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1028.0-->
2+
<!--LATEST=2.1029.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1029.0
6+
* feature: AppStream: This release includes support for images of AmazonLinux2 platform type.
7+
* feature: DMS: Add Settings in JSON format for the source GCP MySQL endpoint
8+
* feature: EC2: Adds a new VPC Subnet attribute "EnableDns64." When enabled on IPv6 Subnets, the Amazon-Provided DNS Resolver returns synthetic IPv6 addresses for IPv4-only destinations.
9+
* feature: EKS: Adding Tags support to Cluster Registrations.
10+
* feature: MigrationHubStrategy: AWS SDK for Migration Hub Strategy Recommendations. It includes APIs to start the portfolio assessment, import portfolio data for assessment, and to retrieve recommendations. For more information, see the AWS Migration Hub documentation at https://docs.aws.amazon.com/migrationhub/index.html
11+
* feature: SSM: Adds support for Session Reason and Max Session Duration for Systems Manager Session Manager.
12+
* feature: Transfer: AWS Transfer Family now supports integrating a custom identity provider using AWS Lambda
13+
* feature: WAFV2: Your options for logging web ACL traffic now include Amazon CloudWatch Logs log groups and Amazon S3 buckets.
14+
515
## 2.1028.0
616
* feature: Connect: This release adds APIs for creating and managing scheduled tasks. Additionally, adds APIs to describe and update a contact and list associated references.
717
* feature: DevOpsGuru: Add support for cross account APIs.

README.md

Lines changed: 1 addition & 1 deletion
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.1028.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1029.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

apis/appstream-2016-12-01.normal.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,9 @@
823823
},
824824
{
825825
"shape": "InvalidParameterCombinationException"
826+
},
827+
{
828+
"shape": "OperationNotPermittedException"
826829
}
827830
],
828831
"documentation": "<p>Retrieves a list that describes one or more specified users in the user pool.</p>"
@@ -3255,7 +3258,8 @@
32553258
"enum": [
32563259
"WINDOWS",
32573260
"WINDOWS_SERVER_2016",
3258-
"WINDOWS_SERVER_2019"
3261+
"WINDOWS_SERVER_2019",
3262+
"AMAZON_LINUX2"
32593263
]
32603264
},
32613265
"RedirectURL": {

0 commit comments

Comments
 (0)