aws-sdk-iot 1.49.0 → 1.54.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: 31107a06ef38edb5328cb70c09107f16868ad4295a82faaf720515ad4287099b
4
- data.tar.gz: 805004ca3f3fcbafc4f42ac5ef27216d920e8dd398efcbebadbf6df5aaba5a67
3
+ metadata.gz: a4394dd35da5f9a54e44e6ea555f31e9945d61adc50802a0fdf05bf7bb8aaa57
4
+ data.tar.gz: 97213885a6d71516a6e7febbbaca52ea26a0546a722dccc90a2b88fc2748fd3b
5
5
  SHA512:
6
- metadata.gz: a330dbce0c44a189a124746f9c5aa0a386539c9944dcfd4806a42a3cdcb4e11eb2f949fb79e177607eed3c417355b80c5a4d642d9019827c16152e3f2c1dffeb
7
- data.tar.gz: eba87903f2c2b68929ded957cc0faa184c17cd3490680e9cf2e94c5f11150534c6079639f626fb7aeb84d97e71d09aca18bce2713d72759b53b97ec8c00c72af
6
+ metadata.gz: f80072f13e0b574bee87c90dfadd9ff88fde6ba31aafe833bf8d5ba69653def38f83b59f63fed5843e9a153ec9bdfdeca8573c87ae7eec3a69d7298e8ac120b5
7
+ data.tar.gz: 0ef2fdb69f3b59a8efb609d66efe35fb292e65f1003fbd8c89837e232fa86d187eefb63c1ed2ec31ecff715764912b5972ae0a13f4be526a19382f128b21d815
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-iot/customizations'
45
47
  # @service
46
48
  module Aws::IoT
47
49
 
48
- GEM_VERSION = '1.49.0'
50
+ GEM_VERSION = '1.54.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::IoT
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
78
 
@@ -161,7 +165,7 @@ module Aws::IoT
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::IoT
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -466,7 +470,7 @@ module Aws::IoT
466
470
  #
467
471
  #
468
472
  #
469
- # [1]: https://docs.aws.amazon.com/iot/latest/developerguide/iot-security-identity.html
473
+ # [1]: https://docs.aws.amazon.com/iot/latest/developerguide/security-iam.html
470
474
  #
471
475
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
472
476
  #
@@ -1455,7 +1459,7 @@ module Aws::IoT
1455
1459
  # The description of the OTA update.
1456
1460
  #
1457
1461
  # @option params [required, Array<String>] :targets
1458
- # The targeted devices to receive OTA updates.
1462
+ # The devices targeted to receive OTA updates.
1459
1463
  #
1460
1464
  # @option params [Array<String>] :protocols
1461
1465
  # The protocol used to transfer the OTA update image. Valid values are
@@ -1477,11 +1481,22 @@ module Aws::IoT
1477
1481
  # @option params [Types::AwsJobPresignedUrlConfig] :aws_job_presigned_url_config
1478
1482
  # Configuration information for pre-signed URLs.
1479
1483
  #
1484
+ # @option params [Types::AwsJobAbortConfig] :aws_job_abort_config
1485
+ # The criteria that determine when and how a job abort takes place.
1486
+ #
1487
+ # @option params [Types::AwsJobTimeoutConfig] :aws_job_timeout_config
1488
+ # Specifies the amount of time each device has to finish its execution
1489
+ # of the job. A timer is started when the job execution status is set to
1490
+ # `IN_PROGRESS`. If the job execution status is not set to another
1491
+ # terminal state before the timer expires, it will be automatically set
1492
+ # to `TIMED_OUT`.
1493
+ #
1480
1494
  # @option params [required, Array<Types::OTAUpdateFile>] :files
1481
1495
  # The files to be streamed by the OTA update.
1482
1496
  #
1483
1497
  # @option params [required, String] :role_arn
1484
- # The IAM role that allows access to the AWS IoT Jobs service.
1498
+ # The IAM role that grants AWS IoT access to the Amazon S3, AWS IoT jobs
1499
+ # and AWS Code Signing resources to create an OTA update job.
1485
1500
  #
1486
1501
  # @option params [Hash<String,String>] :additional_parameters
1487
1502
  # A list of additional OTA update parameters which are name-value pairs.
@@ -1507,10 +1522,31 @@ module Aws::IoT
1507
1522
  # target_selection: "CONTINUOUS", # accepts CONTINUOUS, SNAPSHOT
1508
1523
  # aws_job_executions_rollout_config: {
1509
1524
  # maximum_per_minute: 1,
1525
+ # exponential_rate: {
1526
+ # base_rate_per_minute: 1, # required
1527
+ # increment_factor: 1.0, # required
1528
+ # rate_increase_criteria: { # required
1529
+ # number_of_notified_things: 1,
1530
+ # number_of_succeeded_things: 1,
1531
+ # },
1532
+ # },
1510
1533
  # },
1511
1534
  # aws_job_presigned_url_config: {
1512
1535
  # expires_in_sec: 1,
1513
1536
  # },
1537
+ # aws_job_abort_config: {
1538
+ # abort_criteria_list: [ # required
1539
+ # {
1540
+ # failure_type: "FAILED", # required, accepts FAILED, REJECTED, TIMED_OUT, ALL
1541
+ # action: "CANCEL", # required, accepts CANCEL
1542
+ # threshold_percentage: 1.0, # required
1543
+ # min_number_of_executed_things: 1, # required
1544
+ # },
1545
+ # ],
1546
+ # },
1547
+ # aws_job_timeout_config: {
1548
+ # in_progress_timeout_in_minutes: 1,
1549
+ # },
1514
1550
  # files: [ # required
1515
1551
  # {
1516
1552
  # file_name: "FileName",
@@ -2989,7 +3025,7 @@ module Aws::IoT
2989
3025
  # Delete an OTA update.
2990
3026
  #
2991
3027
  # @option params [required, String] :ota_update_id
2992
- # The OTA update ID to delete.
3028
+ # The ID of the OTA update to delete.
2993
3029
  #
2994
3030
  # @option params [Boolean] :delete_stream
2995
3031
  # Specifies if the stream associated with an OTA update should be
@@ -2997,7 +3033,7 @@ module Aws::IoT
2997
3033
  #
2998
3034
  # @option params [Boolean] :force_delete_aws_job
2999
3035
  # Specifies if the AWS Job associated with the OTA update should be
3000
- # deleted with the OTA update is deleted.
3036
+ # deleted when the OTA update is deleted.
3001
3037
  #
3002
3038
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3003
3039
  #
@@ -4880,6 +4916,10 @@ module Aws::IoT
4880
4916
  # resp.ota_update_info.protocols #=> Array
4881
4917
  # resp.ota_update_info.protocols[0] #=> String, one of "MQTT", "HTTP"
4882
4918
  # resp.ota_update_info.aws_job_executions_rollout_config.maximum_per_minute #=> Integer
4919
+ # resp.ota_update_info.aws_job_executions_rollout_config.exponential_rate.base_rate_per_minute #=> Integer
4920
+ # resp.ota_update_info.aws_job_executions_rollout_config.exponential_rate.increment_factor #=> Float
4921
+ # resp.ota_update_info.aws_job_executions_rollout_config.exponential_rate.rate_increase_criteria.number_of_notified_things #=> Integer
4922
+ # resp.ota_update_info.aws_job_executions_rollout_config.exponential_rate.rate_increase_criteria.number_of_succeeded_things #=> Integer
4883
4923
  # resp.ota_update_info.aws_job_presigned_url_config.expires_in_sec #=> Integer
4884
4924
  # resp.ota_update_info.target_selection #=> String, one of "CONTINUOUS", "SNAPSHOT"
4885
4925
  # resp.ota_update_info.ota_update_files #=> Array
@@ -7806,6 +7846,10 @@ module Aws::IoT
7806
7846
 
7807
7847
  # Remove the specified thing from the specified group.
7808
7848
  #
7849
+ # You must specify either a `thingGroupArn` or a `thingGroupName` to
7850
+ # identify the thing group and either a `thingArn` or a `thingName` to
7851
+ # identify the thing to remove from the thing group.
7852
+ #
7809
7853
  # @option params [String] :thing_group_name
7810
7854
  # The group name.
7811
7855
  #
@@ -9925,7 +9969,7 @@ module Aws::IoT
9925
9969
  params: params,
9926
9970
  config: config)
9927
9971
  context[:gem_name] = 'aws-sdk-iot'
9928
- context[:gem_version] = '1.49.0'
9972
+ context[:gem_version] = '1.54.0'
9929
9973
  Seahorse::Client::Request.new(handlers, context)
9930
9974
  end
9931
9975
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -120,8 +122,22 @@ module Aws::IoT
120
122
  AwsIotJobArn = Shapes::StringShape.new(name: 'AwsIotJobArn')
121
123
  AwsIotJobId = Shapes::StringShape.new(name: 'AwsIotJobId')
122
124
  AwsIotSqlVersion = Shapes::StringShape.new(name: 'AwsIotSqlVersion')
125
+ AwsJobAbortConfig = Shapes::StructureShape.new(name: 'AwsJobAbortConfig')
126
+ AwsJobAbortCriteria = Shapes::StructureShape.new(name: 'AwsJobAbortCriteria')
127
+ AwsJobAbortCriteriaAbortAction = Shapes::StringShape.new(name: 'AwsJobAbortCriteriaAbortAction')
128
+ AwsJobAbortCriteriaAbortThresholdPercentage = Shapes::FloatShape.new(name: 'AwsJobAbortCriteriaAbortThresholdPercentage')
129
+ AwsJobAbortCriteriaFailureType = Shapes::StringShape.new(name: 'AwsJobAbortCriteriaFailureType')
130
+ AwsJobAbortCriteriaList = Shapes::ListShape.new(name: 'AwsJobAbortCriteriaList')
131
+ AwsJobAbortCriteriaMinimumNumberOfExecutedThings = Shapes::IntegerShape.new(name: 'AwsJobAbortCriteriaMinimumNumberOfExecutedThings')
123
132
  AwsJobExecutionsRolloutConfig = Shapes::StructureShape.new(name: 'AwsJobExecutionsRolloutConfig')
133
+ AwsJobExponentialRolloutRate = Shapes::StructureShape.new(name: 'AwsJobExponentialRolloutRate')
124
134
  AwsJobPresignedUrlConfig = Shapes::StructureShape.new(name: 'AwsJobPresignedUrlConfig')
135
+ AwsJobRateIncreaseCriteria = Shapes::StructureShape.new(name: 'AwsJobRateIncreaseCriteria')
136
+ AwsJobRateIncreaseCriteriaNumberOfThings = Shapes::IntegerShape.new(name: 'AwsJobRateIncreaseCriteriaNumberOfThings')
137
+ AwsJobRolloutIncrementFactor = Shapes::FloatShape.new(name: 'AwsJobRolloutIncrementFactor')
138
+ AwsJobRolloutRatePerMinute = Shapes::IntegerShape.new(name: 'AwsJobRolloutRatePerMinute')
139
+ AwsJobTimeoutConfig = Shapes::StructureShape.new(name: 'AwsJobTimeoutConfig')
140
+ AwsJobTimeoutInProgressTimeoutInMinutes = Shapes::IntegerShape.new(name: 'AwsJobTimeoutInProgressTimeoutInMinutes')
125
141
  Behavior = Shapes::StructureShape.new(name: 'Behavior')
126
142
  BehaviorCriteria = Shapes::StructureShape.new(name: 'BehaviorCriteria')
127
143
  BehaviorMetric = Shapes::StringShape.new(name: 'BehaviorMetric')
@@ -1331,12 +1347,36 @@ module Aws::IoT
1331
1347
 
1332
1348
  Authorizers.member = Shapes::ShapeRef.new(shape: AuthorizerSummary)
1333
1349
 
1350
+ AwsJobAbortConfig.add_member(:abort_criteria_list, Shapes::ShapeRef.new(shape: AwsJobAbortCriteriaList, required: true, location_name: "abortCriteriaList"))
1351
+ AwsJobAbortConfig.struct_class = Types::AwsJobAbortConfig
1352
+
1353
+ AwsJobAbortCriteria.add_member(:failure_type, Shapes::ShapeRef.new(shape: AwsJobAbortCriteriaFailureType, required: true, location_name: "failureType"))
1354
+ AwsJobAbortCriteria.add_member(:action, Shapes::ShapeRef.new(shape: AwsJobAbortCriteriaAbortAction, required: true, location_name: "action"))
1355
+ AwsJobAbortCriteria.add_member(:threshold_percentage, Shapes::ShapeRef.new(shape: AwsJobAbortCriteriaAbortThresholdPercentage, required: true, location_name: "thresholdPercentage"))
1356
+ AwsJobAbortCriteria.add_member(:min_number_of_executed_things, Shapes::ShapeRef.new(shape: AwsJobAbortCriteriaMinimumNumberOfExecutedThings, required: true, location_name: "minNumberOfExecutedThings"))
1357
+ AwsJobAbortCriteria.struct_class = Types::AwsJobAbortCriteria
1358
+
1359
+ AwsJobAbortCriteriaList.member = Shapes::ShapeRef.new(shape: AwsJobAbortCriteria)
1360
+
1334
1361
  AwsJobExecutionsRolloutConfig.add_member(:maximum_per_minute, Shapes::ShapeRef.new(shape: MaximumPerMinute, location_name: "maximumPerMinute"))
1362
+ AwsJobExecutionsRolloutConfig.add_member(:exponential_rate, Shapes::ShapeRef.new(shape: AwsJobExponentialRolloutRate, location_name: "exponentialRate"))
1335
1363
  AwsJobExecutionsRolloutConfig.struct_class = Types::AwsJobExecutionsRolloutConfig
1336
1364
 
1365
+ AwsJobExponentialRolloutRate.add_member(:base_rate_per_minute, Shapes::ShapeRef.new(shape: AwsJobRolloutRatePerMinute, required: true, location_name: "baseRatePerMinute"))
1366
+ AwsJobExponentialRolloutRate.add_member(:increment_factor, Shapes::ShapeRef.new(shape: AwsJobRolloutIncrementFactor, required: true, location_name: "incrementFactor"))
1367
+ AwsJobExponentialRolloutRate.add_member(:rate_increase_criteria, Shapes::ShapeRef.new(shape: AwsJobRateIncreaseCriteria, required: true, location_name: "rateIncreaseCriteria"))
1368
+ AwsJobExponentialRolloutRate.struct_class = Types::AwsJobExponentialRolloutRate
1369
+
1337
1370
  AwsJobPresignedUrlConfig.add_member(:expires_in_sec, Shapes::ShapeRef.new(shape: ExpiresInSeconds, location_name: "expiresInSec"))
1338
1371
  AwsJobPresignedUrlConfig.struct_class = Types::AwsJobPresignedUrlConfig
1339
1372
 
1373
+ AwsJobRateIncreaseCriteria.add_member(:number_of_notified_things, Shapes::ShapeRef.new(shape: AwsJobRateIncreaseCriteriaNumberOfThings, location_name: "numberOfNotifiedThings"))
1374
+ AwsJobRateIncreaseCriteria.add_member(:number_of_succeeded_things, Shapes::ShapeRef.new(shape: AwsJobRateIncreaseCriteriaNumberOfThings, location_name: "numberOfSucceededThings"))
1375
+ AwsJobRateIncreaseCriteria.struct_class = Types::AwsJobRateIncreaseCriteria
1376
+
1377
+ AwsJobTimeoutConfig.add_member(:in_progress_timeout_in_minutes, Shapes::ShapeRef.new(shape: AwsJobTimeoutInProgressTimeoutInMinutes, location_name: "inProgressTimeoutInMinutes"))
1378
+ AwsJobTimeoutConfig.struct_class = Types::AwsJobTimeoutConfig
1379
+
1340
1380
  Behavior.add_member(:name, Shapes::ShapeRef.new(shape: BehaviorName, required: true, location_name: "name"))
1341
1381
  Behavior.add_member(:metric, Shapes::ShapeRef.new(shape: BehaviorMetric, location_name: "metric"))
1342
1382
  Behavior.add_member(:metric_dimension, Shapes::ShapeRef.new(shape: MetricDimension, location_name: "metricDimension"))
@@ -1614,6 +1654,8 @@ module Aws::IoT
1614
1654
  CreateOTAUpdateRequest.add_member(:target_selection, Shapes::ShapeRef.new(shape: TargetSelection, location_name: "targetSelection"))
1615
1655
  CreateOTAUpdateRequest.add_member(:aws_job_executions_rollout_config, Shapes::ShapeRef.new(shape: AwsJobExecutionsRolloutConfig, location_name: "awsJobExecutionsRolloutConfig"))
1616
1656
  CreateOTAUpdateRequest.add_member(:aws_job_presigned_url_config, Shapes::ShapeRef.new(shape: AwsJobPresignedUrlConfig, location_name: "awsJobPresignedUrlConfig"))
1657
+ CreateOTAUpdateRequest.add_member(:aws_job_abort_config, Shapes::ShapeRef.new(shape: AwsJobAbortConfig, location_name: "awsJobAbortConfig"))
1658
+ CreateOTAUpdateRequest.add_member(:aws_job_timeout_config, Shapes::ShapeRef.new(shape: AwsJobTimeoutConfig, location_name: "awsJobTimeoutConfig"))
1617
1659
  CreateOTAUpdateRequest.add_member(:files, Shapes::ShapeRef.new(shape: OTAUpdateFiles, required: true, location_name: "files"))
1618
1660
  CreateOTAUpdateRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1619
1661
  CreateOTAUpdateRequest.add_member(:additional_parameters, Shapes::ShapeRef.new(shape: AdditionalParameterMap, location_name: "additionalParameters"))
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -8,7 +10,7 @@
8
10
  module Aws::IoT
9
11
  module Types
10
12
 
11
- # Details of abort criteria to abort the job.
13
+ # The criteria that determine when and how a job abort takes place.
12
14
  #
13
15
  # @note When making an API call, you may pass AbortConfig
14
16
  # data as a hash:
@@ -25,15 +27,16 @@ module Aws::IoT
25
27
  # }
26
28
  #
27
29
  # @!attribute [rw] criteria_list
28
- # The list of abort criteria to define rules to abort the job.
30
+ # The list of criteria that determine when and how to abort the job.
29
31
  # @return [Array<Types::AbortCriteria>]
30
32
  #
31
33
  class AbortConfig < Struct.new(
32
34
  :criteria_list)
35
+ SENSITIVE = []
33
36
  include Aws::Structure
34
37
  end
35
38
 
36
- # Details of abort criteria to define rules to abort the job.
39
+ # The criteria that determine when and how a job abort takes place.
37
40
  #
38
41
  # @note When making an API call, you may pass AbortCriteria
39
42
  # data as a hash:
@@ -46,24 +49,24 @@ module Aws::IoT
46
49
  # }
47
50
  #
48
51
  # @!attribute [rw] failure_type
49
- # The type of job execution failure to define a rule to initiate a job
50
- # abort.
52
+ # The type of job execution failures that can initiate a job abort.
51
53
  # @return [String]
52
54
  #
53
55
  # @!attribute [rw] action
54
- # The type of abort action to initiate a job abort.
56
+ # The type of job action to take to initiate the job abort.
55
57
  # @return [String]
56
58
  #
57
59
  # @!attribute [rw] threshold_percentage
58
- # The threshold as a percentage of the total number of executed things
59
- # that will initiate a job abort.
60
+ # The minimum percentage of job execution failures that must occur to
61
+ # initiate the job abort.
60
62
  #
61
63
  # AWS IoT supports up to two digits after the decimal (for example,
62
64
  # 10.9 and 10.99, but not 10.999).
63
65
  # @return [Float]
64
66
  #
65
67
  # @!attribute [rw] min_number_of_executed_things
66
- # Minimum number of executed things before evaluating an abort rule.
68
+ # The minimum number of things which must receive job execution
69
+ # notifications before the job can be aborted.
67
70
  # @return [Integer]
68
71
  #
69
72
  class AbortCriteria < Struct.new(
@@ -71,6 +74,7 @@ module Aws::IoT
71
74
  :action,
72
75
  :threshold_percentage,
73
76
  :min_number_of_executed_things)
77
+ SENSITIVE = []
74
78
  include Aws::Structure
75
79
  end
76
80
 
@@ -96,6 +100,7 @@ module Aws::IoT
96
100
  class AcceptCertificateTransferRequest < Struct.new(
97
101
  :certificate_id,
98
102
  :set_as_active)
103
+ SENSITIVE = []
99
104
  include Aws::Structure
100
105
  end
101
106
 
@@ -345,6 +350,7 @@ module Aws::IoT
345
350
  :iot_site_wise,
346
351
  :step_functions,
347
352
  :http)
353
+ SENSITIVE = []
348
354
  include Aws::Structure
349
355
  end
350
356
 
@@ -388,6 +394,7 @@ module Aws::IoT
388
394
  :last_violation_value,
389
395
  :last_violation_time,
390
396
  :violation_start_time)
397
+ SENSITIVE = []
391
398
  include Aws::Structure
392
399
  end
393
400
 
@@ -422,6 +429,7 @@ module Aws::IoT
422
429
  :billing_group_arn,
423
430
  :thing_name,
424
431
  :thing_arn)
432
+ SENSITIVE = []
425
433
  include Aws::Structure
426
434
  end
427
435
 
@@ -467,6 +475,7 @@ module Aws::IoT
467
475
  :thing_name,
468
476
  :thing_arn,
469
477
  :override_dynamic_groups)
478
+ SENSITIVE = []
470
479
  include Aws::Structure
471
480
  end
472
481
 
@@ -499,6 +508,7 @@ module Aws::IoT
499
508
  class AddThingsToThingGroupParams < Struct.new(
500
509
  :thing_group_names,
501
510
  :override_dynamic_groups)
511
+ SENSITIVE = []
502
512
  include Aws::Structure
503
513
  end
504
514
 
@@ -524,6 +534,7 @@ module Aws::IoT
524
534
  class AlertTarget < Struct.new(
525
535
  :alert_target_arn,
526
536
  :role_arn)
537
+ SENSITIVE = []
527
538
  include Aws::Structure
528
539
  end
529
540
 
@@ -535,6 +546,7 @@ module Aws::IoT
535
546
  #
536
547
  class Allowed < Struct.new(
537
548
  :policies)
549
+ SENSITIVE = []
538
550
  include Aws::Structure
539
551
  end
540
552
 
@@ -562,6 +574,7 @@ module Aws::IoT
562
574
  class AssetPropertyTimestamp < Struct.new(
563
575
  :time_in_seconds,
564
576
  :offset_in_nanos)
577
+ SENSITIVE = []
565
578
  include Aws::Structure
566
579
  end
567
580
 
@@ -601,6 +614,7 @@ module Aws::IoT
601
614
  :value,
602
615
  :timestamp,
603
616
  :quality)
617
+ SENSITIVE = []
604
618
  include Aws::Structure
605
619
  end
606
620
 
@@ -641,6 +655,7 @@ module Aws::IoT
641
655
  :integer_value,
642
656
  :double_value,
643
657
  :boolean_value)
658
+ SENSITIVE = []
644
659
  include Aws::Structure
645
660
  end
646
661
 
@@ -670,6 +685,7 @@ module Aws::IoT
670
685
  :targets,
671
686
  :job_id,
672
687
  :comment)
688
+ SENSITIVE = []
673
689
  include Aws::Structure
674
690
  end
675
691
 
@@ -689,6 +705,7 @@ module Aws::IoT
689
705
  :job_arn,
690
706
  :job_id,
691
707
  :description)
708
+ SENSITIVE = []
692
709
  include Aws::Structure
693
710
  end
694
711
 
@@ -709,12 +726,13 @@ module Aws::IoT
709
726
  #
710
727
  #
711
728
  #
712
- # [1]: https://docs.aws.amazon.com/iot/latest/developerguide/iot-security-identity.html
729
+ # [1]: https://docs.aws.amazon.com/iot/latest/developerguide/security-iam.html
713
730
  # @return [String]
