Skip to content

Commit

Permalink
Release v1.32.10 (2020-06-25) (#3393)
Browse files Browse the repository at this point in the history
Release v1.32.10 (2020-06-25)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * 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.
* `service/glue`: Updates service API and documentation
  * This release adds new APIs to support column level statistics in AWS Glue Data Catalog
  • Loading branch information
aws-sdk-go-automation committed Jun 25, 2020
1 parent 8932aba commit cd54c31
Show file tree
Hide file tree
Showing 11 changed files with 3,130 additions and 246 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
Release v1.32.10 (2020-06-25)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* 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.
* `service/glue`: Updates service API and documentation
* This release adds new APIs to support column level statistics in AWS Glue Data Catalog

Release v1.32.9 (2020-06-24)
===

Expand Down
7 changes: 7 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.32.9"
const SDKVersion = "1.32.10"
6 changes: 5 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -22642,7 +22642,11 @@
"CurrencyCode":{"shape":"CurrencyCodeValues"},
"HostIdSet":{"shape":"RequestHostIdSet"},
"LimitPrice":{"shape":"String"},
"OfferingId":{"shape":"OfferingId"}
"OfferingId":{"shape":"OfferingId"},
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
}
}
},
"PurchaseHostReservationResult":{
Expand Down
67 changes: 34 additions & 33 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

0 comments on commit cd54c31

Please sign in to comment.