Skip to content

Commit

Permalink
Updates SDK to v2.392.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 21, 2019
1 parent 74e2746 commit fd8fc03
Show file tree
Hide file tree
Showing 24 changed files with 1,456 additions and 679 deletions.
27 changes: 27 additions & 0 deletions .changes/2.392.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "This API update includes support for tagging Stack, Fleet, and ImageBuilder resources at creation time."
},
{
"type": "feature",
"category": "DMS",
"description": "Update for DMS TestConnectionSucceeds waiter"
},
{
"type": "feature",
"category": "Discovery",
"description": "The Application Discovery Service's import APIs allow you to import information about your on-premises servers and applications into ADS so that you can track the status of your migrations through the Migration Hub console."
},
{
"type": "feature",
"category": "FMS",
"description": "This release provides support for cleaning up web ACLs during Firewall Management policy deletion. You can now enable the DeleteAllPolicyResources flag and it will delete all system-generated web ACLs."
},
{
"type": "feature",
"category": "SSM",
"description": "AWS Systems Manager State Manager now supports configuration management of all AWS resources through integration with Automation. "
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.391.0-->
<!--LATEST=2.392.0-->
<!--ENTRYINSERT-->

## 2.392.0
* feature: AppStream: This API update includes support for tagging Stack, Fleet, and ImageBuilder resources at creation time.
* feature: DMS: Update for DMS TestConnectionSucceeds waiter
* feature: Discovery: The Application Discovery Service's import APIs allow you to import information about your on-premises servers and applications into ADS so that you can track the status of your migrations through the Migration Hub console.
* feature: FMS: This release provides support for cleaning up web ACLs during Firewall Management policy deletion. You can now enable the DeleteAllPolicyResources flag and it will delete all system-generated web ACLs.
* feature: SSM: AWS Systems Manager State Manager now supports configuration management of all AWS resources through integration with Automation.

## 2.391.0
* feature: EC2: Adjust EC2's available instance types.
* feature: Glue: AllocatedCapacity field is being deprecated and replaced with MaxCapacity field
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version.
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.391.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.392.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 fd8fc03

Please sign in to comment.