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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a15892d49b176a973a2bf096231fb637b5c6c1b2
4
- data.tar.gz: 6f38739efe839e9f90557645e37adcc9e21f11c0
3
+ metadata.gz: b640cbfdcb66976fd6494c96e8c3e1b2810bb600
4
+ data.tar.gz: 0be9f6c8a4c7ded7a6fcde524a1011c506cb121a
5
5
  SHA512:
6
- metadata.gz: d927334f4db1b30d2ebf7e3386b48f18a8d58f7fad75a7b7e99f4a344ce5f97e3167e8aa27924498f708eaf1be7d6a38fa00fbc59ddfb480f330a0d70e4dc4ba
7
- data.tar.gz: 1e8ca3dcc557746c13c89ac83a4bc8a41874e5b19ca8315840c547c5c871f1d7300eb6f237cf0f9d72e6a6022450ef9870ecca9a152975999e9a6305322278ce
6
+ metadata.gz: 3800fe6ba5cf1e7ea1b872e4e6cabebef2e3ef1055a56df4ecd617550e2ba768c696237f8cff91ef52169fec6817dfeda1279cbaa508953a484ae53e59096860
7
+ data.tar.gz: deff4aa2e81968b06fc835d2bc47f3574b423b70cd04f44c10d4280f144533717f7efaa64e32258163016adb839354e4c585c52d9b665108c409b9afd9c7b90d
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iot/customizations'
42
42
  # @service
43
43
  module Aws::IoT
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
@@ -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.6.0'
5250
+ context[:gem_version] = '1.7.0'
5251
5251
  Seahorse::Client::Request.new(handlers, context)
5252
5252
  end
5253
5253
 
@@ -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.6.0
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-18 00:00:00.000000000 Z
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