aws-sdk-pinpointsmsvoice 1.0.1 → 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: 4ac7e301d8ba61ffad209b63350336f1d1ce0501
4
- data.tar.gz: c231ccf34d05418b32ec1f624d2bdddf4ff3279f
3
+ metadata.gz: a489a62ffa35580b53c6e3f401c2dcaea57f62a7
4
+ data.tar.gz: 01b0b7008690c731a797961395daa20429a459a9
5
5
  SHA512:
6
- metadata.gz: ed293faf75f8201495b11a667a8b83eb6471c05309252af7076386fda62fca76693a9fbc565c2af40c7439983fdaa5fdf5f9de0866289f820278d9ce59715548
7
- data.tar.gz: 743834fefb574a4bdca0e5570a820c80e406c64f7fe538818a5aca171f38c6b77ca618093193315f6a7a809a5a1376c4841b16d22959848020f51f253dff797b
6
+ metadata.gz: 9872c98be6f28fa3519f55d7e22500edadf1093c40152321dc20252e80a71461d744c222c2a167fa100e83c89b7bddfb8d819afb90824824ec4c14aa0ef2defb
7
+ data.tar.gz: e743a3fad65f54c9ddc5eb681b106b5e9d4f3ecdddfc439f7a9f877e2cb44bdd28ab12e6742692c880f2de8c84edba53f14eb4c01b57248f898023e2646938ba
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-pinpointsmsvoice/customizations'
42
42
  # @service
43
43
  module Aws::PinpointSMSVoice
44
44
 
45
- GEM_VERSION = '1.0.1'
45
+ GEM_VERSION = '1.1.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::PinpointSMSVoice
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::PinpointSMSVoice
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
@@ -463,7 +469,7 @@ module Aws::PinpointSMSVoice
463
469
  params: params,
464
470
  config: config)
465
471
  context[:gem_name] = 'aws-sdk-pinpointsmsvoice'
466
- context[:gem_version] = '1.0.1'
472
+ context[:gem_version] = '1.1.0'
467
473
  Seahorse::Client::Request.new(handlers, context)
468
474
  end
469
475
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pinpointsmsvoice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.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-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