Skip to content

Commit

Permalink
Release v1.34.27 (2020-09-18)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/codestar-connections`: Updates service API
* `service/medialive`: Updates service API and documentation
  * AWS Elemental MediaLive now supports batch operations, which allow users to start, stop, and delete multiple MediaLive resources with a single request.
* `service/sso-admin`: Updates service documentation
  • Loading branch information
awssdkgo committed Sep 18, 2020
1 parent 6cf4324 commit 51f7bfd
Show file tree
Hide file tree
Showing 12 changed files with 1,259 additions and 119 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.34.27 (2020-09-18)
===

### Service Client Updates
* `service/codestar-connections`: Updates service API
* `service/medialive`: Updates service API and documentation
* AWS Elemental MediaLive now supports batch operations, which allow users to start, stop, and delete multiple MediaLive resources with a single request.
* `service/sso-admin`: Updates service documentation

Release v1.34.26 (2020-09-17)
===

Expand Down
13 changes: 12 additions & 1 deletion 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.34.26"
const SDKVersion = "1.34.27"
1 change: 1 addition & 0 deletions models/apis/codestar-connections/2019-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@
"type":"string",
"enum":[
"Bitbucket",
"GitHub",
"GitHubEnterpriseServer"
]
},
Expand Down
Loading

0 comments on commit 51f7bfd

Please sign in to comment.