Skip to content

Commit 514a641

Browse files
author
awstools
committed
Updates SDK to v2.1118.0
1 parent d241b6d commit 514a641

22 files changed

+2481
-767
lines changed

.changes/2.1118.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Macie2",
10+
"description": "Sensitive data findings in Amazon Macie now indicate how Macie found the sensitive data that produced a finding (originType)."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Mgn",
15+
"description": "Removed required annotation from input fields in Describe operations requests. Added quotaValue to ServiceQuotaExceededException"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RDS",
20+
"description": "Added a new cluster-level attribute to set the capacity range for Aurora Serverless v2 instances."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1117.0-->
2+
<!--LATEST=2.1118.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1118.0
6+
* 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.
7+
* feature: Macie2: Sensitive data findings in Amazon Macie now indicate how Macie found the sensitive data that produced a finding (originType).
8+
* feature: Mgn: Removed required annotation from input fields in Describe operations requests. Added quotaValue to ServiceQuotaExceededException
9+
* feature: RDS: Added a new cluster-level attribute to set the capacity range for Aurora Serverless v2 instances.
10+
511
## 2.1117.0
612
* 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.
713
* feature: KMS: Adds support for KMS keys and APIs that generate and verify HMAC codes

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.1117.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1118.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

0 commit comments

Comments
 (0)