aws-sdk-mediaconvert 1.17.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cafacec9bcf48cc82cb5ba3bfcdf0a8493919648
4
- data.tar.gz: '049c80302a4e6b6203f859afd3502a065b9c149c'
3
+ metadata.gz: 2b82bb55d67826a240e61f88d9e60cfbcd62d105
4
+ data.tar.gz: c76f281e49b4093ed4ecf00e8f1225e980fdbd86
5
5
  SHA512:
6
- metadata.gz: 00ac98ce2a0ad31f7c20e5cd75e02fe55b621e865b44dcb71fcc2ca588022abdea258bea9abc65bf5bee341584417e354283e0db52f554eaa4430c3a45ba961a
7
- data.tar.gz: 8519dd59d79ef0af2cc5dfc2ca0d2221ed58c45bcd36c78232cf7ce1ccf7c2593d35fe7418122e73f50216050ca7fb7164c3c191b6dc7858b7cd3be4d004ddcf
6
+ metadata.gz: 820eda6aa5016a5f7cf37abb2c06da7a890c8b7206c21e29c3022aca7b5fdbb6c937ce2fd17a01b68e7a2e12c9d42032a8a37044a75555a69b35066a5d73c589
7
+ data.tar.gz: 7464a49f4a49387fa219c969a6f02716ee2619091418fbd613ca5b9c000ffafe7712101dddaee2b2cf5c97ef0b2c72d7e6db9968a5e6ffebd8763beeb0e572a2
@@ -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::MediaConvert
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::MediaConvert
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
@@ -9865,7 +9871,7 @@ module Aws::MediaConvert
9865
9871
  params: params,
9866
9872
  config: config)
9867
9873
  context[:gem_name] = 'aws-sdk-mediaconvert'
9868
- context[:gem_version] = '1.17.0'
9874
+ context[:gem_version] = '1.18.0'
9869
9875
  Seahorse::Client::Request.new(handlers, context)
9870
9876
  end
9871
9877
 
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
42
42
  # @service
43
43
  module Aws::MediaConvert
44
44
 
45
- GEM_VERSION = '1.17.0'
45
+ GEM_VERSION = '1.18.0'
46
46
 
47
47
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.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-19 00:00:00.000000000 Z
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.37.0
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.37.0
32
+ version: 3.39.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement