Skip to content

Commit

Permalink
Updates SDK to v2.1608.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 26, 2024
1 parent 64fb575 commit 361a9c9
Show file tree
Hide file tree
Showing 27 changed files with 999 additions and 368 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1608.0.json
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "CodePipeline",
"description": "Add ability to manually and automatically roll back a pipeline stage to a previously successful execution."
},
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "Add LimitExceededException to SignUp errors"
},
{
"type": "feature",
"category": "ConnectCampaigns",
"description": "This release adds support for specifying if Answering Machine should wait for prompt sound."
},
{
"type": "feature",
"category": "MarketplaceEntitlementService",
"description": "Releasing minor endpoint updates."
},
{
"type": "feature",
"category": "OAM",
"description": "This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account"
},
{
"type": "feature",
"category": "RDS",
"description": "SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database."
},
{
"type": "feature",
"category": "Support",
"description": "Releasing minor endpoint updates."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1607.0-->
<!--LATEST=2.1608.0-->
<!--ENTRYINSERT-->

## 2.1608.0
* feature: CodePipeline: Add ability to manually and automatically roll back a pipeline stage to a previously successful execution.
* feature: CognitoIdentityServiceProvider: Add LimitExceededException to SignUp errors
* feature: ConnectCampaigns: This release adds support for specifying if Answering Machine should wait for prompt sound.
* feature: MarketplaceEntitlementService: Releasing minor endpoint updates.
* feature: OAM: This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account
* feature: RDS: SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database.
* feature: Support: Releasing minor endpoint updates.

## 2.1607.0
* feature: AppSync: UpdateGraphQLAPI documentation update and datasource introspection secret arn update
* feature: FMS: AWS Firewall Manager adds support for network ACL policies to manage Amazon Virtual Private Cloud (VPC) network access control lists (ACLs) for accounts in your organization.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.1607.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1608.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

0 comments on commit 361a9c9

Please sign in to comment.