aws-sdk-mediatailor 1.7.1 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-mediatailor.rb +1 -1
- data/lib/aws-sdk-mediatailor/client.rb +7 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c6a186a55174277bd57084cf6c71afb7dbb0f25
|
4
|
+
data.tar.gz: 9414ea94c030e76a64c9d53f4a9104df15b84227
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11a4830ebba69fe8efe382ef7b06d4a34275d10eb99952cb4fd23150f4baf6340fa9bc1c9a0abf5496e0ce6952f40e994cee7e0d856499d53707ff1364c37efd
|
7
|
+
data.tar.gz: ce494c06ae352dc9a9852721a36779ae26c89edc4356a572255deef8ffabb9787cec1a06b2a14677498c18626f91df8684e344b3b81057afab4462e172069781
|
data/lib/aws-sdk-mediatailor.rb
CHANGED
@@ -16,6 +16,7 @@ require 'aws-sdk-core/plugins/retry_errors.rb'
|
|
16
16
|
require 'aws-sdk-core/plugins/global_configuration.rb'
|
17
17
|
require 'aws-sdk-core/plugins/regional_endpoint.rb'
|
18
18
|
require 'aws-sdk-core/plugins/endpoint_discovery.rb'
|
19
|
+
require 'aws-sdk-core/plugins/endpoint_pattern.rb'
|
19
20
|
require 'aws-sdk-core/plugins/response_paging.rb'
|
20
21
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
21
22
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
@@ -47,6 +48,7 @@ module Aws::MediaTailor
|
|
47
48
|
add_plugin(Aws::Plugins::GlobalConfiguration)
|
48
49
|
add_plugin(Aws::Plugins::RegionalEndpoint)
|
49
50
|
add_plugin(Aws::Plugins::EndpointDiscovery)
|
51
|
+
add_plugin(Aws::Plugins::EndpointPattern)
|
50
52
|
add_plugin(Aws::Plugins::ResponsePaging)
|
51
53
|
add_plugin(Aws::Plugins::StubResponses)
|
52
54
|
add_plugin(Aws::Plugins::IdempotencyToken)
|
@@ -124,6 +126,10 @@ module Aws::MediaTailor
|
|
124
126
|
# When `true`, an attempt is made to coerce request parameters into
|
125
127
|
# the required types.
|
126
128
|
#
|
129
|
+
# @option options [Boolean] :disable_host_prefix_injection (false)
|
130
|
+
# Set to true to disable SDK automatically adding host prefix
|
131
|
+
# to default service endpoint when available.
|
132
|
+
#
|
127
133
|
# @option options [String] :endpoint
|
128
134
|
# The client endpoint is normally constructed from the `:region`
|
129
135
|
# option. You should only configure an `:endpoint` when connecting
|
@@ -408,7 +414,7 @@ module Aws::MediaTailor
|
|
408
414
|
params: params,
|
409
415
|
config: config)
|
410
416
|
context[:gem_name] = 'aws-sdk-mediatailor'
|
411
|
-
context[:gem_version] = '1.
|
417
|
+
context[:gem_version] = '1.8.0'
|
412
418
|
Seahorse::Client::Request.new(handlers, context)
|
413
419
|
end
|
414
420
|
|
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.8.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-11-
|
11
|
+
date: 2018-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.39.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.39.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|