Skip to content

Commit 361a9c9

Browse files
author
awstools
committed
Updates SDK to v2.1608.0
1 parent 64fb575 commit 361a9c9

27 files changed

+999
-368
lines changed

Diff for: .changes/2.1608.0.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CodePipeline",
5+
"description": "Add ability to manually and automatically roll back a pipeline stage to a previously successful execution."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CognitoIdentityServiceProvider",
10+
"description": "Add LimitExceededException to SignUp errors"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ConnectCampaigns",
15+
"description": "This release adds support for specifying if Answering Machine should wait for prompt sound."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MarketplaceEntitlementService",
20+
"description": "Releasing minor endpoint updates."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "OAM",
25+
"description": "This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "RDS",
30+
"description": "SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Support",
35+
"description": "Releasing minor endpoint updates."
36+
}
37+
]

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.1607.0-->
2+
<!--LATEST=2.1608.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1608.0
6+
* feature: CodePipeline: Add ability to manually and automatically roll back a pipeline stage to a previously successful execution.
7+
* feature: CognitoIdentityServiceProvider: Add LimitExceededException to SignUp errors
8+
* feature: ConnectCampaigns: This release adds support for specifying if Answering Machine should wait for prompt sound.
9+
* feature: MarketplaceEntitlementService: Releasing minor endpoint updates.
10+
* feature: OAM: This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account
11+
* feature: RDS: SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database.
12+
* feature: Support: Releasing minor endpoint updates.
13+
514
## 2.1607.0
615
* feature: AppSync: UpdateGraphQLAPI documentation update and datasource introspection secret arn update
716
* 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.

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

0 commit comments

Comments
 (0)