aws-sdk-iot 1.89.0 → 1.90.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iot/client.rb +23 -3
- data/lib/aws-sdk-iot/types.rb +66 -4
- data/lib/aws-sdk-iot.rb +1 -1
- 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: 645736ed511b1c815eb13a155f292d5eca9cd70d85e20dbf4cb2e93d23255a65
|
4
|
+
data.tar.gz: 28717088bfd05b44a44d955a41cab7d00e725a1be5150e4043059081120938c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27414e8c1c9031c46a5618cc91a8cba95cd18a84121b1d6607980096c75a27919c929057d0988836ee7254ff9067dcaf5830e3f9bc01eed5a29f8a163f5e26fb
|
7
|
+
data.tar.gz: 51091e4736399eac0687ea7ff790dca2176a1a9ba78ddb0cf456e0ce29e99fcd3c3f8340e81dbf526101380689f4e4faea5b8e2f4445ba7500da88f5801a193e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.90.0
|
data/lib/aws-sdk-iot/client.rb
CHANGED
@@ -1716,6 +1716,13 @@ module Aws::IoT
|
|
1716
1716
|
# a thing when the thing is added to a target group, even after the job
|
1717
1717
|
# was completed by all things originally in the group.
|
1718
1718
|
#
|
1719
|
+
# <note markdown="1"> We recommend that you use continuous jobs instead of snapshot jobs for
|
1720
|
+
# dynamic thing group targets. By using continuous jobs, devices that
|
1721
|
+
# join the group receive the job execution even after the job has been
|
1722
|
+
# created.
|
1723
|
+
#
|
1724
|
+
# </note>
|
1725
|
+
#
|
1719
1726
|
# @option params [Types::JobExecutionsRolloutConfig] :job_executions_rollout_config
|
1720
1727
|
# Allows you to create a staged rollout of the job.
|
1721
1728
|
#
|
@@ -1752,8 +1759,14 @@ module Aws::IoT
|
|
1752
1759
|
# Allows you to create the criteria to retry a job.
|
1753
1760
|
#
|
1754
1761
|
# @option params [Hash<String,String>] :document_parameters
|
1755
|
-
# Parameters of
|
1756
|
-
# job document.
|
1762
|
+
# Parameters of an Amazon Web Services managed template that you can
|
1763
|
+
# specify to create the job document.
|
1764
|
+
#
|
1765
|
+
# <note markdown="1"> `documentParameters` can only be used when creating jobs from Amazon
|
1766
|
+
# Web Services managed templates. This parameter can't be used with
|
1767
|
+
# custom job templates or to create jobs from them.
|
1768
|
+
#
|
1769
|
+
# </note>
|
1757
1770
|
#
|
1758
1771
|
# @return [Types::CreateJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1759
1772
|
#
|
@@ -8770,6 +8783,13 @@ module Aws::IoT
|
|
8770
8783
|
# a thing when the thing is added to a target group, even after the job
|
8771
8784
|
# was completed by all things originally in the group.
|
8772
8785
|
#
|
8786
|
+
# <note markdown="1"> We recommend that you use continuous jobs instead of snapshot jobs for
|
8787
|
+
# dynamic thing group targets. By using continuous jobs, devices that
|
8788
|
+
# join the group receive the job execution even after the job has been
|
8789
|
+
# created.
|
8790
|
+
#
|
8791
|
+
# </note>
|
8792
|
+
#
|
8773
8793
|
# @option params [Integer] :max_results
|
8774
8794
|
# The maximum number of results to return per request.
|
8775
8795
|
#
|
@@ -13674,7 +13694,7 @@ module Aws::IoT
|
|
13674
13694
|
params: params,
|
13675
13695
|
config: config)
|
13676
13696
|
context[:gem_name] = 'aws-sdk-iot'
|
13677
|
-
context[:gem_version] = '1.
|
13697
|
+
context[:gem_version] = '1.90.0'
|
13678
13698
|
Seahorse::Client::Request.new(handlers, context)
|
13679
13699
|
end
|
13680
13700
|
|
data/lib/aws-sdk-iot/types.rb
CHANGED
@@ -3588,6 +3588,13 @@ module Aws::IoT
|
|
3588
3588
|
# on a thing when a change is detected in a target. For example, a job
|
3589
3589
|
# will run on a thing when the thing is added to a target group, even
|
3590
3590
|
# after the job was completed by all things originally in the group.
|
3591
|
+
#
|
3592
|
+
# <note markdown="1"> We recommend that you use continuous jobs instead of snapshot jobs
|
3593
|
+
# for dynamic thing group targets. By using continuous jobs, devices
|
3594
|
+
# that join the group receive the job execution even after the job has
|
3595
|
+
# been created.
|
3596
|
+
#
|
3597
|
+
# </note>
|
3591
3598
|
# @return [String]
|
3592
3599
|
#
|
3593
3600
|
# @!attribute [rw] job_executions_rollout_config
|
@@ -3633,8 +3640,14 @@ module Aws::IoT
|
|
3633
3640
|
# @return [Types::JobExecutionsRetryConfig]
|
3634
3641
|
#
|
3635
3642
|
# @!attribute [rw] document_parameters
|
3636
|
-
# Parameters of
|
3637
|
-
# job document.
|
3643
|
+
# Parameters of an Amazon Web Services managed template that you can
|
3644
|
+
# specify to create the job document.
|
3645
|
+
#
|
3646
|
+
# <note markdown="1"> `documentParameters` can only be used when creating jobs from Amazon
|
3647
|
+
# Web Services managed templates. This parameter can't be used with
|
3648
|
+
# custom job templates or to create jobs from them.
|
3649
|
+
#
|
3650
|
+
# </note>
|
3638
3651
|
# @return [Hash<String,String>]
|
3639
3652
|
#
|
3640
3653
|
class CreateJobRequest < Struct.new(
|
@@ -5517,11 +5530,21 @@ module Aws::IoT
|
|
5517
5530
|
# @return [Types::CodeSigningCertificateChain]
|
5518
5531
|
#
|
5519
5532
|
# @!attribute [rw] hash_algorithm
|
5520
|
-
# The hash algorithm used to code sign the file.
|
5533
|
+
# The hash algorithm used to code sign the file. You can use a string
|
5534
|
+
# as the algorithm name if the target over-the-air (OTA) update
|
5535
|
+
# devices are able to verify the signature that was generated using
|
5536
|
+
# the same signature algorithm. For example, FreeRTOS uses `SHA256` or
|
5537
|
+
# `SHA1`, so you can pass either of them based on which was used for
|
5538
|
+
# generating the signature.
|
5521
5539
|
# @return [String]
|
5522
5540
|
#
|
5523
5541
|
# @!attribute [rw] signature_algorithm
|
5524
|
-
# The signature algorithm used to code sign the file.
|
5542
|
+
# The signature algorithm used to code sign the file. You can use a
|
5543
|
+
# string as the algorithm name if the target over-the-air (OTA) update
|
5544
|
+
# devices are able to verify the signature that was generated using
|
5545
|
+
# the same signature algorithm. For example, FreeRTOS uses `ECDSA` or
|
5546
|
+
# `RSA`, so you can pass either of them based on which was used for
|
5547
|
+
# generating the signature.
|
5525
5548
|
# @return [String]
|
5526
5549
|
#
|
5527
5550
|
class CustomCodeSigning < Struct.new(
|
@@ -7429,6 +7452,12 @@ module Aws::IoT
|
|
7429
7452
|
# @!attribute [rw] document_parameters
|
7430
7453
|
# A map of key-value pairs that you can use as guidance to specify the
|
7431
7454
|
# inputs for creating a job from a managed template.
|
7455
|
+
#
|
7456
|
+
# <note markdown="1"> `documentParameters` can only be used when creating jobs from Amazon
|
7457
|
+
# Web Services managed templates. This parameter can't be used with
|
7458
|
+
# custom job templates or to create jobs from them.
|
7459
|
+
#
|
7460
|
+
# </note>
|
7432
7461
|
# @return [Array<Types::DocumentParameter>]
|
7433
7462
|
#
|
7434
7463
|
# @!attribute [rw] document
|
@@ -8446,6 +8475,12 @@ module Aws::IoT
|
|
8446
8475
|
# description of each key as a guidance to specify the inputs during
|
8447
8476
|
# runtime when creating a job.
|
8448
8477
|
#
|
8478
|
+
# <note markdown="1"> `documentParameters` can only be used when creating jobs from Amazon
|
8479
|
+
# Web Services managed templates. This parameter can't be used with
|
8480
|
+
# custom job templates or to create jobs from them.
|
8481
|
+
#
|
8482
|
+
# </note>
|
8483
|
+
#
|
8449
8484
|
# @!attribute [rw] key
|
8450
8485
|
# Key of the map field containing the patterns that need to be
|
8451
8486
|
# replaced in a managed template job document schema.
|
@@ -10095,6 +10130,13 @@ module Aws::IoT
|
|
10095
10130
|
# will run on a device when the thing representing the device is added
|
10096
10131
|
# to a target group, even after the job was completed by all things
|
10097
10132
|
# originally in the group.
|
10133
|
+
#
|
10134
|
+
# <note markdown="1"> We recommend that you use continuous jobs instead of snapshot jobs
|
10135
|
+
# for dynamic thing group targets. By using continuous jobs, devices
|
10136
|
+
# that join the group receive the job execution even after the job has
|
10137
|
+
# been created.
|
10138
|
+
#
|
10139
|
+
# </note>
|
10098
10140
|
# @return [String]
|
10099
10141
|
#
|
10100
10142
|
# @!attribute [rw] status
|
@@ -10187,6 +10229,12 @@ module Aws::IoT
|
|
10187
10229
|
# a managed template job document schema. You can use the description
|
10188
10230
|
# of each key as a guidance to specify the inputs during runtime when
|
10189
10231
|
# creating a job.
|
10232
|
+
#
|
10233
|
+
# <note markdown="1"> `documentParameters` can only be used when creating jobs from Amazon
|
10234
|
+
# Web Services managed templates. This parameter can't be used with
|
10235
|
+
# custom job templates or to create jobs from them.
|
10236
|
+
#
|
10237
|
+
# </note>
|
10190
10238
|
# @return [Hash<String,String>]
|
10191
10239
|
#
|
10192
10240
|
# @!attribute [rw] is_concurrent
|
@@ -10525,6 +10573,13 @@ module Aws::IoT
|
|
10525
10573
|
# on a thing when a change is detected in a target. For example, a job
|
10526
10574
|
# will run on a thing when the thing is added to a target group, even
|
10527
10575
|
# after the job was completed by all things originally in the group.
|
10576
|
+
#
|
10577
|
+
# <note markdown="1"> We recommend that you use continuous jobs instead of snapshot jobs
|
10578
|
+
# for dynamic thing group targets. By using continuous jobs, devices
|
10579
|
+
# that join the group receive the job execution even after the job has
|
10580
|
+
# been created.
|
10581
|
+
#
|
10582
|
+
# </note>
|
10528
10583
|
# @return [String]
|
10529
10584
|
#
|
10530
10585
|
# @!attribute [rw] status
|
@@ -11998,6 +12053,13 @@ module Aws::IoT
|
|
11998
12053
|
# on a thing when a change is detected in a target. For example, a job
|
11999
12054
|
# will run on a thing when the thing is added to a target group, even
|
12000
12055
|
# after the job was completed by all things originally in the group.
|
12056
|
+
#
|
12057
|
+
# <note markdown="1"> We recommend that you use continuous jobs instead of snapshot jobs
|
12058
|
+
# for dynamic thing group targets. By using continuous jobs, devices
|
12059
|
+
# that join the group receive the job execution even after the job has
|
12060
|
+
# been created.
|
12061
|
+
#
|
12062
|
+
# </note>
|
12001
12063
|
# @return [String]
|
12002
12064
|
#
|
12003
12065
|
# @!attribute [rw] max_results
|
data/lib/aws-sdk-iot.rb
CHANGED
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.90.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: 2022-05-
|
11
|
+
date: 2022-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|