714
731
  #
715
732
  class AttachPolicyRequest < Struct.new(
716
733
  :policy_name,
717
734
  :target)
735
+ SENSITIVE = []
718
736
  include Aws::Structure
719
737
  end
720
738
 
@@ -740,6 +758,7 @@ module Aws::IoT
740
758
  class AttachPrincipalPolicyRequest < Struct.new(
741
759
  :policy_name,
742
760
  :principal)
761
+ SENSITIVE = []
743
762
  include Aws::Structure
744
763
  end
745
764
 
@@ -763,6 +782,7 @@ module Aws::IoT
763
782
  class AttachSecurityProfileRequest < Struct.new(
764
783
  :security_profile_name,
765
784
  :security_profile_target_arn)
785
+ SENSITIVE = []
766
786
  include Aws::Structure
767
787
  end
768
788
 
@@ -790,6 +810,7 @@ module Aws::IoT
790
810
  class AttachThingPrincipalRequest < Struct.new(
791
811
  :thing_name,
792
812
  :principal)
813
+ SENSITIVE = []
793
814
  include Aws::Structure
794
815
  end
795
816
 
@@ -833,6 +854,7 @@ module Aws::IoT
833
854
  class AttributePayload < Struct.new(
834
855
  :attributes,
835
856
  :merge)
857
+ SENSITIVE = []
836
858
  include Aws::Structure
837
859
  end
838
860
 
@@ -851,6 +873,7 @@ module Aws::IoT
851
873
  #
852
874
  class AuditCheckConfiguration < Struct.new(
853
875
  :enabled)
876
+ SENSITIVE = []
854
877
  include Aws::Structure
855
878
  end
856
879
 
@@ -894,6 +917,7 @@ module Aws::IoT
894
917
  :non_compliant_resources_count,
895
918
  :error_code,
896
919
  :message)
920
+ SENSITIVE = []
897
921
  include Aws::Structure
898
922
  end
899
923
 
@@ -951,6 +975,7 @@ module Aws::IoT
951
975
  :related_resources,
952
976
  :reason_for_non_compliance,
953
977
  :reason_for_non_compliance_code)
978
+ SENSITIVE = []
954
979
  include Aws::Structure
955
980
  end
956
981
 
@@ -1009,6 +1034,7 @@ module Aws::IoT
1009
1034
  :end_time,
1010
1035
  :error_code,
1011
1036
  :message)
1037
+ SENSITIVE = []
1012
1038
  include Aws::Structure
1013
1039
  end
1014
1040
 
@@ -1031,6 +1057,7 @@ module Aws::IoT
1031
1057
  :task_id,
1032
1058
  :start_time,
1033
1059
  :task_status)
1060
+ SENSITIVE = []
1034
1061
  include Aws::Structure
1035
1062
  end
1036
1063
 
@@ -1069,6 +1096,7 @@ module Aws::IoT
1069
1096
  :audit_task_id,
1070
1097
  :finding_ids,
1071
1098
  :audit_check_to_reason_code_filter)
1099
+ SENSITIVE = []
1072
1100
  include Aws::Structure
1073
1101
  end
1074
1102
 
@@ -1101,6 +1129,7 @@ module Aws::IoT
1101
1129
  :target_arn,
1102
1130
  :role_arn,
1103
1131
  :enabled)
1132
+ SENSITIVE = []
1104
1133
  include Aws::Structure
1105
1134
  end
1106
1135
 
@@ -1124,6 +1153,7 @@ module Aws::IoT
1124
1153
  :task_id,
1125
1154
  :task_status,
1126
1155
  :task_type)
1156
+ SENSITIVE = []
1127
1157
  include Aws::Structure
1128
1158
  end
1129
1159
 
@@ -1149,6 +1179,7 @@ module Aws::IoT
1149
1179
  class AuthInfo < Struct.new(
1150
1180
  :action_type,
1151
1181
  :resources)
1182
+ SENSITIVE = []
1152
1183
  include Aws::Structure
1153
1184
  end
1154
1185
 
@@ -1183,6 +1214,7 @@ module Aws::IoT
1183
1214
  :denied,
1184
1215
  :auth_decision,
1185
1216
  :missing_context_values)
1217
+ SENSITIVE = []
1186
1218
  include Aws::Structure
1187
1219
  end
1188
1220
 
@@ -1208,6 +1240,7 @@ module Aws::IoT
1208
1240
  class AuthorizerConfig < Struct.new(
1209
1241
  :default_authorizer_name,
1210
1242
  :allow_authorizer_override)
1243
+ SENSITIVE = []
1211
1244
  include Aws::Structure
1212
1245
  end
1213
1246
 
@@ -1261,6 +1294,7 @@ module Aws::IoT
1261
1294
  :creation_date,
1262
1295
  :last_modified_date,
1263
1296
  :signing_disabled)
1297
+ SENSITIVE = []
1264
1298
  include Aws::Structure
1265
1299
  end
1266
1300
 
@@ -1277,6 +1311,75 @@ module Aws::IoT
1277
1311
  class AuthorizerSummary < Struct.new(
1278
1312
  :authorizer_name,
1279
1313
  :authorizer_arn)
1314
+ SENSITIVE = []
1315
+ include Aws::Structure
1316
+ end
1317
+
1318
+ # The criteria that determine when and how a job abort takes place.
1319
+ #
1320
+ # @note When making an API call, you may pass AwsJobAbortConfig
1321
+ # data as a hash:
1322
+ #
1323
+ # {
1324
+ # abort_criteria_list: [ # required
1325
+ # {
1326
+ # failure_type: "FAILED", # required, accepts FAILED, REJECTED, TIMED_OUT, ALL
1327
+ # action: "CANCEL", # required, accepts CANCEL
1328
+ # threshold_percentage: 1.0, # required
1329
+ # min_number_of_executed_things: 1, # required
1330
+ # },
1331
+ # ],
1332
+ # }
1333
+ #
1334
+ # @!attribute [rw] abort_criteria_list
1335
+ # The list of criteria that determine when and how to abort the job.
1336
+ # @return [Array<Types::AwsJobAbortCriteria>]
1337
+ #
1338
+ class AwsJobAbortConfig < Struct.new(
1339
+ :abort_criteria_list)
1340
+ SENSITIVE = []
1341
+ include Aws::Structure
1342
+ end
1343
+
1344
+ # The criteria that determine when and how a job abort takes place.
1345
+ #
1346
+ # @note When making an API call, you may pass AwsJobAbortCriteria
1347
+ # data as a hash:
1348
+ #
1349
+ # {
1350
+ # failure_type: "FAILED", # required, accepts FAILED, REJECTED, TIMED_OUT, ALL
1351
+ # action: "CANCEL", # required, accepts CANCEL
1352
+ # threshold_percentage: 1.0, # required
1353
+ # min_number_of_executed_things: 1, # required
1354
+ # }
1355
+ #
1356
+ # @!attribute [rw] failure_type
1357
+ # The type of job execution failures that can initiate a job abort.
1358
+ # @return [String]
1359
+ #
1360
+ # @!attribute [rw] action
1361
+ # The type of job action to take to initiate the job abort.
1362
+ # @return [String]
1363
+ #
1364
+ # @!attribute [rw] threshold_percentage
1365
+ # The minimum percentage of job execution failures that must occur to
1366
+ # initiate the job abort.
1367
+ #
1368
+ # AWS IoT supports up to two digits after the decimal (for example,
1369
+ # 10.9 and 10.99, but not 10.999).
1370
+ # @return [Float]
1371
+ #
1372
+ # @!attribute [rw] min_number_of_executed_things
1373
+ # The minimum number of things which must receive job execution
1374
+ # notifications before the job can be aborted.
1375
+ # @return [Integer]
1376
+ #
1377
+ class AwsJobAbortCriteria < Struct.new(
1378
+ :failure_type,
1379
+ :action,
1380
+ :threshold_percentage,
1381
+ :min_number_of_executed_things)
1382
+ SENSITIVE = []
1280
1383
  include Aws::Structure
1281
1384
  end
1282
1385
 
@@ -1287,14 +1390,70 @@ module Aws::IoT
1287
1390
  #
1288
1391
  # {
1289
1392
  # maximum_per_minute: 1,
1393
+ # exponential_rate: {
1394
+ # base_rate_per_minute: 1, # required
1395
+ # increment_factor: 1.0, # required
1396
+ # rate_increase_criteria: { # required
1397
+ # number_of_notified_things: 1,
1398
+ # number_of_succeeded_things: 1,
1399
+ # },
1400
+ # },
1290
1401
  # }
1291
1402
  #
1292
1403
  # @!attribute [rw] maximum_per_minute
1293
1404
  # The maximum number of OTA update job executions started per minute.
1294
1405
  # @return [Integer]
1295
1406
  #
1407
+ # @!attribute [rw] exponential_rate
1408
+ # The rate of increase for a job rollout. This parameter allows you to
1409
+ # define an exponential rate increase for a job rollout.
1410
+ # @return [Types::AwsJobExponentialRolloutRate]
1411
+ #
1296
1412
  class AwsJobExecutionsRolloutConfig < Struct.new(
1297
- :maximum_per_minute)
1413
+ :maximum_per_minute,
1414
+ :exponential_rate)
1415
+ SENSITIVE = []
1416
+ include Aws::Structure
1417
+ end
1418
+
1419
+ # The rate of increase for a job rollout. This parameter allows you to
1420
+ # define an exponential rate increase for a job rollout.
1421
+ #
1422
+ # @note When making an API call, you may pass AwsJobExponentialRolloutRate
1423
+ # data as a hash:
1424
+ #
1425
+ # {
1426
+ # base_rate_per_minute: 1, # required
1427
+ # increment_factor: 1.0, # required
1428
+ # rate_increase_criteria: { # required
1429
+ # number_of_notified_things: 1,
1430
+ # number_of_succeeded_things: 1,
1431
+ # },
1432
+ # }
1433
+ #
1434
+ # @!attribute [rw] base_rate_per_minute
1435
+ # The minimum number of things that will be notified of a pending job,
1436
+ # per minute, at the start of the job rollout. This is the initial
1437
+ # rate of the rollout.
1438
+ # @return [Integer]
1439
+ #
1440
+ # @!attribute [rw] increment_factor
1441
+ # The rate of increase for a job rollout. The number of things
1442
+ # notified is multiplied by this factor.
1443
+ # @return [Float]
1444
+ #
1445
+ # @!attribute [rw] rate_increase_criteria
1446
+ # The criteria to initiate the increase in rate of rollout for a job.
1447
+ #
1448
+ # AWS IoT supports up to one digit after the decimal (for example,
1449
+ # 1.5, but not 1.55).
1450
+ # @return [Types::AwsJobRateIncreaseCriteria]
1451
+ #
1452
+ class AwsJobExponentialRolloutRate < Struct.new(
1453
+ :base_rate_per_minute,
1454
+ :increment_factor,
1455
+ :rate_increase_criteria)
1456
+ SENSITIVE = []
1298
1457
  include Aws::Structure
1299
1458
  end
1300
1459
 
@@ -1316,6 +1475,63 @@ module Aws::IoT
1316
1475
  #
1317
1476
  class AwsJobPresignedUrlConfig < Struct.new(
1318
1477
  :expires_in_sec)
1478
+ SENSITIVE = []
1479
+ include Aws::Structure
1480
+ end
1481
+
1482
+ # The criteria to initiate the increase in rate of rollout for a job.
1483
+ #
1484
+ # @note When making an API call, you may pass AwsJobRateIncreaseCriteria
1485
+ # data as a hash:
1486
+ #
1487
+ # {
1488
+ # number_of_notified_things: 1,
1489
+ # number_of_succeeded_things: 1,
1490
+ # }
1491
+ #
1492
+ # @!attribute [rw] number_of_notified_things
1493
+ # When this number of things have been notified, it will initiate an
1494
+ # increase in the rollout rate.
1495
+ # @return [Integer]
1496
+ #
1497
+ # @!attribute [rw] number_of_succeeded_things
1498
+ # When this number of things have succeeded in their job execution, it
1499
+ # will initiate an increase in the rollout rate.
1500
+ # @return [Integer]
1501
+ #
1502
+ class AwsJobRateIncreaseCriteria < Struct.new(
1503
+ :number_of_notified_things,
1504
+ :number_of_succeeded_things)
1505
+ SENSITIVE = []
1506
+ include Aws::Structure
1507
+ end
1508
+
1509
+ # Specifies the amount of time each device has to finish its execution
1510
+ # of the job. A timer is started when the job execution status is set to
1511
+ # `IN_PROGRESS`. If the job execution status is not set to another
1512
+ # terminal state before the timer expires, it will be automatically set
1513
+ # to `TIMED_OUT`.
1514
+ #
1515
+ # @note When making an API call, you may pass AwsJobTimeoutConfig
1516
+ # data as a hash:
1517
+ #
1518
+ # {
1519
+ # in_progress_timeout_in_minutes: 1,
1520
+ # }
1521
+ #
1522
+ # @!attribute [rw] in_progress_timeout_in_minutes
1523
+ # Specifies the amount of time, in minutes, this device has to finish
1524
+ # execution of this job. The timeout interval can be anywhere between
1525
+ # 1 minute and 7 days (1 to 10080 minutes). The in progress timer
1526
+ # can't be updated and will apply to all job executions for the job.
1527
+ # Whenever a job execution remains in the IN\_PROGRESS status for
1528
+ # longer than this interval, the job execution will fail and switch to
1529
+ # the terminal `TIMED_OUT` status.
1530
+ # @return [Integer]
1531
+ #
1532
+ class AwsJobTimeoutConfig < Struct.new(
1533
+ :in_progress_timeout_in_minutes)
1534
+ SENSITIVE = []
1319
1535
  include Aws::Structure
1320
1536
  end
1321
1537
 
@@ -1372,6 +1588,7 @@ module Aws::IoT
1372
1588
  :metric,
1373
1589
  :metric_dimension,
1374
1590
  :criteria)
1591
+ SENSITIVE = []
1375
1592
  include Aws::Structure
1376
1593
  end
1377
1594
 
@@ -1440,6 +1657,7 @@ module Aws::IoT
1440
1657
  :consecutive_datapoints_to_alarm,
1441
1658
  :consecutive_datapoints_to_clear,
1442
1659
  :statistical_threshold)
1660
+ SENSITIVE = []
1443
1661
  include Aws::Structure
1444
1662
  end
1445
1663
 
@@ -1451,6 +1669,7 @@ module Aws::IoT
1451
1669
  #
1452
1670
  class BillingGroupMetadata < Struct.new(
1453
1671
  :creation_date)
1672
+ SENSITIVE = []
1454
1673
  include Aws::Structure
1455
1674
  end
1456
1675
 
@@ -1469,6 +1688,7 @@ module Aws::IoT
1469
1688
  #
1470
1689
  class BillingGroupProperties < Struct.new(
1471
1690
  :billing_group_description)
1691
+ SENSITIVE = []
1472
1692
  include Aws::Structure
1473
1693
  end
1474
1694
 
@@ -1498,6 +1718,7 @@ module Aws::IoT
1498
1718
  :certificate_id,
1499
1719
  :status,
1500
1720
  :creation_date)
1721
+ SENSITIVE = []
1501
1722
  include Aws::Structure
1502
1723
  end
1503
1724
 
@@ -1560,6 +1781,7 @@ module Aws::IoT
1560
1781
  :customer_version,
1561
1782
  :generation_id,
1562
1783
  :validity)
1784
+ SENSITIVE = []
1563
1785
  include Aws::Structure
1564
1786
  end
1565
1787
 
@@ -1576,6 +1798,7 @@ module Aws::IoT
1576
1798
  #
1577
1799
  class CancelAuditMitigationActionsTaskRequest < Struct.new(
1578
1800
  :task_id)
1801
+ SENSITIVE = []
1579
1802
  include Aws::Structure
1580
1803
  end
1581
1804
 
@@ -1595,6 +1818,7 @@ module Aws::IoT
1595
1818
  #
1596
1819
  class CancelAuditTaskRequest < Struct.new(
1597
1820
  :task_id)
1821
+ SENSITIVE = []
1598
1822
  include Aws::Structure
1599
1823
  end
1600
1824
 
@@ -1616,6 +1840,7 @@ module Aws::IoT
1616
1840
  #
1617
1841
  class CancelCertificateTransferRequest < Struct.new(
1618
1842
  :certificate_id)
1843
+ SENSITIVE = []
1619
1844
  include Aws::Structure
1620
1845
  end
1621
1846
 
@@ -1676,6 +1901,7 @@ module Aws::IoT
1676
1901
  :force,
1677
1902
  :expected_version,
1678
1903
  :status_details)
1904
+ SENSITIVE = []
1679
1905
  include Aws::Structure
1680
1906
  end
1681
1907
 
@@ -1718,6 +1944,7 @@ module Aws::IoT
1718
1944
  :reason_code,
1719
1945
  :comment,
1720
1946
  :force)
1947
+ SENSITIVE = []
1721
1948
  include Aws::Structure
1722
1949
  end
1723
1950
 
@@ -1737,6 +1964,7 @@ module Aws::IoT
1737
1964
  :job_arn,
1738
1965
  :job_id,
1739
1966
  :description)
1967
+ SENSITIVE = []
1740
1968
  include Aws::Structure
1741
1969
  end
1742
1970
 
@@ -1772,6 +2000,7 @@ module Aws::IoT
1772
2000
  :status,
1773
2001
  :certificate_mode,
1774
2002
  :creation_date)
2003
+ SENSITIVE = []
1775
2004
  include Aws::Structure
1776
2005
  end
1777
2006
 
@@ -1786,6 +2015,7 @@ module Aws::IoT
1786
2015
  #
1787
2016
  class CertificateConflictException < Struct.new(
1788
2017
  :message)
2018
+ SENSITIVE = []
1789
2019
  include Aws::Structure
1790
2020
  end
1791
2021
 
@@ -1863,6 +2093,7 @@ module Aws::IoT
1863
2093
  :generation_id,
1864
2094
  :validity,
1865
2095
  :certificate_mode)
2096
+ SENSITIVE = []
1866
2097
  include Aws::Structure
1867
2098
  end
1868
2099
 
@@ -1874,6 +2105,7 @@ module Aws::IoT
1874
2105
  #
1875
2106
  class CertificateStateException < Struct.new(
1876
2107
  :message)
2108
+ SENSITIVE = []
1877
2109
  include Aws::Structure
1878
2110
  end
1879
2111
 
@@ -1885,6 +2117,7 @@ module Aws::IoT
1885
2117
  #
1886
2118
  class CertificateValidationException < Struct.new(
1887
2119
  :message)
2120
+ SENSITIVE = []
1888
2121
  include Aws::Structure
1889
2122
  end
1890
2123
 
@@ -1901,6 +2134,7 @@ module Aws::IoT
1901
2134
  class CertificateValidity < Struct.new(
1902
2135
  :not_before,
1903
2136
  :not_after)
2137
+ SENSITIVE = []
1904
2138
  include Aws::Structure
1905
2139
  end
1906
2140
 
@@ -1944,6 +2178,7 @@ module Aws::IoT
1944
2178
  :alarm_name,
1945
2179
  :state_reason,
1946
2180
  :state_value)
2181
+ SENSITIVE = []
1947
2182
  include Aws::Structure
1948
2183
  end
1949
2184
 
@@ -1968,6 +2203,7 @@ module Aws::IoT
1968
2203
  class CloudwatchLogsAction < Struct.new(
1969
2204
  :role_arn,
1970
2205
  :log_group_name)
2206
+ SENSITIVE = []
1971
2207
  include Aws::Structure
1972
2208
  end
1973
2209
 
@@ -2024,6 +2260,7 @@ module Aws::IoT
2024
2260
  :metric_value,
2025
2261
  :metric_unit,
2026
2262
  :metric_timestamp)
2263
+ SENSITIVE = []
2027
2264
  include Aws::Structure
2028
2265
  end
2029
2266
 
@@ -2077,6 +2314,7 @@ module Aws::IoT
2077
2314
  :aws_signer_job_id,
2078
2315
  :start_signing_job_parameter,
2079
2316
  :custom_code_signing)
2317
+ SENSITIVE = []
2080
2318
  include Aws::Structure
2081
2319
  end
2082
2320
 
@@ -2102,6 +2340,7 @@ module Aws::IoT
2102
2340
  class CodeSigningCertificateChain < Struct.new(
2103
2341
  :certificate_name,
2104
2342
  :inline_document)
2343
+ SENSITIVE = []
2105
2344
  include Aws::Structure
2106
2345
  end
2107
2346
 
@@ -2121,6 +2360,7 @@ module Aws::IoT
2121
2360
  #
2122
2361
  class CodeSigningSignature < Struct.new(
2123
2362
  :inline_document)
2363
+ SENSITIVE = []
2124
2364
  include Aws::Structure
2125
2365
  end
2126
2366
 
@@ -2139,6 +2379,7 @@ module Aws::IoT
2139
2379
  #
2140
2380
  class Configuration < Struct.new(
2141
2381
  :enabled)
2382
+ SENSITIVE = []
2142
2383
  include Aws::Structure
2143
2384
  end
2144
2385
 
@@ -2156,6 +2397,7 @@ module Aws::IoT
2156
2397
  #
2157
2398
  class ConfirmTopicRuleDestinationRequest < Struct.new(
2158
2399
  :confirmation_token)
2400
+ SENSITIVE = []
2159
2401
  include Aws::Structure
2160
2402
  end
2161
2403
 
@@ -2170,6 +2412,7 @@ module Aws::IoT
2170
2412
  #
2171
2413
  class ConflictingResourceUpdateException < Struct.new(
2172
2414
  :message)
2415
+ SENSITIVE = []
2173
2416
  include Aws::Structure
2174
2417
  end
2175
2418
 
@@ -2243,6 +2486,7 @@ module Aws::IoT
2243
2486
  :status,
2244
2487
  :tags,
2245
2488
  :signing_disabled)
2489
+ SENSITIVE = []
2246
2490
  include Aws::Structure
2247
2491
  end
2248
2492
 
@@ -2257,6 +2501,7 @@ module Aws::IoT
2257
2501
  class CreateAuthorizerResponse < Struct.new(
2258
2502
  :authorizer_name,
2259
2503
  :authorizer_arn)
2504
+ SENSITIVE = []
2260
2505
  include Aws::Structure
2261
2506
  end
2262
2507
 
@@ -2292,6 +2537,7 @@ module Aws::IoT
2292
2537
  :billing_group_name,
2293
2538
  :billing_group_properties,
2294
2539
  :tags)
2540
+ SENSITIVE = []
2295
2541
  include Aws::Structure
2296
2542
  end
2297
2543
 
@@ -2311,6 +2557,7 @@ module Aws::IoT
2311
2557
  :billing_group_name,
2312
2558
  :billing_group_arn,
2313
2559
  :billing_group_id)
2560
+ SENSITIVE = []
2314
2561
  include Aws::Structure
2315
2562
  end
2316
2563
 
@@ -2335,6 +2582,7 @@ module Aws::IoT
2335
2582
  class CreateCertificateFromCsrRequest < Struct.new(
2336
2583
  :certificate_signing_request,
2337
2584
  :set_as_active)
2585
+ SENSITIVE = []
2338
2586
  include Aws::Structure
2339
2587
  end
2340
2588
 
@@ -2358,6 +2606,7 @@ module Aws::IoT
2358
2606
  :certificate_arn,
2359
2607
  :certificate_id,
2360
2608
  :certificate_pem)
2609
+ SENSITIVE = []
2361
2610
  include Aws::Structure
2362
2611
  end
2363
2612
 
@@ -2413,6 +2662,7 @@ module Aws::IoT
2413
2662
  :string_values,
2414
2663
  :tags,
2415
2664
  :client_request_token)
2665
+ SENSITIVE = []
2416
2666
  include Aws::Structure
