aws-sdk-polly 1.14.1 → 1.15.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: d084ce74853e222b4276dd0e17959d77504c71e4
4
- data.tar.gz: 7eca4c5ee2edb33d50dc7e4013a1dc3a0d062cbf
3
+ metadata.gz: 18e93ea2b37ca0f2dd2bf7e05211594a353e3fad
4
+ data.tar.gz: 5fea1ac676bf283ca41da6412a7140ec7e66d8fe
5
5
  SHA512:
6
- metadata.gz: 1ce01549f1fe15d4b95c445162e6bfaec53a8a25e01e64dbf71f36a2f43096183dfbce50f7d735c097bd2b6843690bdb9e60aada2946f2124c1265e7f4a193b1
7
- data.tar.gz: 4371a79411a4602c78a425db358deb450c7a838c86d1a898775b6b508bf66e2a8d3e2a57cb757338ca5445bb602590f26cf3b6297d8bae468e2f8acaa4876a37
6
+ metadata.gz: 76fe9e9106795f6886a888185e2290d183e0eaf4a1dc4563d9cbf9e54c12c6d2edc54d94694ae6cb374e1cb1406e2681608e1cd7a75b06f7ffa3e547f5e474a0
7
+ data.tar.gz: fb34fbceac6a849d3b3db4d3e02f5ac32b4d60b77d81005927356975c0d817a65c43c70c193ceb8bc7b4a1f99dcfa7376ba9e0feb16bbb47e2f0fab4cb222bb3
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-polly/customizations'
42
42
  # @service
43
43
  module Aws::Polly
44
44
 
45
- GEM_VERSION = '1.14.1'
45
+ GEM_VERSION = '1.15.0'
46
46
 
47
47
  end
@@ -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::Polly
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::Polly
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
@@ -906,7 +912,7 @@ module Aws::Polly
906
912
  params: params,
907
913
  config: config)
908
914
  context[:gem_name] = 'aws-sdk-polly'
909
- context[:gem_version] = '1.14.1'
915
+ context[:gem_version] = '1.15.0'
910
916
  Seahorse::Client::Request.new(handlers, context)
911
917
  end
912
918
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-polly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.1
4
+ version: 1.15.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-16 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