aws-sdk-iot 1.89.0 → 1.90.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: c93abcef586906c3c4f512b3548860da05959ca3425be606f380872cc0338f97
4
- data.tar.gz: f7115d4563734c8e18dd4f044a0b7507dc80ccd5b81d83cf86df60c4f1c38a99
3
+ metadata.gz: 645736ed511b1c815eb13a155f292d5eca9cd70d85e20dbf4cb2e93d23255a65
4
+ data.tar.gz: 28717088bfd05b44a44d955a41cab7d00e725a1be5150e4043059081120938c0
5
5
  SHA512:
6
- metadata.gz: 3c9fde8f272f00209b792f3f4f867343ea29041ddac38ee7f94fc4f709c5a8e3bd2891e81b31f25920937103097df60799251b55c05420d6e624f11a1d131f11
7
- data.tar.gz: de28929da80ae67575a6eb2f907201ff12869700b0bb666a85ad3705c812202818f139e39adae2a90b9124a2684c44738eb63624f659c4ecb525c5f4e4a54f95
6
+ metadata.gz: 27414e8c1c9031c46a5618cc91a8cba95cd18a84121b1d6607980096c75a27919c929057d0988836ee7254ff9067dcaf5830e3f9bc01eed5a29f8a163f5e26fb
7
+ data.tar.gz: 51091e4736399eac0687ea7ff790dca2176a1a9ba78ddb0cf456e0ce29e99fcd3c3f8340e81dbf526101380689f4e4faea5b8e2f4445ba7500da88f5801a193e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2022-05-12)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for China region ListMetricValues for IoT
8
+
4
9
  1.89.0 (2022-05-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.90.0
@@ -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 a managed template that you can specify to create the
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.89.0'
13697
+ context[:gem_version] = '1.90.0'
13678
13698
  Seahorse::Client::Request.new(handlers, context)
13679
13699
  end
13680
13700
 
@@ -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 a managed template that you can specify to create the
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
@@ -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.89.0'
51
+ GEM_VERSION = '1.90.0'
52
52
 
53
53
  end
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.89.0
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-05 00:00:00.000000000 Z
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