Skip to content

Commit 396ee87

Browse files
Release v1.34.27 (2020-09-18) (#3545)
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
1 parent 6cf4324 commit 396ee87

File tree

12 files changed

+1259
-119
lines changed

12 files changed

+1259
-119
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Release v1.34.27 (2020-09-18)
2+
===
3+
4+
### Service Client Updates
5+
* `service/codestar-connections`: Updates service API
6+
* `service/medialive`: Updates service API and documentation
7+
* AWS Elemental MediaLive now supports batch operations, which allow users to start, stop, and delete multiple MediaLive resources with a single request.
8+
* `service/sso-admin`: Updates service documentation
9+
110
Release v1.34.26 (2020-09-17)
211
===
312

aws/endpoints/defaults.go

+12-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.34.26"
8+
const SDKVersion = "1.34.27"

models/apis/codestar-connections/2019-12-01/api-2.json

+1
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@
380380
"type":"string",
381381
"enum":[
382382
"Bitbucket",
383+
"GitHub",
383384
"GitHubEnterpriseServer"
384385
]
385386
},

0 commit comments

Comments
 (0)