aws-sdk-iot 1.60.0 → 1.61.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
  SHA256:
3
- metadata.gz: 776f23406e1409292b2e9acd105288a7c9d9d4e7b47e7e347509b499302b8ec6
4
- data.tar.gz: 570efe63fb2356ea0fe385a439ca216628da15cab9c3d1507f46b6af723df4aa
3
+ metadata.gz: 400aa57de321a8029fe740b7a2b7eb789e9c82b8a9b0865f1e64590d4c336527
4
+ data.tar.gz: e3c567b6a2b28b95113e43cc05c5b75a22c08899ea365006fd94b9409841f96f
5
5
  SHA512:
6
- metadata.gz: 405418302ae30a6607dc926fb1b9739ccddc708e9aacf56ad249fb538d9df73aaee1d2305e022f6e3a313d357c51a61422091649c35838f6c2957f2134ddff54
7
- data.tar.gz: b00c6a971f42168b716caa9147c159d2d6e7496347678461e87799f9317fb004e1d5e45c899364389b90b9d51aac527f500a55d0079ce15ced7c2b8a08729bec
6
+ metadata.gz: 6707e377cdc6ba21c0d32ef0d1325a9ec230e63d92e5ba63a02f6eff3492b9441b13024ab0dd25e76a0e3eb963f1a00fa0ab342506a62337396e488e3a2c34b2
7
+ data.tar.gz: 48f9cd799cdf2d055abf3c203fc28353e8b4068f23f4900ccfeaf9676e97920f32e3c3fc736b3f08a53da71f4c03e3c984df55ec612918927f147319d256fa20
@@ -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.60.0'
51
+ GEM_VERSION = '1.61.0'
52
52
 
53
53
  end
@@ -6243,7 +6243,9 @@ module Aws::IoT
6243
6243
  # Lists the billing groups you have created.
6244
6244
  #
6245
6245
  # @option params [String] :next_token
6246
- # The token to retrieve the next set of results.
6246
+ # To retrieve the next set of results, the `nextToken` value from a
6247
+ # previous response; otherwise **null** to receive the first set of
6248
+ # results.
6247
6249
  #
6248
6250
  # @option params [Integer] :max_results
6249
6251
  # The maximum number of results to return per request.
@@ -7041,7 +7043,9 @@ module Aws::IoT
7041
7043
  # Cognito identities or federated identities.
7042
7044
  #
7043
7045
  # @option params [String] :next_token
7044
- # The token to retrieve the next set of results.
7046
+ # To retrieve the next set of results, the `nextToken` value from a
7047
+ # previous response; otherwise **null** to receive the first set of
7048
+ # results.
7045
7049
  #
7046
7050
  # @option params [Integer] :max_results
7047
7051
  # The maximum number of results to return in this operation.
@@ -7375,7 +7379,9 @@ module Aws::IoT
7375
7379
  # The ARN of the resource.
7376
7380
  #
7377
7381
  # @option params [String] :next_token
7378
- # The token to retrieve the next set of results.
7382
+ # To retrieve the next set of results, the `nextToken` value from a
7383
+ # previous response; otherwise **null** to receive the first set of
7384
+ # results.
7379
7385
  #
7380
7386
  # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7381
7387
  #
@@ -7487,7 +7493,9 @@ module Aws::IoT
7487
7493
  # List the thing groups in your account.
7488
7494
  #
7489
7495
  # @option params [String] :next_token
7490
- # The token to retrieve the next set of results.
7496
+ # To retrieve the next set of results, the `nextToken` value from a
7497
+ # previous response; otherwise **null** to receive the first set of
7498
+ # results.
7491
7499
  #
7492
7500
  # @option params [Integer] :max_results
7493
7501
  # The maximum number of results to return at one time.
@@ -7540,7 +7548,9 @@ module Aws::IoT
7540
7548
  # The thing name.
7541
7549
  #
7542
7550
  # @option params [String] :next_token
7543
- # The token to retrieve the next set of results.
7551
+ # To retrieve the next set of results, the `nextToken` value from a
7552
+ # previous response; otherwise **null** to receive the first set of
7553
+ # results.
7544
7554
  #
