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 +4 -4
- data/lib/aws-sdk-iot.rb +1 -1
- data/lib/aws-sdk-iot/client.rb +8 -5
- data/lib/aws-sdk-iot/types.rb +7 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad0fbbfe81dbcc3bd3626d994aa704e60ab1ef75ee751861686d8dbc2e12fb4d
|
4
|
+
data.tar.gz: 491e1edb0577a870a92315f8524366a34ebe4b110740d8c3859b92e177c711a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86fef14861a9e4ea9fac5e4f47c358252946a805bf52ef8432ea2b5346a85085a86631b27d53efd740b5c20daf7dca2da1b4a07642e087d2e8f2594bed37980f
|
7
|
+
data.tar.gz: c7cf683baad4b3456dd1b5211d328a2e242df35acedebb9b5db4506fa1a642122750a0a348a53d4a54bede7d88df577de2ea01556440def65512113feb3c4d74
|
data/lib/aws-sdk-iot.rb
CHANGED
data/lib/aws-sdk-iot/client.rb
CHANGED
@@ -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
|
-
#
|
3397
|
-
#
|
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
|
-
#
|
3401
|
-
#
|
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.
|
11349
|
+
context[:gem_version] = '1.65.0'
|
11347
11350
|
Seahorse::Client::Request.new(handlers, context)
|
11348
11351
|
end
|
11349
11352
|
|
data/lib/aws-sdk-iot/types.rb
CHANGED
@@ -5491,13 +5491,16 @@ module Aws::IoT
|
|
5491
5491
|
# @return [String]
|
5492
5492
|
#
|
5493
5493
|
# @!attribute [rw] delete_stream
|
5494
|
-
#
|
5495
|
-
#
|
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
|
-
#
|
5500
|
-
#
|
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.
|
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:
|
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
|