Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit cd54c31

Browse files
Release v1.32.10 (2020-06-25) (#3393)
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
1 parent 8932aba commit cd54c31

File tree

11 files changed

+3130
-246
lines changed

11 files changed

+3130
-246
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Release v1.32.10 (2020-06-25)
2+
===
3+
4+
### Service Client Updates
5+
* `service/ec2`: Updates service API and documentation
6+
* 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.
7+
* `service/glue`: Updates service API and documentation
8+
* This release adds new APIs to support column level statistics in AWS Glue Data Catalog
9+
110
Release v1.32.9 (2020-06-24)
211
===
312

aws/endpoints/defaults.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.32.9"
8+
const SDKVersion = "1.32.10"

models/apis/ec2/2016-11-15/api-2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22642,7 +22642,11 @@
2264222642
"CurrencyCode":{"shape":"CurrencyCodeValues"},
2264322643
"HostIdSet":{"shape":"RequestHostIdSet"},
2264422644
"LimitPrice":{"shape":"String"},
22645-
"OfferingId":{"shape":"OfferingId"}
22645+
"OfferingId":{"shape":"OfferingId"},
22646+
"TagSpecifications":{
22647+
"shape":"TagSpecificationList",
22648+
"locationName":"TagSpecification"
22649+
}
2264622650
}
2264722651
},
2264822652
"PurchaseHostReservationResult":{

models/apis/ec2/2016-11-15/docs-2.json

Lines changed: 34 additions & 33 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)