Skip to content

Commit

Permalink
Updates SDK to v2.1142.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 24, 2022
1 parent 77bb970 commit 8cef45e
Show file tree
Hide file tree
Showing 23 changed files with 1,630 additions and 835 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1142.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "Amazon Cognito now supports requiring attribute verification (ex. email and phone number) before update."
},
{
"type": "feature",
"category": "EC2",
"description": "Stop Protection feature enables customers to protect their instances from accidental stop actions."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders."
},
{
"type": "feature",
"category": "NetworkManager",
"description": "This release adds Multi Account API support for a TGW Global Network, to enable and disable AWSServiceAccess with AwsOrganizations for Network Manager service and dependency CloudFormation StackSets service."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1141.0-->
<!--LATEST=2.1142.0-->
<!--ENTRYINSERT-->

## 2.1142.0
* feature: CognitoIdentityServiceProvider: Amazon Cognito now supports requiring attribute verification (ex. email and phone number) before update.
* feature: EC2: Stop Protection feature enables customers to protect their instances from accidental stop actions.
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.
* feature: NetworkManager: This release adds Multi Account API support for a TGW Global Network, to enable and disable AWSServiceAccess with AwsOrganizations for Network Manager service and dependency CloudFormation StackSets service.

## 2.1141.0
* feature: ElastiCache: Added support for encryption in transit for Memcached clusters. Customers can now launch Memcached cluster with encryption in transit enabled when using Memcached version 1.6.12 or later.
* feature: ForecastService: New APIs for Monitor that help you understand how your predictors perform over time.
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.1141.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1142.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
Loading

0 comments on commit 8cef45e

Please sign in to comment.