aws-sdk-iot 1.6.0 → 1.7.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 +4 -4
- data/lib/aws-sdk-iot/types.rb +1 -1
- 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: b640cbfdcb66976fd6494c96e8c3e1b2810bb600
|
|
4
|
+
data.tar.gz: 0be9f6c8a4c7ded7a6fcde524a1011c506cb121a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3800fe6ba5cf1e7ea1b872e4e6cabebef2e3ef1055a56df4ecd617550e2ba768c696237f8cff91ef52169fec6817dfeda1279cbaa508953a484ae53e59096860
|
|
7
|
+
data.tar.gz: deff4aa2e81968b06fc835d2bc47f3574b423b70cd04f44c10d4280f144533717f7efaa64e32258163016adb839354e4c585c52d9b665108c409b9afd9c7b90d
|
data/lib/aws-sdk-iot.rb
CHANGED
data/lib/aws-sdk-iot/client.rb
CHANGED
|
@@ -1955,7 +1955,7 @@ module Aws::IoT
|
|
|
1955
1955
|
# resp.job.job_arn #=> String
|
|
1956
1956
|
# resp.job.job_id #=> String
|
|
1957
1957
|
# resp.job.target_selection #=> String, one of "CONTINUOUS", "SNAPSHOT"
|
|
1958
|
-
# resp.job.status #=> String, one of "IN_PROGRESS", "CANCELED", "COMPLETED"
|
|
1958
|
+
# resp.job.status #=> String, one of "IN_PROGRESS", "CANCELED", "COMPLETED", "DELETION_IN_PROGRESS"
|
|
1959
1959
|
# resp.job.comment #=> String
|
|
1960
1960
|
# resp.job.targets #=> Array
|
|
1961
1961
|
# resp.job.targets[0] #=> String
|
|
@@ -3178,7 +3178,7 @@ module Aws::IoT
|
|
|
3178
3178
|
# @example Request syntax with placeholder values
|
|
3179
3179
|
#
|
|
3180
3180
|
# resp = client.list_jobs({
|
|
3181
|
-
# status: "IN_PROGRESS", # accepts IN_PROGRESS, CANCELED, COMPLETED
|
|
3181
|
+
# status: "IN_PROGRESS", # accepts IN_PROGRESS, CANCELED, COMPLETED, DELETION_IN_PROGRESS
|
|
3182
3182
|
# target_selection: "CONTINUOUS", # accepts CONTINUOUS, SNAPSHOT
|
|
3183
3183
|
# max_results: 1,
|
|
3184
3184
|
# next_token: "NextToken",
|
|
@@ -3193,7 +3193,7 @@ module Aws::IoT
|
|
|
3193
3193
|
# resp.jobs[0].job_id #=> String
|
|
3194
3194
|
# resp.jobs[0].thing_group_id #=> String
|
|
3195
3195
|
# resp.jobs[0].target_selection #=> String, one of "CONTINUOUS", "SNAPSHOT"
|
|
3196
|
-
# resp.jobs[0].status #=> String, one of "IN_PROGRESS", "CANCELED", "COMPLETED"
|
|
3196
|
+
# resp.jobs[0].status #=> String, one of "IN_PROGRESS", "CANCELED", "COMPLETED", "DELETION_IN_PROGRESS"
|
|
3197
3197
|
# resp.jobs[0].created_at #=> Time
|
|
3198
3198
|
# resp.jobs[0].last_updated_at #=> Time
|
|
3199
3199
|
# resp.jobs[0].completed_at #=> Time
|
|
@@ -5247,7 +5247,7 @@ module Aws::IoT
|
|
|
5247
5247
|
params: params,
|
|
5248
5248
|
config: config)
|
|
5249
5249
|
context[:gem_name] = 'aws-sdk-iot'
|
|
5250
|
-
context[:gem_version] = '1.
|
|
5250
|
+
context[:gem_version] = '1.7.0'
|
|
5251
5251
|
Seahorse::Client::Request.new(handlers, context)
|
|
5252
5252
|
end
|
|
5253
5253
|
|
data/lib/aws-sdk-iot/types.rb
CHANGED
|
@@ -4538,7 +4538,7 @@ module Aws::IoT
|
|
|
4538
4538
|
# data as a hash:
|
|
4539
4539
|
#
|
|
4540
4540
|
# {
|
|
4541
|
-
# status: "IN_PROGRESS", # accepts IN_PROGRESS, CANCELED, COMPLETED
|
|
4541
|
+
# status: "IN_PROGRESS", # accepts IN_PROGRESS, CANCELED, COMPLETED, DELETION_IN_PROGRESS
|
|
4542
4542
|
# target_selection: "CONTINUOUS", # accepts CONTINUOUS, SNAPSHOT
|
|
4543
4543
|
# max_results: 1,
|
|
4544
4544
|
# next_token: "NextToken",
|
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.7.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: 2018-05-
|
|
11
|
+
date: 2018-05-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|