Skip to content

Commit

Permalink
Updates SDK to v2.1640.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 12, 2024
1 parent 37d581c commit ae46271
Show file tree
Hide file tree
Showing 39 changed files with 9,382 additions and 1,099 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1640.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "bugfix",
"category": "BackupStorage",
"description": "Deprecate BackupStorage"
},
{
"type": "feature",
"category": "AppTest",
"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."
},
{
"type": "feature",
"category": "EC2",
"description": "Tagging support for Traffic Mirroring FilterRule resource"
},
{
"type": "feature",
"category": "OSIS",
"description": "SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines."
},
{
"type": "feature",
"category": "SESV2",
"description": "This release adds support for Amazon EventBridge as an email sending events destination."
},
{
"type": "feature",
"category": "SecretsManager",
"description": "Introducing RotationToken parameter for PutSecretValue API"
},
{
"type": "feature",
"category": "SecurityLake",
"description": "This release updates request validation regex to account for non-commercial aws partitions."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-BackupStorage-8ec10401.json

This file was deleted.

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

## 2.1640.0
* bugfix: BackupStorage: Deprecate BackupStorage
* 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.
* feature: EC2: Tagging support for Traffic Mirroring FilterRule resource
* feature: OSIS: SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines.
* feature: SESV2: This release adds support for Amazon EventBridge as an email sending events destination.
* feature: SecretsManager: Introducing RotationToken parameter for PutSecretValue API
* feature: SecurityLake: This release updates request validation regex to account for non-commercial aws partitions.

## 2.1639.0
* 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.
* feature: GuardDuty: Added API support for GuardDuty Malware Protection for S3.
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.1639.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1640.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
5 changes: 5 additions & 0 deletions apis/apptest-2022-12-06.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit ae46271

Please sign in to comment.