Skip to content

Commit ae46271

Browse files
author
awstools
committed
Updates SDK to v2.1640.0
1 parent 37d581c commit ae46271

39 files changed

+9382
-1099
lines changed

Diff for: .changes/2.1640.0.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "BackupStorage",
5+
"description": "Deprecate BackupStorage"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AppTest",
10+
"description": "AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "Tagging support for Traffic Mirroring FilterRule resource"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "OSIS",
20+
"description": "SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SESV2",
25+
"description": "This release adds support for Amazon EventBridge as an email sending events destination."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SecretsManager",
30+
"description": "Introducing RotationToken parameter for PutSecretValue API"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SecurityLake",
35+
"description": "This release updates request validation regex to account for non-commercial aws partitions."
36+
}
37+
]

Diff for: .changes/next-release/bugfix-BackupStorage-8ec10401.json

-5
This file was deleted.

Diff for: CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1639.0-->
2+
<!--LATEST=2.1640.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1640.0
6+
* bugfix: BackupStorage: Deprecate BackupStorage
7+
* feature: AppTest: AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing.
8+
* feature: EC2: Tagging support for Traffic Mirroring FilterRule resource
9+
* feature: OSIS: SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines.
10+
* feature: SESV2: This release adds support for Amazon EventBridge as an email sending events destination.
11+
* feature: SecretsManager: Introducing RotationToken parameter for PutSecretValue API
12+
* feature: SecurityLake: This release updates request validation regex to account for non-commercial aws partitions.
13+
514
## 2.1639.0
615
* feature: AccessAnalyzer: IAM Access Analyzer now provides policy recommendations to help resolve unused permissions for IAM roles and users. Additionally, IAM Access Analyzer now extends its custom policy checks to detect when IAM policies grant public access or access to critical resources ahead of deployments.
716
* feature: GuardDuty: Added API support for GuardDuty Malware Protection for S3.

Diff for: README.md

+1-1
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.1639.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1640.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

Diff for: apis/apptest-2022-12-06.examples.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)