Skip to content

Commit

Permalink
Updates SDK to v2.569.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 11, 2019
1 parent 3cb57c7 commit 7ef4707
Show file tree
Hide file tree
Showing 17 changed files with 1,146 additions and 479 deletions.
12 changes: 12 additions & 0 deletions .changes/2.569.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "CloudFormation",
"description": "The Resource Import feature enables customers to import existing AWS resources into new or existing CloudFormation Stacks."
},
{
"type": "feature",
"category": "CostExplorer",
"description": "This launch provides customers with access to GetCostAndUsageWithResources API."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.568.0-->
<!--LATEST=2.569.0-->
<!--ENTRYINSERT-->

## 2.569.0
* feature: CloudFormation: The Resource Import feature enables customers to import existing AWS resources into new or existing CloudFormation Stacks.
* feature: CostExplorer: This launch provides customers with access to GetCostAndUsageWithResources API.

## 2.568.0
* feature: CognitoIdentity: This release adds support for disabling classic flow.

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

Please sign in to comment.