Skip to content

Commit

Permalink
Updates SDK to v2.610.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 24, 2020
1 parent e8d7174 commit fb9e50e
Show file tree
Hide file tree
Showing 24 changed files with 631 additions and 194 deletions.
37 changes: 37 additions & 0 deletions .changes/2.610.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "BigInt Support for DynamoDB Convert",
"description": "Adding support for BigInt data type for DocumentDB Dynamo Client converter."
},
{
"type": "bugfix",
"category": "endpoint",
"description": "add endpoint for us-iso-*"
},
{
"type": "bugfix",
"category": "endpoint",
"description": "add endpoint for us-isob-*"
},
{
"type": "feature",
"category": "DataSync",
"description": "AWS DataSync now supports FSx for Windows File Server Locations"
},
{
"type": "feature",
"category": "ECS",
"description": "This release provides support for tagging Amazon ECS task sets for services using external deployment controllers."
},
{
"type": "feature",
"category": "EKS",
"description": "Adding new error codes for Nodegroups in EKS"
},
{
"type": "feature",
"category": "OpsWorksCM",
"description": "AWS OpsWorks for Chef Automate now supports in-place upgrade to Chef Automate 2. Eligible servers can be updated through the management console, CLI and APIs."
}
]

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-endpoint-0203a5c4.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-endpoint-bbe41106.json

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.609.0-->
<!--LATEST=2.610.0-->
<!--ENTRYINSERT-->

## 2.610.0
* feature: BigInt Support for DynamoDB Convert: Adding support for BigInt data type for DocumentDB Dynamo Client converter.
* bugfix: endpoint: add endpoint for us-iso-*
* bugfix: endpoint: add endpoint for us-isob-*
* feature: DataSync: AWS DataSync now supports FSx for Windows File Server Locations
* feature: ECS: This release provides support for tagging Amazon ECS task sets for services using external deployment controllers.
* feature: EKS: Adding new error codes for Nodegroups in EKS
* feature: OpsWorksCM: AWS OpsWorks for Chef Automate now supports in-place upgrade to Chef Automate 2. Eligible servers can be updated through the management console, CLI and APIs.

## 2.609.0
* feature: IAM: This release enables the Identity and Access Management policy simulator to simulate permissions boundary policies.
* feature: RDS: This SDK release introduces APIs that automate the export of Amazon RDS snapshot data to Amazon S3. The new APIs include: StartExportTask, CancelExportTask, DescribeExportTasks. These APIs automate the extraction of data from an RDS snapshot and export it to an Amazon S3 bucket. The data is stored in a compressed, consistent, and query-able format. After the data is exported, you can query it directly using tools such as Amazon Athena or Redshift Spectrum. You can also consume the data as part of a data lake solution. If you archive the data in S3 Infrequent Access or Glacier, you can reduce long term data storage costs by applying data lifecycle policies.
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.609.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.610.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 fb9e50e

Please sign in to comment.