2417
2667
  end
2418
2668
 
@@ -2427,6 +2677,7 @@ module Aws::IoT
2427
2677
  class CreateDimensionResponse < Struct.new(
2428
2678
  :name,
2429
2679
  :arn)
2680
+ SENSITIVE = []
2430
2681
  include Aws::Structure
2431
2682
  end
2432
2683
 
@@ -2508,6 +2759,7 @@ module Aws::IoT
2508
2759
  :authorizer_config,
2509
2760
  :service_type,
2510
2761
  :tags)
2762
+ SENSITIVE = []
2511
2763
  include Aws::Structure
2512
2764
  end
2513
2765
 
@@ -2522,6 +2774,7 @@ module Aws::IoT
2522
2774
  class CreateDomainConfigurationResponse < Struct.new(
2523
2775
  :domain_configuration_name,
2524
2776
  :domain_configuration_arn)
2777
+ SENSITIVE = []
2525
2778
  include Aws::Structure
2526
2779
  end
2527
2780
 
@@ -2596,6 +2849,7 @@ module Aws::IoT
2596
2849
  :query_string,
2597
2850
  :query_version,
2598
2851
  :tags)
2852
+ SENSITIVE = []
2599
2853
  include Aws::Structure
2600
2854
  end
2601
2855
 
@@ -2630,6 +2884,7 @@ module Aws::IoT
2630
2884
  :index_name,
2631
2885
  :query_string,
2632
2886
  :query_version)
2887
+ SENSITIVE = []
2633
2888
  include Aws::Structure
2634
2889
  end
2635
2890
 
@@ -2758,6 +3013,7 @@ module Aws::IoT
2758
3013
  :abort_config,
2759
3014
  :timeout_config,
2760
3015
  :tags)
3016
+ SENSITIVE = []
2761
3017
  include Aws::Structure
2762
3018
  end
2763
3019
 
@@ -2777,6 +3033,7 @@ module Aws::IoT
2777
3033
  :job_arn,
2778
3034
  :job_id,
2779
3035
  :description)
3036
+ SENSITIVE = []
2780
3037
  include Aws::Structure
2781
3038
  end
2782
3039
 
@@ -2795,6 +3052,7 @@ module Aws::IoT
2795
3052
  #
2796
3053
  class CreateKeysAndCertificateRequest < Struct.new(
2797
3054
  :set_as_active)
3055
+ SENSITIVE = []
2798
3056
  include Aws::Structure
2799
3057
  end
2800
3058
 
@@ -2822,6 +3080,7 @@ module Aws::IoT
2822
3080
  :certificate_id,
2823
3081
  :certificate_pem,
2824
3082
  :key_pair)
3083
+ SENSITIVE = []
2825
3084
  include Aws::Structure
2826
3085
  end
2827
3086
 
@@ -2884,6 +3143,7 @@ module Aws::IoT
2884
3143
  :role_arn,
2885
3144
  :action_params,
2886
3145
  :tags)
3146
+ SENSITIVE = []
2887
3147
  include Aws::Structure
2888
3148
  end
2889
3149
 
@@ -2898,6 +3158,7 @@ module Aws::IoT
2898
3158
  class CreateMitigationActionResponse < Struct.new(
2899
3159
  :action_arn,
2900
3160
  :action_id)
3161
+ SENSITIVE = []
2901
3162
  include Aws::Structure
2902
3163
  end
2903
3164
 
@@ -2912,10 +3173,31 @@ module Aws::IoT
2912
3173
  # target_selection: "CONTINUOUS", # accepts CONTINUOUS, SNAPSHOT
2913
3174
  # aws_job_executions_rollout_config: {
2914
3175
  # maximum_per_minute: 1,
3176
+ # exponential_rate: {
3177
+ # base_rate_per_minute: 1, # required
3178
+ # increment_factor: 1.0, # required
3179
+ # rate_increase_criteria: { # required
3180
+ # number_of_notified_things: 1,
3181
+ # number_of_succeeded_things: 1,
3182
+ # },
3183
+ # },
2915
3184
  # },
2916
3185
  # aws_job_presigned_url_config: {
2917
3186
  # expires_in_sec: 1,
2918
3187
  # },
3188
+ # aws_job_abort_config: {
3189
+ # abort_criteria_list: [ # required
3190
+ # {
3191
+ # failure_type: "FAILED", # required, accepts FAILED, REJECTED, TIMED_OUT, ALL
3192
+ # action: "CANCEL", # required, accepts CANCEL
3193
+ # threshold_percentage: 1.0, # required
3194
+ # min_number_of_executed_things: 1, # required
3195
+ # },
3196
+ # ],
3197
+ # },
3198
+ # aws_job_timeout_config: {
3199
+ # in_progress_timeout_in_minutes: 1,
3200
+ # },
2919
3201
  # files: [ # required
2920
3202
  # {
2921
3203
  # file_name: "FileName",
@@ -2985,7 +3267,7 @@ module Aws::IoT
2985
3267
  # @return [String]
2986
3268
  #
2987
3269
  # @!attribute [rw] targets
2988
- # The targeted devices to receive OTA updates.
3270
+ # The devices targeted to receive OTA updates.
2989
3271
  # @return [Array<String>]
2990
3272
  #
2991
3273
  # @!attribute [rw] protocols
@@ -3012,12 +3294,25 @@ module Aws::IoT
3012
3294
  # Configuration information for pre-signed URLs.
3013
3295
  # @return [Types::AwsJobPresignedUrlConfig]
3014
3296
  #
3297
+ # @!attribute [rw] aws_job_abort_config
3298
+ # The criteria that determine when and how a job abort takes place.
3299
+ # @return [Types::AwsJobAbortConfig]
3300
+ #
3301
+ # @!attribute [rw] aws_job_timeout_config
3302
+ # Specifies the amount of time each device has to finish its execution
3303
+ # of the job. A timer is started when the job execution status is set
3304
+ # to `IN_PROGRESS`. If the job execution status is not set to another
3305
+ # terminal state before the timer expires, it will be automatically
3306
+ # set to `TIMED_OUT`.
3307
+ # @return [Types::AwsJobTimeoutConfig]
3308
+ #
3015
3309
  # @!attribute [rw] files
3016
3310
  # The files to be streamed by the OTA update.
3017
3311
  # @return [Array<Types::OTAUpdateFile>]
3018
3312
  #
3019
3313
  # @!attribute [rw] role_arn
3020
- # The IAM role that allows access to the AWS IoT Jobs service.
3314
+ # The IAM role that grants AWS IoT access to the Amazon S3, AWS IoT
3315
+ # jobs and AWS Code Signing resources to create an OTA update job.
3021
3316
  # @return [String]
3022
3317
  #
3023
3318
  # @!attribute [rw] additional_parameters
@@ -3037,10 +3332,13 @@ module Aws::IoT
3037
3332
  :target_selection,
3038
3333
  :aws_job_executions_rollout_config,
3039
3334
  :aws_job_presigned_url_config,
3335
+ :aws_job_abort_config,
3336
+ :aws_job_timeout_config,
3040
3337
  :files,
3041
3338
  :role_arn,
3042
3339
  :additional_parameters,
3043
3340
  :tags)
3341
+ SENSITIVE = []
3044
3342
  include Aws::Structure
3045
3343
  end
3046
3344
 
@@ -3070,6 +3368,7 @@ module Aws::IoT
3070
3368
  :ota_update_arn,
3071
3369
  :aws_iot_job_arn,
3072
3370
  :ota_update_status)
3371
+ SENSITIVE = []
3073
3372
  include Aws::Structure
3074
3373
  end
3075
3374
 
@@ -3118,6 +3417,7 @@ module Aws::IoT
3118
3417
  :policy_name,
3119
3418
  :policy_document,
3120
3419
  :tags)
3420
+ SENSITIVE = []
3121
3421
  include Aws::Structure
3122
3422
  end
3123
3423
 
@@ -3144,6 +3444,7 @@ module Aws::IoT
3144
3444
  :policy_arn,
3145
3445
  :policy_document,
3146
3446
  :policy_version_id)
3447
+ SENSITIVE = []
3147
3448
  include Aws::Structure
3148
3449
  end
3149
3450
 
@@ -3178,6 +3479,7 @@ module Aws::IoT
3178
3479
  :policy_name,
3179
3480
  :policy_document,
3180
3481
  :set_as_default)
3482
+ SENSITIVE = []
3181
3483
  include Aws::Structure
3182
3484
  end
3183
3485
 
@@ -3204,6 +3506,7 @@ module Aws::IoT
3204
3506
  :policy_document,
3205
3507
  :policy_version_id,
3206
3508
  :is_default_version)
3509
+ SENSITIVE = []
3207
3510
  include Aws::Structure
3208
3511
  end
3209
3512
 
@@ -3220,6 +3523,7 @@ module Aws::IoT
3220
3523
  #
3221
3524
  class CreateProvisioningClaimRequest < Struct.new(
3222
3525
  :template_name)
3526
+ SENSITIVE = []
3223
3527
  include Aws::Structure
3224
3528
  end
3225
3529
 
@@ -3244,6 +3548,7 @@ module Aws::IoT
3244
3548
  :certificate_pem,
3245
3549
  :key_pair,
3246
3550
  :expiration)
3551
+ SENSITIVE = []
3247
3552
  include Aws::Structure
3248
3553
  end
3249
3554
 
@@ -3317,6 +3622,7 @@ module Aws::IoT
3317
3622
  :provisioning_role_arn,
3318
3623
  :pre_provisioning_hook,
3319
3624
  :tags)
3625
+ SENSITIVE = []
3320
3626
  include Aws::Structure
3321
3627
  end
3322
3628
 
@@ -3336,6 +3642,7 @@ module Aws::IoT
3336
3642
  :template_arn,
3337
3643
  :template_name,
3338
3644
  :default_version_id)
3645
+ SENSITIVE = []
3339
3646
  include Aws::Structure
3340
3647
  end
3341
3648
 
@@ -3364,6 +3671,7 @@ module Aws::IoT
3364
3671
  :template_name,
3365
3672
  :template_body,
3366
3673
  :set_as_default)
3674
+ SENSITIVE = []
3367
3675
  include Aws::Structure
3368
3676
  end
3369
3677
 
@@ -3389,6 +3697,7 @@ module Aws::IoT
3389
3697
  :template_name,
3390
3698
  :version_id,
3391
3699
  :is_default_version)
3700
+ SENSITIVE = []
3392
3701
  include Aws::Structure
3393
3702
  end
3394
3703
 
@@ -3440,6 +3749,7 @@ module Aws::IoT
3440
3749
  :role_arn,
3441
3750
  :credential_duration_seconds,
3442
3751
  :tags)
3752
+ SENSITIVE = []
3443
3753
  include Aws::Structure
3444
3754
  end
3445
3755
 
@@ -3454,6 +3764,7 @@ module Aws::IoT
3454
3764
  class CreateRoleAliasResponse < Struct.new(
3455
3765
  :role_alias,
3456
3766
  :role_alias_arn)
3767
+ SENSITIVE = []
3457
3768
  include Aws::Structure
3458
3769
  end
3459
3770
 
@@ -3519,6 +3830,7 @@ module Aws::IoT
3519
3830
  :target_check_names,
3520
3831
  :scheduled_audit_name,
3521
3832
  :tags)
3833
+ SENSITIVE = []
3522
3834
  include Aws::Structure
3523
3835
  end
3524
3836
 
@@ -3528,6 +3840,7 @@ module Aws::IoT
3528
3840
  #
3529
3841
  class CreateScheduledAuditResponse < Struct.new(
3530
3842
  :scheduled_audit_arn)
3843
+ SENSITIVE = []
3531
3844
  include Aws::Structure
3532
3845
  end
3533
3846
 
@@ -3631,6 +3944,7 @@ module Aws::IoT
3631
3944
  :additional_metrics_to_retain,
3632
3945
  :additional_metrics_to_retain_v2,
3633
3946
  :tags)
3947
+ SENSITIVE = []
3634
3948
  include Aws::Structure
3635
3949
  end
3636
3950
 
@@ -3645,6 +3959,7 @@ module Aws::IoT
3645
3959
  class CreateSecurityProfileResponse < Struct.new(
3646
3960
  :security_profile_name,
3647
3961
  :security_profile_arn)
3962
+ SENSITIVE = []
3648
3963
  include Aws::Structure
3649
3964
  end
3650
3965
 
@@ -3700,6 +4015,7 @@ module Aws::IoT
3700
4015
  :files,
3701
4016
  :role_arn,
3702
4017
  :tags)
4018
+ SENSITIVE = []
3703
4019
  include Aws::Structure
3704
4020
  end
3705
4021
 
@@ -3724,6 +4040,7 @@ module Aws::IoT
3724
4040
  :stream_arn,
3725
4041
  :description,
3726
4042
  :stream_version)
4043
+ SENSITIVE = []
3727
4044
  include Aws::Structure
3728
4045
  end
3729
4046
 
@@ -3771,6 +4088,7 @@ module Aws::IoT
3771
4088
  :parent_group_name,
3772
4089
  :thing_group_properties,
3773
4090
  :tags)
4091
+ SENSITIVE = []
3774
4092
  include Aws::Structure
3775
4093
  end
3776
4094
 
@@ -3790,6 +4108,7 @@ module Aws::IoT
3790
4108
  :thing_group_name,
3791
4109
  :thing_group_arn,
3792
4110
  :thing_group_id)
4111
+ SENSITIVE = []
3793
4112
  include Aws::Structure
3794
4113
  end
3795
4114
 
@@ -3838,6 +4157,7 @@ module Aws::IoT
3838
4157
  :thing_type_name,
3839
4158
  :attribute_payload,
3840
4159
  :billing_group_name)
4160
+ SENSITIVE = []
3841
4161
  include Aws::Structure
3842
4162
  end
3843
4163
 
@@ -3859,6 +4179,7 @@ module Aws::IoT
3859
4179
  :thing_name,
3860
4180
  :thing_arn,
3861
4181
  :thing_id)
4182
+ SENSITIVE = []
3862
4183
  include Aws::Structure
3863
4184
  end
3864
4185
 
@@ -3899,6 +4220,7 @@ module Aws::IoT
3899
4220
  :thing_type_name,
3900
4221
  :thing_type_properties,
3901
4222
  :tags)
4223
+ SENSITIVE = []
3902
4224
  include Aws::Structure
3903
4225
  end
3904
4226
 
@@ -3920,6 +4242,7 @@ module Aws::IoT
3920
4242
  :thing_type_name,
3921
4243
  :thing_type_arn,
3922
4244
  :thing_type_id)
4245
+ SENSITIVE = []
3923
4246
  include Aws::Structure
3924
4247
  end
3925
4248
 
@@ -3940,6 +4263,7 @@ module Aws::IoT
3940
4263
  #
3941
4264
  class CreateTopicRuleDestinationRequest < Struct.new(
3942
4265
  :destination_configuration)
4266
+ SENSITIVE = []
3943
4267
  include Aws::Structure
3944
4268
  end
3945
4269
 
@@ -3949,6 +4273,7 @@ module Aws::IoT
3949
4273
  #
3950
4274
  class CreateTopicRuleDestinationResponse < Struct.new(
3951
4275
  :topic_rule_destination)
4276
+ SENSITIVE = []
3952
4277
  include Aws::Structure
3953
4278
  end
3954
4279
 
@@ -4279,6 +4604,7 @@ module Aws::IoT
4279
4604
  :rule_name,
4280
4605
  :topic_rule_payload,
4281
4606
  :tags)
4607
+ SENSITIVE = []
4282
4608
  include Aws::Structure
4283
4609
  end
4284
4610
 
@@ -4320,6 +4646,7 @@ module Aws::IoT
4320
4646
  :certificate_chain,
4321
4647
  :hash_algorithm,
4322
4648
  :signature_algorithm)
4649
+ SENSITIVE = []
4323
4650
  include Aws::Structure
4324
4651
  end
4325
4652
 
@@ -4336,6 +4663,7 @@ module Aws::IoT
4336
4663
  #
4337
4664
  class DeleteAccountAuditConfigurationRequest < Struct.new(
4338
4665
  :delete_scheduled_audits)
4666
+ SENSITIVE = []
4339
4667
  include Aws::Structure
4340
4668
  end
4341
4669
 
@@ -4354,6 +4682,7 @@ module Aws::IoT
4354
4682
  #
4355
4683
  class DeleteAuthorizerRequest < Struct.new(
4356
4684
  :authorizer_name)
4685
+ SENSITIVE = []
4357
4686
  include Aws::Structure
4358
4687
  end
4359
4688
 
@@ -4381,6 +4710,7 @@ module Aws::IoT
4381
4710
  class DeleteBillingGroupRequest < Struct.new(
4382
4711
  :billing_group_name,
4383
4712
  :expected_version)
4713
+ SENSITIVE = []
4384
4714
  include Aws::Structure
4385
4715
  end
4386
4716
 
@@ -4402,6 +4732,7 @@ module Aws::IoT
4402
4732
  #
4403
4733
  class DeleteCACertificateRequest < Struct.new(
4404
4734
  :certificate_id)
4735
+ SENSITIVE = []
4405
4736
  include Aws::Structure
4406
4737
  end
4407
4738
 
@@ -4432,6 +4763,7 @@ module Aws::IoT
4432
4763
  class DeleteCertificateRequest < Struct.new(
4433
4764
  :certificate_id,
4434
4765
  :force_delete)
4766
+ SENSITIVE = []
4435
4767
  include Aws::Structure
4436
4768
  end
4437
4769
 
@@ -4444,6 +4776,7 @@ module Aws::IoT
4444
4776
  #
4445
4777
  class DeleteConflictException < Struct.new(
4446
4778
  :message)
4779
+ SENSITIVE = []
4447
4780
  include Aws::Structure
4448
4781
  end
4449
4782
 
@@ -4460,6 +4793,7 @@ module Aws::IoT
4460
4793
  #
4461
4794
  class DeleteDimensionRequest < Struct.new(
4462
4795
  :name)
4796
+ SENSITIVE = []
4463
4797
  include Aws::Structure
4464
4798
  end
4465
4799
 
@@ -4478,6 +4812,7 @@ module Aws::IoT
4478
4812
  #
4479
4813
  class DeleteDomainConfigurationRequest < Struct.new(
4480
4814
  :domain_configuration_name)
4815
+ SENSITIVE = []
4481
4816
  include Aws::Structure
4482
4817
  end
4483
4818
 
@@ -4502,6 +4837,7 @@ module Aws::IoT
4502
4837
  class DeleteDynamicThingGroupRequest < Struct.new(
4503
4838
  :thing_group_name,
4504
4839
  :expected_version)
4840
+ SENSITIVE = []
4505
4841
  include Aws::Structure
4506
4842
  end
4507
4843
 
@@ -4554,6 +4890,7 @@ module Aws::IoT
4554
4890
  :thing_name,
4555
4891
  :execution_number,
4556
4892
  :force)
4893
+ SENSITIVE = []
4557
4894
  include Aws::Structure
4558
4895
  end
4559
4896
 
@@ -4592,6 +4929,7 @@ module Aws::IoT
4592
4929
  class DeleteJobRequest < Struct.new(
4593
4930
  :job_id,
4594
4931
  :force)
4932
+ SENSITIVE = []
4595
4933
  include Aws::Structure
4596
4934
  end
4597
4935
 
@@ -4608,6 +4946,7 @@ module Aws::IoT
4608
4946
  #
4609
4947
  class DeleteMitigationActionRequest < Struct.new(
4610
4948
  :action_name)
4949
+ SENSITIVE = []
4611
4950
  include Aws::Structure
4612
4951
  end
4613
4952
 
@@ -4623,7 +4962,7 @@ module Aws::IoT
4623
4962
  # }
4624
4963
  #
4625
4964
  # @!attribute [rw] ota_update_id
4626
- # The OTA update ID to delete.
4965
+ # The ID of the OTA update to delete.
4627
4966
  # @return [String]
4628
4967
  #
4629
4968
  # @!attribute [rw] delete_stream
@@ -4633,13 +4972,14 @@ module Aws::IoT
4633
4972
  #
4634
4973
  # @!attribute [rw] force_delete_aws_job
4635
4974
  # Specifies if the AWS Job associated with the OTA update should be
4636
- # deleted with the OTA update is deleted.
4975
+ # deleted when the OTA update is deleted.
4637
4976
  # @return [Boolean]
4638
4977
  #
4639
4978
  class DeleteOTAUpdateRequest < Struct.new(
4640
4979
  :ota_update_id,
4641
4980
  :delete_stream,
4642
4981
  :force_delete_aws_job)
4982
+ SENSITIVE = []
4643
4983
  include Aws::Structure
4644
4984
  end
4645
4985
 
@@ -4660,6 +5000,7 @@ module Aws::IoT
4660
5000
  #
4661
5001
  class DeletePolicyRequest < Struct.new(
4662
5002
  :policy_name)
5003
+ SENSITIVE = []
4663
5004
  include Aws::Structure
4664
5005
  end
4665
5006
 
@@ -4684,6 +5025,7 @@ module Aws::IoT
4684
5025
  class DeletePolicyVersionRequest < Struct.new(
4685
5026
  :policy_name,
4686
5027
  :policy_version_id)
5028
+ SENSITIVE = []
4687
5029
  include Aws::Structure
4688
5030
  end
4689
5031
 
@@ -4700,6 +5042,7 @@ module Aws::IoT
4700
5042
  #
4701
5043
  class DeleteProvisioningTemplateRequest < Struct.new(
4702
5044
  :template_name)
5045
+ SENSITIVE = []
4703
5046
  include Aws::Structure
4704
5047
  end
4705
5048
 
@@ -4724,6 +5067,7 @@ module Aws::IoT
4724
5067
  class DeleteProvisioningTemplateVersionRequest < Struct.new(
4725
5068
  :template_name,
4726
5069
  :version_id)
5070
+ SENSITIVE = []
4727
5071
  include Aws::Structure
4728
5072
  end
4729
5073
 
@@ -4752,6 +5096,7 @@ module Aws::IoT
4752
5096
  #
4753
5097
  class DeleteRoleAliasRequest < Struct.new(
4754
5098
  :role_alias)
5099
+ SENSITIVE = []
4755
5100
  include Aws::Structure
4756
5101
  end
4757
5102
 
@@ -4770,6 +5115,7 @@ module Aws::IoT
4770
5115
  #
4771
5116
  class DeleteScheduledAuditRequest < Struct.new(
4772
5117
  :scheduled_audit_name)
5118
+ SENSITIVE = []
4773
5119
  include Aws::Structure
4774
5120
  end
4775
5121
 
@@ -4797,6 +5143,7 @@ module Aws::IoT
4797
5143
  class DeleteSecurityProfileRequest < Struct.new(
4798
5144
  :security_profile_name,
4799
5145
  :expected_version)
5146
+ SENSITIVE = []
4800
5147
  include Aws::Structure
4801
5148
  end
4802
5149
 
@@ -4815,6 +5162,7 @@ module Aws::IoT
4815
5162
  #
4816
5163
  class DeleteStreamRequest < Struct.new(
4817
5164
  :stream_id)
5165
+ SENSITIVE = []
4818
5166
  include Aws::Structure
4819
5167
  end
4820
5168
 
@@ -4839,6 +5187,7 @@ module Aws::IoT
4839
5187
  class DeleteThingGroupRequest < Struct.new(
4840
5188
  :thing_group_name,
4841
5189
  :expected_version)
5190
+ SENSITIVE = []
4842
5191
  include Aws::Structure
4843
5192
  end
4844
5193
 
@@ -4868,6 +5217,7 @@ module Aws::IoT
4868
5217
  class DeleteThingRequest < Struct.new(
4869
5218
  :thing_name,
4870
5219
  :expected_version)
5220
+ SENSITIVE = []
4871
5221
  include Aws::Structure
4872
5222
  end
4873
5223
 
@@ -4890,6 +5240,7 @@ module Aws::IoT
4890
5240
  #
