Skip to content

Commit

Permalink
Merge pull request #1980 from aws/release
Browse files Browse the repository at this point in the history
Release v1.14.3
  • Loading branch information
awstools authored Jun 8, 2018
2 parents 04b5981 + c9af76f commit 8e4f1c9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Release v1.14.3 (2018-06-08)
===

### Service Client Updates
* `service/mediatailor`: Updates service API

Release v1.14.2 (2018-06-07)
===

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.14.2"
const SDKVersion = "1.14.3"
8 changes: 4 additions & 4 deletions models/apis/mediatailor/2018-04-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"name" : "DeletePlaybackConfiguration",
"http" : {
"method" : "DELETE",
"requestUri" : "/prod/playbackConfiguration/{Name}",
"requestUri" : "/playbackConfiguration/{Name}",
"responseCode" : 204
},
"input" : {
Expand All @@ -28,7 +28,7 @@
"name" : "GetPlaybackConfiguration",
"http" : {
"method" : "GET",
"requestUri" : "/prod/playbackConfiguration/{Name}",
"requestUri" : "/playbackConfiguration/{Name}",
"responseCode" : 200
},
"input" : {
Expand All @@ -43,7 +43,7 @@
"name" : "ListPlaybackConfigurations",
"http" : {
"method" : "GET",
"requestUri" : "/prod/playbackConfigurations",
"requestUri" : "/playbackConfigurations",
"responseCode" : 200
},
"input" : {
Expand All @@ -58,7 +58,7 @@
"name" : "PutPlaybackConfiguration",
"http" : {
"method" : "PUT",
"requestUri" : "/prod/playbackConfiguration",
"requestUri" : "/playbackConfiguration",
"responseCode" : 200
},
"input" : {
Expand Down
8 changes: 4 additions & 4 deletions service/mediatailor/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e4f1c9

Please sign in to comment.