7545
7555
  # @option params [Integer] :max_results
7546
7556
  # The maximum number of results to return at one time.
@@ -7578,16 +7588,29 @@ module Aws::IoT
7578
7588
  # can be X.509 certificates, IAM users, groups, and roles, Amazon
7579
7589
  # Cognito identities or federated identities.
7580
7590
  #
7591
+ # @option params [String] :next_token
7592
+ # To retrieve the next set of results, the `nextToken` value from a
7593
+ # previous response; otherwise **null** to receive the first set of
7594
+ # results.
7595
+ #
7596
+ # @option params [Integer] :max_results
7597
+ # The maximum number of results to return in this operation.
7598
+ #
7581
7599
  # @option params [required, String] :thing_name
7582
7600
  # The name of the thing.
7583
7601
  #
7584
7602
  # @return [Types::ListThingPrincipalsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7585
7603
  #
7586
7604
  # * {Types::ListThingPrincipalsResponse#principals #principals} => Array<String>
7605
+ # * {Types::ListThingPrincipalsResponse#next_token #next_token} => String
7606
+ #
7607
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
7587
7608
  #
7588
7609
  # @example Request syntax with placeholder values
7589
7610
  #
7590
7611
  # resp = client.list_thing_principals({
7612
+ # next_token: "NextToken",
7613
+ # max_results: 1,
7591
7614
  # thing_name: "ThingName", # required
7592
7615
  # })
7593
7616
  #
@@ -7595,6 +7618,7 @@ module Aws::IoT
7595
7618
  #
7596
7619
  # resp.principals #=> Array
7597
7620
  # resp.principals[0] #=> String
7621
+ # resp.next_token #=> String
7598
7622
  #
7599
7623
  # @overload list_thing_principals(params = {})
7600
7624
  # @param [Hash] params ({})
@@ -7612,7 +7636,9 @@ module Aws::IoT
7612
7636
  # The type of task report.
7613
7637
  #
7614
7638
  # @option params [String] :next_token
7615
- # The token to retrieve the next set of results.
7639
+ # To retrieve the next set of results, the `nextToken` value from a
7640
+ # previous response; otherwise **null** to receive the first set of
7641
+ # results.
7616
7642
  #
7617
7643
  # @option params [Integer] :max_results
7618
7644
  # The maximum number of results to return per request.
@@ -7651,7 +7677,9 @@ module Aws::IoT
7651
7677
  # List bulk thing provisioning tasks.
7652
7678
  #
7653
7679
  # @option params [String] :next_token
7654
- # The token to retrieve the next set of results.
7680
+ # To retrieve the next set of results, the `nextToken` value from a
7681
+ # previous response; otherwise **null** to receive the first set of
7682
+ # results.
7655
7683
  #
7656
7684
  # @option params [Integer] :max_results
7657
7685
  # The maximum number of results to return at one time.
@@ -7690,7 +7718,9 @@ module Aws::IoT
7690
7718
  # Lists the existing thing types.
7691
7719
  #
7692
7720
  # @option params [String] :next_token
7693
- # The token to retrieve the next set of results.
7721
+ # To retrieve the next set of results, the `nextToken` value from a
7722
+ # previous response; otherwise **null** to receive the first set of
7723
+ # results.
7694
7724
  #
7695
7725
  # @option params [Integer] :max_results
7696
7726
  # The maximum number of results to return in this operation.
@@ -7747,7 +7777,9 @@ module Aws::IoT
7747
7777
  # </note>
7748
7778
  #
7749
7779
  # @option params [String] :next_token
7750
- # The token to retrieve the next set of results.
7780
+ # To retrieve the next set of results, the `nextToken` value from a
7781
+ # previous response; otherwise **null** to receive the first set of
7782
+ # results.
7751
7783
  #
7752
7784
  # @option params [Integer] :max_results
7753
7785
  # The maximum number of results to return in this operation.
@@ -7802,7 +7834,9 @@ module Aws::IoT
7802
7834
  # The name of the billing group.
7803
7835
  #
7804
7836
  # @option params [String] :next_token
