Skip to content

Commit

Permalink
Release v1.35.30 (2020-11-17)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/chime`: Updates service API and documentation
  * This release adds CRUD APIs for Amazon Chime SipMediaApplications and SipRules. It also adds the API for creating outbound PSTN calls for Amazon Chime meetings.
* `service/connect`: Updates service API and documentation
* `service/fms`: Updates service API and documentation
* `service/macie2`: Updates service API and documentation
* `service/network-firewall`: Adds new service
* `service/rds`: Updates service API and documentation
  * Support copy-db-snapshot in the one region on cross clusters and local cluster for RDSonVmware. Add target-custom-availability-zone parameter to specify where a snapshot should be copied.
  • Loading branch information
awssdkgo committed Nov 17, 2020
1 parent b252e24 commit ca464e8
Show file tree
Hide file tree
Showing 32 changed files with 20,548 additions and 458 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.35.30 (2020-11-17)
===

### Service Client Updates
* `service/chime`: Updates service API and documentation
* This release adds CRUD APIs for Amazon Chime SipMediaApplications and SipRules. It also adds the API for creating outbound PSTN calls for Amazon Chime meetings.
* `service/connect`: Updates service API and documentation
* `service/fms`: Updates service API and documentation
* `service/macie2`: Updates service API and documentation
* `service/network-firewall`: Adds new service
* `service/rds`: Updates service API and documentation
* Support copy-db-snapshot in the one region on cross clusters and local cluster for RDSonVmware. Add target-custom-availability-zone parameter to specify where a snapshot should be copied.

Release v1.35.29 (2020-11-16)
===

Expand Down
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.35.29"
const SDKVersion = "1.35.30"
Loading

0 comments on commit ca464e8

Please sign in to comment.