4891
5241
  class DeleteThingTypeRequest < Struct.new(
4892
5242
  :thing_type_name)
5243
+ SENSITIVE = []
4893
5244
  include Aws::Structure
4894
5245
  end
4895
5246
 
@@ -4910,6 +5261,7 @@ module Aws::IoT
4910
5261
  #
4911
5262
  class DeleteTopicRuleDestinationRequest < Struct.new(
4912
5263
  :arn)
5264
+ SENSITIVE = []
4913
5265
  include Aws::Structure
4914
5266
  end
4915
5267
 
@@ -4930,6 +5282,7 @@ module Aws::IoT
4930
5282
  #
4931
5283
  class DeleteTopicRuleRequest < Struct.new(
4932
5284
  :rule_name)
5285
+ SENSITIVE = []
4933
5286
  include Aws::Structure
4934
5287
  end
4935
5288
 
@@ -4953,6 +5306,7 @@ module Aws::IoT
4953
5306
  class DeleteV2LoggingLevelRequest < Struct.new(
4954
5307
  :target_type,
4955
5308
  :target_name)
5309
+ SENSITIVE = []
4956
5310
  include Aws::Structure
4957
5311
  end
4958
5312
 
@@ -4971,6 +5325,7 @@ module Aws::IoT
4971
5325
  class Denied < Struct.new(
4972
5326
  :implicit_deny,
4973
5327
  :explicit_deny)
5328
+ SENSITIVE = []
4974
5329
  include Aws::Structure
4975
5330
  end
4976
5331
 
@@ -4997,6 +5352,7 @@ module Aws::IoT
4997
5352
  class DeprecateThingTypeRequest < Struct.new(
4998
5353
  :thing_type_name,
4999
5354
  :undo_deprecate)
5355
+ SENSITIVE = []
5000
5356
  include Aws::Structure
5001
5357
  end
5002
5358
 
@@ -5030,6 +5386,7 @@ module Aws::IoT
5030
5386
  :role_arn,
5031
5387
  :audit_notification_target_configurations,
5032
5388
  :audit_check_configurations)
5389
+ SENSITIVE = []
5033
5390
  include Aws::Structure
5034
5391
  end
5035
5392
 
@@ -5047,6 +5404,7 @@ module Aws::IoT
5047
5404
  #
5048
5405
  class DescribeAuditFindingRequest < Struct.new(
5049
5406
  :finding_id)
5407
+ SENSITIVE = []
5050
5408
  include Aws::Structure
5051
5409
  end
5052
5410
 
@@ -5056,6 +5414,7 @@ module Aws::IoT
5056
5414
  #
5057
5415
  class DescribeAuditFindingResponse < Struct.new(
5058
5416
  :finding)
5417
+ SENSITIVE = []
5059
5418
  include Aws::Structure
5060
5419
  end
5061
5420
 
@@ -5072,6 +5431,7 @@ module Aws::IoT
5072
5431
  #
5073
5432
  class DescribeAuditMitigationActionsTaskRequest < Struct.new(
5074
5433
  :task_id)
5434
+ SENSITIVE = []
5075
5435
  include Aws::Structure
5076
5436
  end
5077
5437
 
@@ -5115,6 +5475,7 @@ module Aws::IoT
5115
5475
  :target,
5116
5476
  :audit_check_to_actions_mapping,
5117
5477
  :actions_definition)
5478
+ SENSITIVE = []
5118
5479
  include Aws::Structure
5119
5480
  end
5120
5481
 
@@ -5131,6 +5492,7 @@ module Aws::IoT
5131
5492
  #
5132
5493
  class DescribeAuditTaskRequest < Struct.new(
5133
5494
  :task_id)
5495
+ SENSITIVE = []
5134
5496
  include Aws::Structure
5135
5497
  end
5136
5498
 
@@ -5168,6 +5530,7 @@ module Aws::IoT
5168
5530
  :task_statistics,
5169
5531
  :scheduled_audit_name,
5170
5532
  :audit_details)
5533
+ SENSITIVE = []
5171
5534
  include Aws::Structure
5172
5535
  end
5173
5536
 
@@ -5184,6 +5547,7 @@ module Aws::IoT
5184
5547
  #
5185
5548
  class DescribeAuthorizerRequest < Struct.new(
5186
5549
  :authorizer_name)
5550
+ SENSITIVE = []
5187
5551
  include Aws::Structure
5188
5552
  end
5189
5553
 
@@ -5193,6 +5557,7 @@ module Aws::IoT
5193
5557
  #
5194
5558
  class DescribeAuthorizerResponse < Struct.new(
5195
5559
  :authorizer_description)
5560
+ SENSITIVE = []
5196
5561
  include Aws::Structure
5197
5562
  end
5198
5563
 
@@ -5209,6 +5574,7 @@ module Aws::IoT
5209
5574
  #
5210
5575
  class DescribeBillingGroupRequest < Struct.new(
5211
5576
  :billing_group_name)
5577
+ SENSITIVE = []
5212
5578
  include Aws::Structure
5213
5579
  end
5214
5580
 
@@ -5243,6 +5609,7 @@ module Aws::IoT
5243
5609
  :version,
5244
5610
  :billing_group_properties,
5245
5611
  :billing_group_metadata)
5612
+ SENSITIVE = []
5246
5613
  include Aws::Structure
5247
5614
  end
5248
5615
 
@@ -5261,6 +5628,7 @@ module Aws::IoT
5261
5628
  #
5262
5629
  class DescribeCACertificateRequest < Struct.new(
5263
5630
  :certificate_id)
5631
+ SENSITIVE = []
5264
5632
  include Aws::Structure
5265
5633
  end
5266
5634
 
@@ -5277,6 +5645,7 @@ module Aws::IoT
5277
5645
  class DescribeCACertificateResponse < Struct.new(
5278
5646
  :certificate_description,
5279
5647
  :registration_config)
5648
+ SENSITIVE = []
5280
5649
  include Aws::Structure
5281
5650
  end
5282
5651
 
@@ -5296,6 +5665,7 @@ module Aws::IoT
5296
5665
  #
5297
5666
  class DescribeCertificateRequest < Struct.new(
5298
5667
  :certificate_id)
5668
+ SENSITIVE = []
5299
5669
  include Aws::Structure
5300
5670
  end
5301
5671
 
@@ -5307,6 +5677,7 @@ module Aws::IoT
5307
5677
  #
5308
5678
  class DescribeCertificateResponse < Struct.new(
5309
5679
  :certificate_description)
5680
+ SENSITIVE = []
5310
5681
  include Aws::Structure
5311
5682
  end
5312
5683
 
@@ -5320,6 +5691,7 @@ module Aws::IoT
5320
5691
  #
5321
5692
  class DescribeDefaultAuthorizerResponse < Struct.new(
5322
5693
  :authorizer_description)
5694
+ SENSITIVE = []
5323
5695
  include Aws::Structure
5324
5696
  end
5325
5697
 
@@ -5336,6 +5708,7 @@ module Aws::IoT
5336
5708
  #
5337
5709
  class DescribeDimensionRequest < Struct.new(
5338
5710
  :name)
5711
+ SENSITIVE = []
5339
5712
  include Aws::Structure
5340
5713
  end
5341
5714
 
@@ -5372,6 +5745,7 @@ module Aws::IoT
5372
5745
  :string_values,
5373
5746
  :creation_date,
5374
5747
  :last_modified_date)
5748
+ SENSITIVE = []
5375
5749
  include Aws::Structure
5376
5750
  end
5377
5751
 
@@ -5388,6 +5762,7 @@ module Aws::IoT
5388
5762
  #
5389
5763
  class DescribeDomainConfigurationRequest < Struct.new(
5390
5764
  :domain_configuration_name)
5765
+ SENSITIVE = []
5391
5766
  include Aws::Structure
5392
5767
  end
5393
5768
 
@@ -5434,6 +5809,7 @@ module Aws::IoT
5434
5809
  :domain_configuration_status,
5435
5810
  :service_type,
5436
5811
  :domain_type)
5812
+ SENSITIVE = []
5437
5813
  include Aws::Structure
5438
5814
  end
5439
5815
 
@@ -5477,6 +5853,7 @@ module Aws::IoT
5477
5853
  #
5478
5854
  class DescribeEndpointRequest < Struct.new(
5479
5855
  :endpoint_type)
5856
+ SENSITIVE = []
5480
5857
  include Aws::Structure
5481
5858
  end
5482
5859
 
@@ -5489,6 +5866,7 @@ module Aws::IoT
5489
5866
  #
5490
5867
  class DescribeEndpointResponse < Struct.new(
5491
5868
  :endpoint_address)
5869
+ SENSITIVE = []
5492
5870
  include Aws::Structure
5493
5871
  end
5494
5872
 
@@ -5512,6 +5890,7 @@ module Aws::IoT
5512
5890
  :event_configurations,
5513
5891
  :creation_date,
5514
5892
  :last_modified_date)
5893
+ SENSITIVE = []
5515
5894
  include Aws::Structure
5516
5895
  end
5517
5896
 
@@ -5528,6 +5907,7 @@ module Aws::IoT
5528
5907
  #
5529
5908
  class DescribeIndexRequest < Struct.new(
5530
5909
  :index_name)
5910
+ SENSITIVE = []
5531
5911
  include Aws::Structure
5532
5912
  end
5533
5913
 
@@ -5560,6 +5940,7 @@ module Aws::IoT
5560
5940
  :index_name,
5561
5941
  :index_status,
5562
5942
  :schema)
5943
+ SENSITIVE = []
5563
5944
  include Aws::Structure
5564
5945
  end
5565
5946
 
@@ -5589,6 +5970,7 @@ module Aws::IoT
5589
5970
  :job_id,
5590
5971
  :thing_name,
5591
5972
  :execution_number)
5973
+ SENSITIVE = []
5592
5974
  include Aws::Structure
5593
5975
  end
5594
5976
 
@@ -5598,6 +5980,7 @@ module Aws::IoT
5598
5980
  #
5599
5981
  class DescribeJobExecutionResponse < Struct.new(
5600
5982
  :execution)
5983
+ SENSITIVE = []
5601
5984
  include Aws::Structure
5602
5985
  end
5603
5986
 
@@ -5614,6 +5997,7 @@ module Aws::IoT
5614
5997
  #
5615
5998
  class DescribeJobRequest < Struct.new(
5616
5999
  :job_id)
6000
+ SENSITIVE = []
5617
6001
  include Aws::Structure
5618
6002
  end
5619
6003
 
@@ -5628,6 +6012,7 @@ module Aws::IoT
5628
6012
  class DescribeJobResponse < Struct.new(
5629
6013
  :document_source,
5630
6014
  :job)
6015
+ SENSITIVE = []
5631
6016
  include Aws::Structure
5632
6017
  end
5633
6018
 
@@ -5644,6 +6029,7 @@ module Aws::IoT
5644
6029
  #
5645
6030
  class DescribeMitigationActionRequest < Struct.new(
5646
6031
  :action_name)
6032
+ SENSITIVE = []
5647
6033
  include Aws::Structure
5648
6034
  end
5649
6035
 
@@ -5690,6 +6076,7 @@ module Aws::IoT
5690
6076
  :action_params,
5691
6077
  :creation_date,
5692
6078
  :last_modified_date)
6079
+ SENSITIVE = []
5693
6080
  include Aws::Structure
5694
6081
  end
5695
6082
 
@@ -5706,6 +6093,7 @@ module Aws::IoT
5706
6093
  #
5707
6094
  class DescribeProvisioningTemplateRequest < Struct.new(
5708
6095
  :template_name)
6096
+ SENSITIVE = []
5709
6097
  include Aws::Structure
5710
6098
  end
5711
6099
 
@@ -5761,6 +6149,7 @@ module Aws::IoT
5761
6149
  :enabled,
5762
6150
  :provisioning_role_arn,
5763
6151
  :pre_provisioning_hook)
6152
+ SENSITIVE = []
5764
6153
  include Aws::Structure
5765
6154
  end
5766
6155
 
@@ -5783,6 +6172,7 @@ module Aws::IoT
5783
6172
  class DescribeProvisioningTemplateVersionRequest < Struct.new(
5784
6173
  :template_name,
5785
6174
  :version_id)
6175
+ SENSITIVE = []
5786
6176
  include Aws::Structure
5787
6177
  end
5788
6178
 
@@ -5809,6 +6199,7 @@ module Aws::IoT
5809
6199
  :creation_date,
5810
6200
  :template_body,
5811
6201
  :is_default_version)
6202
+ SENSITIVE = []
5812
6203
  include Aws::Structure
5813
6204
  end
5814
6205
 
@@ -5825,6 +6216,7 @@ module Aws::IoT
5825
6216
  #
5826
6217
  class DescribeRoleAliasRequest < Struct.new(
5827
6218
  :role_alias)
6219
+ SENSITIVE = []
5828
6220
  include Aws::Structure
5829
6221
  end
5830
6222
 
@@ -5834,6 +6226,7 @@ module Aws::IoT
5834
6226
  #
5835
6227
  class DescribeRoleAliasResponse < Struct.new(
5836
6228
  :role_alias_description)
6229
+ SENSITIVE = []
5837
6230
  include Aws::Structure
5838
6231
  end
5839
6232
 
@@ -5850,6 +6243,7 @@ module Aws::IoT
5850
6243
  #
5851
6244
  class DescribeScheduledAuditRequest < Struct.new(
5852
6245
  :scheduled_audit_name)
6246
+ SENSITIVE = []
5853
6247
  include Aws::Structure
5854
6248
  end
5855
6249
 
@@ -5895,6 +6289,7 @@ module Aws::IoT
5895
6289
  :target_check_names,
5896
6290
  :scheduled_audit_name,
5897
6291
  :scheduled_audit_arn)
6292
+ SENSITIVE = []
5898
6293
  include Aws::Structure
5899
6294
  end
5900
6295
 
@@ -5911,6 +6306,7 @@ module Aws::IoT
5911
6306
  #
5912
6307
  class DescribeSecurityProfileRequest < Struct.new(
5913
6308
  :security_profile_name)
6309
+ SENSITIVE = []
5914
6310
  include Aws::Structure
5915
6311
  end
5916
6312
 
@@ -5975,6 +6371,7 @@ module Aws::IoT
5975
6371
  :version,
5976
6372
  :creation_date,
5977
6373
  :last_modified_date)
6374
+ SENSITIVE = []
5978
6375
  include Aws::Structure
5979
6376
  end
5980
6377
 
@@ -5991,6 +6388,7 @@ module Aws::IoT
5991
6388
  #
5992
6389
  class DescribeStreamRequest < Struct.new(
5993
6390
  :stream_id)
6391
+ SENSITIVE = []
5994
6392
  include Aws::Structure
5995
6393
  end
5996
6394
 
@@ -6000,6 +6398,7 @@ module Aws::IoT
6000
6398
  #
6001
6399
  class DescribeStreamResponse < Struct.new(
6002
6400
  :stream_info)
6401
+ SENSITIVE = []
6003
6402
  include Aws::Structure
6004
6403
  end
6005
6404
 
@@ -6016,6 +6415,7 @@ module Aws::IoT
6016
6415
  #
6017
6416
  class DescribeThingGroupRequest < Struct.new(
6018
6417
  :thing_group_name)
6418
+ SENSITIVE = []
6019
6419
  include Aws::Structure
6020
6420
  end
6021
6421
 
@@ -6070,6 +6470,7 @@ module Aws::IoT
6070
6470
  :query_string,
6071
6471
  :query_version,
6072
6472
  :status)
6473
+ SENSITIVE = []
6073
6474
  include Aws::Structure
6074
6475
  end
6075
6476
 
@@ -6086,6 +6487,7 @@ module Aws::IoT
6086
6487
  #
6087
6488
  class DescribeThingRegistrationTaskRequest < Struct.new(
6088
6489
  :task_id)
6490
+ SENSITIVE = []
6089
6491
  include Aws::Structure
6090
6492
  end
6091
6493
 
@@ -6151,6 +6553,7 @@ module Aws::IoT
6151
6553
  :success_count,
6152
6554
  :failure_count,
6153
6555
  :percentage_progress)
6556
+ SENSITIVE = []
6154
6557
  include Aws::Structure
6155
6558
  end
6156
6559
 
@@ -6169,6 +6572,7 @@ module Aws::IoT
6169
6572
  #
6170
6573
  class DescribeThingRequest < Struct.new(
6171
6574
  :thing_name)
6575
+ SENSITIVE = []
6172
6576
  include Aws::Structure
6173
6577
  end
6174
6578
 
@@ -6230,6 +6634,7 @@ module Aws::IoT
6230
6634
  :attributes,
6231
6635
  :version,
6232
6636
  :billing_group_name)
6637
+ SENSITIVE = []
6233
6638
  include Aws::Structure
6234
6639
  end
6235
6640
 
@@ -6248,6 +6653,7 @@ module Aws::IoT
6248
6653
  #
6249
6654
  class DescribeThingTypeRequest < Struct.new(
6250
6655
  :thing_type_name)
6656
+ SENSITIVE = []
6251
6657
  include Aws::Structure
6252
6658
  end
6253
6659
 
@@ -6284,6 +6690,7 @@ module Aws::IoT
6284
6690
  :thing_type_arn,
6285
6691
  :thing_type_properties,
6286
6692
  :thing_type_metadata)
6693
+ SENSITIVE = []
6287
6694
  include Aws::Structure
6288
6695
  end
6289
6696
 
@@ -6305,6 +6712,7 @@ module Aws::IoT
6305
6712
  #
6306
6713
  class Destination < Struct.new(
6307
6714
  :s3_destination)
6715
+ SENSITIVE = []
6308
6716
  include Aws::Structure
6309
6717
  end
6310
6718
 
@@ -6327,6 +6735,7 @@ module Aws::IoT
6327
6735
  class DetachPolicyRequest < Struct.new(
6328
6736
  :policy_name,
6329
6737
  :target)
6738
+ SENSITIVE = []
6330
6739
  include Aws::Structure
6331
6740
  end
6332
6741
 
@@ -6355,6 +6764,7 @@ module Aws::IoT
6355
6764
  class DetachPrincipalPolicyRequest < Struct.new(
6356
6765
  :policy_name,
6357
6766
  :principal)
6767
+ SENSITIVE = []
6358
6768
  include Aws::Structure
6359
6769
  end
6360
6770
 
@@ -6378,6 +6788,7 @@ module Aws::IoT
6378
6788
  class DetachSecurityProfileRequest < Struct.new(
6379
6789
  :security_profile_name,
6380
6790
  :security_profile_target_arn)
6791
+ SENSITIVE = []
6381
6792
  include Aws::Structure
6382
6793
  end
6383
6794
 
@@ -6406,6 +6817,7 @@ module Aws::IoT
6406
6817
  class DetachThingPrincipalRequest < Struct.new(
6407
6818
  :thing_name,
6408
6819
  :principal)
6820
+ SENSITIVE = []
6409
6821
  include Aws::Structure
6410
6822
  end
6411
6823
 
@@ -6428,6 +6840,7 @@ module Aws::IoT
6428
6840
  #
6429
6841
  class DisableTopicRuleRequest < Struct.new(
6430
6842
  :rule_name)
6843
+ SENSITIVE = []
6431
6844
  include Aws::Structure
6432
6845
  end
6433
6846
 
@@ -6465,6 +6878,7 @@ module Aws::IoT
6465
6878
  :domain_configuration_name,
6466
6879
  :domain_configuration_arn,
6467
6880
  :service_type)
6881
+ SENSITIVE = []
6468
6882
  include Aws::Structure
6469
6883
  end
6470
6884
 
@@ -6556,6 +6970,7 @@ module Aws::IoT
6556
6970
  :range_key_value,
6557
6971
  :range_key_type,
6558
6972
  :payload_field)
6973
+ SENSITIVE = []
6559
6974
  include Aws::Structure
6560
6975
  end
6561
6976
 
@@ -6592,6 +7007,7 @@ module Aws::IoT
6592
7007
  class DynamoDBv2Action < Struct.new(
6593
7008
  :role_arn,
6594
7009
  :put_item)
7010
+ SENSITIVE = []
6595
7011
  include Aws::Structure
6596
7012
  end
6597
7013
 
@@ -6613,6 +7029,7 @@ module Aws::IoT
6613
7029
  :policy_name,
6614
7030
  :policy_arn,
6615
7031
  :policy_document)
7032
+ SENSITIVE = []
6616
7033
  include Aws::Structure
6617
7034
  end
6618
7035
 
@@ -6656,6 +7073,7 @@ module Aws::IoT
6656
7073
  :index,
6657
7074
  :type,
6658
7075
  :id)
7076
+ SENSITIVE = []
6659
7077
  include Aws::Structure
6660
7078
  end
6661
7079
 
@@ -6681,6 +7099,7 @@ module Aws::IoT
6681
7099
  class EnableIoTLoggingParams < Struct.new(
6682
7100
  :role_arn_for_logging,
6683
7101
  :log_level)
7102
+ SENSITIVE = []
6684
7103
  include Aws::Structure
6685
7104
  end
6686
7105
 
@@ -6699,6 +7118,7 @@ module Aws::IoT
6699
7118
  #
6700
7119
  class EnableTopicRuleRequest < Struct.new(
6701
7120
  :rule_name)
7121
+ SENSITIVE = []
6702
7122
  include Aws::Structure
6703
7123
  end
6704
7124
 
@@ -6715,6 +7135,7 @@ module Aws::IoT
6715
7135
  class ErrorInfo < Struct.new(
6716
7136
  :code,
6717
7137
  :message)
7138
+ SENSITIVE = []
6718
7139
  include Aws::Structure
6719
7140
  end
6720
7141
 
@@ -6726,6 +7147,7 @@ module Aws::IoT
6726
7147
  #
6727
7148
  class ExplicitDeny < Struct.new(
6728
7149
  :policies)
7150
+ SENSITIVE = []
6729
7151
  include Aws::Structure
6730
7152
  end
6731
7153
 
@@ -6764,6 +7186,7 @@ module Aws::IoT
6764
7186
  :base_rate_per_minute,
6765
7187
  :increment_factor,
6766
7188
  :rate_increase_criteria)
7189
+ SENSITIVE = []
6767
7190
  include Aws::Structure
6768
7191
  end
6769
7192
 
@@ -6788,6 +7211,7 @@ module Aws::IoT
6788
7211
  class Field < Struct.new(
6789
7212
  :name,
6790
7213
  :type)
7214
+ SENSITIVE = []
6791
7215
  include Aws::Structure
6792
7216
  end
6793
7217
 
@@ -6819,6 +7243,7 @@ module Aws::IoT
6819
7243
  class FileLocation < Struct.new(
6820
7244
  :stream,
6821
7245
  :s3_location)
7246
+ SENSITIVE = []
6822
7247
  include Aws::Structure
6823
7248
  end
6824
7249
 
@@ -6853,6 +7278,7 @@ module Aws::IoT
6853
7278
  :role_arn,
6854
7279
  :delivery_stream_name,
6855
7280
  :separator)
7281
+ SENSITIVE = []
6856
7282
  include Aws::Structure
6857
7283
  end
6858
7284
 
@@ -6887,6 +7313,7 @@ module Aws::IoT
6887
7313
  :query_string,
6888
7314
  :aggregation_field,
6889
7315
  :query_version)
7316
+ SENSITIVE = []
6890
7317
  include Aws::Structure
6891
7318
  end
6892
7319
 
@@ -6896,6 +7323,7 @@ module Aws::IoT
6896
7323
  #
6897
7324
  class GetCardinalityResponse < Struct.new(
6898
7325
  :cardinality)
7326
+ SENSITIVE = []
6899
7327
  include Aws::Structure
6900
7328
  end
6901
7329
 
@@ -6924,6 +7352,7 @@ module Aws::IoT
6924
7352
  :principal,
6925
7353
  :cognito_identity_pool_id,
