Updates SDK to v2.1336.0 · aws/aws-sdk-js@512728e · GitHub
Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 512728e

Browse files
author
awstools
committed
Updates SDK to v2.1336.0
1 parent 7b8436a commit 512728e

18 files changed

Lines changed: 639 additions & 178 deletions

.changes/2.1336.0.json

Lines changed: 17 additions & 0 deletions

CHANGELOG.md

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

5+
## 2.1336.0
6+
* feature: MigrationHubStrategy: This release adds the binary analysis that analyzes IIS application DLLs on Windows and Java applications on Linux to provide anti-pattern report without configuring access to the source code.
7+
* feature: S3Control: Added support for S3 Object Lambda aliases.
8+
* feature: SecurityLake: Make Create/Get/ListSubscribers APIs return resource share ARN and name so they can be used to validate the RAM resource share to accept. GetDatalake can be used to track status of UpdateDatalake and DeleteDatalake requests.
9+
510
## 2.1335.0
611
* feature: ApplicationAutoScaling: Application Auto Scaling customers can now use mathematical functions to customize the metric used with Target Tracking policies within the policy configuration itself, saving the cost and effort of publishing the customizations as a separate metric.
712
* feature: DataExchange: This release enables data providers to license direct access to S3 objects encrypted with Customer Managed Keys (CMK) in AWS KMS through AWS Data Exchange. Subscribers can use these keys to decrypt, then use the encrypted S3 objects shared with them, without creating or managing copies.

README.md

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

73-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1335.0.min.js"></script>
73+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1336.0.min.js"></script>
7474

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

apis/migrationhubstrategy-2020-02-19.min.json

Lines changed: 70 additions & 30 deletions

0 commit comments

Comments
 (0)