aws-sdk-pinpoint 1.13.1 → 1.14.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: 5aef87c8eb1f38e4805aff11c027daf2626ba8e2
4
- data.tar.gz: 62bf0738dfc3664a5b48e8e1dc145e494531e3d8
3
+ metadata.gz: f100f69b4cff6a344d8508486f21e09ceed044ae
4
+ data.tar.gz: 0de5e71d3849ffa92746a8d2f999c1644ec72faf
5
5
  SHA512:
6
- metadata.gz: b61c9e4a07c84b647a1d94654136874eeb5985c3d0884eacef450572b3e7ea939826bb4937104bf20abadbcccb76cbebd39761f5b1c957335f087109cc69ab23
7
- data.tar.gz: 900080c593a7535ee55fcf232d83ebe47a28296861a53346c968825b8408c696e07ade08a704b41e9d63e2bb250e631374da7d909e3b2a84d57bb2fecf905922
6
+ metadata.gz: 874e22fe12f69a775b295ff25e0e85dfffe25f1106d974ced7d354aa14a703d99f1f38b16a3bd7d8b59e3e1ef8e233ac63345efc41164c8c9b5d2fe48135d5fb
7
+ data.tar.gz: 206e4d9a61624968365b37054152dfb94dc3fa2a69bbfff51c7e492051f7b3f26fd0a1ef02c3575e6055ba3f04e042cb560dc36239256cfdc20027f00b4b161c
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
42
42
  # @service
43
43
  module Aws::Pinpoint
44
44
 
45
- GEM_VERSION = '1.13.1'
45
+ GEM_VERSION = '1.14.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::Pinpoint
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::Pinpoint
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
@@ -6619,7 +6625,7 @@ module Aws::Pinpoint
6619
6625
  params: params,
6620
6626
  config: config)
6621
6627
  context[:gem_name] = 'aws-sdk-pinpoint'
6622
- context[:gem_version] = '1.13.1'
6628
+ context[:gem_version] = '1.14.0'
6623
6629
  Seahorse::Client::Request.new(handlers, context)
6624
6630
  end
6625
6631
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pinpoint
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.1
4
+ version: 1.14.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