6926
7354
  :thing_name)
7355
+ SENSITIVE = []
6927
7356
  include Aws::Structure
6928
7357
  end
6929
7358
 
@@ -6933,6 +7362,7 @@ module Aws::IoT
6933
7362
  #
6934
7363
  class GetEffectivePoliciesResponse < Struct.new(
6935
7364
  :effective_policies)
7365
+ SENSITIVE = []
6936
7366
  include Aws::Structure
6937
7367
  end
6938
7368
 
@@ -6951,6 +7381,7 @@ module Aws::IoT
6951
7381
  class GetIndexingConfigurationResponse < Struct.new(
6952
7382
  :thing_indexing_configuration,
6953
7383
  :thing_group_indexing_configuration)
7384
+ SENSITIVE = []
6954
7385
  include Aws::Structure
6955
7386
  end
6956
7387
 
@@ -6967,6 +7398,7 @@ module Aws::IoT
6967
7398
  #
6968
7399
  class GetJobDocumentRequest < Struct.new(
6969
7400
  :job_id)
7401
+ SENSITIVE = []
6970
7402
  include Aws::Structure
6971
7403
  end
6972
7404
 
@@ -6976,6 +7408,7 @@ module Aws::IoT
6976
7408
  #
6977
7409
  class GetJobDocumentResponse < Struct.new(
6978
7410
  :document)
7411
+ SENSITIVE = []
6979
7412
  include Aws::Structure
6980
7413
  end
6981
7414
 
@@ -6998,6 +7431,7 @@ module Aws::IoT
6998
7431
  class GetLoggingOptionsResponse < Struct.new(
6999
7432
  :role_arn,
7000
7433
  :log_level)
7434
+ SENSITIVE = []
7001
7435
  include Aws::Structure
7002
7436
  end
7003
7437
 
@@ -7014,6 +7448,7 @@ module Aws::IoT
7014
7448
  #
7015
7449
  class GetOTAUpdateRequest < Struct.new(
7016
7450
  :ota_update_id)
7451
+ SENSITIVE = []
7017
7452
  include Aws::Structure
7018
7453
  end
7019
7454
 
@@ -7023,6 +7458,7 @@ module Aws::IoT
7023
7458
  #
7024
7459
  class GetOTAUpdateResponse < Struct.new(
7025
7460
  :ota_update_info)
7461
+ SENSITIVE = []
7026
7462
  include Aws::Structure
7027
7463
  end
7028
7464
 
@@ -7063,6 +7499,7 @@ module Aws::IoT
7063
7499
  :aggregation_field,
7064
7500
  :query_version,
7065
7501
  :percents)
7502
+ SENSITIVE = []
7066
7503
  include Aws::Structure
7067
7504
  end
7068
7505
 
@@ -7072,6 +7509,7 @@ module Aws::IoT
7072
7509
  #
7073
7510
  class GetPercentilesResponse < Struct.new(
7074
7511
  :percentiles)
7512
+ SENSITIVE = []
7075
7513
  include Aws::Structure
7076
7514
  end
7077
7515
 
@@ -7090,6 +7528,7 @@ module Aws::IoT
7090
7528
  #
7091
7529
  class GetPolicyRequest < Struct.new(
7092
7530
  :policy_name)
7531
+ SENSITIVE = []
7093
7532
  include Aws::Structure
7094
7533
  end
7095
7534
 
@@ -7131,6 +7570,7 @@ module Aws::IoT
7131
7570
  :creation_date,
7132
7571
  :last_modified_date,
7133
7572
  :generation_id)
7573
+ SENSITIVE = []
7134
7574
  include Aws::Structure
7135
7575
  end
7136
7576
 
@@ -7155,6 +7595,7 @@ module Aws::IoT
7155
7595
  class GetPolicyVersionRequest < Struct.new(
7156
7596
  :policy_name,
7157
7597
  :policy_version_id)
7598
+ SENSITIVE = []
7158
7599
  include Aws::Structure
7159
7600
  end
7160
7601
 
@@ -7201,6 +7642,7 @@ module Aws::IoT
7201
7642
  :creation_date,
7202
7643
  :last_modified_date,
7203
7644
  :generation_id)
7645
+ SENSITIVE = []
7204
7646
  include Aws::Structure
7205
7647
  end
7206
7648
 
@@ -7218,6 +7660,7 @@ module Aws::IoT
7218
7660
  #
7219
7661
  class GetRegistrationCodeResponse < Struct.new(
7220
7662
  :registration_code)
7663
+ SENSITIVE = []
7221
7664
  include Aws::Structure
7222
7665
  end
7223
7666
 
@@ -7253,6 +7696,7 @@ module Aws::IoT
7253
7696
  :query_string,
7254
7697
  :aggregation_field,
7255
7698
  :query_version)
7699
+ SENSITIVE = []
7256
7700
  include Aws::Structure
7257
7701
  end
7258
7702
 
@@ -7263,6 +7707,7 @@ module Aws::IoT
7263
7707
  #
7264
7708
  class GetStatisticsResponse < Struct.new(
7265
7709
  :statistics)
7710
+ SENSITIVE = []
7266
7711
  include Aws::Structure
7267
7712
  end
7268
7713
 
@@ -7279,6 +7724,7 @@ module Aws::IoT
7279
7724
  #
7280
7725
  class GetTopicRuleDestinationRequest < Struct.new(
7281
7726
  :arn)
7727
+ SENSITIVE = []
7282
7728
  include Aws::Structure
7283
7729
  end
7284
7730
 
@@ -7288,6 +7734,7 @@ module Aws::IoT
7288
7734
  #
7289
7735
  class GetTopicRuleDestinationResponse < Struct.new(
7290
7736
  :topic_rule_destination)
7737
+ SENSITIVE = []
7291
7738
  include Aws::Structure
7292
7739
  end
7293
7740
 
@@ -7306,6 +7753,7 @@ module Aws::IoT
7306
7753
  #
7307
7754
  class GetTopicRuleRequest < Struct.new(
7308
7755
  :rule_name)
7756
+ SENSITIVE = []
7309
7757
  include Aws::Structure
7310
7758
  end
7311
7759
 
@@ -7322,6 +7770,7 @@ module Aws::IoT
7322
7770
  class GetTopicRuleResponse < Struct.new(
7323
7771
  :rule_arn,
7324
7772
  :rule)
7773
+ SENSITIVE = []
7325
7774
  include Aws::Structure
7326
7775
  end
7327
7776
 
@@ -7345,6 +7794,7 @@ module Aws::IoT
7345
7794
  :role_arn,
7346
7795
  :default_log_level,
7347
7796
  :disable_all_logs)
7797
+ SENSITIVE = []
7348
7798
  include Aws::Structure
7349
7799
  end
7350
7800
 
@@ -7361,6 +7811,7 @@ module Aws::IoT
7361
7811
  class GroupNameAndArn < Struct.new(
7362
7812
  :group_name,
7363
7813
  :group_arn)
7814
+ SENSITIVE = []
7364
7815
  include Aws::Structure
7365
7816
  end
7366
7817
 
@@ -7417,6 +7868,7 @@ module Aws::IoT
7417
7868
  :confirmation_url,
7418
7869
  :headers,
7419
7870
  :auth)
7871
+ SENSITIVE = []
7420
7872
  include Aws::Structure
7421
7873
  end
7422
7874
 
@@ -7441,6 +7893,7 @@ module Aws::IoT
7441
7893
  class HttpActionHeader < Struct.new(
7442
7894
  :key,
7443
7895
  :value)
7896
+ SENSITIVE = []
7444
7897
  include Aws::Structure
7445
7898
  end
7446
7899
 
@@ -7468,6 +7921,7 @@ module Aws::IoT
7468
7921
  #
7469
7922
  class HttpAuthorization < Struct.new(
7470
7923
  :sigv4)
7924
+ SENSITIVE = []
7471
7925
  include Aws::Structure
7472
7926
  end
7473
7927
 
@@ -7494,6 +7948,7 @@ module Aws::IoT
7494
7948
  class HttpContext < Struct.new(
7495
7949
  :headers,
7496
7950
  :query_string)
7951
+ SENSITIVE = []
7497
7952
  include Aws::Structure
7498
7953
  end
7499
7954
 
@@ -7514,6 +7969,7 @@ module Aws::IoT
7514
7969
  #
7515
7970
  class HttpUrlDestinationConfiguration < Struct.new(
7516
7971
  :confirmation_url)
7972
+ SENSITIVE = []
7517
7973
  include Aws::Structure
7518
7974
  end
7519
7975
 
@@ -7525,6 +7981,7 @@ module Aws::IoT
7525
7981
  #
7526
7982
  class HttpUrlDestinationProperties < Struct.new(
7527
7983
  :confirmation_url)
7984
+ SENSITIVE = []
7528
7985
  include Aws::Structure
7529
7986
  end
7530
7987
 
@@ -7537,6 +7994,7 @@ module Aws::IoT
7537
7994
  #
7538
7995
  class HttpUrlDestinationSummary < Struct.new(
7539
7996
  :confirmation_url)
7997
+ SENSITIVE = []
7540
7998
  include Aws::Structure
7541
7999
  end
7542
8000
 
@@ -7551,6 +8009,7 @@ module Aws::IoT
7551
8009
  #
7552
8010
  class ImplicitDeny < Struct.new(
7553
8011
  :policies)
8012
+ SENSITIVE = []
7554
8013
  include Aws::Structure
7555
8014
  end
7556
8015
 
@@ -7562,6 +8021,7 @@ module Aws::IoT
7562
8021
  #
7563
8022
  class IndexNotReadyException < Struct.new(
7564
8023
  :message)
8024
+ SENSITIVE = []
7565
8025
  include Aws::Structure
7566
8026
  end
7567
8027
 
@@ -7573,6 +8033,7 @@ module Aws::IoT
7573
8033
  #
7574
8034
  class InternalException < Struct.new(
7575
8035
  :message)
8036
+ SENSITIVE = []
7576
8037
  include Aws::Structure
7577
8038
  end
7578
8039
 
@@ -7584,6 +8045,7 @@ module Aws::IoT
7584
8045
  #
7585
8046
  class InternalFailureException < Struct.new(
7586
8047
  :message)
8048
+ SENSITIVE = []
7587
8049
  include Aws::Structure
7588
8050
  end
7589
8051
 
@@ -7594,6 +8056,7 @@ module Aws::IoT
7594
8056
  #
7595
8057
  class InvalidAggregationException < Struct.new(
7596
8058
  :message)
8059
+ SENSITIVE = []
7597
8060
  include Aws::Structure
7598
8061
  end
7599
8062
 
@@ -7605,6 +8068,7 @@ module Aws::IoT
7605
8068
  #
7606
8069
  class InvalidQueryException < Struct.new(
7607
8070
  :message)
8071
+ SENSITIVE = []
7608
8072
  include Aws::Structure
7609
8073
  end
7610
8074
 
@@ -7616,6 +8080,7 @@ module Aws::IoT
7616
8080
  #
7617
8081
  class InvalidRequestException < Struct.new(
7618
8082
  :message)
8083
+ SENSITIVE = []
7619
8084
  include Aws::Structure
7620
8085
  end
7621
8086
 
@@ -7627,6 +8092,7 @@ module Aws::IoT
7627
8092
  #
7628
8093
  class InvalidResponseException < Struct.new(
7629
8094
  :message)
8095
+ SENSITIVE = []
7630
8096
  include Aws::Structure
7631
8097
  end
7632
8098
 
@@ -7640,6 +8106,7 @@ module Aws::IoT
7640
8106
  #
7641
8107
  class InvalidStateTransitionException < Struct.new(
7642
8108
  :message)
8109
+ SENSITIVE = []
7643
8110
  include Aws::Structure
7644
8111
  end
7645
8112
 
@@ -7674,6 +8141,7 @@ module Aws::IoT
7674
8141
  :channel_arn,
7675
8142
  :channel_name,
7676
8143
  :role_arn)
8144
+ SENSITIVE = []
7677
8145
  include Aws::Structure
7678
8146
  end
7679
8147
 
@@ -7707,6 +8175,7 @@ module Aws::IoT
7707
8175
  :input_name,
7708
8176
  :message_id,
7709
8177
  :role_arn)
8178
+ SENSITIVE = []
7710
8179
  include Aws::Structure
7711
8180
  end
7712
8181
 
@@ -7757,6 +8226,7 @@ module Aws::IoT
7757
8226
  class IotSiteWiseAction < Struct.new(
7758
8227
  :put_asset_property_value_entries,
7759
8228
  :role_arn)
8229
+ SENSITIVE = []
7760
8230
  include Aws::Structure
7761
8231
  end
7762
8232
 
@@ -7862,6 +8332,7 @@ module Aws::IoT
7862
8332
  :completed_at,
7863
8333
  :job_process_details,
7864
8334
  :timeout_config)
8335
+ SENSITIVE = []
7865
8336
  include Aws::Structure
7866
8337
  end
7867
8338
 
@@ -7939,6 +8410,7 @@ module Aws::IoT
7939
8410
  :execution_number,
7940
8411
  :version_number,
7941
8412
  :approximate_seconds_before_timed_out)
8413
+ SENSITIVE = []
7942
8414
  include Aws::Structure
7943
8415
  end
7944
8416
 
@@ -7950,6 +8422,7 @@ module Aws::IoT
7950
8422
  #
7951
8423
  class JobExecutionStatusDetails < Struct.new(
7952
8424
  :details_map)
8425
+ SENSITIVE = []
7953
8426
  include Aws::Structure
7954
8427
  end
7955
8428
 
@@ -7987,6 +8460,7 @@ module Aws::IoT
7987
8460
  :started_at,
7988
8461
  :last_updated_at,
7989
8462
  :execution_number)
8463
+ SENSITIVE = []
7990
8464
  include Aws::Structure
7991
8465
  end
7992
8466
 
@@ -8004,6 +8478,7 @@ module Aws::IoT
8004
8478
  class JobExecutionSummaryForJob < Struct.new(
8005
8479
  :thing_arn,
8006
8480
  :job_execution_summary)
8481
+ SENSITIVE = []
8007
8482
  include Aws::Structure
8008
8483
  end
8009
8484
 
@@ -8020,6 +8495,7 @@ module Aws::IoT
8020
8495
  class JobExecutionSummaryForThing < Struct.new(
8021
8496
  :job_id,
8022
8497
  :job_execution_summary)
8498
+ SENSITIVE = []
8023
8499
  include Aws::Structure
8024
8500
  end
8025
8501
 
@@ -8053,6 +8529,7 @@ module Aws::IoT
8053
8529
  class JobExecutionsRolloutConfig < Struct.new(
8054
8530
  :maximum_per_minute,
8055
8531
  :exponential_rate)
8532
+ SENSITIVE = []
8056
8533
  include Aws::Structure
8057
8534
  end
8058
8535
 
@@ -8108,6 +8585,7 @@ module Aws::IoT
8108
8585
  :number_of_in_progress_things,
8109
8586
  :number_of_removed_things,
8110
8587
  :number_of_timed_out_things)
8588
+ SENSITIVE = []
8111
8589
  include Aws::Structure
8112
8590
  end
8113
8591
 
@@ -8159,6 +8637,7 @@ module Aws::IoT
8159
8637
  :created_at,
8160
8638
  :last_updated_at,
8161
8639
  :completed_at)
8640
+ SENSITIVE = []
8162
8641
  include Aws::Structure
8163
8642
  end
8164
8643
 
@@ -8175,6 +8654,7 @@ module Aws::IoT
8175
8654
  class KeyPair < Struct.new(
8176
8655
  :public_key,
8177
8656
  :private_key)
8657
+ SENSITIVE = [:private_key]
8178
8658
  include Aws::Structure
8179
8659
  end
8180
8660
 
@@ -8206,6 +8686,7 @@ module Aws::IoT
8206
8686
  :role_arn,
8207
8687
  :stream_name,
8208
8688
  :partition_key)
8689
+ SENSITIVE = []
8209
8690
  include Aws::Structure
8210
8691
  end
8211
8692
 
@@ -8224,6 +8705,7 @@ module Aws::IoT
8224
8705
  #
8225
8706
  class LambdaAction < Struct.new(
8226
8707
  :function_arn)
8708
+ SENSITIVE = []
8227
8709
  include Aws::Structure
8228
8710
  end
8229
8711
 
@@ -8235,6 +8717,7 @@ module Aws::IoT
8235
8717
  #
8236
8718
  class LimitExceededException < Struct.new(
8237
8719
  :message)
8720
+ SENSITIVE = []
8238
8721
  include Aws::Structure
8239
8722
  end
8240
8723
 
@@ -8270,6 +8753,7 @@ module Aws::IoT
8270
8753
  :security_profile_name,
8271
8754
  :next_token,
8272
8755
  :max_results)
8756
+ SENSITIVE = []
8273
8757
  include Aws::Structure
8274
8758
  end
8275
8759
 
@@ -8285,6 +8769,7 @@ module Aws::IoT
8285
8769
  class ListActiveViolationsResponse < Struct.new(
8286
8770
  :active_violations,
8287
8771
  :next_token)
8772
+ SENSITIVE = []
8288
8773
  include Aws::Structure
8289
8774
  end
8290
8775
 
@@ -8319,6 +8804,7 @@ module Aws::IoT
8319
8804
  :recursive,
8320
8805
  :marker,
8321
8806
  :page_size)
8807
+ SENSITIVE = []
8322
8808
  include Aws::Structure
8323
8809
  end
8324
8810
 
@@ -8334,6 +8820,7 @@ module Aws::IoT
8334
8820
  class ListAttachedPoliciesResponse < Struct.new(
8335
8821
  :policies,
8336
8822
  :next_marker)
8823
+ SENSITIVE = []
8337
8824
  include Aws::Structure
8338
8825
  end
8339
8826
 
@@ -8406,6 +8893,7 @@ module Aws::IoT
8406
8893
  :next_token,
8407
8894
  :start_time,
8408
8895
  :end_time)
8896
+ SENSITIVE = []
8409
8897
  include Aws::Structure
8410
8898
  end
8411
8899
 
@@ -8421,6 +8909,7 @@ module Aws::IoT
8421
8909
  class ListAuditFindingsResponse < Struct.new(
8422
8910
  :findings,
8423
8911
  :next_token)
8912
+ SENSITIVE = []
8424
8913
  include Aws::Structure
8425
8914
  end
8426
8915
 
@@ -8465,6 +8954,7 @@ module Aws::IoT
8465
8954
  :finding_id,
8466
8955
  :max_results,
8467
8956
  :next_token)
8957
+ SENSITIVE = []
8468
8958
  include Aws::Structure
8469
8959
  end
8470
8960
 
@@ -8481,6 +8971,7 @@ module Aws::IoT
8481
8971
  class ListAuditMitigationActionsExecutionsResponse < Struct.new(
8482
8972
  :actions_executions,
8483
8973
  :next_token)
8974
+ SENSITIVE = []
8484
8975
  include Aws::Structure
8485
8976
  end
8486
8977
 
@@ -8539,6 +9030,7 @@ module Aws::IoT
8539
9030
  :next_token,
8540
9031
  :start_time,
8541
9032
  :end_time)
9033
+ SENSITIVE = []
8542
9034
  include Aws::Structure
8543
9035
  end
8544
9036
 
@@ -8554,6 +9046,7 @@ module Aws::IoT
8554
9046
  class ListAuditMitigationActionsTasksResponse < Struct.new(
8555
9047
  :tasks,
8556
9048
  :next_token)
9049
+ SENSITIVE = []
8557
9050
  include Aws::Structure
8558
9051
  end
8559
9052
 
@@ -8606,6 +9099,7 @@ module Aws::IoT
8606
9099
  :task_status,
8607
9100
  :next_token,
8608
9101
  :max_results)
9102
+ SENSITIVE = []
8609
9103
  include Aws::Structure
8610
9104
  end
8611
9105
 
@@ -8621,6 +9115,7 @@ module Aws::IoT
8621
9115
  class ListAuditTasksResponse < Struct.new(
8622
9116
  :tasks,
8623
9117
  :next_token)
9118
+ SENSITIVE = []
8624
9119
  include Aws::Structure
8625
9120
  end
8626
9121
 
@@ -8655,6 +9150,7 @@ module Aws::IoT
8655
9150
  :marker,
8656
9151
  :ascending_order,
8657
9152
  :status)
9153
+ SENSITIVE = []
8658
9154
  include Aws::Structure
8659
9155
  end
8660
9156
 
@@ -8669,6 +9165,7 @@ module Aws::IoT
8669
9165
  class ListAuthorizersResponse < Struct.new(
8670
9166
  :authorizers,
8671
9167
  :next_marker)
9168
+ SENSITIVE = []
8672
9169
  include Aws::Structure
8673
9170
  end
8674
9171
 
@@ -8698,6 +9195,7 @@ module Aws::IoT
8698
9195
  :next_token,
8699
9196
  :max_results,
8700
9197
  :name_prefix_filter)
9198
+ SENSITIVE = []
8701
9199
  include Aws::Structure
8702
9200
  end
8703
9201
 
@@ -8713,6 +9211,7 @@ module Aws::IoT
8713
9211
  class ListBillingGroupsResponse < Struct.new(
8714
9212
  :billing_groups,
8715
9213
  :next_token)
9214
+ SENSITIVE = []
8716
9215
  include Aws::Structure
8717
9216
  end
8718
9217
 
@@ -8743,6 +9242,7 @@ module Aws::IoT
8743
9242
  :page_size,
8744
9243
  :marker,
8745
9244
  :ascending_order)
9245
+ SENSITIVE = []
8746
9246
  include Aws::Structure
8747
9247
  end
8748
9248
 
@@ -8759,6 +9259,7 @@ module Aws::IoT
8759
9259
  class ListCACertificatesResponse < Struct.new(
8760
9260
  :certificates,
8761
9261
  :next_marker)
9262
+ SENSITIVE = []
8762
9263
  include Aws::Structure
8763
9264
  end
8764
9265
 
@@ -8798,6 +9299,7 @@ module Aws::IoT
8798
9299
  :page_size,
8799
9300
  :marker,
8800
9301
  :ascending_order)
9302
+ SENSITIVE = []
8801
9303
  include Aws::Structure
8802
9304
  end
8803
9305
 
@@ -8815,6 +9317,7 @@ module Aws::IoT
8815
9317
  class ListCertificatesByCAResponse < Struct.new(
8816
9318
  :certificates,
8817
9319
  :next_marker)
9320
+ SENSITIVE = []
8818
9321
  include Aws::Structure
8819
9322
  end
8820
9323
 
@@ -8846,6 +9349,7 @@ module Aws::IoT
8846
9349
  :page_size,
8847
9350
  :marker,
8848
9351
  :ascending_order)
9352
+ SENSITIVE = []
8849
9353
  include Aws::Structure
8850
9354
  end
8851
9355
 
@@ -8863,6 +9367,7 @@ module Aws::IoT
8863
9367
  class ListCertificatesResponse < Struct.new(
8864
9368
  :certificates,
8865
9369
  :next_marker)
9370
+ SENSITIVE = []
8866
9371
  include Aws::Structure
8867
9372
  end
8868
9373
 
@@ -8885,6 +9390,7 @@ module Aws::IoT
8885
9390
  class ListDimensionsRequest < Struct.new(
8886
9391
  :next_token,
8887
9392
  :max_results)
9393
+ SENSITIVE = []
8888
9394
  include Aws::Structure
8889
9395
  end
8890
9396
 
@@ -8901,6 +9407,7 @@ module Aws::IoT
8901
9407
  class ListDimensionsResponse < Struct.new(
8902
9408
  :dimension_names,
8903
9409
  :next_token)
9410
+ SENSITIVE = []
8904
9411
  include Aws::Structure
8905
9412
  end
8906
9413
 
@@ -8929,6 +9436,7 @@ module Aws::IoT
8929
9436
  :marker,
8930
9437
  :page_size,
8931
9438
  :service_type)
