aws-sdk-sns 1.8.1 → 1.9.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: 6a38b6c41d2ed890034c8c1f5f1c92bf0e162fea
4
- data.tar.gz: e89a5fb32b5fe0ccaac80b59e65b34ac9453dbcf
3
+ metadata.gz: e5c5a83d52d5e0a468da87847c437bef95ef7292
4
+ data.tar.gz: b4e085881d0ee24f5b84a1b40aab403cc0f7e5e8
5
5
  SHA512:
6
- metadata.gz: b4f2667b374655904835987d5ac946716a2e303fe8e8b04b1f804f0886cf09b64eef229db6507c5b9fca94a17b240f4985a85083c9f8bf09918a415de595de85
7
- data.tar.gz: 4eeefc4383352f589dd3a1fa450c13a37a7a0ee74fcfe7fcd52da8803b80912cbc37b8d3415d14d3add9542f6e797980076d35addc721998061053a223e03723
6
+ metadata.gz: a9c7a925c3d76a6a69f546ad4a921babbb3103e30a82232d595a936388beb4e4f916923f3755b67d5eac65d93c13c877bc46e2f7443705a14891161eb5acf91c
7
+ data.tar.gz: c820d582cf826331cdd08df82a01b0cc5a8c7c852c33a5485731c4b77d6c9220d681105dbfdae62a3ab5c6642e554ce9ff7a67096c923dc42e2298ce6b06c6ed
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-sns/customizations'
46
46
  # @service
47
47
  module Aws::SNS
48
48
 
49
- GEM_VERSION = '1.8.1'
49
+ GEM_VERSION = '1.9.0'
50
50
 
51
51
  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::SNS
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::SNS
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
@@ -1763,7 +1769,7 @@ module Aws::SNS
1763
1769
  params: params,
1764
1770
  config: config)
1765
1771
  context[:gem_name] = 'aws-sdk-sns'
1766
- context[:gem_version] = '1.8.1'
1772
+ context[:gem_version] = '1.9.0'
1767
1773
  Seahorse::Client::Request.new(handlers, context)
1768
1774
  end
1769
1775
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sns
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1
4
+ version: 1.9.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