aws-sdk-iot 1.64.0 → 1.65.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
  SHA256:
3
- metadata.gz: 6fe88ed3759bd03049b88667c451d720a645963b3afa3bd4ea5bd181834a04dc
4
- data.tar.gz: 2f04674129daf0f79d48cce866007a1cd9d71d1d912a258fa0593e19bc8d3963
3
+ metadata.gz: ad0fbbfe81dbcc3bd3626d994aa704e60ab1ef75ee751861686d8dbc2e12fb4d
4
+ data.tar.gz: 491e1edb0577a870a92315f8524366a34ebe4b110740d8c3859b92e177c711a2
5
5
  SHA512:
6
- metadata.gz: d109b45e7098cdafceef9b528b81538d89db7f98f308a51cb4ca75c54fca4f6bb4c83c22041503961d86fe717fd5b1ecddd682d93583e3c9ef691026d75ed034
7
- data.tar.gz: fce628d2fbae33f10cc1b0121fdb88e2a99e32f2c8f73e2f74a4e28bb55580cd7e7dc19bfaf79266681c504d2d9a8218ce726c59994f1317e32cc3fcc0d19abc
6
+ metadata.gz: 86fef14861a9e4ea9fac5e4f47c358252946a805bf52ef8432ea2b5346a85085a86631b27d53efd740b5c20daf7dca2da1b4a07642e087d2e8f2594bed37980f
7
+ data.tar.gz: c7cf683baad4b3456dd1b5211d328a2e242df35acedebb9b5db4506fa1a642122750a0a348a53d4a54bede7d88df577de2ea01556440def65512113feb3c4d74
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iot/customizations'
48
48
  # @!group service
49
49
  module Aws::IoT
50
50
 
51
- GEM_VERSION = '1.64.0'
51
+ GEM_VERSION = '1.65.0'
52
52
 
53
53
  end
@@ -3393,12 +3393,15 @@ module Aws::IoT
3393
3393
  # The ID of the OTA update to delete.
3394
3394
  #
3395
3395
  # @option params [Boolean] :delete_stream
3396
- # Specifies if the stream associated with an OTA update should be
3397
- # deleted when the OTA update is deleted.
3396
+ # When true, the stream created by the OTAUpdate process is deleted when
3397
+ # the OTA update is deleted. Ignored if the stream specified in the
3398
+ # OTAUpdate is supplied by the user.
3398
3399
  #
3399
3400
  # @option params [Boolean] :force_delete_aws_job
3400
- # Specifies if the AWS Job associated with the OTA update should be
3401
- # deleted when the OTA update is deleted.
3401
+ # When true, deletes the AWS job created by the OTAUpdate process even
3402
+ # if it is "IN\_PROGRESS". Otherwise, if the job is not in a terminal
3403
+ # state ("COMPLETED" or "CANCELED") an exception will occur. The
3404
+ # default is false.
3402
3405
  #
3403
3406
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3404
3407
  #
@@ -11343,7 +11346,7 @@ module Aws::IoT
11343
11346
  params: params,
11344
11347
  config: config)
11345
11348
  context[:gem_name] = 'aws-sdk-iot'
11346
- context[:gem_version] = '1.64.0'
11349
+ context[:gem_version] = '1.65.0'
11347
11350
  Seahorse::Client::Request.new(handlers, context)
11348
11351
  end
11349
11352
 
@@ -5491,13 +5491,16 @@ module Aws::IoT
5491
5491
  # @return [String]
5492
5492
  #
5493
5493
  # @!attribute [rw] delete_stream
5494
- # Specifies if the stream associated with an OTA update should be
5495
- # deleted when the OTA update is deleted.
5494
+ # When true, the stream created by the OTAUpdate process is deleted
5495
+ # when the OTA update is deleted. Ignored if the stream specified in
5496
+ # the OTAUpdate is supplied by the user.
5496
5497
  # @return [Boolean]
5497
5498
  #
5498
5499
  # @!attribute [rw] force_delete_aws_job
5499
- # Specifies if the AWS Job associated with the OTA update should be
5500
- # deleted when the OTA update is deleted.
5500
+ # When true, deletes the AWS job created by the OTAUpdate process even
5501
+ # if it is "IN\_PROGRESS". Otherwise, if the job is not in a
5502
+ # terminal state ("COMPLETED" or "CANCELED") an exception will
5503
+ # occur. The default is false.
5501
5504
  # @return [Boolean]
5502
5505
  #
5503
5506
  class DeleteOTAUpdateRequest < Struct.new(
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.64.0
4
+ version: 1.65.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-12-15 00:00:00.000000000 Z
11
+ date: 2021-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core