9439
+ SENSITIVE = []
8932
9440
  include Aws::Structure
8933
9441
  end
8934
9442
 
@@ -8944,6 +9452,7 @@ module Aws::IoT
8944
9452
  class ListDomainConfigurationsResponse < Struct.new(
8945
9453
  :domain_configurations,
8946
9454
  :next_marker)
9455
+ SENSITIVE = []
8947
9456
  include Aws::Structure
8948
9457
  end
8949
9458
 
@@ -8967,6 +9476,7 @@ module Aws::IoT
8967
9476
  class ListIndicesRequest < Struct.new(
8968
9477
  :next_token,
8969
9478
  :max_results)
9479
+ SENSITIVE = []
8970
9480
  include Aws::Structure
8971
9481
  end
8972
9482
 
@@ -8982,6 +9492,7 @@ module Aws::IoT
8982
9492
  class ListIndicesResponse < Struct.new(
8983
9493
  :index_names,
8984
9494
  :next_token)
9495
+ SENSITIVE = []
8985
9496
  include Aws::Structure
8986
9497
  end
8987
9498
 
@@ -9016,6 +9527,7 @@ module Aws::IoT
9016
9527
  :status,
9017
9528
  :max_results,
9018
9529
  :next_token)
9530
+ SENSITIVE = []
9019
9531
  include Aws::Structure
9020
9532
  end
9021
9533
 
@@ -9031,6 +9543,7 @@ module Aws::IoT
9031
9543
  class ListJobExecutionsForJobResponse < Struct.new(
9032
9544
  :execution_summaries,
9033
9545
  :next_token)
9546
+ SENSITIVE = []
9034
9547
  include Aws::Structure
9035
9548
  end
9036
9549
 
@@ -9066,6 +9579,7 @@ module Aws::IoT
9066
9579
  :status,
9067
9580
  :max_results,
9068
9581
  :next_token)
9582
+ SENSITIVE = []
9069
9583
  include Aws::Structure
9070
9584
  end
9071
9585
 
@@ -9081,6 +9595,7 @@ module Aws::IoT
9081
9595
  class ListJobExecutionsForThingResponse < Struct.new(
9082
9596
  :execution_summaries,
9083
9597
  :next_token)
9598
+ SENSITIVE = []
9084
9599
  include Aws::Structure
9085
9600
  end
9086
9601
 
@@ -9135,6 +9650,7 @@ module Aws::IoT
9135
9650
  :next_token,
9136
9651
  :thing_group_name,
9137
9652
  :thing_group_id)
9653
+ SENSITIVE = []
9138
9654
  include Aws::Structure
9139
9655
  end
9140
9656
 
@@ -9150,6 +9666,7 @@ module Aws::IoT
9150
9666
  class ListJobsResponse < Struct.new(
9151
9667
  :jobs,
9152
9668
  :next_token)
9669
+ SENSITIVE = []
9153
9670
  include Aws::Structure
9154
9671
  end
9155
9672
 
@@ -9180,6 +9697,7 @@ module Aws::IoT
9180
9697
  :action_type,
9181
9698
  :max_results,
9182
9699
  :next_token)
9700
+ SENSITIVE = []
9183
9701
  include Aws::Structure
9184
9702
  end
9185
9703
 
@@ -9194,6 +9712,7 @@ module Aws::IoT
9194
9712
  class ListMitigationActionsResponse < Struct.new(
9195
9713
  :action_identifiers,
9196
9714
  :next_token)
9715
+ SENSITIVE = []
9197
9716
  include Aws::Structure
9198
9717
  end
9199
9718
 
@@ -9222,6 +9741,7 @@ module Aws::IoT
9222
9741
  :max_results,
9223
9742
  :next_token,
9224
9743
  :ota_update_status)
9744
+ SENSITIVE = []
9225
9745
  include Aws::Structure
9226
9746
  end
9227
9747
 
@@ -9236,6 +9756,7 @@ module Aws::IoT
9236
9756
  class ListOTAUpdatesResponse < Struct.new(
9237
9757
  :ota_updates,
9238
9758
  :next_token)
9759
+ SENSITIVE = []
9239
9760
  include Aws::Structure
9240
9761
  end
9241
9762
 
@@ -9267,6 +9788,7 @@ module Aws::IoT
9267
9788
  :page_size,
9268
9789
  :marker,
9269
9790
  :ascending_order)
9791
+ SENSITIVE = []
9270
9792
  include Aws::Structure
9271
9793
  end
9272
9794
 
@@ -9283,6 +9805,7 @@ module Aws::IoT
9283
9805
  class ListOutgoingCertificatesResponse < Struct.new(
9284
9806
  :outgoing_certificates,
9285
9807
  :next_marker)
9808
+ SENSITIVE = []
9286
9809
  include Aws::Structure
9287
9810
  end
9288
9811
 
@@ -9314,6 +9837,7 @@ module Aws::IoT
9314
9837
  :marker,
9315
9838
  :page_size,
9316
9839
  :ascending_order)
9840
+ SENSITIVE = []
9317
9841
  include Aws::Structure
9318
9842
  end
9319
9843
 
@@ -9331,6 +9855,7 @@ module Aws::IoT
9331
9855
  class ListPoliciesResponse < Struct.new(
9332
9856
  :policies,
9333
9857
  :next_marker)
9858
+ SENSITIVE = []
9334
9859
  include Aws::Structure
9335
9860
  end
9336
9861
 
@@ -9368,6 +9893,7 @@ module Aws::IoT
9368
9893
  :marker,
9369
9894
  :page_size,
9370
9895
  :ascending_order)
9896
+ SENSITIVE = []
9371
9897
  include Aws::Structure
9372
9898
  end
9373
9899
 
@@ -9385,6 +9911,7 @@ module Aws::IoT
9385
9911
  class ListPolicyPrincipalsResponse < Struct.new(
9386
9912
  :principals,
9387
9913
  :next_marker)
9914
+ SENSITIVE = []
9388
9915
  include Aws::Structure
9389
9916
  end
9390
9917
 
@@ -9403,6 +9930,7 @@ module Aws::IoT
9403
9930
  #
9404
9931
  class ListPolicyVersionsRequest < Struct.new(
9405
9932
  :policy_name)
9933
+ SENSITIVE = []
9406
9934
  include Aws::Structure
9407
9935
  end
9408
9936
 
@@ -9414,6 +9942,7 @@ module Aws::IoT
9414
9942
  #
9415
9943
  class ListPolicyVersionsResponse < Struct.new(
9416
9944
  :policy_versions)
9945
+ SENSITIVE = []
9417
9946
  include Aws::Structure
9418
9947
  end
9419
9948
 
@@ -9451,6 +9980,7 @@ module Aws::IoT
9451
9980
  :marker,
9452
9981
  :page_size,
9453
9982
  :ascending_order)
9983
+ SENSITIVE = []
9454
9984
  include Aws::Structure
9455
9985
  end
9456
9986
 
@@ -9468,6 +9998,7 @@ module Aws::IoT
9468
9998
  class ListPrincipalPoliciesResponse < Struct.new(
9469
9999
  :policies,
9470
10000
  :next_marker)
10001
+ SENSITIVE = []
9471
10002
  include Aws::Structure
9472
10003
  end
9473
10004
 
@@ -9498,6 +10029,7 @@ module Aws::IoT
9498
10029
  :next_token,
9499
10030
  :max_results,
9500
10031
  :principal)
10032
+ SENSITIVE = []
9501
10033
  include Aws::Structure
9502
10034
  end
9503
10035
 
@@ -9515,6 +10047,7 @@ module Aws::IoT
9515
10047
  class ListPrincipalThingsResponse < Struct.new(
9516
10048
  :things,
9517
10049
  :next_token)
10050
+ SENSITIVE = []
9518
10051
  include Aws::Structure
9519
10052
  end
9520
10053
 
@@ -9543,6 +10076,7 @@ module Aws::IoT
9543
10076
  :template_name,
9544
10077
  :max_results,
9545
10078
  :next_token)
10079
+ SENSITIVE = []
9546
10080
  include Aws::Structure
9547
10081
  end
9548
10082
 
@@ -9557,6 +10091,7 @@ module Aws::IoT
9557
10091
  class ListProvisioningTemplateVersionsResponse < Struct.new(
9558
10092
  :versions,
9559
10093
  :next_token)
10094
+ SENSITIVE = []
9560
10095
  include Aws::Structure
9561
10096
  end
9562
10097
 
@@ -9579,6 +10114,7 @@ module Aws::IoT
9579
10114
  class ListProvisioningTemplatesRequest < Struct.new(
9580
10115
  :max_results,
9581
10116
  :next_token)
10117
+ SENSITIVE = []
9582
10118
  include Aws::Structure
9583
10119
  end
9584
10120
 
@@ -9593,6 +10129,7 @@ module Aws::IoT
9593
10129
  class ListProvisioningTemplatesResponse < Struct.new(
9594
10130
  :templates,
9595
10131
  :next_token)
10132
+ SENSITIVE = []
9596
10133
  include Aws::Structure
9597
10134
  end
9598
10135
 
@@ -9621,6 +10158,7 @@ module Aws::IoT
9621
10158
  :page_size,
9622
10159
  :marker,
9623
10160
  :ascending_order)
10161
+ SENSITIVE = []
9624
10162
  include Aws::Structure
9625
10163
  end
9626
10164
 
@@ -9635,6 +10173,7 @@ module Aws::IoT
9635
10173
  class ListRoleAliasesResponse < Struct.new(
9636
10174
  :role_aliases,
9637
10175
  :next_marker)
10176
+ SENSITIVE = []
9638
10177
  include Aws::Structure
9639
10178
  end
9640
10179
 
@@ -9658,6 +10197,7 @@ module Aws::IoT
9658
10197
  class ListScheduledAuditsRequest < Struct.new(
9659
10198
  :next_token,
9660
10199
  :max_results)
10200
+ SENSITIVE = []
9661
10201
  include Aws::Structure
9662
10202
  end
9663
10203
 
@@ -9673,6 +10213,7 @@ module Aws::IoT
9673
10213
  class ListScheduledAuditsResponse < Struct.new(
9674
10214
  :scheduled_audits,
9675
10215
  :next_token)
10216
+ SENSITIVE = []
9676
10217
  include Aws::Structure
9677
10218
  end
9678
10219
 
@@ -9708,6 +10249,7 @@ module Aws::IoT
9708
10249
  :max_results,
9709
10250
  :recursive,
9710
10251
  :security_profile_target_arn)
10252
+ SENSITIVE = []
9711
10253
  include Aws::Structure
9712
10254
  end
9713
10255
 
@@ -9723,6 +10265,7 @@ module Aws::IoT
9723
10265
  class ListSecurityProfilesForTargetResponse < Struct.new(
9724
10266
  :security_profile_target_mappings,
9725
10267
  :next_token)
10268
+ SENSITIVE = []
9726
10269
  include Aws::Structure
9727
10270
  end
9728
10271
 
@@ -9752,6 +10295,7 @@ module Aws::IoT
9752
10295
  :next_token,
9753
10296
  :max_results,
9754
10297
  :dimension_name)
10298
+ SENSITIVE = []
9755
10299
  include Aws::Structure
9756
10300
  end
9757
10301
 
@@ -9767,6 +10311,7 @@ module Aws::IoT
9767
10311
  class ListSecurityProfilesResponse < Struct.new(
9768
10312
  :security_profile_identifiers,
9769
10313
  :next_token)
10314
+ SENSITIVE = []
9770
10315
  include Aws::Structure
9771
10316
  end
9772
10317
 
@@ -9795,6 +10340,7 @@ module Aws::IoT
9795
10340
  :max_results,
9796
10341
  :next_token,
9797
10342
  :ascending_order)
10343
+ SENSITIVE = []
9798
10344
  include Aws::Structure
9799
10345
  end
9800
10346
 
@@ -9809,6 +10355,7 @@ module Aws::IoT
9809
10355
  class ListStreamsResponse < Struct.new(
9810
10356
  :streams,
9811
10357
  :next_token)
10358
+ SENSITIVE = []
9812
10359
  include Aws::Structure
9813
10360
  end
9814
10361
 
@@ -9831,6 +10378,7 @@ module Aws::IoT
9831
10378
  class ListTagsForResourceRequest < Struct.new(
9832
10379
  :resource_arn,
9833
10380
  :next_token)
10381
+ SENSITIVE = []
9834
10382
  include Aws::Structure
9835
10383
  end
9836
10384
 
@@ -9846,6 +10394,7 @@ module Aws::IoT
9846
10394
  class ListTagsForResourceResponse < Struct.new(
9847
10395
  :tags,
9848
10396
  :next_token)
10397
+ SENSITIVE = []
9849
10398
  include Aws::Structure
9850
10399
  end
9851
10400
 
@@ -9874,6 +10423,7 @@ module Aws::IoT
9874
10423
  :policy_name,
9875
10424
  :marker,
9876
10425
  :page_size)
10426
+ SENSITIVE = []
9877
10427
  include Aws::Structure
9878
10428
  end
9879
10429
 
@@ -9888,6 +10438,7 @@ module Aws::IoT
9888
10438
  class ListTargetsForPolicyResponse < Struct.new(
9889
10439
  :targets,
9890
10440
  :next_marker)
10441
+ SENSITIVE = []
9891
10442
  include Aws::Structure
9892
10443
  end
9893
10444
 
@@ -9916,6 +10467,7 @@ module Aws::IoT
9916
10467
  :security_profile_name,
9917
10468
  :next_token,
9918
10469
  :max_results)
10470
+ SENSITIVE = []
9919
10471
  include Aws::Structure
9920
10472
  end
9921
10473
 
@@ -9931,6 +10483,7 @@ module Aws::IoT
9931
10483
  class ListTargetsForSecurityProfileResponse < Struct.new(
9932
10484
  :security_profile_targets,
9933
10485
  :next_token)
10486
+ SENSITIVE = []
9934
10487
  include Aws::Structure
9935
10488
  end
9936
10489
 
@@ -9959,6 +10512,7 @@ module Aws::IoT
9959
10512
  :thing_name,
9960
10513
  :next_token,
9961
10514
  :max_results)
10515
+ SENSITIVE = []
9962
10516
  include Aws::Structure
9963
10517
  end
9964
10518
 
@@ -9974,6 +10528,7 @@ module Aws::IoT
9974
10528
  class ListThingGroupsForThingResponse < Struct.new(
9975
10529
  :thing_groups,
9976
10530
  :next_token)
10531
+ SENSITIVE = []
9977
10532
  include Aws::Structure
9978
10533
  end
9979
10534
 
@@ -10016,6 +10571,7 @@ module Aws::IoT
10016
10571
  :parent_group,
10017
10572
  :name_prefix_filter,
10018
10573
  :recursive)
10574
+ SENSITIVE = []
10019
10575
  include Aws::Structure
10020
10576
  end
10021
10577
 
@@ -10031,6 +10587,7 @@ module Aws::IoT
10031
10587
  class ListThingGroupsResponse < Struct.new(
10032
10588
  :thing_groups,
10033
10589
  :next_token)
10590
+ SENSITIVE = []
10034
10591
  include Aws::Structure
10035
10592
  end
10036
10593
 
@@ -10049,6 +10606,7 @@ module Aws::IoT
10049
10606
  #
10050
10607
  class ListThingPrincipalsRequest < Struct.new(
10051
10608
  :thing_name)
10609
+ SENSITIVE = []
10052
10610
  include Aws::Structure
10053
10611
  end
10054
10612
 
@@ -10060,6 +10618,7 @@ module Aws::IoT
10060
10618
  #
10061
10619
  class ListThingPrincipalsResponse < Struct.new(
10062
10620
  :principals)
10621
+ SENSITIVE = []
10063
10622
  include Aws::Structure
10064
10623
  end
10065
10624
 
@@ -10094,6 +10653,7 @@ module Aws::IoT
10094
10653
  :report_type,
10095
10654
  :next_token,
10096
10655
  :max_results)
10656
+ SENSITIVE = []
10097
10657
  include Aws::Structure
10098
10658
  end
10099
10659
 
@@ -10114,6 +10674,7 @@ module Aws::IoT
10114
10674
  :resource_links,
10115
10675
  :report_type,
10116
10676
  :next_token)
10677
+ SENSITIVE = []
10117
10678
  include Aws::Structure
10118
10679
  end
10119
10680
 
@@ -10142,6 +10703,7 @@ module Aws::IoT
10142
10703
  :next_token,
10143
10704
  :max_results,
10144
10705
  :status)
10706
+ SENSITIVE = []
10145
10707
  include Aws::Structure
10146
10708
  end
10147
10709
 
@@ -10157,6 +10719,7 @@ module Aws::IoT
10157
10719
  class ListThingRegistrationTasksResponse < Struct.new(
10158
10720
  :task_ids,
10159
10721
  :next_token)
10722
+ SENSITIVE = []
10160
10723
  include Aws::Structure
10161
10724
  end
10162
10725
 
@@ -10187,6 +10750,7 @@ module Aws::IoT
10187
10750
  :next_token,
10188
10751
  :max_results,
10189
10752
  :thing_type_name)
10753
+ SENSITIVE = []
10190
10754
  include Aws::Structure
10191
10755
  end
10192
10756
 
@@ -10204,6 +10768,7 @@ module Aws::IoT
10204
10768
  class ListThingTypesResponse < Struct.new(
10205
10769
  :thing_types,
10206
10770
  :next_token)
10771
+ SENSITIVE = []
10207
10772
  include Aws::Structure
10208
10773
  end
10209
10774
 
@@ -10232,6 +10797,7 @@ module Aws::IoT
10232
10797
  :billing_group_name,
10233
10798
  :next_token,
10234
10799
  :max_results)
10800
+ SENSITIVE = []
10235
10801
  include Aws::Structure
10236
10802
  end
10237
10803
 
@@ -10247,6 +10813,7 @@ module Aws::IoT
10247
10813
  class ListThingsInBillingGroupResponse < Struct.new(
10248
10814
  :things,
10249
10815
  :next_token)
10816
+ SENSITIVE = []
10250
10817
  include Aws::Structure
10251
10818
  end
10252
10819
 
@@ -10282,6 +10849,7 @@ module Aws::IoT
10282
10849
  :recursive,
10283
10850
  :next_token,
10284
10851
  :max_results)
10852
+ SENSITIVE = []
10285
10853
  include Aws::Structure
10286
10854
  end
10287
10855
 
@@ -10297,6 +10865,7 @@ module Aws::IoT
10297
10865
  class ListThingsInThingGroupResponse < Struct.new(
10298
10866
  :things,
10299
10867
  :next_token)
10868
+ SENSITIVE = []
10300
10869
  include Aws::Structure
10301
10870
  end
10302
10871
 
@@ -10339,6 +10908,7 @@ module Aws::IoT
10339
10908
  :attribute_name,
10340
10909
  :attribute_value,
10341
10910
  :thing_type_name)
10911
+ SENSITIVE = []
10342
10912
  include Aws::Structure
10343
10913
  end
10344
10914
 
@@ -10356,6 +10926,7 @@ module Aws::IoT
10356
10926
  class ListThingsResponse < Struct.new(
10357
10927
  :things,
10358
10928
  :next_token)
10929
+ SENSITIVE = []
10359
10930
  include Aws::Structure
10360
10931
  end
10361
10932
 
@@ -10378,6 +10949,7 @@ module Aws::IoT
10378
10949
  class ListTopicRuleDestinationsRequest < Struct.new(
10379
10950
  :max_results,
10380
10951
  :next_token)
10952
+ SENSITIVE = []
10381
10953
  include Aws::Structure
10382
10954
  end
10383
10955
 
@@ -10392,6 +10964,7 @@ module Aws::IoT
10392
10964
  class ListTopicRuleDestinationsResponse < Struct.new(
10393
10965
  :destination_summaries,
10394
10966
  :next_token)
10967
+ SENSITIVE = []
10395
10968
  include Aws::Structure
10396
10969
  end
10397
10970
 
@@ -10428,6 +11001,7 @@ module Aws::IoT
10428
11001
  :max_results,
10429
11002
  :next_token,
10430
11003
  :rule_disabled)
11004
+ SENSITIVE = []
10431
11005
  include Aws::Structure
10432
11006
  end
10433
11007
 
@@ -10444,6 +11018,7 @@ module Aws::IoT
10444
11018
  class ListTopicRulesResponse < Struct.new(
10445
11019
  :rules,
10446
11020
  :next_token)
11021
+ SENSITIVE = []
10447
11022
  include Aws::Structure
10448
11023
  end
10449
11024
 
@@ -10474,6 +11049,7 @@ module Aws::IoT
10474
11049
  :target_type,
10475
11050
  :next_token,
10476
11051
  :max_results)
11052
+ SENSITIVE = []
10477
11053
  include Aws::Structure
10478
11054
  end
10479
11055
 
@@ -10489,6 +11065,7 @@ module Aws::IoT
10489
11065
  class ListV2LoggingLevelsResponse < Struct.new(
10490
11066
  :log_target_configurations,
10491
11067
  :next_token)
11068
+ SENSITIVE = []
10492
11069
  include Aws::Structure
10493
11070
  end
10494
11071
 
@@ -10537,6 +11114,7 @@ module Aws::IoT
10537
11114
  :security_profile_name,
10538
11115
  :next_token,
10539
11116
  :max_results)
11117
+ SENSITIVE = []
10540
11118
  include Aws::Structure
10541
11119
  end
10542
11120
 
@@ -10554,6 +11132,7 @@ module Aws::IoT
10554
11132
  class ListViolationEventsResponse < Struct.new(
10555
11133
  :violation_events,
10556
11134
  :next_token)
11135
+ SENSITIVE = []
10557
11136
  include Aws::Structure
10558
11137
  end
10559
11138
 
@@ -10578,6 +11157,7 @@ module Aws::IoT
10578
11157
  class LogTarget < Struct.new(
10579
11158
  :target_type,
10580
11159
  :target_name)
11160
+ SENSITIVE = []
10581
11161
  include Aws::Structure
10582
11162
  end
10583
11163
 
@@ -10594,6 +11174,7 @@ module Aws::IoT
10594
11174
  class LogTargetConfiguration < Struct.new(
10595
11175
  :log_target,
10596
11176
  :log_level)
11177
+ SENSITIVE = []
10597
11178
  include Aws::Structure
10598
11179
  end
10599
11180
 
@@ -10618,6 +11199,7 @@ module Aws::IoT
10618
11199
  class LoggingOptionsPayload < Struct.new(
10619
11200
  :role_arn,
10620
11201
  :log_level)
11202
+ SENSITIVE = []
10621
11203
  include Aws::Structure
10622
11204
  end
10623
11205
 
@@ -10629,6 +11211,7 @@ module Aws::IoT
10629
11211
  #
10630
11212
  class MalformedPolicyException < Struct.new(
10631
11213
  :message)
11214
+ SENSITIVE = []
10632
11215
  include Aws::Structure
10633
11216
  end
10634
11217
 
@@ -10659,6 +11242,7 @@ module Aws::IoT
10659
11242
  class MetricDimension < Struct.new(
10660
11243
  :dimension_name,
10661
11244
  :operator)
11245
+ SENSITIVE = []
10662
11246
  include Aws::Structure
10663
11247
  end
10664
11248
 
@@ -10686,6 +11270,7 @@ module Aws::IoT
10686
11270
  class MetricToRetain < Struct.new(
10687
11271
  :metric,
10688
11272
  :metric_dimension)
11273
+ SENSITIVE = []
10689
11274
  include Aws::Structure
10690
11275
  end
10691
11276
 
@@ -10719,6 +11304,7 @@ module Aws::IoT
10719
11304
  :count,
10720
11305
  :cidrs,
10721
11306
  :ports)
11307
+ SENSITIVE = []
10722
11308
  include Aws::Structure
10723
11309
  end
10724
11310
 
@@ -10747,6 +11333,7 @@ module Aws::IoT
10747
11333
  :id,
