aws-sdk-iot 1.120.0 → 1.121.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: d3af054c2795f8133bd5c9f1fe3f89d43804d151f25fb169509a06954687c67f
4
- data.tar.gz: 89b560b536502a4c9dae29c914c63e5e4b852cfb36f6a7d7409d08571f654b46
3
+ metadata.gz: 6da96ee733da6242cb3e5487341e8400c081e290cef3a96ca98a8a8ce08dd2c3
4
+ data.tar.gz: e375358ead90c0845627653abd4e4b37c77cd5e89952c5f96c8f6d4a443cfaee
5
5
  SHA512:
6
- metadata.gz: 85e123d3460b8b4b36e27eb3d5b580a0544670ae00813c1a5b027686835f1800cbe814f9a25d4ec179628258ae12998dbdd2b2e9eb3fa7fbf560ebae51ba5855
7
- data.tar.gz: a4ba32c5c19c030d67d43604643c995706d8b2a15f260c2f6ac5b2ef269644dade30ff28ef946352718b6fe7070d6c8853ccee14867266d029876690fdb45176
6
+ metadata.gz: 0ad91cbae8e65b68e42269f907ca78da2e64efcc6103a94b4d4a71e0ac253b4269280059426fee51be8fd42008ecd9cf605a2980e5168d1612ccccc1f76b8213
7
+ data.tar.gz: 565ecf98219c5cc330e4dfd396b66a4d687c72e01e196e2dc036e5c04efba37efe26f9a072fdbe7bd9316db63eb5dfdb373defedb7af3696e55e2ccd37a1c74d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.121.0 (2024-02-28)
5
+ ------------------
6
+
7
+ * Feature - This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL.
8
+
4
9
  1.120.0 (2024-02-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.120.0
1
+ 1.121.0
@@ -548,10 +548,16 @@ module Aws::IoT
548
548
  #
549
549
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
550
550
  #
551
- # <note markdown="1"> The `namespaceId` feature is in public preview.
551
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at this
552
+ # time. For more information, see [Setting up IoT Greengrass core
553
+ # devices.][1]
552
554
  #
553
555
  # </note>
554
556
  #
557
+ #
558
+ #
559
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
560
+ #
555
561
  # @return [Types::AssociateTargetsWithJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
556
562
  #
557
563
  # * {Types::AssociateTargetsWithJobResponse#job_arn #job_arn} => String
@@ -1881,10 +1887,16 @@ module Aws::IoT
1881
1887
  #
1882
1888
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
1883
1889
  #
1884
- # <note markdown="1"> The `namespaceId` feature is in public preview.
1890
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at this
1891
+ # time. For more information, see [Setting up IoT Greengrass core
1892
+ # devices.][1]
1885
1893
  #
1886
1894
  # </note>
1887
1895
  #
1896
+ #
1897
+ #
1898
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
1899
+ #
1888
1900
  # @option params [String] :job_template_arn
1889
1901
  # The ARN of the job template used to create the job.
1890
1902
  #
@@ -4397,10 +4409,16 @@ module Aws::IoT
4397
4409
  #
4398
4410
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
4399
4411
  #
4400
- # <note markdown="1"> The `namespaceId` feature is in public preview.
4412
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at this
4413
+ # time. For more information, see [Setting up IoT Greengrass core
4414
+ # devices.][1]
4401
4415
  #
4402
4416
  # </note>
4403
4417
  #
4418
+ #
4419
+ #
4420
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
4421
+ #
4404
4422
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4405
4423
  #
4406
4424
  # @example Request syntax with placeholder values
@@ -4463,10 +4481,16 @@ module Aws::IoT
4463
4481
  #
4464
4482
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
4465
4483
  #
4466
- # <note markdown="1"> The `namespaceId` feature is in public preview.
4484
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at this
4485
+ # time. For more information, see [Setting up IoT Greengrass core
4486
+ # devices.][1]
4467
4487
  #
4468
4488
  # </note>
4469
4489
  #
4490
+ #
4491
+ #
4492
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
4493
+ #
4470
4494
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4471
4495
  #
4472
4496
  # @example Request syntax with placeholder values
@@ -9533,10 +9557,16 @@ module Aws::IoT
9533
9557
  #
9534
9558
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
9535
9559
  #
9536
- # <note markdown="1"> The `namespaceId` feature is in public preview.
9560
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at this
9561
+ # time. For more information, see [Setting up IoT Greengrass core
9562
+ # devices.][1]
9537
9563
  #
9538
9564
  # </note>
9539
9565
  #
9566
+ #
9567
+ #
9568
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
9569
+ #
9540
9570
  # @option params [Integer] :max_results
9541
9571
  # The maximum number of results to be returned per request.
9542
9572
  #
@@ -9677,10 +9707,16 @@ module Aws::IoT
9677
9707
  #
9678
9708
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
9679
9709
  #
9680
- # <note markdown="1"> The `namespaceId` feature is in public preview.
9710
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at this
9711
+ # time. For more information, see [Setting up IoT Greengrass core
9712
+ # devices.][1]
9681
9713
  #
9682
9714
  # </note>
9683
9715
  #
9716
+ #
9717
+ #
9718
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
9719
+ #
9684
9720
  # @return [Types::ListJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9685
9721
  #
9686
9722
  # * {Types::ListJobsResponse#jobs #jobs} => Array&lt;Types::JobSummary&gt;
@@ -12547,8 +12583,14 @@ module Aws::IoT
12547
12583
  # no additional results.
12548
12584
  #
12549
12585
  # @option params [Integer] :max_results
12550
- # The maximum number of results to return per page at one time. The
12551
- # response might contain fewer results but will never contain more.
12586
+ # The maximum number of results to return per page at one time. This
12587
+ # maximum number cannot exceed 100. The response might contain fewer
12588
+ # results but will never contain more. You can use [ `nextToken` ][1] to
12589
+ # retrieve the next set of results until `nextToken` returns `NULL`.
12590
+ #
12591
+ #
12592
+ #
12593
+ # [1]: https://docs.aws.amazon.com/iot/latest/apireference/API_SearchIndex.html#iot-SearchIndex-request-nextToken
12552
12594
  #
12553
12595
  # @option params [String] :query_version
12554
12596
  # The query version.
@@ -14096,10 +14138,16 @@ module Aws::IoT
14096
14138
  #
14097
14139
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
14098
14140
  #
14099
- # <note markdown="1"> The `namespaceId` feature is in public preview.
14141
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at this
14142
+ # time. For more information, see [Setting up IoT Greengrass core
14143
+ # devices.][1]
14100
14144
  #
14101
14145
  # </note>
14102
14146
  #
14147
+ #
14148
+ #
14149
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
14150
+ #
14103
14151
  # @option params [Types::JobExecutionsRetryConfig] :job_executions_retry_config
14104
14152
  # Allows you to create the criteria to retry a job.
14105
14153
  #
@@ -15099,7 +15147,7 @@ module Aws::IoT
15099
15147
  params: params,
15100
15148
  config: config)