7805
- # The token to retrieve the next set of results.
7837
+ # To retrieve the next set of results, the `nextToken` value from a
7838
+ # previous response; otherwise **null** to receive the first set of
7839
+ # results.
7806
7840
  #
7807
7841
  # @option params [Integer] :max_results
7808
7842
  # The maximum number of results to return per request.
@@ -7845,7 +7879,9 @@ module Aws::IoT
7845
7879
  # well.
7846
7880
  #
7847
7881
  # @option params [String] :next_token
7848
- # The token to retrieve the next set of results.
7882
+ # To retrieve the next set of results, the `nextToken` value from a
7883
+ # previous response; otherwise **null** to receive the first set of
7884
+ # results.
7849
7885
  #
7850
7886
  # @option params [Integer] :max_results
7851
7887
  # The maximum number of results to return at one time.
@@ -7885,7 +7921,9 @@ module Aws::IoT
7885
7921
  # The maximum number of results to return at one time.
7886
7922
  #
7887
7923
  # @option params [String] :next_token
7888
- # The token to retrieve the next set of results.
7924
+ # To retrieve the next set of results, the `nextToken` value from a
7925
+ # previous response; otherwise **null** to receive the first set of
7926
+ # results.
7889
7927
  #
7890
7928
  # @return [Types::ListTopicRuleDestinationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7891
7929
  #
@@ -7926,7 +7964,9 @@ module Aws::IoT
7926
7964
  # The maximum number of results to return.
7927
7965
  #
7928
7966
  # @option params [String] :next_token
7929
- # A token used to retrieve the next value.
7967
+ # To retrieve the next set of results, the `nextToken` value from a
7968
+ # previous response; otherwise **null** to receive the first set of
7969
+ # results.
7930
7970
  #
7931
7971
  # @option params [Boolean] :rule_disabled
7932
7972
  # Specifies whether the rule is disabled.
@@ -7971,8 +8011,9 @@ module Aws::IoT
7971
8011
  # `THING_Group`.
7972
8012
  #
7973
8013
  # @option params [String] :next_token
7974
- # The token used to get the next set of results, or **null** if there
7975
- # are no additional results.
8014
+ # To retrieve the next set of results, the `nextToken` value from a
8015
+ # previous response; otherwise **null** to receive the first set of
8016
+ # results.
7976
8017
  #
7977
8018
  # @option params [Integer] :max_results
7978
8019
  # The maximum number of results to return at one time.
@@ -10584,7 +10625,7 @@ module Aws::IoT
10584
10625
  params: params,
10585
10626
  config: config)
10586
10627
  context[:gem_name] = 'aws-sdk-iot'
10587
- context[:gem_version] = '1.60.0'
10628
+ context[:gem_version] = '1.61.0'
10588
10629
  Seahorse::Client::Request.new(handlers, context)
10589
10630
  end
10590
10631
 
@@ -3068,10 +3068,13 @@ module Aws::IoT
3068
3068
  ListThingGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
3069
3069
  ListThingGroupsResponse.struct_class = Types::ListThingGroupsResponse
3070
3070
 
3071
+ ListThingPrincipalsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
3072
+ ListThingPrincipalsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RegistryMaxResults, location: "querystring", location_name: "maxResults"))
3071
3073
  ListThingPrincipalsRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
3072
3074
  ListThingPrincipalsRequest.struct_class = Types::ListThingPrincipalsRequest
3073
3075
 
3074
3076
  ListThingPrincipalsResponse.add_member(:principals, Shapes::ShapeRef.new(shape: Principals, location_name: "principals"))
3077
+ ListThingPrincipalsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
3075
3078
  ListThingPrincipalsResponse.struct_class = Types::ListThingPrincipalsResponse
3076
3079
 
3077
3080
  ListThingRegistrationTaskReportsRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location: "uri", location_name: "taskId"))
