Skip to content

Commit dacfa24

Browse files
author
awstools
committed
Updates SDK to v2.1626.0
1 parent 8fbfd57 commit dacfa24

25 files changed

+911
-256
lines changed

.changes/2.1626.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "EC2",
5+
"description": "do not serialize empty lists for EC2"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Chatbot",
10+
"description": "This change adds support for tagging Chatbot configurations."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CloudFormation",
15+
"description": "Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "KMS",
20+
"description": "This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "OpenSearch",
25+
"description": "This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "WAFV2",
30+
"description": "You can now use Security Lake to collect web ACL traffic data."
31+
}
32+
]

.changes/next-release/bugfix-EC2-de915a43.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.1626.0
6+
* bugfix: EC2: do not serialize empty lists for EC2
7+
* feature: Chatbot: This change adds support for tagging Chatbot configurations.
8+
* feature: CloudFormation: Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.
9+
* feature: KMS: This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
10+
* feature: OpenSearch: This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status.
11+
* feature: WAFV2: You can now use Security Lake to collect web ACL traffic data.
12+
513
## 2.1625.0
614
* feature: CloudFront: Model update; no change to SDK functionality.
715
* feature: Glue: Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1625.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1626.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)