15101
15149
  context[:gem_name] = 'aws-sdk-iot'
15102
- context[:gem_version] = '1.120.0'
15150
+ context[:gem_version] = '1.121.0'
15103
15151
  Seahorse::Client::Request.new(handlers, context)
15104
15152
  end
15105
15153
 
@@ -1077,6 +1077,7 @@ module Aws::IoT
1077
1077
  SchedulingConfig = Shapes::StructureShape.new(name: 'SchedulingConfig')
1078
1078
  SearchIndexRequest = Shapes::StructureShape.new(name: 'SearchIndexRequest')
1079
1079
  SearchIndexResponse = Shapes::StructureShape.new(name: 'SearchIndexResponse')
1080
+ SearchQueryMaxResults = Shapes::IntegerShape.new(name: 'SearchQueryMaxResults')
1080
1081
  SearchableAttributes = Shapes::ListShape.new(name: 'SearchableAttributes')
1081
1082
  Seconds = Shapes::IntegerShape.new(name: 'Seconds')
1082
1083
  SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
@@ -4458,7 +4459,7 @@ module Aws::IoT
4458
4459
  SearchIndexRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "indexName"))
4459
4460
  SearchIndexRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "queryString"))
4460
4461
  SearchIndexRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
4461
- SearchIndexRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: QueryMaxResults, location_name: "maxResults"))
4462
+ SearchIndexRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SearchQueryMaxResults, location_name: "maxResults"))
4462
4463
  SearchIndexRequest.add_member(:query_version, Shapes::ShapeRef.new(shape: QueryVersion, location_name: "queryVersion"))
4463
4464
  SearchIndexRequest.struct_class = Types::SearchIndexRequest
4464
4465
 
@@ -509,9 +509,15 @@ module Aws::IoT
509
509
  #
510
510
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
511
511
  #
512
- # <note markdown="1"> The `namespaceId` feature is in public preview.
512
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at
513
+ # this time. For more information, see [Setting up IoT Greengrass core
514
+ # devices.][1]
513
515
  #
514
516
  # </note>
517
+ #
518
+ #
519
+ #
520
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
515
521
  # @return [String]
516
522
  #