@@ -6448,6 +6451,7 @@ module Aws::IoT
6448
6451
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6449
6452
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6450
6453
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6454
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6451
6455
  o[:pager] = Aws::Pager.new(
6452
6456
  limit_key: "max_results",
6453
6457
  tokens: {
@@ -6465,6 +6469,7 @@ module Aws::IoT
6465
6469
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6466
6470
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6467
6471
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6472
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6468
6473
  o[:pager] = Aws::Pager.new(
6469
6474
  limit_key: "max_results",
6470
6475
  tokens: {
@@ -6485,6 +6490,12 @@ module Aws::IoT
6485
6490
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6486
6491
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6487
6492
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6493
+ o[:pager] = Aws::Pager.new(
6494
+ limit_key: "max_results",
6495
+ tokens: {
6496
+ "next_token" => "next_token"
6497
+ }
6498
+ )
6488
6499
  end)
6489
6500
 
6490
6501
  api.add_operation(:list_thing_registration_task_reports, Seahorse::Model::Operation.new.tap do |o|
@@ -6588,6 +6599,7 @@ module Aws::IoT
6588
6599
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6589
6600
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6590
6601
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6602
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6591
6603
  o[:pager] = Aws::Pager.new(
6592
6604
  limit_key: "max_results",
6593
6605
  tokens: {
@@ -9648,7 +9648,9 @@ module Aws::IoT
9648
9648
  # }
9649
9649
  #
9650
9650
  # @!attribute [rw] next_token
9651
- # The token to retrieve the next set of results.
9651
+ # To retrieve the next set of results, the `nextToken` value from a
9652
+ # previous response; otherwise **null** to receive the first set of
9653
+ # results.
9652
9654
  # @return [String]
9653
9655
  #
9654
9656
  # @!attribute [rw] max_results
@@ -9673,8 +9675,8 @@ module Aws::IoT
9673
9675
  # @return [Array<Types::GroupNameAndArn>]
9674
9676
  #
9675
9677
  # @!attribute [rw] next_token
9676
- # The token used to get the next set of results, or **null** if there
9677
- # are no additional results.
9678
+ # The token to use to get the next set of results, or **null** if
9679
+ # there are no additional results.
9678
9680
  # @return [String]
9679
9681
  #
9680
9682
  class ListBillingGroupsResponse < Struct.new(
@@ -10519,7 +10521,9 @@ module Aws::IoT
10519
10521
  # }
10520
10522
  #
10521
10523
  # @!attribute [rw] next_token
10522
- # The token to retrieve the next set of results.
10524
+ # To retrieve the next set of results, the `nextToken` value from a
10525
+ # previous response; otherwise **null** to receive the first set of
10526
+ # results.
10523
10527
  # @return [String]
10524
10528
  #
10525
10529
  # @!attribute [rw] max_results
@@ -10545,8 +10549,8 @@ module Aws::IoT
10545
10549
  # @return [Array<String>]
10546
10550
  #
10547
10551
  # @!attribute [rw] next_token
10548
- # The token used to get the next set of results, or **null** if there
10549
- # are no additional results.
10552
+ # The token to use to get the next set of results, or **null** if
10553
+ # there are no additional results.
10550
10554
  # @return [String]
10551
10555
  #
10552
10556
  class ListPrincipalThingsResponse < Struct.new(
@@ -10877,7 +10881,9 @@ module Aws::IoT
10877
10881
  # @return [String]
10878
10882
  #
10879
10883
  # @!attribute [rw] next_token
10880
- # The token to retrieve the next set of results.
10884
+ # To retrieve the next set of results, the `nextToken` value from a
10885
+ # previous response; otherwise **null** to receive the first set of
10886
+ # results.
10881
10887
  # @return [String]
10882
10888
  #
10883
10889
  class ListTagsForResourceRequest < Struct.new(
@@ -10892,8 +10898,8 @@ module Aws::IoT
10892
10898
  # @return [Array<Types::Tag>]
10893
10899
  #
10894
10900
  # @!attribute [rw] next_token
10895
- # The token used to get the next set of results, or **null** if there
10896
- # are no additional results.
10901
+ # The token to use to get the next set of results, or **null** if
10902
+ # there are no additional results.
10897
10903
  # @return [String]
10898
10904
  #
10899
10905
  class ListTagsForResourceResponse < Struct.new(
@@ -11006,7 +11012,9 @@ module Aws::IoT
11006
11012
  # @return [String]
11007
11013
  #
11008
11014
  # @!attribute [rw] next_token
11009
- # The token to retrieve the next set of results.
11015
+ # To retrieve the next set of results, the `nextToken` value from a
11016
+ # previous response; otherwise **null** to receive the first set of
11017
+ # results.
11010
11018
  # @return [String]
11011
11019
  #
11012
11020
  # @!attribute [rw] max_results
@@ -11026,8 +11034,8 @@ module Aws::IoT
11026
11034
  # @return [Array<Types::GroupNameAndArn>]
11027
11035
  #
11028
11036
  # @!attribute [rw] next_token
11029
- # The token used to get the next set of results, or **null** if there
11030
- # are no additional results.
11037
+ # The token to use to get the next set of results, or **null** if
11038
+ # there are no additional results.
11031
11039
  # @return [String]
11032
11040
  #
11033
11041
  class ListThingGroupsForThingResponse < Struct.new(
@@ -11049,7 +11057,9 @@ module Aws::IoT
11049
11057
  # }
11050
11058
  #
11051
11059
  # @!attribute [rw] next_token
11052
- # The token to retrieve the next set of results.
11060
+ # To retrieve the next set of results, the `nextToken` value from a
11061
+ # previous response; otherwise **null** to receive the first set of
11062
+ # results.
11053
11063
  # @return [String]
11054
11064
  #
11055
11065
  # @!attribute [rw] max_results
@@ -11085,8 +11095,8 @@ module Aws::IoT
11085
11095
  # @return [Array<Types::GroupNameAndArn>]
11086
11096
  #
11087
11097
  # @!attribute [rw] next_token
11088
- # The token used to get the next set of results. Will not be returned
11089
- # if operation has returned all results.
11098
+ # The token to use to get the next set of results. Will not be
11099
+ # returned if operation has returned all results.
11090
11100
  # @return [String]
11091
11101
  #
11092
11102
  class ListThingGroupsResponse < Struct.new(
@@ -11102,14 +11112,28 @@ module Aws::IoT
11102
11112
  # data as a hash:
11103
11113
  #
11104
11114
  # {
11115
+ # next_token: "NextToken",
11116
+ # max_results: 1,
11105
11117
  # thing_name: "ThingName", # required
11106
11118
  # }
11107
11119
  #
11120
+ # @!attribute [rw] next_token
11121
+ # To retrieve the next set of results, the `nextToken` value from a
11122
+ # previous response; otherwise **null** to receive the first set of
11123
+ # results.
11124
+ # @return [String]
11125
+ #
11126
+ # @!attribute [rw] max_results
11127
+ # The maximum number of results to return in this operation.
11128
+ # @return [Integer]
11129
+ #
11108
11130
  # @!attribute [rw] thing_name
11109
11131
  # The name of the thing.
11110
11132
  # @return [String]
11111
11133
  #
11112
11134
  class ListThingPrincipalsRequest < Struct.new(
11135
+ :next_token,
11136
+ :max_results,
11113
11137
  :thing_name)
11114
11138
  SENSITIVE = []
11115
11139
  include Aws::Structure
@@ -11121,8 +11145,14 @@ module Aws::IoT
11121
11145
  # The principals associated with the thing.
11122
11146
  # @return [Array<String>]
11123
11147
  #
11148
+ # @!attribute [rw] next_token
11149
+ # The token to use to get the next set of results, or **null** if
11150
+ # there are no additional results.
11151
+ # @return [String]
11152
+ #
11124
11153
  class ListThingPrincipalsResponse < Struct.new(
11125
- :principals)
11154
+ :principals,
11155
+ :next_token)
11126
11156
  SENSITIVE = []
11127
11157
  include Aws::Structure
11128
11158
  end
@@ -11146,7 +11176,9 @@ module Aws::IoT
11146
11176
  # @return [String]
11147
11177
  #
11148
11178
  # @!attribute [rw] next_token
11149
- # The token to retrieve the next set of results.
11179
+ # To retrieve the next set of results, the `nextToken` value from a
11180
+ # previous response; otherwise **null** to receive the first set of
11181
+ # results.
11150
11182
  # @return [String]
11151
11183
  #
11152
11184
  # @!attribute [rw] max_results
@@ -11171,8 +11203,8 @@ module Aws::IoT
11171
11203
  # @return [String]
11172
11204
  #
11173
11205
  # @!attribute [rw] next_token
11174
- # The token used to get the next set of results, or **null** if there
11175
- # are no additional results.
11206
+ # The token to use to get the next set of results, or **null** if
11207
+ # there are no additional results.
11176
11208
  # @return [String]
11177
11209
  #
11178
11210
  class ListThingRegistrationTaskReportsResponse < Struct.new(
@@ -11193,7 +11225,9 @@ module Aws::IoT
11193
11225
  # }
11194
11226
  #
11195
11227
  # @!attribute [rw] next_token
11196
- # The token to retrieve the next set of results.
11228
+ # To retrieve the next set of results, the `nextToken` value from a
11229
+ # previous response; otherwise **null** to receive the first set of
11230
+ # results.
11197
11231
  # @return [String]
11198
11232
  #
11199
11233
  # @!attribute [rw] max_results
@@ -11217,8 +11251,8 @@ module Aws::IoT
11217
11251
  # @return [Array<String>]
11218
11252
  #
11219
11253
  # @!attribute [rw] next_token
11220
- # The token used to get the next set of results, or **null** if there
11221
- # are no additional results.
11254
+ # The token to use to get the next set of results, or **null** if
11255
+ # there are no additional results.
11222
11256
  # @return [String]
11223
11257
  #
11224
11258
  class ListThingRegistrationTasksResponse < Struct.new(
@@ -11240,7 +11274,9 @@ module Aws::IoT
11240
11274
  # }
11241
11275
  #
11242
11276
  # @!attribute [rw] next_token
11243
- # The token to retrieve the next set of results.
11277
+ # To retrieve the next set of results, the `nextToken` value from a
11278
+ # previous response; otherwise **null** to receive the first set of
11279
+ # results.
11244
11280
  # @return [String]
11245
11281
  #
11246
11282
  # @!attribute [rw] max_results
@@ -11291,7 +11327,9 @@ module Aws::IoT
11291
11327
  # @return [String]
11292
11328
  #
11293
11329
  # @!attribute [rw] next_token
11294
- # The token to retrieve the next set of results.
11330
+ # To retrieve the next set of results, the `nextToken` value from a
11331
+ # previous response; otherwise **null** to receive the first set of
11332
+ # results.
11295
11333
  # @return [String]
11296
11334
  #
11297
11335
  # @!attribute [rw] max_results
@@ -11311,8 +11349,8 @@ module Aws::IoT
11311
11349
  # @return [Array<String>]
11312
11350
  #
11313
11351
  # @!attribute [rw] next_token
11314
- # The token used to get the next set of results. Will not be returned
11315
- # if operation has returned all results.
11352
+ # The token to use to get the next set of results. Will not be
11353
+ # returned if operation has returned all results.
11316
11354
  # @return [String]
11317
11355
  #
11318
11356
  class ListThingsInBillingGroupResponse < Struct.new(
@@ -11342,7 +11380,9 @@ module Aws::IoT
11342
11380
  # @return [Boolean]
11343
11381
  #
11344
11382
  # @!attribute [rw] next_token
11345
- # The token to retrieve the next set of results.
11383
+ # To retrieve the next set of results, the `nextToken` value from a
11384
+ # previous response; otherwise **null** to receive the first set of
11385
+ # results.
11346
11386
  # @return [String]
11347
11387
  #
11348
11388
  # @!attribute [rw] max_results
@@ -11363,8 +11403,8 @@ module Aws::IoT
11363
11403
  # @return [Array<String>]
11364
11404
  #
11365
11405
  # @!attribute [rw] next_token
11366
- # The token used to get the next set of results, or **null** if there
11367
- # are no additional results.
11406
+ # The token to use to get the next set of results, or **null** if
11407
+ # there are no additional results.
11368
11408
  # @return [String]
11369
11409
  #
11370
11410
  class ListThingsInThingGroupResponse < Struct.new(
@@ -11388,7 +11428,9 @@ module Aws::IoT
11388
11428
  # }
11389
11429
  #
11390
11430
  # @!attribute [rw] next_token
11391
- # The token to retrieve the next set of results.
11431
+ # To retrieve the next set of results, the `nextToken` value from a
11432
+ # previous response; otherwise **null** to receive the first set of
11433
+ # results.
11392
11434
  # @return [String]
11393
11435
  #
11394
11436
  # @!attribute [rw] max_results
@@ -11424,8 +11466,8 @@ module Aws::IoT
11424
11466
  # @return [Array<Types::ThingAttribute>]
11425
11467
  #
11426
11468
  # @!attribute [rw] next_token
11427
- # The token used to get the next set of results. Will not be returned
11428
- # if operation has returned all results.
11469
+ # The token to use to get the next set of results. Will not be
11470
+ # returned if operation has returned all results.
11429
11471
  # @return [String]
11430
11472
  #
11431
11473
  class ListThingsResponse < Struct.new(
@@ -11448,7 +11490,9 @@ module Aws::IoT
11448
11490
  # @return [Integer]
11449
11491
  #
11450
11492
  # @!attribute [rw] next_token
11451
- # The token to retrieve the next set of results.
11493
+ # To retrieve the next set of results, the `nextToken` value from a
11494
+ # previous response; otherwise **null** to receive the first set of
11495
+ # results.
11452
11496
  # @return [String]
11453
11497
  #
11454
11498
  class ListTopicRuleDestinationsRequest < Struct.new(
@@ -11463,7 +11507,8 @@ module Aws::IoT
11463
11507
  # @return [Array<Types::TopicRuleDestinationSummary>]
11464
11508
  #
11465
11509
  # @!attribute [rw] next_token
11466
- # The token to retrieve the next set of results.
11510
+ # The token to use to get the next set of results, or **null** if
11511
+ # there are no additional results.
11467
11512
  # @return [String]
11468
11513
  #
11469
11514
  class ListTopicRuleDestinationsResponse < Struct.new(
@@ -11494,7 +11539,9 @@ module Aws::IoT
11494
11539
  # @return [Integer]
11495
11540
  #
11496
11541
  # @!attribute [rw] next_token
11497
- # A token used to retrieve the next value.
11542
+ # To retrieve the next set of results, the `nextToken` value from a
11543
+ # previous response; otherwise **null** to receive the first set of
11544
+ # results.
11498
11545
  # @return [String]
11499
11546
  #
11500
11547
  # @!attribute [rw] rule_disabled
@@ -11517,7 +11564,8 @@ module Aws::IoT
11517
11564
  # @return [Array<Types::TopicRuleListItem>]
11518
11565
  #
11519
11566
  # @!attribute [rw] next_token
11520
- # A token used to retrieve the next value.
11567
+ # The token to use to get the next set of results, or **null** if
11568
+ # there are no additional results.
11521
11569
  # @return [String]
11522
11570
  #
11523
11571
  class ListTopicRulesResponse < Struct.new(
@@ -11542,8 +11590,9 @@ module Aws::IoT
11542
11590
  # @return [String]
11543
11591
  #
11544
11592
  # @!attribute [rw] next_token
11545
- # The token used to get the next set of results, or **null** if there
11546
- # are no additional results.
11593
+ # To retrieve the next set of results, the `nextToken` value from a
11594
+ # previous response; otherwise **null** to receive the first set of
11595
+ # results.
11547
11596
  # @return [String]
11548
11597
  #
11549
11598
  # @!attribute [rw] max_results
@@ -11563,8 +11612,8 @@ module Aws::IoT
11563
11612
  # @return [Array<Types::LogTargetConfiguration>]
11564
11613
  #
11565
11614
  # @!attribute [rw] next_token
11566
- # The token used to get the next set of results, or **null** if there
11567
- # are no additional results.
11615
+ # The token to use to get the next set of results, or **null** if
11616
+ # there are no additional results.
11568
11617
  # @return [String]
11569
11618
  #
11570
11619
  class ListV2LoggingLevelsResponse < Struct.new(
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.60.0
4
+ version: 1.61.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: 2020-10-28 00:00:00.000000000 Z
11
+ date: 2020-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core