Skip to content

Commit

Permalink
Updates SDK to v2.705.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 25, 2020
1 parent 20a9d83 commit 5bf2bd7
Show file tree
Hide file tree
Showing 15 changed files with 1,782 additions and 178 deletions.
12 changes: 12 additions & 0 deletions .changes/2.705.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Added support for tag-on-create for Host Reservations in Dedicated Hosts. You can now specify tags when you create a Host Reservation for a Dedicated Host. For more information about tagging, see AWS Tagging Strategies."
},
{
"type": "feature",
"category": "Glue",
"description": "This release adds new APIs to support column level statistics in AWS Glue Data Catalog"
}
]
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.704.0-->
<!--LATEST=2.705.0-->
<!--ENTRYINSERT-->

## 2.705.0
* feature: EC2: Added support for tag-on-create for Host Reservations in Dedicated Hosts. You can now specify tags when you create a Host Reservation for a Dedicated Host. For more information about tagging, see AWS Tagging Strategies.
* feature: Glue: This release adds new APIs to support column level statistics in AWS Glue Data Catalog

## 2.704.0
* feature: Amplify: This release of AWS Amplify Console introduces support for automatically creating custom subdomains for branches based on user-defined glob patterns, as well as automatically cleaning up Amplify branches when their corresponding git branches are deleted.
* feature: Backup: Customers can now manage and monitor their backups in a policied manner across their AWS accounts, via an integration between AWS Backup and AWS Organizations
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.704.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.705.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
6 changes: 5 additions & 1 deletion apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -14910,7 +14910,11 @@
"shape": "S1bb"
},
"LimitPrice": {},
"OfferingId": {}
"OfferingId": {},
"TagSpecifications": {
"shape": "S1l",
"locationName": "TagSpecification"
}
}
},
"output": {
Expand Down
71 changes: 38 additions & 33 deletions apis/ec2-2016-11-15.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 5bf2bd7

Please sign in to comment.