Skip to content

Commit bb886d2

Browse files
author
awstools
committed
Updates SDK to v2.1548.0
1 parent 038e784 commit bb886d2

22 files changed

+4230
-1017
lines changed

.changes/2.1548.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudFormation",
5+
"description": "CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ELBv2",
10+
"description": "This release enables unhealthy target draining intervals for Network Load Balancers."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Glue",
15+
"description": "Update page size limits for GetJobRuns and GetTriggers APIs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SSM",
20+
"description": "This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1547.0-->
2+
<!--LATEST=2.1548.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1548.0
6+
* feature: CloudFormation: CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack.
7+
* feature: ELBv2: This release enables unhealthy target draining intervals for Network Load Balancers.
8+
* feature: Glue: Update page size limits for GetJobRuns and GetTriggers APIs.
9+
* feature: SSM: This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled.
10+
511
## 2.1547.0
612
* feature: DataZone: Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects
713

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6969
To use the SDK in the browser, simply add the following script tag to your
7070
HTML pages:
7171

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1547.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1548.0.min.js"></script>
7373

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

0 commit comments

Comments
 (0)