Skip to content

Commit

Permalink
Release v1.36.7 (2020-12-11) (#3692)
Browse files Browse the repository at this point in the history
Release v1.36.7 (2020-12-11)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
  * Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs.
* `service/cloudtrail`: Updates service API and documentation
  * CloudTrailInvalidClientTokenIdException is now thrown when a call results in the InvalidClientTokenId error code. The Name parameter of the AdvancedEventSelector data type is now optional.
* `service/guardduty`: Updates service documentation
  * Documentation updates for GuardDuty
* `service/iotsitewise`: Updates service API, documentation, and paginators
* `service/monitoring`: Updates service documentation
  * Documentation updates for monitoring
* `service/pi`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Dec 11, 2020
1 parent 0d67c31 commit fffbffe
Show file tree
Hide file tree
Showing 22 changed files with 1,896 additions and 696 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Release v1.36.7 (2020-12-11)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
* Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs.
* `service/cloudtrail`: Updates service API and documentation
* CloudTrailInvalidClientTokenIdException is now thrown when a call results in the InvalidClientTokenId error code. The Name parameter of the AdvancedEventSelector data type is now optional.
* `service/guardduty`: Updates service documentation
* Documentation updates for GuardDuty
* `service/iotsitewise`: Updates service API, documentation, and paginators
* `service/monitoring`: Updates service documentation
* Documentation updates for monitoring
* `service/pi`: Updates service documentation

Release v1.36.6 (2020-12-10)
===

Expand Down
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.36.6"
const SDKVersion = "1.36.7"

0 comments on commit fffbffe

Please sign in to comment.