Skip to content

Commit

Permalink
Updates SDK to v2.1029.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 15, 2021
1 parent 1545265 commit 8724023
Show file tree
Hide file tree
Showing 38 changed files with 5,941 additions and 454 deletions.
42 changes: 42 additions & 0 deletions .changes/2.1029.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "This release includes support for images of AmazonLinux2 platform type."
},
{
"type": "feature",
"category": "DMS",
"description": "Add Settings in JSON format for the source GCP MySQL endpoint"
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "EKS",
"description": "Adding Tags support to Cluster Registrations."
},
{
"type": "feature",
"category": "MigrationHubStrategy",
"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"
},
{
"type": "feature",
"category": "SSM",
"description": "Adds support for Session Reason and Max Session Duration for Systems Manager Session Manager."
},
{
"type": "feature",
"category": "Transfer",
"description": "AWS Transfer Family now supports integrating a custom identity provider using AWS Lambda"
},
{
"type": "feature",
"category": "WAFV2",
"description": "Your options for logging web ACL traffic now include Amazon CloudWatch Logs log groups and Amazon S3 buckets."
}
]
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1028.0-->
<!--LATEST=2.1029.0-->
<!--ENTRYINSERT-->

## 2.1029.0
* feature: AppStream: This release includes support for images of AmazonLinux2 platform type.
* feature: DMS: Add Settings in JSON format for the source GCP MySQL endpoint
* 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.
* feature: EKS: Adding Tags support to Cluster Registrations.
* 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
* feature: SSM: Adds support for Session Reason and Max Session Duration for Systems Manager Session Manager.
* feature: Transfer: AWS Transfer Family now supports integrating a custom identity provider using AWS Lambda
* feature: WAFV2: Your options for logging web ACL traffic now include Amazon CloudWatch Logs log groups and Amazon S3 buckets.

## 2.1028.0
* 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.
* feature: DevOpsGuru: Add support for cross account APIs.
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.1028.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1029.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
6 changes: 5 additions & 1 deletion apis/appstream-2016-12-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,9 @@
},
{
"shape": "InvalidParameterCombinationException"
},
{
"shape": "OperationNotPermittedException"
}
],
"documentation": "<p>Retrieves a list that describes one or more specified users in the user pool.</p>"
Expand Down Expand Up @@ -3255,7 +3258,8 @@
"enum": [
"WINDOWS",
"WINDOWS_SERVER_2016",
"WINDOWS_SERVER_2019"
"WINDOWS_SERVER_2019",
"AMAZON_LINUX2"
]
},
"RedirectURL": {
Expand Down
Loading

0 comments on commit 8724023

Please sign in to comment.