aws-sdk-mediatailor 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 729f4e6e25be94cf6d6c569c1a367229eccfaede
4
- data.tar.gz: b901912f6132b1d0b27b45ce0442a02e174dfbfb
3
+ metadata.gz: af6b2bac7171fff3e15a25958ae1e2248c8f3e3c
4
+ data.tar.gz: 719a746ee896ddc9e1c77338fa6dba077cacb586
5
5
  SHA512:
6
- metadata.gz: 8d2cd16835e2a8813c46cab7863623f989839ffce1f8281b79457a66ec977763f9cdaf25912b2515f1d4cd2de72f56f9a153fe4b58ca2b55de8fef77ef92df7f
7
- data.tar.gz: b6b86162df954b147336aa04f051b52c6e62d62960692bce85e80a70e24addfba907ad0c970e2adb9c38dc86a4d66056a5e47e9e42dbcb499d44631884b81819
6
+ metadata.gz: feb94ac8912edb29ef06d42b9a68f6176fe27826b733fad36e1ddffc91714a38b4459ffb101d027c1f582ea1f9b4abbf931941a035292b7aafcaa10b8b500723
7
+ data.tar.gz: ddb5ce912912f8398344401014ff10983f8acb25b8e23c59631f04187b64cf6f09116067b79bf89ec4783c95d57d63d6d3751131b633855f293725e170e3126a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediatailor/customizations'
42
42
  # @service
43
43
  module Aws::MediaTailor
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -339,7 +339,7 @@ module Aws::MediaTailor
339
339
  params: params,
340
340
  config: config)
341
341
  context[:gem_name] = 'aws-sdk-mediatailor'
342
- context[:gem_version] = '1.0.0'
342
+ context[:gem_version] = '1.1.0'
343
343
  Seahorse::Client::Request.new(handlers, context)
344
344
  end
345
345
 
@@ -104,7 +104,7 @@ module Aws::MediaTailor
104
104
  api.add_operation(:delete_playback_configuration, Seahorse::Model::Operation.new.tap do |o|
105
105
  o.name = "DeletePlaybackConfiguration"
106
106
  o.http_method = "DELETE"
107
- o.http_request_uri = "/prod/playbackConfiguration/{Name}"
107
+ o.http_request_uri = "/playbackConfiguration/{Name}"
108
108
  o.input = Shapes::ShapeRef.new(shape: DeletePlaybackConfigurationRequest)
109
109
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
110
110
  end)
@@ -112,7 +112,7 @@ module Aws::MediaTailor
112
112
  api.add_operation(:get_playback_configuration, Seahorse::Model::Operation.new.tap do |o|
113
113
  o.name = "GetPlaybackConfiguration"
114
114
  o.http_method = "GET"
115
- o.http_request_uri = "/prod/playbackConfiguration/{Name}"
115
+ o.http_request_uri = "/playbackConfiguration/{Name}"
116
116
  o.input = Shapes::ShapeRef.new(shape: GetPlaybackConfigurationRequest)
117
117
  o.output = Shapes::ShapeRef.new(shape: GetPlaybackConfigurationResponse)
118
118
  end)
@@ -120,7 +120,7 @@ module Aws::MediaTailor
120
120
  api.add_operation(:list_playback_configurations, Seahorse::Model::Operation.new.tap do |o|
121
121
  o.name = "ListPlaybackConfigurations"
122
122
  o.http_method = "GET"
123
- o.http_request_uri = "/prod/playbackConfigurations"
123
+ o.http_request_uri = "/playbackConfigurations"
124
124
  o.input = Shapes::ShapeRef.new(shape: ListPlaybackConfigurationsRequest)
125
125
  o.output = Shapes::ShapeRef.new(shape: ListPlaybackConfigurationsResponse)
126
126
  end)
@@ -128,7 +128,7 @@ module Aws::MediaTailor
128
128
  api.add_operation(:put_playback_configuration, Seahorse::Model::Operation.new.tap do |o|
129
129
  o.name = "PutPlaybackConfiguration"
130
130
  o.http_method = "PUT"
131
- o.http_request_uri = "/prod/playbackConfiguration"
131
+ o.http_request_uri = "/playbackConfiguration"
132
132
  o.input = Shapes::ShapeRef.new(shape: PutPlaybackConfigurationRequest)
133
133
  o.output = Shapes::ShapeRef.new(shape: PutPlaybackConfigurationResponse)
134
134
  end)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediatailor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-01 00:00:00.000000000 Z
11
+ date: 2018-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core