Skip to content

Commit

Permalink
Updates SDK to v2.1118.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 20, 2022
1 parent d241b6d commit 514a641
Show file tree
Hide file tree
Showing 22 changed files with 2,481 additions and 767 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1118.0.json
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release adds APIs to search, claim, release, list, update, and describe phone numbers. You can also use them to associate and disassociate contact flows to phone numbers."
},
{
"type": "feature",
"category": "Macie2",
"description": "Sensitive data findings in Amazon Macie now indicate how Macie found the sensitive data that produced a finding (originType)."
},
{
"type": "feature",
"category": "Mgn",
"description": "Removed required annotation from input fields in Describe operations requests. Added quotaValue to ServiceQuotaExceededException"
},
{
"type": "feature",
"category": "RDS",
"description": "Added a new cluster-level attribute to set the capacity range for Aurora Serverless v2 instances."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1117.0-->
<!--LATEST=2.1118.0-->
<!--ENTRYINSERT-->

## 2.1118.0
* feature: Connect: This release adds APIs to search, claim, release, list, update, and describe phone numbers. You can also use them to associate and disassociate contact flows to phone numbers.
* feature: Macie2: Sensitive data findings in Amazon Macie now indicate how Macie found the sensitive data that produced a finding (originType).
* feature: Mgn: Removed required annotation from input fields in Describe operations requests. Added quotaValue to ServiceQuotaExceededException
* feature: RDS: Added a new cluster-level attribute to set the capacity range for Aurora Serverless v2 instances.

## 2.1117.0
* feature: AutoScaling: EC2 Auto Scaling now adds default instance warm-up times for all scaling activities, health check replacements, and other replacement events in the Auto Scaling instance lifecycle.
* feature: KMS: Adds support for KMS keys and APIs that generate and verify HMAC codes
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.1117.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1118.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

0 comments on commit 514a641

Please sign in to comment.