10748
11334
  :role_arn,
10749
11335
  :action_params)
11336
+ SENSITIVE = []
10750
11337
  include Aws::Structure
10751
11338
  end
10752
11339
 
@@ -10769,6 +11356,7 @@ module Aws::IoT
10769
11356
  :action_name,
10770
11357
  :action_arn,
10771
11358
  :creation_date)
11359
+ SENSITIVE = []
10772
11360
  include Aws::Structure
10773
11361
  end
10774
11362
 
@@ -10841,6 +11429,7 @@ module Aws::IoT
10841
11429
  :replace_default_policy_version_params,
10842
11430
  :enable_io_t_logging_params,
10843
11431
  :publish_finding_to_sns_params)
11432
+ SENSITIVE = []
10844
11433
  include Aws::Structure
10845
11434
  end
10846
11435
 
@@ -10871,6 +11460,7 @@ module Aws::IoT
10871
11460
  :username,
10872
11461
  :password,
10873
11462
  :client_id)
11463
+ SENSITIVE = []
10874
11464
  include Aws::Structure
10875
11465
  end
10876
11466
 
@@ -10893,6 +11483,7 @@ module Aws::IoT
10893
11483
  :resource_type,
10894
11484
  :resource_identifier,
10895
11485
  :additional_info)
11486
+ SENSITIVE = []
10896
11487
  include Aws::Structure
10897
11488
  end
10898
11489
 
@@ -10904,6 +11495,7 @@ module Aws::IoT
10904
11495
  #
10905
11496
  class NotConfiguredException < Struct.new(
10906
11497
  :message)
11498
+ SENSITIVE = []
10907
11499
  include Aws::Structure
10908
11500
  end
10909
11501
 
@@ -10985,6 +11577,7 @@ module Aws::IoT
10985
11577
  :file_location,
10986
11578
  :code_signing,
10987
11579
  :attributes)
11580
+ SENSITIVE = []
10988
11581
  include Aws::Structure
10989
11582
  end
10990
11583
 
@@ -11080,6 +11673,7 @@ module Aws::IoT
11080
11673
  :aws_iot_job_arn,
11081
11674
  :error_info,
11082
11675
  :additional_parameters)
11676
+ SENSITIVE = []
11083
11677
  include Aws::Structure
11084
11678
  end
11085
11679
 
@@ -11101,6 +11695,7 @@ module Aws::IoT
11101
11695
  :ota_update_id,
11102
11696
  :ota_update_arn,
11103
11697
  :creation_date)
11698
+ SENSITIVE = []
11104
11699
  include Aws::Structure
11105
11700
  end
11106
11701
 
@@ -11137,6 +11732,7 @@ module Aws::IoT
11137
11732
  :transfer_date,
11138
11733
  :transfer_message,
11139
11734
  :creation_date)
11735
+ SENSITIVE = []
11140
11736
  include Aws::Structure
11141
11737
  end
11142
11738
 
@@ -11153,6 +11749,7 @@ module Aws::IoT
11153
11749
  class PercentPair < Struct.new(
11154
11750
  :percent,
11155
11751
  :value)
11752
+ SENSITIVE = []
11156
11753
  include Aws::Structure
11157
11754
  end
11158
11755
 
@@ -11169,6 +11766,7 @@ module Aws::IoT
11169
11766
  class Policy < Struct.new(
11170
11767
  :policy_name,
11171
11768
  :policy_arn)
11769
+ SENSITIVE = []
11172
11770
  include Aws::Structure
11173
11771
  end
11174
11772
 
@@ -11190,6 +11788,7 @@ module Aws::IoT
11190
11788
  :version_id,
11191
11789
  :is_default_version,
11192
11790
  :create_date)
11791
+ SENSITIVE = []
11193
11792
  include Aws::Structure
11194
11793
  end
11195
11794
 
@@ -11215,6 +11814,7 @@ module Aws::IoT
11215
11814
  class PolicyVersionIdentifier < Struct.new(
11216
11815
  :policy_name,
11217
11816
  :policy_version_id)
11817
+ SENSITIVE = []
11218
11818
  include Aws::Structure
11219
11819
  end
11220
11820
 
@@ -11243,6 +11843,7 @@ module Aws::IoT
11243
11843
  class PresignedUrlConfig < Struct.new(
11244
11844
  :role_arn,
11245
11845
  :expires_in_sec)
11846
+ SENSITIVE = []
11246
11847
  include Aws::Structure
11247
11848
  end
11248
11849
 
@@ -11271,6 +11872,7 @@ module Aws::IoT
11271
11872
  class ProvisioningHook < Struct.new(
11272
11873
  :payload_version,
11273
11874
  :target_arn)
11875
+ SENSITIVE = []
11274
11876
  include Aws::Structure
11275
11877
  end
11276
11878
 
@@ -11308,6 +11910,7 @@ module Aws::IoT
11308
11910
  :creation_date,
11309
11911
  :last_modified_date,
11310
11912
  :enabled)
11913
+ SENSITIVE = []
11311
11914
  include Aws::Structure
11312
11915
  end
11313
11916
 
@@ -11330,6 +11933,7 @@ module Aws::IoT
11330
11933
  :version_id,
11331
11934
  :creation_date,
11332
11935
  :is_default_version)
11936
+ SENSITIVE = []
11333
11937
  include Aws::Structure
11334
11938
  end
11335
11939
 
@@ -11350,6 +11954,7 @@ module Aws::IoT
11350
11954
  #
11351
11955
  class PublishFindingToSnsParams < Struct.new(
11352
11956
  :topic_arn)
11957
+ SENSITIVE = []
11353
11958
  include Aws::Structure
11354
11959
  end
11355
11960
 
@@ -11415,6 +12020,7 @@ module Aws::IoT
11415
12020
  :property_id,
11416
12021
  :property_alias,
11417
12022
  :property_values)
12023
+ SENSITIVE = []
11418
12024
  include Aws::Structure
11419
12025
  end
11420
12026
 
@@ -11434,6 +12040,7 @@ module Aws::IoT
11434
12040
  #
11435
12041
  class PutItemInput < Struct.new(
11436
12042
  :table_name)
12043
+ SENSITIVE = []
11437
12044
  include Aws::Structure
11438
12045
  end
11439
12046
 
@@ -11461,6 +12068,7 @@ module Aws::IoT
11461
12068
  class RateIncreaseCriteria < Struct.new(
11462
12069
  :number_of_notified_things,
11463
12070
  :number_of_succeeded_things)
12071
+ SENSITIVE = []
11464
12072
  include Aws::Structure
11465
12073
  end
11466
12074
 
@@ -11530,6 +12138,7 @@ module Aws::IoT
11530
12138
  :allow_auto_registration,
11531
12139
  :registration_config,
11532
12140
  :tags)
12141
+ SENSITIVE = []
11533
12142
  include Aws::Structure
11534
12143
  end
11535
12144
 
@@ -11546,6 +12155,7 @@ module Aws::IoT
11546
12155
  class RegisterCACertificateResponse < Struct.new(
11547
12156
  :certificate_arn,
11548
12157
  :certificate_id)
12158
+ SENSITIVE = []
11549
12159
  include Aws::Structure
11550
12160
  end
11551
12161
 
@@ -11583,6 +12193,7 @@ module Aws::IoT
11583
12193
  :ca_certificate_pem,
11584
12194
  :set_as_active,
11585
12195
  :status)
12196
+ SENSITIVE = []
11586
12197
  include Aws::Structure
11587
12198
  end
11588
12199
 
@@ -11599,6 +12210,7 @@ module Aws::IoT
11599
12210
  class RegisterCertificateResponse < Struct.new(
11600
12211
  :certificate_arn,
11601
12212
  :certificate_id)
12213
+ SENSITIVE = []
11602
12214
  include Aws::Structure
11603
12215
  end
11604
12216
 
@@ -11621,6 +12233,7 @@ module Aws::IoT
11621
12233
  class RegisterCertificateWithoutCARequest < Struct.new(
11622
12234
  :certificate_pem,
11623
12235
  :status)
12236
+ SENSITIVE = []
11624
12237
  include Aws::Structure
11625
12238
  end
11626
12239
 
@@ -11636,6 +12249,7 @@ module Aws::IoT
11636
12249
  class RegisterCertificateWithoutCAResponse < Struct.new(
11637
12250
  :certificate_arn,
11638
12251
  :certificate_id)
12252
+ SENSITIVE = []
11639
12253
  include Aws::Structure
11640
12254
  end
11641
12255
 
@@ -11670,6 +12284,7 @@ module Aws::IoT
11670
12284
  class RegisterThingRequest < Struct.new(
11671
12285
  :template_body,
11672
12286
  :parameters)
12287
+ SENSITIVE = []
11673
12288
  include Aws::Structure
11674
12289
  end
11675
12290
 
@@ -11684,6 +12299,7 @@ module Aws::IoT
11684
12299
  class RegisterThingResponse < Struct.new(
11685
12300
  :certificate_pem,
11686
12301
  :resource_arns)
12302
+ SENSITIVE = []
11687
12303
  include Aws::Structure
11688
12304
  end
11689
12305
 
@@ -11695,6 +12311,7 @@ module Aws::IoT
11695
12311
  #
11696
12312
  class RegistrationCodeValidationException < Struct.new(
11697
12313
  :message)
12314
+ SENSITIVE = []
11698
12315
  include Aws::Structure
11699
12316
  end
11700
12317
 
@@ -11719,6 +12336,7 @@ module Aws::IoT
11719
12336
  class RegistrationConfig < Struct.new(
11720
12337
  :template_body,
11721
12338
  :role_arn)
12339
+ SENSITIVE = []
11722
12340
  include Aws::Structure
11723
12341
  end
11724
12342
 
@@ -11744,6 +12362,7 @@ module Aws::IoT
11744
12362
  class RejectCertificateTransferRequest < Struct.new(
11745
12363
  :certificate_id,
11746
12364
  :reject_reason)
12365
+ SENSITIVE = []
11747
12366
  include Aws::Structure
11748
12367
  end
11749
12368
 
@@ -11765,6 +12384,7 @@ module Aws::IoT
11765
12384
  :resource_type,
11766
12385
  :resource_identifier,
11767
12386
  :additional_info)
12387
+ SENSITIVE = []
11768
12388
  include Aws::Structure
11769
12389
  end
11770
12390
 
@@ -11799,6 +12419,7 @@ module Aws::IoT
11799
12419
  :billing_group_arn,
11800
12420
  :thing_name,
11801
12421
  :thing_arn)
12422
+ SENSITIVE = []
11802
12423
  include Aws::Structure
11803
12424
  end
11804
12425
 
@@ -11835,6 +12456,7 @@ module Aws::IoT
11835
12456
  :thing_group_arn,
11836
12457
  :thing_name,
11837
12458
  :thing_arn)
12459
+ SENSITIVE = []
11838
12460
  include Aws::Structure
11839
12461
  end
11840
12462
 
@@ -11857,6 +12479,7 @@ module Aws::IoT
11857
12479
  #
11858
12480
  class ReplaceDefaultPolicyVersionParams < Struct.new(
11859
12481
  :template_name)
12482
+ SENSITIVE = []
11860
12483
  include Aws::Structure
11861
12484
  end
11862
12485
 
@@ -12170,6 +12793,7 @@ module Aws::IoT
12170
12793
  class ReplaceTopicRuleRequest < Struct.new(
12171
12794
  :rule_name,
12172
12795
  :topic_rule_payload)
12796
+ SENSITIVE = []
12173
12797
  include Aws::Structure
12174
12798
  end
12175
12799
 
@@ -12201,6 +12825,7 @@ module Aws::IoT
12201
12825
  :role_arn,
12202
12826
  :topic,
12203
12827
  :qos)
12828
+ SENSITIVE = []
12204
12829
  include Aws::Structure
12205
12830
  end
12206
12831
 
@@ -12222,6 +12847,7 @@ module Aws::IoT
12222
12847
  :message,
12223
12848
  :resource_id,
12224
12849
  :resource_arn)
12850
+ SENSITIVE = []
12225
12851
  include Aws::Structure
12226
12852
  end
12227
12853
 
@@ -12285,6 +12911,7 @@ module Aws::IoT
12285
12911
  :account,
12286
12912
  :iam_role_arn,
12287
12913
  :role_alias_arn)
12914
+ SENSITIVE = []
12288
12915
  include Aws::Structure
12289
12916
  end
12290
12917
 
@@ -12296,6 +12923,7 @@ module Aws::IoT
12296
12923
  #
12297
12924
  class ResourceNotFoundException < Struct.new(
12298
12925
  :message)
12926
+ SENSITIVE = []
12299
12927
  include Aws::Structure
12300
12928
  end
12301
12929
 
@@ -12307,6 +12935,7 @@ module Aws::IoT
12307
12935
  #
12308
12936
  class ResourceRegistrationFailureException < Struct.new(
12309
12937
  :message)
12938
+ SENSITIVE = []
12310
12939
  include Aws::Structure
12311
12940
  end
12312
12941
 
@@ -12348,6 +12977,7 @@ module Aws::IoT
12348
12977
  :credential_duration_seconds,
12349
12978
  :creation_date,
12350
12979
  :last_modified_date)
12980
+ SENSITIVE = []
12351
12981
  include Aws::Structure
12352
12982
  end
12353
12983
 
@@ -12390,6 +13020,7 @@ module Aws::IoT
12390
13020
  :bucket_name,
12391
13021
  :key,
12392
13022
  :canned_acl)
13023
+ SENSITIVE = []
12393
13024
  include Aws::Structure
12394
13025
  end
12395
13026
 
@@ -12414,6 +13045,7 @@ module Aws::IoT
12414
13045
  class S3Destination < Struct.new(
12415
13046
  :bucket,
12416
13047
  :prefix)
13048
+ SENSITIVE = []
12417
13049
  include Aws::Structure
12418
13050
  end
12419
13051
 
@@ -12444,6 +13076,7 @@ module Aws::IoT
12444
13076
  :bucket,
12445
13077
  :key,
12446
13078
  :version)
13079
+ SENSITIVE = []
12447
13080
  include Aws::Structure
12448
13081
  end
12449
13082
 
@@ -12473,6 +13106,7 @@ module Aws::IoT
12473
13106
  class SalesforceAction < Struct.new(
12474
13107
  :token,
12475
13108
  :url)
13109
+ SENSITIVE = []
12476
13110
  include Aws::Structure
12477
13111
  end
12478
13112
 
@@ -12508,6 +13142,7 @@ module Aws::IoT
12508
13142
  :frequency,
12509
13143
  :day_of_month,
12510
13144
  :day_of_week)
13145
+ SENSITIVE = []
12511
13146
  include Aws::Structure
12512
13147
  end
12513
13148
 
@@ -12549,6 +13184,7 @@ module Aws::IoT
12549
13184
  :next_token,
12550
13185
  :max_results,
12551
13186
  :query_version)
13187
+ SENSITIVE = []
12552
13188
  include Aws::Structure
12553
13189
  end
12554
13190
 
@@ -12569,6 +13205,7 @@ module Aws::IoT
12569
13205
  :next_token,
12570
13206
  :things,
12571
13207
  :thing_groups)
13208
+ SENSITIVE = []
12572
13209
  include Aws::Structure
12573
13210
  end
12574
13211
 
@@ -12585,6 +13222,7 @@ module Aws::IoT
12585
13222
  class SecurityProfileIdentifier < Struct.new(
12586
13223
  :name,
12587
13224
  :arn)
13225
+ SENSITIVE = []
12588
13226
  include Aws::Structure
12589
13227
  end
12590
13228
 
@@ -12597,6 +13235,7 @@ module Aws::IoT
12597
13235
  #
12598
13236
  class SecurityProfileTarget < Struct.new(
12599
13237
  :arn)
13238
+ SENSITIVE = []
12600
13239
  include Aws::Structure
12601
13240
  end
12602
13241
 
@@ -12615,6 +13254,7 @@ module Aws::IoT
12615
13254
  class SecurityProfileTargetMapping < Struct.new(
12616
13255
  :security_profile_identifier,
12617
13256
  :target)
13257
+ SENSITIVE = []
12618
13258
  include Aws::Structure
12619
13259
  end
12620
13260
 
@@ -12636,6 +13276,7 @@ module Aws::IoT
12636
13276
  :server_certificate_arn,
12637
13277
  :server_certificate_status,
12638
13278
  :server_certificate_status_detail)
13279
+ SENSITIVE = []
12639
13280
  include Aws::Structure
12640
13281
  end
12641
13282
 
@@ -12647,6 +13288,7 @@ module Aws::IoT
12647
13288
  #
12648
13289
  class ServiceUnavailableException < Struct.new(
12649
13290
  :message)
13291
+ SENSITIVE = []
12650
13292
  include Aws::Structure
12651
13293
  end
12652
13294
 
@@ -12663,6 +13305,7 @@ module Aws::IoT
12663
13305
  #
12664
13306
  class SetDefaultAuthorizerRequest < Struct.new(
12665
13307
  :authorizer_name)
13308
+ SENSITIVE = []
12666
13309
  include Aws::Structure
12667
13310
  end
12668
13311
 
@@ -12677,6 +13320,7 @@ module Aws::IoT
12677
13320
  class SetDefaultAuthorizerResponse < Struct.new(
12678
13321
  :authorizer_name,
12679
13322
  :authorizer_arn)
13323
+ SENSITIVE = []
12680
13324
  include Aws::Structure
12681
13325
  end
12682
13326
 
@@ -12701,6 +13345,7 @@ module Aws::IoT
12701
13345
  class SetDefaultPolicyVersionRequest < Struct.new(
12702
13346
  :policy_name,
12703
13347
  :policy_version_id)
13348
+ SENSITIVE = []
12704
13349
  include Aws::Structure
12705
13350
  end
12706
13351
 
@@ -12722,6 +13367,7 @@ module Aws::IoT
12722
13367
  #
12723
13368
  class SetLoggingOptionsRequest < Struct.new(
12724
13369
  :logging_options_payload)
13370
+ SENSITIVE = []
12725
13371
  include Aws::Structure
12726
13372
  end
12727
13373
 
@@ -12747,6 +13393,7 @@ module Aws::IoT
12747
13393
  class SetV2LoggingLevelRequest < Struct.new(
12748
13394
  :log_target,
12749
13395
  :log_level)
13396
+ SENSITIVE = []
12750
13397
  include Aws::Structure
12751
13398
  end
12752
13399
 
@@ -12775,6 +13422,7 @@ module Aws::IoT
12775
13422
  :role_arn,
12776
13423
  :default_log_level,
12777
13424
  :disable_all_logs)
13425
+ SENSITIVE = []
12778
13426
  include Aws::Structure
12779
13427
  end
12780
13428
 
@@ -12805,6 +13453,7 @@ module Aws::IoT
12805
13453
  :signing_region,
12806
13454
  :service_name,
12807
13455
  :role_arn)
13456
+ SENSITIVE = []
12808
13457
  include Aws::Structure
12809
13458
  end
12810
13459
 
@@ -12835,6 +13484,7 @@ module Aws::IoT
12835
13484
  :certificate_arn,
12836
13485
  :platform,
12837
13486
  :certificate_path_on_device)
13487
+ SENSITIVE = []
12838
13488
  include Aws::Structure
12839
13489
  end
12840
13490
 
@@ -12875,6 +13525,7 @@ module Aws::IoT
12875
13525
  :target_arn,
12876
13526
  :role_arn,
12877
13527
  :message_format)
13528
+ SENSITIVE = []
12878
13529
  include Aws::Structure
12879
13530
  end
12880
13531
 
@@ -12886,6 +13537,7 @@ module Aws::IoT
12886
13537
  #
12887
13538
  class SqlParseException < Struct.new(
12888
13539
  :message)
13540
+ SENSITIVE = []
12889
13541
  include Aws::Structure
12890
13542
  end
12891
13543
 
@@ -12916,6 +13568,7 @@ module Aws::IoT
12916
13568
  :role_arn,
12917
13569
  :queue_url,
12918
13570
  :use_base_64)
13571
+ SENSITIVE = []
12919
13572
  include Aws::Structure
12920
13573
  end
12921
13574
 
@@ -12968,6 +13621,7 @@ module Aws::IoT
12968
13621
  :target,
12969
13622
  :audit_check_to_actions_mapping,
12970
13623
  :client_request_token)
13624
+ SENSITIVE = []
12971
13625
  include Aws::Structure
12972
13626
  end
12973
13627
 
@@ -12978,6 +13632,7 @@ module Aws::IoT
12978
13632
  #
12979
13633
  class StartAuditMitigationActionsTaskResponse < Struct.new(
12980
13634
  :task_id)
13635
+ SENSITIVE = []
12981
13636
  include Aws::Structure
12982
13637
  end
12983
13638
 
@@ -12999,6 +13654,7 @@ module Aws::IoT
12999
13654
  #
13000
13655
  class StartOnDemandAuditTaskRequest < Struct.new(
13001
13656
  :target_check_names)
13657
+ SENSITIVE = []
13002
13658
  include Aws::Structure
13003
13659
  end
13004
13660
 
@@ -13008,6 +13664,7 @@ module Aws::IoT
13008
13664
  #
13009
13665
  class StartOnDemandAuditTaskResponse < Struct.new(
13010
13666
  :task_id)
13667
+ SENSITIVE = []
13011
13668
  include Aws::Structure
13012
13669
  end
13013
13670
 
@@ -13047,6 +13704,7 @@ module Aws::IoT
13047
13704
  :signing_profile_parameter,
13048
13705
  :signing_profile_name,
13049
13706
  :destination)
13707
+ SENSITIVE = []
13050
13708
  include Aws::Structure
13051
13709
  end
13052
13710
 
@@ -13083,6 +13741,7 @@ module Aws::IoT
13083
13741
  :input_file_bucket,
13084
13742
  :input_file_key,
13085
13743
  :role_arn)
13744
+ SENSITIVE = []
13086
13745
  include Aws::Structure
13087
13746
  end
13088
13747
 
@@ -13092,6 +13751,7 @@ module Aws::IoT
13092
13751
  #
13093
13752
  class StartThingRegistrationTaskResponse < Struct.new(
13094
13753
  :task_id)
13754
+ SENSITIVE = []
13095
13755
  include Aws::Structure
13096
13756
  end
13097
13757
 
@@ -13120,6 +13780,7 @@ module Aws::IoT
13120
13780
  #
13121
13781
  class StatisticalThreshold < Struct.new(
13122
13782
  :statistic)
13783
+ SENSITIVE = []
13123
13784
  include Aws::Structure
13124
13785
  end
13125
13786
 
@@ -13167,6 +13828,7 @@ module Aws::IoT
13167
13828
  :sum_of_squares,
13168
13829
  :variance,
13169
13830
  :std_deviation)
13831
+ SENSITIVE = []
13170
13832
  include Aws::Structure
13171
13833
  end
13172
13834
 
@@ -13202,6 +13864,7 @@ module Aws::IoT
13202
13864
  :execution_name_prefix,
13203
13865
  :state_machine_name,
13204
13866
  :role_arn)
13867
+ SENSITIVE = []
13205
13868
  include Aws::Structure
13206
13869
  end
13207
13870
 
@@ -13218,6 +13881,7 @@ module Aws::IoT
13218
13881
  #
13219
13882
  class StopThingRegistrationTaskRequest < Struct.new(
13220
13883
  :task_id)
13884
+ SENSITIVE = []
13221
13885
  include Aws::Structure
13222
13886
  end
13223
13887
 
@@ -13244,6 +13908,7 @@ module Aws::IoT
13244
13908
  class Stream < Struct.new(
13245
13909
  :stream_id,
13246
13910
  :file_id)
13911
+ SENSITIVE = []
13247
13912
  include Aws::Structure
13248
13913
  end
13249
13914
 
@@ -13272,6 +13937,7 @@ module Aws::IoT
13272
13937
  class StreamFile < Struct.new(
13273
13938
  :file_id,
13274
13939
  :s3_location)
