aws-sdk-iot 1.48.0 → 1.49.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
  SHA256:
3
- metadata.gz: 9e4472147bf1d9565933a43ad8e27a0888ea3fcd3f9ef77732668f026e46e663
4
- data.tar.gz: 4baae95a5c4b421ee89ecaa1d02bfdd9e4979f7cc959f7f3abff2290ab50982e
3
+ metadata.gz: 31107a06ef38edb5328cb70c09107f16868ad4295a82faaf720515ad4287099b
4
+ data.tar.gz: 805004ca3f3fcbafc4f42ac5ef27216d920e8dd398efcbebadbf6df5aaba5a67
5
5
  SHA512:
6
- metadata.gz: bb2056cfcc3379f058e5181ebaaa40d3bb080c727dce418a18ee7bdf932c25319decf200650f15d971d45d430af88df094d361550493fa8a76d2f1fc9adf5bf0
7
- data.tar.gz: 4a0b2ba32460fb4c3d24ce51c1a236f7edc61e40815151e1944c7cfbc7b6aba3a1714334d7798081d7ffc38a650834b176d3d7c6ce441c177e0049e2e3a42b9b
6
+ metadata.gz: a330dbce0c44a189a124746f9c5aa0a386539c9944dcfd4806a42a3cdcb4e11eb2f949fb79e177607eed3c417355b80c5a4d642d9019827c16152e3f2c1dffeb
7
+ data.tar.gz: eba87903f2c2b68929ded957cc0faa184c17cd3490680e9cf2e94c5f11150534c6079639f626fb7aeb84d97e71d09aca18bce2713d72759b53b97ec8c00c72af
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-iot/customizations'
45
45
  # @service
46
46
  module Aws::IoT
47
47
 
48
- GEM_VERSION = '1.48.0'
48
+ GEM_VERSION = '1.49.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::IoT
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::IoT
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -9925,7 +9925,7 @@ module Aws::IoT
9925
9925
  params: params,
9926
9926
  config: config)
9927
9927
  context[:gem_name] = 'aws-sdk-iot'
9928
- context[:gem_version] = '1.48.0'
9928
+ context[:gem_version] = '1.49.0'
9929
9929
  Seahorse::Client::Request.new(handlers, context)
9930
9930
  end
9931
9931
 
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.48.0
4
+ version: 1.49.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: 2020-04-30 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core