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 +4 -4
- data/lib/aws-sdk-mediatailor.rb +1 -1
- data/lib/aws-sdk-mediatailor/client.rb +1 -1
- data/lib/aws-sdk-mediatailor/client_api.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: af6b2bac7171fff3e15a25958ae1e2248c8f3e3c
|
|
4
|
+
data.tar.gz: 719a746ee896ddc9e1c77338fa6dba077cacb586
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: feb94ac8912edb29ef06d42b9a68f6176fe27826b733fad36e1ddffc91714a38b4459ffb101d027c1f582ea1f9b4abbf931941a035292b7aafcaa10b8b500723
|
|
7
|
+
data.tar.gz: ddb5ce912912f8398344401014ff10983f8acb25b8e23c59631f04187b64cf6f09116067b79bf89ec4783c95d57d63d6d3751131b633855f293725e170e3126a
|
data/lib/aws-sdk-mediatailor.rb
CHANGED
|
@@ -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 = "/
|
|
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 = "/
|
|
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 = "/
|
|
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 = "/
|
|
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.
|
|
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-
|
|
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
|