Skip to content

Commit

Permalink
Release v1.30.5 (2020-04-06)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/chime`: Updates service API, documentation, and paginators
  * Amazon Chime proxy phone sessions let you provide two users with a shared phone number to communicate via voice or text for up to 12 hours without revealing personal phone numbers. When users call or message the provided phone number, they are connected to the other party and their private phone numbers are replaced with the shared number in Caller ID.
* `service/elasticbeanstalk`: Updates service API, documentation, and paginators
  * This release adds a new action, ListPlatformBranches, and updates two actions, ListPlatformVersions and DescribePlatformVersion, to support the concept of Elastic Beanstalk platform branches.
* `service/iam`: Updates service documentation
  * Documentation updates for AWS Identity and Access Management (IAM).
* `service/transcribe`: Updates service API, documentation, and paginators
  • Loading branch information
awssdkgo committed Apr 6, 2020
1 parent fa81b5c commit 56d753e
Show file tree
Hide file tree
Showing 21 changed files with 5,625 additions and 552 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.5 (2020-04-06)
===

### Service Client Updates
* `service/chime`: Updates service API, documentation, and paginators
* Amazon Chime proxy phone sessions let you provide two users with a shared phone number to communicate via voice or text for up to 12 hours without revealing personal phone numbers. When users call or message the provided phone number, they are connected to the other party and their private phone numbers are replaced with the shared number in Caller ID.
* `service/elasticbeanstalk`: Updates service API, documentation, and paginators
* This release adds a new action, ListPlatformBranches, and updates two actions, ListPlatformVersions and DescribePlatformVersion, to support the concept of Elastic Beanstalk platform branches.
* `service/iam`: Updates service documentation
* Documentation updates for AWS Identity and Access Management (IAM).
* `service/transcribe`: Updates service API, documentation, and paginators

Release v1.30.4 (2020-04-03)
===

Expand Down
100 changes: 89 additions & 11 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.4"
const SDKVersion = "1.30.5"

0 comments on commit 56d753e

Please sign in to comment.