Skip to content

Commit cae1321

Browse files
author
awstools
committed
Updates SDK to v2.1393.0
1 parent 756306b commit cae1321

25 files changed

+1662
-245
lines changed

.changes/2.1393.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudFormation",
5+
"description": "AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudWatchLogs",
10+
"description": "This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via \"inheritedProperties\" list in the response."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CustomerProfiles",
15+
"description": "This release introduces event stream related APIs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EMRcontainers",
20+
"description": "EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "IotDeviceAdvisor",
25+
"description": "AWS IoT Core Device Advisor now supports new Qualification Suite test case list. With this update, customers can more easily create new qualification test suite with an empty rootGroup input."
26+
}
27+
]

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1392.0-->
2+
<!--LATEST=2.1393.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1393.0
6+
* feature: CloudFormation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT
7+
* feature: CloudWatchLogs: This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via "inheritedProperties" list in the response.
8+
* feature: CustomerProfiles: This release introduces event stream related APIs.
9+
* feature: EMRcontainers: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API.
10+
* feature: IotDeviceAdvisor: AWS IoT Core Device Advisor now supports new Qualification Suite test case list. With this update, customers can more easily create new qualification test suite with an empty rootGroup input.
11+
512
## 2.1392.0
613
* feature: EMR: This release provides customers the ability to specify an allocation strategies amongst PRICE_CAPACITY_OPTIMIZED, CAPACITY_OPTIMIZED, LOWEST_PRICE, DIVERSIFIED for Spot instances in Instance Feet cluster. This enables customers to choose an allocation strategy best suited for their workload.
714
* feature: IAM: This release updates the AccountAlias regex pattern with the same length restrictions enforced by the length constraint.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1392.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1393.0.min.js"></script>
7575

7676
You can also build a custom browser SDK with your specified set of AWS services.
7777
This can allow you to reduce the SDK's size, specify different API versions of

apis/cloudformation-2010-05-15.normal.json

Lines changed: 20 additions & 19 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)