aws-sdk-iot 1.24.0 → 1.25.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 +4 -4
- data/lib/aws-sdk-iot.rb +1 -1
- data/lib/aws-sdk-iot/client.rb +6 -3
- data/lib/aws-sdk-iot/types.rb +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47bb35f6786cf8cc4cb8664db62a2ea663fd332a
|
|
4
|
+
data.tar.gz: 6ea2a967ac1563f70026ac10e6f17703bb33172a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da89dcf9bd8691d8726760944b118cbdb49c04e6fdc865d787a1080b3af5d9a2ff7a0bc09c24bcc7e7812d691c04a8b8b911d0c3de976f81cc0d2bf18cb19fe3
|
|
7
|
+
data.tar.gz: 0cf2c62be01d1394b02b9f55e997f4ba3db161b9ef6209e880592b748b1f407521dc8e866c60a520a99faaf6ba2f6247bab20e70701c55627359e3d60bf024d4
|
data/lib/aws-sdk-iot.rb
CHANGED
data/lib/aws-sdk-iot/client.rb
CHANGED
|
@@ -1505,7 +1505,10 @@ module Aws::IoT
|
|
|
1505
1505
|
req.send_request(options)
|
|
1506
1506
|
end
|
|
1507
1507
|
|
|
1508
|
-
# Creates a thing record in the registry.
|
|
1508
|
+
# Creates a thing record in the registry. If this call is made multiple
|
|
1509
|
+
# times using the same thing name and configuration, the call will
|
|
1510
|
+
# succeed. If this call is made with the same thing name but different
|
|
1511
|
+
# configuration a `ResourceAlreadyExistsException` is thrown.
|
|
1509
1512
|
#
|
|
1510
1513
|
# <note markdown="1"> This is a control plane operation. See [Authorization][1] for
|
|
1511
1514
|
# information about authorizing control plane actions.
|
|
@@ -5740,7 +5743,7 @@ module Aws::IoT
|
|
|
5740
5743
|
# registered.
|
|
5741
5744
|
#
|
|
5742
5745
|
# @option params [Boolean] :set_as_active
|
|
5743
|
-
# A boolean value that specifies if the
|
|
5746
|
+
# A boolean value that specifies if the certificate is set to active.
|
|
5744
5747
|
#
|
|
5745
5748
|
# @option params [String] :status
|
|
5746
5749
|
# The status of the register certificate request.
|
|
@@ -7511,7 +7514,7 @@ module Aws::IoT
|
|
|
7511
7514
|
params: params,
|
|
7512
7515
|
config: config)
|
|
7513
7516
|
context[:gem_name] = 'aws-sdk-iot'
|
|
7514
|
-
context[:gem_version] = '1.
|
|
7517
|
+
context[:gem_version] = '1.25.0'
|
|
7515
7518
|
Seahorse::Client::Request.new(handlers, context)
|
|
7516
7519
|
end
|
|
7517
7520
|
|
data/lib/aws-sdk-iot/types.rb
CHANGED
|
@@ -8436,8 +8436,7 @@ module Aws::IoT
|
|
|
8436
8436
|
# @return [String]
|
|
8437
8437
|
#
|
|
8438
8438
|
# @!attribute [rw] set_as_active
|
|
8439
|
-
# A boolean value that specifies if the
|
|
8440
|
-
# active.
|
|
8439
|
+
# A boolean value that specifies if the certificate is set to active.
|
|
8441
8440
|
# @return [Boolean]
|
|
8442
8441
|
#
|
|
8443
8442
|
# @!attribute [rw] status
|
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.
|
|
4
|
+
version: 1.25.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: 2019-
|
|
11
|
+
date: 2019-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|