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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ce9fcc89f2b6a3aaa76defd6fe23b27fcc24bcb
4
- data.tar.gz: 575bcd4e08f43f0f830894c82c27fe3b77abf399
3
+ metadata.gz: 47bb35f6786cf8cc4cb8664db62a2ea663fd332a
4
+ data.tar.gz: 6ea2a967ac1563f70026ac10e6f17703bb33172a
5
5
  SHA512:
6
- metadata.gz: ffd5349aecf7996969f122d4f5be63bd92523f4bd602e08e3e6abf1e269a505b2621cfc732b97ef4fcfc7d75dd2afd8ac63b10142dd273a5838243c9b8bfba26
7
- data.tar.gz: 8d479ab4139d45a9c586af19d66349328006562b2a350ece7203214d1de0a267c64c63b980b87eda3226261197e47fed7273d46f6b5038ac14c36f5760386592
6
+ metadata.gz: da89dcf9bd8691d8726760944b118cbdb49c04e6fdc865d787a1080b3af5d9a2ff7a0bc09c24bcc7e7812d691c04a8b8b911d0c3de976f81cc0d2bf18cb19fe3
7
+ data.tar.gz: 0cf2c62be01d1394b02b9f55e997f4ba3db161b9ef6209e880592b748b1f407521dc8e866c60a520a99faaf6ba2f6247bab20e70701c55627359e3d60bf024d4
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.24.0'
45
+ GEM_VERSION = '1.25.0'
46
46
 
47
47
  end
@@ -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 CA certificate is set to active.
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.24.0'
7517
+ context[:gem_version] = '1.25.0'
7515
7518
  Seahorse::Client::Request.new(handlers, context)
7516
7519
  end
7517
7520
 
@@ -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 CA certificate is set to
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.24.0
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-02-19 00:00:00.000000000 Z
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