Skip to content

Commit

Permalink
Release v1.30.17 (2020-04-29) (#3294)
Browse files Browse the repository at this point in the history
Release v1.30.17 (2020-04-29)
===

### Service Client Updates
* `service/iotsitewise`: Adds new service
* `service/servicediscovery`: Updates service documentation and examples
  * Documentation updates for servicediscovery
* `service/transcribe`: Updates service API, documentation, and paginators
* `service/waf`: Updates service API and documentation
  * This release add migration API for AWS WAF Classic ("waf" and "waf-regional"). The migration API will parse through your web ACL and generate a CloudFormation template into your S3 bucket. Deploying this template will create equivalent web ACL under new AWS WAF ("wafv2").
* `service/waf-regional`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Apr 29, 2020
1 parent 7a6064a commit 7cc16ab
Show file tree
Hide file tree
Showing 37 changed files with 28,686 additions and 718 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.30.17 (2020-04-29)
===

### Service Client Updates
* `service/iotsitewise`: Adds new service
* `service/servicediscovery`: Updates service documentation and examples
* Documentation updates for servicediscovery
* `service/transcribe`: Updates service API, documentation, and paginators
* `service/waf`: Updates service API and documentation
* This release add migration API for AWS WAF Classic ("waf" and "waf-regional"). The migration API will parse through your web ACL and generate a CloudFormation template into your S3 bucket. Deploying this template will create equivalent web ACL under new AWS WAF ("wafv2").
* `service/waf-regional`: Updates service API and documentation

Release v1.30.16 (2020-04-28)
===

Expand Down
12 changes: 12 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.30.16"
const SDKVersion = "1.30.17"
Loading

0 comments on commit 7cc16ab

Please sign in to comment.