Skip to content

Commit

Permalink
Updates SDK to v2.1626.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 22, 2024
1 parent 8fbfd57 commit dacfa24
Show file tree
Hide file tree
Showing 25 changed files with 911 additions and 256 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1626.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "bugfix",
"category": "EC2",
"description": "do not serialize empty lists for EC2"
},
{
"type": "feature",
"category": "Chatbot",
"description": "This change adds support for tagging Chatbot configurations."
},
{
"type": "feature",
"category": "CloudFormation",
"description": "Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure."
},
{
"type": "feature",
"category": "KMS",
"description": "This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China."
},
{
"type": "feature",
"category": "OpenSearch",
"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."
},
{
"type": "feature",
"category": "WAFV2",
"description": "You can now use Security Lake to collect web ACL traffic data."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-EC2-de915a43.json

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1625.0-->
<!--LATEST=2.1626.0-->
<!--ENTRYINSERT-->

## 2.1626.0
* bugfix: EC2: do not serialize empty lists for EC2
* feature: Chatbot: This change adds support for tagging Chatbot configurations.
* feature: CloudFormation: Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.
* feature: KMS: This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
* 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.
* feature: WAFV2: You can now use Security Lake to collect web ACL traffic data.

## 2.1625.0
* feature: CloudFront: Model update; no change to SDK functionality.
* feature: Glue: Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1625.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1626.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 dacfa24

Please sign in to comment.