aws-sdk-iot 1.46.0 → 1.47.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
- SHA1:
3
- metadata.gz: 4382449a82754996007bdb4bdb34fa8b79647056
4
- data.tar.gz: a38bacdd6e95a49d457a70e26a04e64fa12eebe0
2
+ SHA256:
3
+ metadata.gz: f3b64c6307919e365e8c5702e9caa93f7d0cd6526446a9710a2a0375f25a5873
4
+ data.tar.gz: 4f0666d313d4c99781d6800186ed08df1a07ea7f9e087f24362412762e35d1c6
5
5
  SHA512:
6
- metadata.gz: a2965d34e99c66adfe4404c1fda6b279b7f1c65f724e0e0c07bdca5f6e7f10c3d23b7c6eaa177cbb108a0a7f610446c63a0dd4b4b2eebc888390d1b3e81dcbb0
7
- data.tar.gz: 259ae8fa73c2c2e32da544a4643c2dadf829414a11529e662e8c12a29ccc958bd7acb9afe75632b46b176d99ccabe4c01b5c76106dc847a4fd1df7c17ed297f0
6
+ metadata.gz: 45a41060b1c28a1e891caf98001c4400a5dc66387f7e30c116a18408ccdfbab21c5aa482e480ee392726ebdbeae47ecada3bbef7234aa88d0ab5cf1de1cb3794
7
+ data.tar.gz: 9a4248e589e41d44306b369ebb86dc75f51e175f021d44bbe8f63cdf998588a1017c5351e4bf9a59194bb3f1fbfe7264389fa93db3ee74a2b3d69b761dbd56fa
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-iot/customizations'
45
45
  # @service
46
46
  module Aws::IoT
47
47
 
48
- GEM_VERSION = '1.46.0'
48
+ GEM_VERSION = '1.47.0'
49
49
 
50
50
  end
@@ -9756,7 +9756,7 @@ module Aws::IoT
9756
9756
  params: params,
9757
9757
  config: config)
9758
9758
  context[:gem_name] = 'aws-sdk-iot'
9759
- context[:gem_version] = '1.46.0'
9759
+ context[:gem_version] = '1.47.0'
9760
9760
  Seahorse::Client::Request.new(handlers, context)
9761
9761
  end
9762
9762
 
@@ -6318,6 +6318,7 @@ module Aws::IoT
6318
6318
  o.errors << Shapes::ShapeRef.new(shape: NotConfiguredException)
6319
6319
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6320
6320
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6321
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
6321
6322
  end)
6322
6323
 
6323
6324
  api.add_operation(:set_v2_logging_options, Seahorse::Model::Operation.new.tap do |o|
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.46.0
4
+ version: 1.47.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-01 00:00:00.000000000 Z
11
+ date: 2020-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - AWS IoT