Skip to content

Commit

Permalink
Updates SDK to v2.1548.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 31, 2024
1 parent 038e784 commit bb886d2
Show file tree
Hide file tree
Showing 22 changed files with 4,230 additions and 1,017 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1548.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CloudFormation",
"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."
},
{
"type": "feature",
"category": "ELBv2",
"description": "This release enables unhealthy target draining intervals for Network Load Balancers."
},
{
"type": "feature",
"category": "Glue",
"description": "Update page size limits for GetJobRuns and GetTriggers APIs."
},
{
"type": "feature",
"category": "SSM",
"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."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1547.0-->
<!--LATEST=2.1548.0-->
<!--ENTRYINSERT-->

## 2.1548.0
* 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.
* feature: ELBv2: This release enables unhealthy target draining intervals for Network Load Balancers.
* feature: Glue: Update page size limits for GetJobRuns and GetTriggers APIs.
* 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.

## 2.1547.0
* feature: DataZone: Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.1547.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1548.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 bb886d2

Please sign in to comment.