aws-sdk-iot 1.19.0 → 1.20.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: 5d99d32b684d8517a22c8cc7c4ee4c8a4126873e
4
- data.tar.gz: 27a3fb464ab03a3d94078e21516b7fa2e9dae338
3
+ metadata.gz: 1c83f4a710aab2d1c32bf62b29e575e9fdc5a9a4
4
+ data.tar.gz: 55b1ef9c46cd3d44888d3057811e2b977adc3001
5
5
  SHA512:
6
- metadata.gz: 0c494d8e964dcd5f3c8c795fd2fc7b2873db5a78c76db475ad28d0a570738886976437042c3b6549b176d76ba8237b87751061f21fec6d9e627a90d29e0a5410
7
- data.tar.gz: bcb741188496988da895fcd6d82fe8d71b65e074bd937a1089bda28b3f85c060a43e013563455b366dc36865fc1d75f9b998e5013b2ba25094f8c535c9daf9d6
6
+ metadata.gz: cccebb99a9b626799f6691a50160aa861373a7d5f8f4c69503efae2eb8e7ec64601deafc48c7c467cc0ec858c6c8755aaf8218467afa024db3e8ba3a257a7e25
7
+ data.tar.gz: c247cf4aac0c3aa1d86c89c10c4e3dbab076f226f43240fbc0e7f659269ea2fba699d2ee89208952e98677424c93636a1f20be72c417738c885b1451238d5be4
data/lib/aws-sdk-iot.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iot/customizations'
42
42
  # @service
43
43
  module Aws::IoT
44
44
 
45
- GEM_VERSION = '1.19.0'
45
+ GEM_VERSION = '1.20.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::IoT
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::IoT
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
@@ -7384,7 +7390,7 @@ module Aws::IoT
7384
7390
  params: params,
7385
7391
  config: config)
7386
7392
  context[:gem_name] = 'aws-sdk-iot'
7387
- context[:gem_version] = '1.19.0'
7393
+ context[:gem_version] = '1.20.0'
7388
7394
  Seahorse::Client::Request.new(handlers, context)
7389
7395
  end
7390
7396
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.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