517
523
  class AssociateTargetsWithJobRequest < Struct.new(
@@ -2875,9 +2881,15 @@ module Aws::IoT
2875
2881
  #
2876
2882
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
2877
2883
  #
2878
- # <note markdown="1"> The `namespaceId` feature is in public preview.
2884
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at
2885
+ # this time. For more information, see [Setting up IoT Greengrass core
2886
+ # devices.][1]
2879
2887
  #
2880
2888
  # </note>
2889
+ #
2890
+ #
2891
+ #
2892
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
2881
2893
  # @return [String]
2882
2894
  #
2883
2895
  # @!attribute [rw] job_template_arn
@@ -4427,9 +4439,15 @@ module Aws::IoT
4427
4439
  #
4428
4440
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
4429
4441
  #
4430
- # <note markdown="1"> The `namespaceId` feature is in public preview.
4442
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at
4443
+ # this time. For more information, see [Setting up IoT Greengrass core
4444
+ # devices.][1]
4431
4445
  #
4432
4446
  # </note>
4447
+ #
4448
+ #
4449
+ #
4450
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
4433
4451
  # @return [String]
4434
4452
  #
4435
4453
  class DeleteJobExecutionRequest < Struct.new(
@@ -4475,9 +4493,15 @@ module Aws::IoT
4475
4493
  #
4476
4494
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
4477
4495
  #
4478
- # <note markdown="1"> The `namespaceId` feature is in public preview.
4496
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at
4497
+ # this time. For more information, see [Setting up IoT Greengrass core
4498
+ # devices.][1]
4479
4499
  #
4480
4500
  # </note>
4501
+ #
4502
+ #
4503
+ #
4504
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
4481
4505
  # @return [String]
4482
4506
  #
4483
4507
  class DeleteJobRequest < Struct.new(
@@ -8389,9 +8413,15 @@ module Aws::IoT
8389
8413
  #
8390
8414
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
8391
8415
  #
8392
- # <note markdown="1"> The `namespaceId` feature is in public preview.
8416
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at
8417
+ # this time. For more information, see [Setting up IoT Greengrass core
8418
+ # devices.][1]
8393
8419
  #
8394
8420
  # </note>
8421
+ #
8422
+ #
8423
+ #
8424
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
8395
8425
  # @return [String]
8396
8426
  #
8397
8427
  # @!attribute [rw] job_template_arn
@@ -9934,9 +9964,15 @@ module Aws::IoT
9934
9964
  #
9935
9965
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
9936
9966
  #
9937
- # <note markdown="1"> The `namespaceId` feature is in public preview.
9967
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at
9968
+ # this time. For more information, see [Setting up IoT Greengrass core
9969
+ # devices.][1]
9938
9970
  #
9939
9971
  # </note>
9972
+ #
9973
+ #
9974
+ #
9975
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
9940
9976
  # @return [String]
9941
9977
  #
9942
9978
  # @!attribute [rw] max_results
@@ -10057,9 +10093,15 @@ module Aws::IoT
10057
10093
  #
10058
10094
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
10059
10095
  #
10060
- # <note markdown="1"> The `namespaceId` feature is in public preview.
10096
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at
10097
+ # this time. For more information, see [Setting up IoT Greengrass core
10098
+ # devices.][1]
10061
10099
  #
10062
10100
  # </note>
10101
+ #
10102
+ #
10103
+ #
10104
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
10063
10105
  # @return [String]
10064
10106
  #
10065
10107
  class ListJobsRequest < Struct.new(
@@ -13536,8 +13578,15 @@ module Aws::IoT
13536
13578
  # @return [String]
13537
13579
  #
13538
13580
  # @!attribute [rw] max_results
13539
- # The maximum number of results to return per page at one time. The
13540
- # response might contain fewer results but will never contain more.
13581
+ # The maximum number of results to return per page at one time. This
13582
+ # maximum number cannot exceed 100. The response might contain fewer
13583
+ # results but will never contain more. You can use [ `nextToken` ][1]
13584
+ # to retrieve the next set of results until `nextToken` returns
13585
+ # `NULL`.
13586
+ #
13587
+ #
13588
+ #
13589
+ # [1]: https://docs.aws.amazon.com/iot/latest/apireference/API_SearchIndex.html#iot-SearchIndex-request-nextToken
13541
13590
  # @return [Integer]
13542
13591
  #
13543
13592
  # @!attribute [rw] query_version
@@ -16187,9 +16236,15 @@ module Aws::IoT
16187
16236
  #
16188
16237
  # `$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
16189
16238
  #
16190
- # <note markdown="1"> The `namespaceId` feature is in public preview.
16239
+ # <note markdown="1"> The `namespaceId` feature is only supported by IoT Greengrass at
16240
+ # this time. For more information, see [Setting up IoT Greengrass core
16241
+ # devices.][1]
16191
16242
  #
16192
16243
  # </note>
16244
+ #
16245
+ #
16246
+ #
16247
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html
16193
16248
  # @return [String]
16194
16249
  #
16195
16250
  # @!attribute [rw] job_executions_retry_config
data/lib/aws-sdk-iot.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iot/customizations'
52
52
  # @!group service
53
53
  module Aws::IoT
54
54
 
55
- GEM_VERSION = '1.120.0'
55
+ GEM_VERSION = '1.121.0'
56
56
 
57
57
  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.120.0
4
+ version: 1.121.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: 2024-02-09 00:00:00.000000000 Z
11
+ date: 2024-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core