13940
+ SENSITIVE = []
13275
13941
  include Aws::Structure
13276
13942
  end
13277
13943
 
@@ -13318,6 +13984,7 @@ module Aws::IoT
13318
13984
  :created_at,
13319
13985
  :last_updated_at,
13320
13986
  :role_arn)
13987
+ SENSITIVE = []
13321
13988
  include Aws::Structure
13322
13989
  end
13323
13990
 
@@ -13344,6 +14011,7 @@ module Aws::IoT
13344
14011
  :stream_arn,
13345
14012
  :stream_version,
13346
14013
  :description)
14014
+ SENSITIVE = []
13347
14015
  include Aws::Structure
13348
14016
  end
13349
14017
 
@@ -13368,6 +14036,7 @@ module Aws::IoT
13368
14036
  class Tag < Struct.new(
13369
14037
  :key,
13370
14038
  :value)
14039
+ SENSITIVE = []
13371
14040
  include Aws::Structure
13372
14041
  end
13373
14042
 
@@ -13395,6 +14064,7 @@ module Aws::IoT
13395
14064
  class TagResourceRequest < Struct.new(
13396
14065
  :resource_arn,
13397
14066
  :tags)
14067
+ SENSITIVE = []
13398
14068
  include Aws::Structure
13399
14069
  end
13400
14070
 
@@ -13408,6 +14078,7 @@ module Aws::IoT
13408
14078
  #
13409
14079
  class TaskAlreadyExistsException < Struct.new(
13410
14080
  :message)
14081
+ SENSITIVE = []
13411
14082
  include Aws::Structure
13412
14083
  end
13413
14084
 
@@ -13450,6 +14121,7 @@ module Aws::IoT
13450
14121
  :non_compliant_checks,
13451
14122
  :failed_checks,
13452
14123
  :canceled_checks)
14124
+ SENSITIVE = []
13453
14125
  include Aws::Structure
13454
14126
  end
13455
14127
 
@@ -13487,6 +14159,7 @@ module Aws::IoT
13487
14159
  :succeeded_findings_count,
13488
14160
  :skipped_findings_count,
13489
14161
  :canceled_findings_count)
14162
+ SENSITIVE = []
13490
14163
  include Aws::Structure
13491
14164
  end
13492
14165
 
@@ -13542,6 +14215,7 @@ module Aws::IoT
13542
14215
  :client_id,
13543
14216
  :policy_names_to_add,
13544
14217
  :policy_names_to_skip)
14218
+ SENSITIVE = []
13545
14219
  include Aws::Structure
13546
14220
  end
13547
14221
 
@@ -13551,6 +14225,7 @@ module Aws::IoT
13551
14225
  #
13552
14226
  class TestAuthorizationResponse < Struct.new(
13553
14227
  :auth_results)
14228
+ SENSITIVE = []
13554
14229
  include Aws::Structure
13555
14230
  end
13556
14231
 
@@ -13609,6 +14284,7 @@ module Aws::IoT
13609
14284
  :http_context,
13610
14285
  :mqtt_context,
13611
14286
  :tls_context)
14287
+ SENSITIVE = []
13612
14288
  include Aws::Structure
13613
14289
  end
13614
14290
 
@@ -13639,6 +14315,7 @@ module Aws::IoT
13639
14315
  :policy_documents,
13640
14316
  :refresh_after_in_seconds,
13641
14317
  :disconnect_after_in_seconds)
14318
+ SENSITIVE = []
13642
14319
  include Aws::Structure
13643
14320
  end
13644
14321
 
@@ -13672,6 +14349,7 @@ module Aws::IoT
13672
14349
  :thing_arn,
13673
14350
  :attributes,
13674
14351
  :version)
14352
+ SENSITIVE = []
13675
14353
  include Aws::Structure
13676
14354
  end
13677
14355
 
@@ -13691,6 +14369,7 @@ module Aws::IoT
13691
14369
  class ThingConnectivity < Struct.new(
13692
14370
  :connected,
13693
14371
  :timestamp)
14372
+ SENSITIVE = []
13694
14373
  include Aws::Structure
13695
14374
  end
13696
14375
 
@@ -13732,6 +14411,7 @@ module Aws::IoT
13732
14411
  :attributes,
13733
14412
  :shadow,
13734
14413
  :connectivity)
14414
+ SENSITIVE = []
13735
14415
  include Aws::Structure
13736
14416
  end
13737
14417
 
@@ -13763,6 +14443,7 @@ module Aws::IoT
13763
14443
  :thing_group_description,
13764
14444
  :attributes,
13765
14445
  :parent_group_names)
14446
+ SENSITIVE = []
13766
14447
  include Aws::Structure
13767
14448
  end
13768
14449
 
@@ -13808,6 +14489,7 @@ module Aws::IoT
13808
14489
  :thing_group_indexing_mode,
13809
14490
  :managed_fields,
13810
14491
  :custom_fields)
14492
+ SENSITIVE = []
13811
14493
  include Aws::Structure
13812
14494
  end
13813
14495
 
@@ -13829,6 +14511,7 @@ module Aws::IoT
13829
14511
  :parent_group_name,
13830
14512
  :root_to_parent_thing_groups,
13831
14513
  :creation_date)
14514
+ SENSITIVE = []
13832
14515
  include Aws::Structure
13833
14516
  end
13834
14517
 
@@ -13858,6 +14541,7 @@ module Aws::IoT
13858
14541
  class ThingGroupProperties < Struct.new(
13859
14542
  :thing_group_description,
13860
14543
  :attribute_payload)
14544
+ SENSITIVE = []
13861
14545
  include Aws::Structure
13862
14546
  end
13863
14547
 
@@ -13923,6 +14607,7 @@ module Aws::IoT
13923
14607
  :thing_connectivity_indexing_mode,
13924
14608
  :managed_fields,
13925
14609
  :custom_fields)
14610
+ SENSITIVE = []
13926
14611
  include Aws::Structure
13927
14612
  end
13928
14613
 
@@ -13953,6 +14638,7 @@ module Aws::IoT
13953
14638
  :thing_type_arn,
13954
14639
  :thing_type_properties,
13955
14640
  :thing_type_metadata)
14641
+ SENSITIVE = []
13956
14642
  include Aws::Structure
13957
14643
  end
13958
14644
 
@@ -13978,6 +14664,7 @@ module Aws::IoT
13978
14664
  :deprecated,
13979
14665
  :deprecation_date,
13980
14666
  :creation_date)
14667
+ SENSITIVE = []
13981
14668
  include Aws::Structure
13982
14669
  end
13983
14670
 
@@ -14004,6 +14691,7 @@ module Aws::IoT
14004
14691
  class ThingTypeProperties < Struct.new(
14005
14692
  :thing_type_description,
14006
14693
  :searchable_attributes)
14694
+ SENSITIVE = []
14007
14695
  include Aws::Structure
14008
14696
  end
14009
14697
 
@@ -14015,6 +14703,7 @@ module Aws::IoT
14015
14703
  #
14016
14704
  class ThrottlingException < Struct.new(
14017
14705
  :message)
14706
+ SENSITIVE = []
14018
14707
  include Aws::Structure
14019
14708
  end
14020
14709
 
@@ -14043,6 +14732,7 @@ module Aws::IoT
14043
14732
  #
14044
14733
  class TimeoutConfig < Struct.new(
14045
14734
  :in_progress_timeout_in_minutes)
14735
+ SENSITIVE = []
14046
14736
  include Aws::Structure
14047
14737
  end
14048
14738
 
@@ -14061,6 +14751,7 @@ module Aws::IoT
14061
14751
  #
14062
14752
  class TlsContext < Struct.new(
14063
14753
  :server_name)
14754
+ SENSITIVE = []
14064
14755
  include Aws::Structure
14065
14756
  end
14066
14757
 
@@ -14108,6 +14799,7 @@ module Aws::IoT
14108
14799
  :rule_disabled,
14109
14800
  :aws_iot_sql_version,
14110
14801
  :error_action)
14802
+ SENSITIVE = []
14111
14803
  include Aws::Structure
14112
14804
  end
14113
14805
 
@@ -14164,6 +14856,7 @@ module Aws::IoT
14164
14856
  :status,
14165
14857
  :status_reason,
14166
14858
  :http_url_properties)
14859
+ SENSITIVE = []
14167
14860
  include Aws::Structure
14168
14861
  end
14169
14862
 
@@ -14184,6 +14877,7 @@ module Aws::IoT
14184
14877
  #
14185
14878
  class TopicRuleDestinationConfiguration < Struct.new(
14186
14879
  :http_url_configuration)
14880
+ SENSITIVE = []
14187
14881
  include Aws::Structure
14188
14882
  end
14189
14883
 
@@ -14239,6 +14933,7 @@ module Aws::IoT
14239
14933
  :status,
14240
14934
  :status_reason,
14241
14935
  :http_url_summary)
14936
+ SENSITIVE = []
14242
14937
  include Aws::Structure
14243
14938
  end
14244
14939
 
@@ -14270,6 +14965,7 @@ module Aws::IoT
14270
14965
  :topic_pattern,
14271
14966
  :created_at,
14272
14967
  :rule_disabled)
14968
+ SENSITIVE = []
14273
14969
  include Aws::Structure
14274
14970
  end
14275
14971
 
@@ -14605,6 +15301,7 @@ module Aws::IoT
14605
15301
  :rule_disabled,
14606
15302
  :aws_iot_sql_version,
14607
15303
  :error_action)
15304
+ SENSITIVE = []
14608
15305
  include Aws::Structure
14609
15306
  end
14610
15307
 
@@ -14617,6 +15314,7 @@ module Aws::IoT
14617
15314
  #
14618
15315
  class TransferAlreadyCompletedException < Struct.new(
14619
15316
  :message)
15317
+ SENSITIVE = []
14620
15318
  include Aws::Structure
14621
15319
  end
14622
15320
 
@@ -14648,6 +15346,7 @@ module Aws::IoT
14648
15346
  :certificate_id,
14649
15347
  :target_aws_account,
14650
15348
  :transfer_message)
15349
+ SENSITIVE = []
14651
15350
  include Aws::Structure
14652
15351
  end
14653
15352
 
@@ -14659,6 +15358,7 @@ module Aws::IoT
14659
15358
  #
14660
15359
  class TransferCertificateResponse < Struct.new(
14661
15360
  :transferred_certificate_arn)
15361
+ SENSITIVE = []
14662
15362
  include Aws::Structure
14663
15363
  end
14664
15364
 
@@ -14671,6 +15371,7 @@ module Aws::IoT
14671
15371
  #
14672
15372
  class TransferConflictException < Struct.new(
14673
15373
  :message)
15374
+ SENSITIVE = []
14674
15375
  include Aws::Structure
14675
15376
  end
14676
15377
 
@@ -14702,6 +15403,7 @@ module Aws::IoT
14702
15403
  :transfer_date,
14703
15404
  :accept_date,
14704
15405
  :reject_date)
15406
+ SENSITIVE = []
14705
15407
  include Aws::Structure
14706
15408
  end
14707
15409
 
@@ -14713,6 +15415,7 @@ module Aws::IoT
14713
15415
  #
14714
15416
  class UnauthorizedException < Struct.new(
14715
15417
  :message)
15418
+ SENSITIVE = []
14716
15419
  include Aws::Structure
14717
15420
  end
14718
15421
 
@@ -14735,6 +15438,7 @@ module Aws::IoT
14735
15438
  class UntagResourceRequest < Struct.new(
14736
15439
  :resource_arn,
14737
15440
  :tag_keys)
15441
+ SENSITIVE = []
14738
15442
  include Aws::Structure
14739
15443
  end
14740
15444
 
@@ -14790,6 +15494,7 @@ module Aws::IoT
14790
15494
  :role_arn,
14791
15495
  :audit_notification_target_configurations,
14792
15496
  :audit_check_configurations)
15497
+ SENSITIVE = []
14793
15498
  include Aws::Structure
14794
15499
  end
14795
15500
 
@@ -14834,6 +15539,7 @@ module Aws::IoT
14834
15539
  :token_key_name,
14835
15540
  :token_signing_public_keys,
14836
15541
  :status)
15542
+ SENSITIVE = []
14837
15543
  include Aws::Structure
14838
15544
  end
14839
15545
 
@@ -14848,6 +15554,7 @@ module Aws::IoT
14848
15554
  class UpdateAuthorizerResponse < Struct.new(
14849
15555
  :authorizer_name,
14850
15556
  :authorizer_arn)
15557
+ SENSITIVE = []
14851
15558
  include Aws::Structure
14852
15559
  end
14853
15560
 
@@ -14881,6 +15588,7 @@ module Aws::IoT
14881
15588
  :billing_group_name,
14882
15589
  :billing_group_properties,
14883
15590
  :expected_version)
15591
+ SENSITIVE = []
14884
15592
  include Aws::Structure
14885
15593
  end
14886
15594
 
@@ -14890,6 +15598,7 @@ module Aws::IoT
14890
15598
  #
14891
15599
  class UpdateBillingGroupResponse < Struct.new(
14892
15600
  :version)
15601
+ SENSITIVE = []
14893
15602
  include Aws::Structure
14894
15603
  end
14895
15604
 
@@ -14910,6 +15619,7 @@ module Aws::IoT
14910
15619
  #
14911
15620
  class UpdateCACertificateParams < Struct.new(
14912
15621
  :action)
15622
+ SENSITIVE = []
14913
15623
  include Aws::Structure
14914
15624
  end
14915
15625
 
@@ -14959,6 +15669,7 @@ module Aws::IoT
14959
15669
  :new_auto_registration_status,
14960
15670
  :registration_config,
14961
15671
  :remove_auto_registration)
15672
+ SENSITIVE = []
14962
15673
  include Aws::Structure
14963
15674
  end
14964
15675
 
@@ -14992,6 +15703,7 @@ module Aws::IoT
14992
15703
  class UpdateCertificateRequest < Struct.new(
14993
15704
  :certificate_id,
14994
15705
  :new_status)
15706
+ SENSITIVE = []
14995
15707
  include Aws::Structure
14996
15708
  end
14997
15709
 
@@ -15012,6 +15724,7 @@ module Aws::IoT
15012
15724
  #
15013
15725
  class UpdateDeviceCertificateParams < Struct.new(
15014
15726
  :action)
15727
+ SENSITIVE = []
15015
15728
  include Aws::Structure
15016
15729
  end
15017
15730
 
@@ -15038,6 +15751,7 @@ module Aws::IoT
15038
15751
  class UpdateDimensionRequest < Struct.new(
15039
15752
  :name,
15040
15753
  :string_values)
15754
+ SENSITIVE = []
15041
15755
  include Aws::Structure
15042
15756
  end
15043
15757
 
@@ -15076,6 +15790,7 @@ module Aws::IoT
15076
15790
  :string_values,
15077
15791
  :creation_date,
15078
15792
  :last_modified_date)
15793
+ SENSITIVE = []
15079
15794
  include Aws::Structure
15080
15795
  end
15081
15796
 
@@ -15113,6 +15828,7 @@ module Aws::IoT
15113
15828
  :authorizer_config,
15114
15829
  :domain_configuration_status,
15115
15830
  :remove_authorizer_config)
15831
+ SENSITIVE = []
15116
15832
  include Aws::Structure
15117
15833
  end
15118
15834
 
@@ -15127,6 +15843,7 @@ module Aws::IoT
15127
15843
  class UpdateDomainConfigurationResponse < Struct.new(
15128
15844
  :domain_configuration_name,
15129
15845
  :domain_configuration_arn)
15846
+ SENSITIVE = []
15130
15847
  include Aws::Structure
15131
15848
  end
15132
15849
 
@@ -15190,6 +15907,7 @@ module Aws::IoT
15190
15907
  :index_name,
15191
15908
  :query_string,
15192
15909
  :query_version)
15910
+ SENSITIVE = []
15193
15911
  include Aws::Structure
15194
15912
  end
15195
15913
 
@@ -15199,6 +15917,7 @@ module Aws::IoT
15199
15917
  #
15200
15918
  class UpdateDynamicThingGroupResponse < Struct.new(
15201
15919
  :version)
15920
+ SENSITIVE = []
15202
15921
  include Aws::Structure
15203
15922
  end
15204
15923
 
@@ -15219,6 +15938,7 @@ module Aws::IoT
15219
15938
  #
15220
15939
  class UpdateEventConfigurationsRequest < Struct.new(
15221
15940
  :event_configurations)
15941
+ SENSITIVE = []
15222
15942
  include Aws::Structure
15223
15943
  end
15224
15944
 
@@ -15272,6 +15992,7 @@ module Aws::IoT
15272
15992
  class UpdateIndexingConfigurationRequest < Struct.new(
15273
15993
  :thing_indexing_configuration,
15274
15994
  :thing_group_indexing_configuration)
15995
+ SENSITIVE = []
15275
15996
  include Aws::Structure
15276
15997
  end
15277
15998
 
@@ -15348,6 +16069,7 @@ module Aws::IoT
15348
16069
  :job_executions_rollout_config,
15349
16070
  :abort_config,
15350
16071
  :timeout_config)
16072
+ SENSITIVE = []
15351
16073
  include Aws::Structure
15352
16074
  end
15353
16075
 
@@ -15399,6 +16121,7 @@ module Aws::IoT
15399
16121
  :action_name,
15400
16122
  :role_arn,
15401
16123
  :action_params)
16124
+ SENSITIVE = []
15402
16125
  include Aws::Structure
15403
16126
  end
15404
16127
 
@@ -15413,6 +16136,7 @@ module Aws::IoT
15413
16136
  class UpdateMitigationActionResponse < Struct.new(
15414
16137
  :action_arn,
15415
16138
  :action_id)
16139
+ SENSITIVE = []
15416
16140
  include Aws::Structure
15417
16141
  end
15418
16142
 
@@ -15469,6 +16193,7 @@ module Aws::IoT
15469
16193
  :provisioning_role_arn,
15470
16194
  :pre_provisioning_hook,
15471
16195
  :remove_pre_provisioning_hook)
16196
+ SENSITIVE = []
15472
16197
  include Aws::Structure
15473
16198
  end
15474
16199
 
@@ -15499,6 +16224,7 @@ module Aws::IoT
15499
16224
  :role_alias,
15500
16225
  :role_arn,
15501
16226
  :credential_duration_seconds)
16227
+ SENSITIVE = []
15502
16228
  include Aws::Structure
15503
16229
  end
15504
16230
 
@@ -15513,6 +16239,7 @@ module Aws::IoT
15513
16239
  class UpdateRoleAliasResponse < Struct.new(
15514
16240
  :role_alias,
15515
16241
  :role_alias_arn)
16242
+ SENSITIVE = []
15516
16243
  include Aws::Structure
15517
16244
  end
15518
16245
 
@@ -15567,6 +16294,7 @@ module Aws::IoT
15567
16294
  :day_of_week,
15568
16295
  :target_check_names,
15569
16296
  :scheduled_audit_name)
16297
+ SENSITIVE = []
15570
16298
  include Aws::Structure
15571
16299
  end
15572
16300
 
@@ -15576,6 +16304,7 @@ module Aws::IoT
15576
16304
  #
15577
16305
  class UpdateScheduledAuditResponse < Struct.new(
15578
16306
  :scheduled_audit_arn)
16307
+ SENSITIVE = []
15579
16308
  include Aws::Structure
15580
16309
  end
15581
16310
 
@@ -15699,6 +16428,7 @@ module Aws::IoT
15699
16428
  :delete_alert_targets,
15700
16429
  :delete_additional_metrics_to_retain,
15701
16430
  :expected_version)
16431
+ SENSITIVE = []
15702
16432
  include Aws::Structure
15703
16433
  end
15704
16434
 
@@ -15761,6 +16491,7 @@ module Aws::IoT
15761
16491
  :version,
15762
16492
  :creation_date,
15763
16493
  :last_modified_date)
16494
+ SENSITIVE = []
15764
16495
  include Aws::Structure
15765
16496
  end
15766
16497
 
@@ -15805,6 +16536,7 @@ module Aws::IoT
15805
16536
  :description,
15806
16537
  :files,
15807
16538
  :role_arn)
16539
+ SENSITIVE = []
15808
16540
  include Aws::Structure
15809
16541
  end
15810
16542
 
@@ -15829,6 +16561,7 @@ module Aws::IoT
15829
16561
  :stream_arn,
15830
16562
  :description,
15831
16563
  :stream_version)
16564
+ SENSITIVE = []
15832
16565
  include Aws::Structure
15833
16566
  end
15834
16567
 
@@ -15866,6 +16599,7 @@ module Aws::IoT
15866
16599
  :thing_group_name,
15867
16600
  :thing_group_properties,
15868
16601
  :expected_version)
16602
+ SENSITIVE = []
15869
16603
  include Aws::Structure
15870
16604
  end
15871
16605
 
@@ -15875,6 +16609,7 @@ module Aws::IoT
15875
16609
  #
15876
16610
  class UpdateThingGroupResponse < Struct.new(
15877
16611
  :version)
16612
+ SENSITIVE = []
15878
16613
  include Aws::Structure
15879
16614
  end
15880
16615
 
@@ -15912,6 +16647,7 @@ module Aws::IoT
15912
16647
  :thing_groups_to_add,
15913
16648
  :thing_groups_to_remove,
15914
16649
  :override_dynamic_groups)
16650
+ SENSITIVE = []
15915
16651
  include Aws::Structure
15916
16652
  end
15917
16653
 
@@ -15975,6 +16711,7 @@ module Aws::IoT
15975
16711
  :attribute_payload,
15976
16712
  :expected_version,
15977
16713
  :remove_thing_type)
16714
+ SENSITIVE = []
15978
16715
  include Aws::Structure
15979
16716
  end
15980
16717
 
@@ -16030,6 +16767,7 @@ module Aws::IoT
16030
16767
  class UpdateTopicRuleDestinationRequest < Struct.new(
16031
16768
  :arn,
16032
16769
  :status)
16770
+ SENSITIVE = []
16033
16771
  include Aws::Structure
16034
16772
  end
16035
16773
 
@@ -16072,6 +16810,7 @@ module Aws::IoT
16072
16810
  #
16073
16811
  class ValidateSecurityProfileBehaviorsRequest < Struct.new(
16074
16812
  :behaviors)
16813
+ SENSITIVE = []
16075
16814
  include Aws::Structure
16076
16815
  end
16077
16816
 
@@ -16086,6 +16825,7 @@ module Aws::IoT
16086
16825
  class ValidateSecurityProfileBehaviorsResponse < Struct.new(
16087
16826
  :valid,
16088
16827
  :validation_errors)
16828
+ SENSITIVE = []
16089
16829
  include Aws::Structure
16090
16830
  end
16091
16831
 
@@ -16097,6 +16837,7 @@ module Aws::IoT
16097
16837
  #
16098
16838
  class ValidationError < Struct.new(
16099
16839
  :error_message)
16840
+ SENSITIVE = []
16100
16841
  include Aws::Structure
16101
16842
  end
16102
16843
 
@@ -16110,6 +16851,7 @@ module Aws::IoT
16110
16851
  #
16111
16852
  class VersionConflictException < Struct.new(
16112
16853
  :message)
16854
+ SENSITIVE = []
16113
16855
  include Aws::Structure
16114
16856
  end
16115
16857
 
@@ -16121,6 +16863,7 @@ module Aws::IoT
16121
16863
  #
16122
16864
  class VersionsLimitExceededException < Struct.new(
16123
16865
  :message)
16866
+ SENSITIVE = []
16124
16867
  include Aws::Structure
16125
16868
  end
16126
16869
 
@@ -16163,6 +16906,7 @@ module Aws::IoT
16163
16906
  :metric_value,
16164
16907
  :violation_event_type,
16165
16908
  :violation_event_time)
16909
+ SENSITIVE = []
16166
16910
  include Aws::Structure
16167
16911
  end
16168
16912