Skip to content

Commit

Permalink
Updates SDK to v2.1447.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 29, 2023
1 parent ac661ff commit 68e1d68
Show file tree
Hide file tree
Showing 23 changed files with 3,098 additions and 419 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1447.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "Added API example requests and responses for several operations. Fixed the validation regex for user pools Identity Provider name."
},
{
"type": "feature",
"category": "Omics",
"description": "Add RetentionMode support for Runs."
},
{
"type": "feature",
"category": "SESV2",
"description": "Adds support for the new Export and Message Insights features: create, get, list and cancel export jobs; get message insights."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1446.0-->
<!--LATEST=2.1447.0-->
<!--ENTRYINSERT-->

## 2.1447.0
* feature: CognitoIdentityServiceProvider: Added API example requests and responses for several operations. Fixed the validation regex for user pools Identity Provider name.
* feature: Omics: Add RetentionMode support for Runs.
* feature: SESV2: Adds support for the new Export and Message Insights features: create, get, list and cancel export jobs; get message insights.

## 2.1446.0
* feature: Backup: Add support for customizing time zone for backup window in backup plan rules.
* feature: ComputeOptimizer: This release enables AWS Compute Optimizer to analyze and generate licensing optimization recommendations for sql server running on EC2 instances.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.1446.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1447.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 68e1d68

Please sign in to comment.