aws-sdk-iot 1.52.0 → 1.53.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: 34d0cf141a1d23ed3d624ae3c0368689384abb41d3962d9d1087669ff041a084
4
- data.tar.gz: e7383faa6d760e4192b30611558ea43ac22b18e453fb10458b2658fca7074e25
3
+ metadata.gz: 9e8a1d28d2845d4576e5eaef405d1c8cb46a0cec2095cab987aa396ca0e0a34d
4
+ data.tar.gz: 7e5048c21c70a98bb170a0910918805eb9b415c3ac925baed28ae5466b09017a
5
5
  SHA512:
6
- metadata.gz: 6e2010a9c15f8375419e6fe60e33c41c15c2396751e6f0f70f5aa72b845a6aefc5d237a67075aa43b05a22c7e5c67ffb275a53b48337ba2d480a7b4a9bf75f53
7
- data.tar.gz: 2beb536daaed0840db6e24ea469288e7635b2be6e29b24b1db070c967ba451f3312fa27b782b4e3723dc7e508f69840e9c4393b7f92ff07be15c03fe34b5bfaf
6
+ metadata.gz: 1d0fb64242996f85fb5d6537e2e51f997b537331c91dd894cf0e052199745d0e72d0aa427389e5b5c0b57502423e82e478d48de2981ce229d02bf3d1d28d192b
7
+ data.tar.gz: 884ab55ab715003842604c54e026efeb5e48160c196a53f5136b2d99d2ca62c31ca955904e72b8f696ad9049c59423fdd974ea6b438103542105fb9ad332fc3e
@@ -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.52.0'
50
+ GEM_VERSION = '1.53.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:
@@ -9967,7 +9969,7 @@ module Aws::IoT
9967
9969
  params: params,
9968
9970
  config: config)
9969
9971
  context[:gem_name] = 'aws-sdk-iot'
9970
- context[:gem_version] = '1.52.0'
9972
+ context[:gem_version] = '1.53.0'
9971
9973
  Seahorse::Client::Request.new(handlers, context)
9972
9974
  end
9973
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:
@@ -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:
@@ -30,6 +32,7 @@ module Aws::IoT
30
32
  #
31
33
  class AbortConfig < Struct.new(
32
34
  :criteria_list)
35
+ SENSITIVE = []
33
36
  include Aws::Structure
34
37
  end
35
38
 
@@ -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
 
@@ -715,6 +732,7 @@ module Aws::IoT
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,7 @@ module Aws::IoT
1277
1311
  class AuthorizerSummary < Struct.new(
1278
1312
  :authorizer_name,
1279
1313
  :authorizer_arn)
1314
+ SENSITIVE = []
1280
1315
  include Aws::Structure
1281
1316
  end
1282
1317
 
@@ -1302,6 +1337,7 @@ module Aws::IoT
1302
1337
  #
1303
1338
  class AwsJobAbortConfig < Struct.new(
1304
1339
  :abort_criteria_list)
1340
+ SENSITIVE = []
1305
1341
  include Aws::Structure
1306
1342
  end
1307
1343
 
@@ -1343,6 +1379,7 @@ module Aws::IoT
1343
1379
  :action,
1344
1380
  :threshold_percentage,
1345
1381
  :min_number_of_executed_things)
1382
+ SENSITIVE = []
1346
1383
  include Aws::Structure
1347
1384
  end
1348
1385
 
@@ -1375,6 +1412,7 @@ module Aws::IoT
1375
1412
  class AwsJobExecutionsRolloutConfig < Struct.new(
1376
1413
  :maximum_per_minute,
1377
1414
  :exponential_rate)
1415
+ SENSITIVE = []
1378
1416
  include Aws::Structure
1379
1417
  end
1380
1418
 
@@ -1415,6 +1453,7 @@ module Aws::IoT
1415
1453
  :base_rate_per_minute,
1416
1454
  :increment_factor,
1417
1455
  :rate_increase_criteria)
1456
+ SENSITIVE = []
1418
1457
  include Aws::Structure
1419
1458
  end
1420
1459
 
@@ -1436,6 +1475,7 @@ module Aws::IoT
1436
1475
  #
1437
1476
  class AwsJobPresignedUrlConfig < Struct.new(
1438
1477
  :expires_in_sec)
1478
+ SENSITIVE = []
1439
1479
  include Aws::Structure
1440
1480
  end
1441
1481
 
@@ -1462,6 +1502,7 @@ module Aws::IoT
1462
1502
  class AwsJobRateIncreaseCriteria < Struct.new(
1463
1503
  :number_of_notified_things,
1464
1504
  :number_of_succeeded_things)
1505
+ SENSITIVE = []
1465
1506
  include Aws::Structure
1466
1507
  end
1467
1508
 
@@ -1490,6 +1531,7 @@ module Aws::IoT
1490
1531
  #
1491
1532
  class AwsJobTimeoutConfig < Struct.new(
1492
1533
  :in_progress_timeout_in_minutes)
1534
+ SENSITIVE = []
1493
1535
  include Aws::Structure
1494
1536
  end
1495
1537
 
@@ -1546,6 +1588,7 @@ module Aws::IoT
1546
1588
  :metric,
1547
1589
  :metric_dimension,
1548
1590
  :criteria)
1591
+ SENSITIVE = []
1549
1592
  include Aws::Structure
1550
1593
  end
1551
1594
 
@@ -1614,6 +1657,7 @@ module Aws::IoT
1614
1657
  :consecutive_datapoints_to_alarm,
1615
1658
  :consecutive_datapoints_to_clear,
1616
1659
  :statistical_threshold)
1660
+ SENSITIVE = []
1617
1661
  include Aws::Structure
1618
1662
  end
1619
1663
 
@@ -1625,6 +1669,7 @@ module Aws::IoT
1625
1669
  #
1626
1670
  class BillingGroupMetadata < Struct.new(
1627
1671
  :creation_date)
1672
+ SENSITIVE = []
1628
1673
  include Aws::Structure
1629
1674
  end
1630
1675
 
@@ -1643,6 +1688,7 @@ module Aws::IoT
1643
1688
  #
1644
1689
  class BillingGroupProperties < Struct.new(
1645
1690
  :billing_group_description)
1691
+ SENSITIVE = []
1646
1692
  include Aws::Structure
1647
1693
  end
1648
1694
 
@@ -1672,6 +1718,7 @@ module Aws::IoT
1672
1718
  :certificate_id,
1673
1719
  :status,
1674
1720
  :creation_date)
1721
+ SENSITIVE = []
1675
1722
  include Aws::Structure
1676
1723
  end
1677
1724
 
@@ -1734,6 +1781,7 @@ module Aws::IoT
1734
1781
  :customer_version,
1735
1782
  :generation_id,
1736
1783
  :validity)
1784
+ SENSITIVE = []
1737
1785
  include Aws::Structure
1738
1786
  end
1739
1787
 
@@ -1750,6 +1798,7 @@ module Aws::IoT
1750
1798
  #
1751
1799
  class CancelAuditMitigationActionsTaskRequest < Struct.new(
1752
1800
  :task_id)
1801
+ SENSITIVE = []
1753
1802
  include Aws::Structure
1754
1803
  end
1755
1804
 
@@ -1769,6 +1818,7 @@ module Aws::IoT
1769
1818
  #
1770
1819
  class CancelAuditTaskRequest < Struct.new(
1771
1820
  :task_id)
1821
+ SENSITIVE = []
1772
1822
  include Aws::Structure
1773
1823
  end
1774
1824
 
@@ -1790,6 +1840,7 @@ module Aws::IoT
1790
1840
  #
1791
1841
  class CancelCertificateTransferRequest < Struct.new(
1792
1842
  :certificate_id)
1843
+ SENSITIVE = []
1793
1844
  include Aws::Structure
1794
1845
  end
1795
1846
 
@@ -1850,6 +1901,7 @@ module Aws::IoT
1850
1901
  :force,
1851
1902
  :expected_version,
1852
1903
  :status_details)
1904
+ SENSITIVE = []
1853
1905
  include Aws::Structure
1854
1906
  end
1855
1907
 
@@ -1892,6 +1944,7 @@ module Aws::IoT
1892
1944
  :reason_code,
1893
1945
  :comment,
1894
1946
  :force)
1947
+ SENSITIVE = []
1895
1948
  include Aws::Structure
1896
1949
  end
1897
1950
 
@@ -1911,6 +1964,7 @@ module Aws::IoT
1911
1964
  :job_arn,
1912
1965
  :job_id,
1913
1966
  :description)
1967
+ SENSITIVE = []
1914
1968
  include Aws::Structure
1915
1969
  end
1916
1970
 
@@ -1946,6 +2000,7 @@ module Aws::IoT
1946
2000
  :status,
1947
2001
  :certificate_mode,
1948
2002
  :creation_date)
2003
+ SENSITIVE = []
1949
2004
  include Aws::Structure
1950
2005
  end
1951
2006
 
@@ -1960,6 +2015,7 @@ module Aws::IoT
1960
2015
  #
1961
2016
  class CertificateConflictException < Struct.new(
1962
2017
  :message)
2018
+ SENSITIVE = []
1963
2019
  include Aws::Structure
1964
2020
  end
1965
2021
 
@@ -2037,6 +2093,7 @@ module Aws::IoT
2037
2093
  :generation_id,
2038
2094
  :validity,
2039
2095
  :certificate_mode)
2096
+ SENSITIVE = []
2040
2097
  include Aws::Structure
2041
2098
  end
2042
2099
 
@@ -2048,6 +2105,7 @@ module Aws::IoT
2048
2105
  #
2049
2106
  class CertificateStateException < Struct.new(
2050
2107
  :message)
2108
+ SENSITIVE = []
2051
2109
  include Aws::Structure
2052
2110
  end
2053
2111
 
@@ -2059,6 +2117,7 @@ module Aws::IoT
2059
2117
  #
2060
2118
  class CertificateValidationException < Struct.new(
2061
2119
  :message)
2120
+ SENSITIVE = []
2062
2121
  include Aws::Structure
2063
2122
  end
2064
2123
 
@@ -2075,6 +2134,7 @@ module Aws::IoT
2075
2134
  class CertificateValidity < Struct.new(
2076
2135
  :not_before,
2077
2136
  :not_after)
2137
+ SENSITIVE = []
2078
2138
  include Aws::Structure
2079
2139
  end
2080
2140
 
@@ -2118,6 +2178,7 @@ module Aws::IoT
2118
2178
  :alarm_name,
2119
2179
  :state_reason,
2120
2180
  :state_value)
2181
+ SENSITIVE = []
2121
2182
  include Aws::Structure
2122
2183
  end
2123
2184
 
@@ -2142,6 +2203,7 @@ module Aws::IoT
2142
2203
  class CloudwatchLogsAction < Struct.new(
2143
2204
  :role_arn,
2144
2205
  :log_group_name)
2206
+ SENSITIVE = []
2145
2207
  include Aws::Structure
2146
2208
  end
2147
2209
 
@@ -2198,6 +2260,7 @@ module Aws::IoT
2198
2260
  :metric_value,
2199
2261
  :metric_unit,
2200
2262
  :metric_timestamp)
2263
+ SENSITIVE = []
2201
2264
  include Aws::Structure
2202
2265
  end
2203
2266
 
@@ -2251,6 +2314,7 @@ module Aws::IoT
2251
2314
  :aws_signer_job_id,
2252
2315
  :start_signing_job_parameter,
2253
2316
  :custom_code_signing)
2317
+ SENSITIVE = []
2254
2318
  include Aws::Structure
2255
2319
  end
2256
2320
 
@@ -2276,6 +2340,7 @@ module Aws::IoT
2276
2340
  class CodeSigningCertificateChain < Struct.new(
2277
2341
  :certificate_name,
2278
2342
  :inline_document)
2343
+ SENSITIVE = []
2279
2344
  include Aws::Structure
2280
2345
  end
2281
2346
 
@@ -2295,6 +2360,7 @@ module Aws::IoT
2295
2360
  #
2296
2361
  class CodeSigningSignature < Struct.new(
2297
2362
  :inline_document)
2363
+ SENSITIVE = []
2298
2364
  include Aws::Structure
2299
2365
  end
2300
2366
 
@@ -2313,6 +2379,7 @@ module Aws::IoT
2313
2379
  #
2314
2380
  class Configuration < Struct.new(
2315
2381
  :enabled)
2382
+ SENSITIVE = []
2316
2383
  include Aws::Structure
2317
2384
  end
2318
2385
 
@@ -2330,6 +2397,7 @@ module Aws::IoT
2330
2397
  #
2331
2398
  class ConfirmTopicRuleDestinationRequest < Struct.new(
2332
2399
  :confirmation_token)
2400
+ SENSITIVE = []
2333
2401
  include Aws::Structure
2334
2402
  end
2335
2403
 
@@ -2344,6 +2412,7 @@ module Aws::IoT
2344
2412
  #
2345
2413
  class ConflictingResourceUpdateException < Struct.new(
2346
2414
  :message)
2415
+ SENSITIVE = []
2347
2416
  include Aws::Structure
2348
2417
  end
2349
2418
 
@@ -2417,6 +2486,7 @@ module Aws::IoT
2417
2486
  :status,
2418
2487
  :tags,
2419
2488
  :signing_disabled)
2489
+ SENSITIVE = []
2420
2490
  include Aws::Structure
2421
2491
  end
2422
2492
 
@@ -2431,6 +2501,7 @@ module Aws::IoT
2431
2501
  class CreateAuthorizerResponse < Struct.new(
2432
2502
  :authorizer_name,
2433
2503
  :authorizer_arn)
2504
+ SENSITIVE = []
2434
2505
  include Aws::Structure
2435
2506
  end
2436
2507
 
@@ -2466,6 +2537,7 @@ module Aws::IoT
2466
2537
  :billing_group_name,
2467
2538
  :billing_group_properties,
2468
2539
  :tags)
2540
+ SENSITIVE = []
2469
2541
  include Aws::Structure
2470
2542
  end
2471
2543
 
@@ -2485,6 +2557,7 @@ module Aws::IoT
2485
2557
  :billing_group_name,
2486
2558
  :billing_group_arn,
2487
2559
  :billing_group_id)
2560
+ SENSITIVE = []
2488
2561
  include Aws::Structure
2489
2562
  end
2490
2563
 
@@ -2509,6 +2582,7 @@ module Aws::IoT
2509
2582
  class CreateCertificateFromCsrRequest < Struct.new(
2510
2583
  :certificate_signing_request,
2511
2584
  :set_as_active)
2585
+ SENSITIVE = []
2512
2586
  include Aws::Structure
2513
2587
  end
2514
2588
 
@@ -2532,6 +2606,7 @@ module Aws::IoT
2532
2606
  :certificate_arn,
2533
2607
  :certificate_id,
2534
2608
  :certificate_pem)
2609
+ SENSITIVE = []
2535
2610
  include Aws::Structure
2536
2611
  end
2537
2612
 
@@ -2587,6 +2662,7 @@ module Aws::IoT
2587
2662
  :string_values,
2588
2663
  :tags,
2589
2664
  :client_request_token)
2665
+ SENSITIVE = []
2590
2666
  include Aws::Structure
2591
2667
  end
2592
2668
 
@@ -2601,6 +2677,7 @@ module Aws::IoT
2601
2677
  class CreateDimensionResponse < Struct.new(
2602
2678
  :name,
2603
2679
  :arn)
2680
+ SENSITIVE = []
2604
2681
  include Aws::Structure
2605
2682
  end
2606
2683
 
@@ -2682,6 +2759,7 @@ module Aws::IoT
2682
2759
  :authorizer_config,
2683
2760
  :service_type,
2684
2761
  :tags)
2762
+ SENSITIVE = []
2685
2763
  include Aws::Structure
2686
2764
  end
2687
2765
 
@@ -2696,6 +2774,7 @@ module Aws::IoT
2696
2774
  class CreateDomainConfigurationResponse < Struct.new(
2697
2775
  :domain_configuration_name,
2698
2776
  :domain_configuration_arn)
2777
+ SENSITIVE = []
2699
2778
  include Aws::Structure
2700
2779
  end
2701
2780
 
@@ -2770,6 +2849,7 @@ module Aws::IoT
2770
2849
  :query_string,
2771
2850
  :query_version,
2772
2851
  :tags)
2852
+ SENSITIVE = []
2773
2853
  include Aws::Structure
2774
2854
  end
2775
2855
 
@@ -2804,6 +2884,7 @@ module Aws::IoT
2804
2884
  :index_name,
2805
2885
  :query_string,
2806
2886
  :query_version)
2887
+ SENSITIVE = []
2807
2888
  include Aws::Structure
2808
2889
  end
2809
2890
 
@@ -2932,6 +3013,7 @@ module Aws::IoT
2932
3013
  :abort_config,
2933
3014
  :timeout_config,
2934
3015
  :tags)
3016
+ SENSITIVE = []
2935
3017
  include Aws::Structure
2936
3018
  end
2937
3019
 
@@ -2951,6 +3033,7 @@ module Aws::IoT
2951
3033
  :job_arn,
2952
3034
  :job_id,
2953
3035
  :description)
3036
+ SENSITIVE = []
2954
3037
  include Aws::Structure
2955
3038
  end
2956
3039
 
@@ -2969,6 +3052,7 @@ module Aws::IoT
2969
3052
  #
2970
3053
  class CreateKeysAndCertificateRequest < Struct.new(
2971
3054
  :set_as_active)
3055
+ SENSITIVE = []
2972
3056
  include Aws::Structure
2973
3057
  end
2974
3058
 
@@ -2996,6 +3080,7 @@ module Aws::IoT
2996
3080
  :certificate_id,
2997
3081
  :certificate_pem,
2998
3082
  :key_pair)
3083
+ SENSITIVE = []
2999
3084
  include Aws::Structure
3000
3085
  end
3001
3086
 
@@ -3058,6 +3143,7 @@ module Aws::IoT
3058
3143
  :role_arn,
3059
3144
  :action_params,
3060
3145
  :tags)
3146
+ SENSITIVE = []
3061
3147
  include Aws::Structure
3062
3148
  end
3063
3149
 
@@ -3072,6 +3158,7 @@ module Aws::IoT
3072
3158
  class CreateMitigationActionResponse < Struct.new(
3073
3159
  :action_arn,
3074
3160
  :action_id)
3161
+ SENSITIVE = []
3075
3162
  include Aws::Structure
3076
3163
  end
3077
3164
 
@@ -3251,6 +3338,7 @@ module Aws::IoT
3251
3338
  :role_arn,
3252
3339
  :additional_parameters,
3253
3340
  :tags)
3341
+ SENSITIVE = []
3254
3342
  include Aws::Structure
3255
3343
  end
3256
3344
 
@@ -3280,6 +3368,7 @@ module Aws::IoT
3280
3368
  :ota_update_arn,
3281
3369
  :aws_iot_job_arn,
3282
3370
  :ota_update_status)
3371
+ SENSITIVE = []
3283
3372
  include Aws::Structure
3284
3373
  end
3285
3374
 
@@ -3328,6 +3417,7 @@ module Aws::IoT
3328
3417
  :policy_name,
3329
3418
  :policy_document,
3330
3419
  :tags)
3420
+ SENSITIVE = []
3331
3421
  include Aws::Structure
3332
3422
  end
3333
3423
 
@@ -3354,6 +3444,7 @@ module Aws::IoT
3354
3444
  :policy_arn,
3355
3445
  :policy_document,
3356
3446
  :policy_version_id)
3447
+ SENSITIVE = []
3357
3448
  include Aws::Structure
3358
3449
  end
3359
3450
 
@@ -3388,6 +3479,7 @@ module Aws::IoT
3388
3479
  :policy_name,
3389
3480
  :policy_document,
3390
3481
  :set_as_default)
3482
+ SENSITIVE = []
3391
3483
  include Aws::Structure
3392
3484
  end
3393
3485
 
@@ -3414,6 +3506,7 @@ module Aws::IoT
3414
3506
  :policy_document,
3415
3507
  :policy_version_id,
3416
3508
  :is_default_version)
3509
+ SENSITIVE = []
3417
3510
  include Aws::Structure
3418
3511
  end
3419
3512
 
@@ -3430,6 +3523,7 @@ module Aws::IoT
3430
3523
  #
3431
3524
  class CreateProvisioningClaimRequest < Struct.new(
3432
3525
  :template_name)
3526
+ SENSITIVE = []
3433
3527
  include Aws::Structure
3434
3528
  end
3435
3529
 
@@ -3454,6 +3548,7 @@ module Aws::IoT
3454
3548
  :certificate_pem,
3455
3549
  :key_pair,
3456
3550
  :expiration)
3551
+ SENSITIVE = []
3457
3552
  include Aws::Structure
3458
3553
  end
3459
3554
 
@@ -3527,6 +3622,7 @@ module Aws::IoT
3527
3622
  :provisioning_role_arn,
3528
3623
  :pre_provisioning_hook,
3529
3624
  :tags)
3625
+ SENSITIVE = []
3530
3626
  include Aws::Structure
3531
3627
  end
3532
3628
 
@@ -3546,6 +3642,7 @@ module Aws::IoT
3546
3642
  :template_arn,
3547
3643
  :template_name,
3548
3644
  :default_version_id)
3645
+ SENSITIVE = []
3549
3646
  include Aws::Structure
3550
3647
  end
3551
3648
 
@@ -3574,6 +3671,7 @@ module Aws::IoT
3574
3671
  :template_name,
3575
3672
  :template_body,
3576
3673
  :set_as_default)
3674
+ SENSITIVE = []
3577
3675
  include Aws::Structure
3578
3676
  end
3579
3677
 
@@ -3599,6 +3697,7 @@ module Aws::IoT
3599
3697
  :template_name,
3600
3698
  :version_id,
3601
3699
  :is_default_version)
3700
+ SENSITIVE = []
3602
3701
  include Aws::Structure
3603
3702
  end
3604
3703
 
@@ -3650,6 +3749,7 @@ module Aws::IoT
3650
3749
  :role_arn,
3651
3750
  :credential_duration_seconds,
3652
3751
  :tags)
3752
+ SENSITIVE = []
3653
3753
  include Aws::Structure
3654
3754
  end
3655
3755
 
@@ -3664,6 +3764,7 @@ module Aws::IoT
3664
3764
  class CreateRoleAliasResponse < Struct.new(
3665
3765
  :role_alias,
3666
3766
  :role_alias_arn)
3767
+ SENSITIVE = []
3667
3768
  include Aws::Structure
3668
3769
  end
3669
3770
 
@@ -3729,6 +3830,7 @@ module Aws::IoT
3729
3830
  :target_check_names,
3730
3831
  :scheduled_audit_name,
3731
3832
  :tags)
3833
+ SENSITIVE = []
3732
3834
  include Aws::Structure
3733
3835
  end
3734
3836
 
@@ -3738,6 +3840,7 @@ module Aws::IoT
3738
3840
  #
3739
3841
  class CreateScheduledAuditResponse < Struct.new(
3740
3842
  :scheduled_audit_arn)
3843
+ SENSITIVE = []
3741
3844
  include Aws::Structure
3742
3845
  end
3743
3846
 
@@ -3841,6 +3944,7 @@ module Aws::IoT
3841
3944
  :additional_metrics_to_retain,
3842
3945
  :additional_metrics_to_retain_v2,
3843
3946
  :tags)
3947
+ SENSITIVE = []
3844
3948
  include Aws::Structure
3845
3949
  end
3846
3950
 
@@ -3855,6 +3959,7 @@ module Aws::IoT
3855
3959
  class CreateSecurityProfileResponse < Struct.new(
3856
3960
  :security_profile_name,
3857
3961
  :security_profile_arn)
3962
+ SENSITIVE = []
3858
3963
  include Aws::Structure
3859
3964
  end
3860
3965
 
@@ -3910,6 +4015,7 @@ module Aws::IoT
3910
4015
  :files,
3911
4016
  :role_arn,
3912
4017
  :tags)
4018
+ SENSITIVE = []
3913
4019
  include Aws::Structure
3914
4020
  end
3915
4021
 
@@ -3934,6 +4040,7 @@ module Aws::IoT
3934
4040
  :stream_arn,
3935
4041
  :description,
3936
4042
  :stream_version)
4043
+ SENSITIVE = []
3937
4044
  include Aws::Structure
3938
4045
  end
3939
4046
 
@@ -3981,6 +4088,7 @@ module Aws::IoT
3981
4088
  :parent_group_name,
3982
4089
  :thing_group_properties,
3983
4090
  :tags)
4091
+ SENSITIVE = []
3984
4092
  include Aws::Structure
3985
4093
  end
3986
4094
 
@@ -4000,6 +4108,7 @@ module Aws::IoT
4000
4108
  :thing_group_name,
4001
4109
  :thing_group_arn,
4002
4110
  :thing_group_id)
4111
+ SENSITIVE = []
4003
4112
  include Aws::Structure
4004
4113
  end
4005
4114
 
@@ -4048,6 +4157,7 @@ module Aws::IoT
4048
4157
  :thing_type_name,
4049
4158
  :attribute_payload,
4050
4159
  :billing_group_name)
4160
+ SENSITIVE = []
4051
4161
  include Aws::Structure
4052
4162
  end
4053
4163
 
@@ -4069,6 +4179,7 @@ module Aws::IoT
4069
4179
  :thing_name,
4070
4180
  :thing_arn,
4071
4181
  :thing_id)
4182
+ SENSITIVE = []
4072
4183
  include Aws::Structure
4073
4184
  end
4074
4185
 
@@ -4109,6 +4220,7 @@ module Aws::IoT
4109
4220
  :thing_type_name,
4110
4221
  :thing_type_properties,
4111
4222
  :tags)
4223
+ SENSITIVE = []
4112
4224
  include Aws::Structure
4113
4225
  end
4114
4226
 
@@ -4130,6 +4242,7 @@ module Aws::IoT
4130
4242
  :thing_type_name,
4131
4243
  :thing_type_arn,
4132
4244
  :thing_type_id)
4245
+ SENSITIVE = []
4133
4246
  include Aws::Structure
4134
4247
  end
4135
4248
 
@@ -4150,6 +4263,7 @@ module Aws::IoT
4150
4263
  #
4151
4264
  class CreateTopicRuleDestinationRequest < Struct.new(
4152
4265
  :destination_configuration)
4266
+ SENSITIVE = []
4153
4267
  include Aws::Structure
4154
4268
  end
4155
4269
 
@@ -4159,6 +4273,7 @@ module Aws::IoT
4159
4273
  #
4160
4274
  class CreateTopicRuleDestinationResponse < Struct.new(
4161
4275
  :topic_rule_destination)
4276
+ SENSITIVE = []
4162
4277
  include Aws::Structure
4163
4278
  end
4164
4279
 
@@ -4489,6 +4604,7 @@ module Aws::IoT
4489
4604
  :rule_name,
4490
4605
  :topic_rule_payload,
4491
4606
  :tags)
4607
+ SENSITIVE = []
4492
4608
  include Aws::Structure
4493
4609
  end
4494
4610
 
@@ -4530,6 +4646,7 @@ module Aws::IoT
4530
4646
  :certificate_chain,
4531
4647
  :hash_algorithm,
4532
4648
  :signature_algorithm)
4649
+ SENSITIVE = []
4533
4650
  include Aws::Structure
4534
4651
  end
4535
4652
 
@@ -4546,6 +4663,7 @@ module Aws::IoT
4546
4663
  #
4547
4664
  class DeleteAccountAuditConfigurationRequest < Struct.new(
4548
4665
  :delete_scheduled_audits)
4666
+ SENSITIVE = []
4549
4667
  include Aws::Structure
4550
4668
  end
4551
4669
 
@@ -4564,6 +4682,7 @@ module Aws::IoT
4564
4682
  #
4565
4683
  class DeleteAuthorizerRequest < Struct.new(
4566
4684
  :authorizer_name)
4685
+ SENSITIVE = []
4567
4686
  include Aws::Structure
4568
4687
  end
4569
4688
 
@@ -4591,6 +4710,7 @@ module Aws::IoT
4591
4710
  class DeleteBillingGroupRequest < Struct.new(
4592
4711
  :billing_group_name,
4593
4712
  :expected_version)
4713
+ SENSITIVE = []
4594
4714
  include Aws::Structure
4595
4715
  end
4596
4716
 
@@ -4612,6 +4732,7 @@ module Aws::IoT
4612
4732
  #
4613
4733
  class DeleteCACertificateRequest < Struct.new(
4614
4734
  :certificate_id)
4735
+ SENSITIVE = []
4615
4736
  include Aws::Structure
4616
4737
  end
4617
4738
 
@@ -4642,6 +4763,7 @@ module Aws::IoT
4642
4763
  class DeleteCertificateRequest < Struct.new(
4643
4764
  :certificate_id,
4644
4765
  :force_delete)
4766
+ SENSITIVE = []
4645
4767
  include Aws::Structure
4646
4768
  end
4647
4769
 
@@ -4654,6 +4776,7 @@ module Aws::IoT
4654
4776
  #
4655
4777
  class DeleteConflictException < Struct.new(
4656
4778
  :message)
4779
+ SENSITIVE = []
4657
4780
  include Aws::Structure
4658
4781
  end
4659
4782
 
@@ -4670,6 +4793,7 @@ module Aws::IoT
4670
4793
  #
4671
4794
  class DeleteDimensionRequest < Struct.new(
4672
4795
  :name)
4796
+ SENSITIVE = []
4673
4797
  include Aws::Structure
4674
4798
  end
4675
4799
 
@@ -4688,6 +4812,7 @@ module Aws::IoT
4688
4812
  #
4689
4813
  class DeleteDomainConfigurationRequest < Struct.new(
4690
4814
  :domain_configuration_name)
4815
+ SENSITIVE = []
4691
4816
  include Aws::Structure
4692
4817
  end
4693
4818
 
@@ -4712,6 +4837,7 @@ module Aws::IoT
4712
4837
  class DeleteDynamicThingGroupRequest < Struct.new(
4713
4838
  :thing_group_name,
4714
4839
  :expected_version)
4840
+ SENSITIVE = []
4715
4841
  include Aws::Structure
4716
4842
  end
4717
4843
 
@@ -4764,6 +4890,7 @@ module Aws::IoT
4764
4890
  :thing_name,
4765
4891
  :execution_number,
4766
4892
  :force)
4893
+ SENSITIVE = []
4767
4894
  include Aws::Structure
4768
4895
  end
4769
4896
 
@@ -4802,6 +4929,7 @@ module Aws::IoT
4802
4929
  class DeleteJobRequest < Struct.new(
4803
4930
  :job_id,
4804
4931
  :force)
4932
+ SENSITIVE = []
4805
4933
  include Aws::Structure
4806
4934
  end
4807
4935
 
@@ -4818,6 +4946,7 @@ module Aws::IoT
4818
4946
  #
4819
4947
  class DeleteMitigationActionRequest < Struct.new(
4820
4948
  :action_name)
4949
+ SENSITIVE = []
4821
4950
  include Aws::Structure
4822
4951
  end
4823
4952
 
@@ -4850,6 +4979,7 @@ module Aws::IoT
4850
4979
  :ota_update_id,
4851
4980
  :delete_stream,
4852
4981
  :force_delete_aws_job)
4982
+ SENSITIVE = []
4853
4983
  include Aws::Structure
4854
4984
  end
4855
4985
 
@@ -4870,6 +5000,7 @@ module Aws::IoT
4870
5000
  #
4871
5001
  class DeletePolicyRequest < Struct.new(
4872
5002
  :policy_name)
5003
+ SENSITIVE = []
4873
5004
  include Aws::Structure
4874
5005
  end
4875
5006
 
@@ -4894,6 +5025,7 @@ module Aws::IoT
4894
5025
  class DeletePolicyVersionRequest < Struct.new(
4895
5026
  :policy_name,
4896
5027
  :policy_version_id)
5028
+ SENSITIVE = []
4897
5029
  include Aws::Structure
4898
5030
  end
4899
5031
 
@@ -4910,6 +5042,7 @@ module Aws::IoT
4910
5042
  #
4911
5043
  class DeleteProvisioningTemplateRequest < Struct.new(
4912
5044
  :template_name)
5045
+ SENSITIVE = []
4913
5046
  include Aws::Structure
4914
5047
  end
4915
5048
 
@@ -4934,6 +5067,7 @@ module Aws::IoT
4934
5067
  class DeleteProvisioningTemplateVersionRequest < Struct.new(
4935
5068
  :template_name,
4936
5069
  :version_id)
5070
+ SENSITIVE = []
4937
5071
  include Aws::Structure
4938
5072
  end
4939
5073
 
@@ -4962,6 +5096,7 @@ module Aws::IoT
4962
5096
  #
4963
5097
  class DeleteRoleAliasRequest < Struct.new(
4964
5098
  :role_alias)
5099
+ SENSITIVE = []
4965
5100
  include Aws::Structure
4966
5101
  end
4967
5102
 
@@ -4980,6 +5115,7 @@ module Aws::IoT
4980
5115
  #
4981
5116
  class DeleteScheduledAuditRequest < Struct.new(
4982
5117
  :scheduled_audit_name)
5118
+ SENSITIVE = []
4983
5119
  include Aws::Structure
4984
5120
  end
4985
5121
 
@@ -5007,6 +5143,7 @@ module Aws::IoT
5007
5143
  class DeleteSecurityProfileRequest < Struct.new(
5008
5144
  :security_profile_name,
5009
5145
  :expected_version)
5146
+ SENSITIVE = []
5010
5147
  include Aws::Structure
5011
5148
  end
5012
5149
 
@@ -5025,6 +5162,7 @@ module Aws::IoT
5025
5162
  #
5026
5163
  class DeleteStreamRequest < Struct.new(
5027
5164
  :stream_id)
5165
+ SENSITIVE = []
5028
5166
  include Aws::Structure
5029
5167
  end
5030
5168
 
@@ -5049,6 +5187,7 @@ module Aws::IoT
5049
5187
  class DeleteThingGroupRequest < Struct.new(
5050
5188
  :thing_group_name,
5051
5189
  :expected_version)
5190
+ SENSITIVE = []
5052
5191
  include Aws::Structure
5053
5192
  end
5054
5193
 
@@ -5078,6 +5217,7 @@ module Aws::IoT
5078
5217
  class DeleteThingRequest < Struct.new(
5079
5218
  :thing_name,
5080
5219
  :expected_version)
5220
+ SENSITIVE = []
5081
5221
  include Aws::Structure
5082
5222
  end
5083
5223
 
@@ -5100,6 +5240,7 @@ module Aws::IoT
5100
5240
  #
5101
5241
  class DeleteThingTypeRequest < Struct.new(
5102
5242
  :thing_type_name)
5243
+ SENSITIVE = []
5103
5244
  include Aws::Structure
5104
5245
  end
5105
5246
 
@@ -5120,6 +5261,7 @@ module Aws::IoT
5120
5261
  #
5121
5262
  class DeleteTopicRuleDestinationRequest < Struct.new(
5122
5263
  :arn)
5264
+ SENSITIVE = []
5123
5265
  include Aws::Structure
5124
5266
  end
5125
5267
 
@@ -5140,6 +5282,7 @@ module Aws::IoT
5140
5282
  #
5141
5283
  class DeleteTopicRuleRequest < Struct.new(
5142
5284
  :rule_name)
5285
+ SENSITIVE = []
5143
5286
  include Aws::Structure
5144
5287
  end
5145
5288
 
@@ -5163,6 +5306,7 @@ module Aws::IoT
5163
5306
  class DeleteV2LoggingLevelRequest < Struct.new(
5164
5307
  :target_type,
5165
5308
  :target_name)
5309
+ SENSITIVE = []
5166
5310
  include Aws::Structure
5167
5311
  end
5168
5312
 
@@ -5181,6 +5325,7 @@ module Aws::IoT
5181
5325
  class Denied < Struct.new(
5182
5326
  :implicit_deny,
5183
5327
  :explicit_deny)
5328
+ SENSITIVE = []
5184
5329
  include Aws::Structure
5185
5330
  end
5186
5331
 
@@ -5207,6 +5352,7 @@ module Aws::IoT
5207
5352
  class DeprecateThingTypeRequest < Struct.new(
5208
5353
  :thing_type_name,
5209
5354
  :undo_deprecate)
5355
+ SENSITIVE = []
5210
5356
  include Aws::Structure
5211
5357
  end
5212
5358
 
@@ -5240,6 +5386,7 @@ module Aws::IoT
5240
5386
  :role_arn,
5241
5387
  :audit_notification_target_configurations,
5242
5388
  :audit_check_configurations)
5389
+ SENSITIVE = []
5243
5390
  include Aws::Structure
5244
5391
  end
5245
5392
 
@@ -5257,6 +5404,7 @@ module Aws::IoT
5257
5404
  #
5258
5405
  class DescribeAuditFindingRequest < Struct.new(
5259
5406
  :finding_id)
5407
+ SENSITIVE = []
5260
5408
  include Aws::Structure
5261
5409
  end
5262
5410
 
@@ -5266,6 +5414,7 @@ module Aws::IoT
5266
5414
  #
5267
5415
  class DescribeAuditFindingResponse < Struct.new(
5268
5416
  :finding)
5417
+ SENSITIVE = []
5269
5418
  include Aws::Structure
5270
5419
  end
5271
5420
 
@@ -5282,6 +5431,7 @@ module Aws::IoT
5282
5431
  #
5283
5432
  class DescribeAuditMitigationActionsTaskRequest < Struct.new(
5284
5433
  :task_id)
5434
+ SENSITIVE = []
5285
5435
  include Aws::Structure
5286
5436
  end
5287
5437
 
@@ -5325,6 +5475,7 @@ module Aws::IoT
5325
5475
  :target,
5326
5476
  :audit_check_to_actions_mapping,
5327
5477
  :actions_definition)
5478
+ SENSITIVE = []
5328
5479
  include Aws::Structure
5329
5480
  end
5330
5481
 
@@ -5341,6 +5492,7 @@ module Aws::IoT
5341
5492
  #
5342
5493
  class DescribeAuditTaskRequest < Struct.new(
5343
5494
  :task_id)
5495
+ SENSITIVE = []
5344
5496
  include Aws::Structure
5345
5497
  end
5346
5498
 
@@ -5378,6 +5530,7 @@ module Aws::IoT
5378
5530
  :task_statistics,
5379
5531
  :scheduled_audit_name,
5380
5532
  :audit_details)
5533
+ SENSITIVE = []
5381
5534
  include Aws::Structure
5382
5535
  end
5383
5536
 
@@ -5394,6 +5547,7 @@ module Aws::IoT
5394
5547
  #
5395
5548
  class DescribeAuthorizerRequest < Struct.new(
5396
5549
  :authorizer_name)
5550
+ SENSITIVE = []
5397
5551
  include Aws::Structure
5398
5552
  end
5399
5553
 
@@ -5403,6 +5557,7 @@ module Aws::IoT
5403
5557
  #
5404
5558
  class DescribeAuthorizerResponse < Struct.new(
5405
5559
  :authorizer_description)
5560
+ SENSITIVE = []
5406
5561
  include Aws::Structure
5407
5562
  end
5408
5563
 
@@ -5419,6 +5574,7 @@ module Aws::IoT
5419
5574
  #
5420
5575
  class DescribeBillingGroupRequest < Struct.new(
5421
5576
  :billing_group_name)
5577
+ SENSITIVE = []
5422
5578
  include Aws::Structure
5423
5579
  end
5424
5580
 
@@ -5453,6 +5609,7 @@ module Aws::IoT
5453
5609
  :version,
5454
5610
  :billing_group_properties,
5455
5611
  :billing_group_metadata)
5612
+ SENSITIVE = []
5456
5613
  include Aws::Structure
5457
5614
  end
5458
5615
 
@@ -5471,6 +5628,7 @@ module Aws::IoT
5471
5628
  #
5472
5629
  class DescribeCACertificateRequest < Struct.new(
5473
5630
  :certificate_id)
5631
+ SENSITIVE = []
5474
5632
  include Aws::Structure
5475
5633
  end
5476
5634
 
@@ -5487,6 +5645,7 @@ module Aws::IoT
5487
5645
  class DescribeCACertificateResponse < Struct.new(
5488
5646
  :certificate_description,
5489
5647
  :registration_config)
5648
+ SENSITIVE = []
5490
5649
  include Aws::Structure
5491
5650
  end
5492
5651
 
@@ -5506,6 +5665,7 @@ module Aws::IoT
5506
5665
  #
5507
5666
  class DescribeCertificateRequest < Struct.new(
5508
5667
  :certificate_id)
5668
+ SENSITIVE = []
5509
5669
  include Aws::Structure
5510
5670
  end
5511
5671
 
@@ -5517,6 +5677,7 @@ module Aws::IoT
5517
5677
  #
5518
5678
  class DescribeCertificateResponse < Struct.new(
5519
5679
  :certificate_description)
5680
+ SENSITIVE = []
5520
5681
  include Aws::Structure
5521
5682
  end
5522
5683
 
@@ -5530,6 +5691,7 @@ module Aws::IoT
5530
5691
  #
5531
5692
  class DescribeDefaultAuthorizerResponse < Struct.new(
5532
5693
  :authorizer_description)
5694
+ SENSITIVE = []
5533
5695
  include Aws::Structure
5534
5696
  end
5535
5697
 
@@ -5546,6 +5708,7 @@ module Aws::IoT
5546
5708
  #
5547
5709
  class DescribeDimensionRequest < Struct.new(
5548
5710
  :name)
5711
+ SENSITIVE = []
5549
5712
  include Aws::Structure
5550
5713
  end
5551
5714
 
@@ -5582,6 +5745,7 @@ module Aws::IoT
5582
5745
  :string_values,
5583
5746
  :creation_date,
5584
5747
  :last_modified_date)
5748
+ SENSITIVE = []
5585
5749
  include Aws::Structure
5586
5750
  end
5587
5751
 
@@ -5598,6 +5762,7 @@ module Aws::IoT
5598
5762
  #
5599
5763
  class DescribeDomainConfigurationRequest < Struct.new(
5600
5764
  :domain_configuration_name)
5765
+ SENSITIVE = []
5601
5766
  include Aws::Structure
5602
5767
  end
5603
5768
 
@@ -5644,6 +5809,7 @@ module Aws::IoT
5644
5809
  :domain_configuration_status,
5645
5810
  :service_type,
5646
5811
  :domain_type)
5812
+ SENSITIVE = []
5647
5813
  include Aws::Structure
5648
5814
  end
5649
5815
 
@@ -5687,6 +5853,7 @@ module Aws::IoT
5687
5853
  #
5688
5854
  class DescribeEndpointRequest < Struct.new(
5689
5855
  :endpoint_type)
5856
+ SENSITIVE = []
5690
5857
  include Aws::Structure
5691
5858
  end
5692
5859
 
@@ -5699,6 +5866,7 @@ module Aws::IoT
5699
5866
  #
5700
5867
  class DescribeEndpointResponse < Struct.new(
5701
5868
  :endpoint_address)
5869
+ SENSITIVE = []
5702
5870
  include Aws::Structure
5703
5871
  end
5704
5872
 
@@ -5722,6 +5890,7 @@ module Aws::IoT
5722
5890
  :event_configurations,
5723
5891
  :creation_date,
5724
5892
  :last_modified_date)
5893
+ SENSITIVE = []
5725
5894
  include Aws::Structure
5726
5895
  end
5727
5896
 
@@ -5738,6 +5907,7 @@ module Aws::IoT
5738
5907
  #
5739
5908
  class DescribeIndexRequest < Struct.new(
5740
5909
  :index_name)
5910
+ SENSITIVE = []
5741
5911
  include Aws::Structure
5742
5912
  end
5743
5913
 
@@ -5770,6 +5940,7 @@ module Aws::IoT
5770
5940
  :index_name,
5771
5941
  :index_status,
5772
5942
  :schema)
5943
+ SENSITIVE = []
5773
5944
  include Aws::Structure
5774
5945
  end
5775
5946
 
@@ -5799,6 +5970,7 @@ module Aws::IoT
5799
5970
  :job_id,
5800
5971
  :thing_name,
5801
5972
  :execution_number)
5973
+ SENSITIVE = []
5802
5974
  include Aws::Structure
5803
5975
  end
5804
5976
 
@@ -5808,6 +5980,7 @@ module Aws::IoT
5808
5980
  #
5809
5981
  class DescribeJobExecutionResponse < Struct.new(
5810
5982
  :execution)
5983
+ SENSITIVE = []
5811
5984
  include Aws::Structure
5812
5985
  end
5813
5986
 
@@ -5824,6 +5997,7 @@ module Aws::IoT
5824
5997
  #
5825
5998
  class DescribeJobRequest < Struct.new(
5826
5999
  :job_id)
6000
+ SENSITIVE = []
5827
6001
  include Aws::Structure
5828
6002
  end
5829
6003
 
@@ -5838,6 +6012,7 @@ module Aws::IoT
5838
6012
  class DescribeJobResponse < Struct.new(
5839
6013
  :document_source,
5840
6014
  :job)
6015
+ SENSITIVE = []
5841
6016
  include Aws::Structure
5842
6017
  end
5843
6018
 
@@ -5854,6 +6029,7 @@ module Aws::IoT
5854
6029
  #
5855
6030
  class DescribeMitigationActionRequest < Struct.new(
5856
6031
  :action_name)
6032
+ SENSITIVE = []
5857
6033
  include Aws::Structure
5858
6034
  end
5859
6035
 
@@ -5900,6 +6076,7 @@ module Aws::IoT
5900
6076
  :action_params,
5901
6077
  :creation_date,
5902
6078
  :last_modified_date)
6079
+ SENSITIVE = []
5903
6080
  include Aws::Structure
5904
6081
  end
5905
6082
 
@@ -5916,6 +6093,7 @@ module Aws::IoT
5916
6093
  #
5917
6094
  class DescribeProvisioningTemplateRequest < Struct.new(
5918
6095
  :template_name)
6096
+ SENSITIVE = []
5919
6097
  include Aws::Structure
5920
6098
  end
5921
6099
 
@@ -5971,6 +6149,7 @@ module Aws::IoT
5971
6149
  :enabled,
5972
6150
  :provisioning_role_arn,
5973
6151
  :pre_provisioning_hook)
6152
+ SENSITIVE = []
5974
6153
  include Aws::Structure
5975
6154
  end
5976
6155
 
@@ -5993,6 +6172,7 @@ module Aws::IoT
5993
6172
  class DescribeProvisioningTemplateVersionRequest < Struct.new(
5994
6173
  :template_name,
5995
6174
  :version_id)
6175
+ SENSITIVE = []
5996
6176
  include Aws::Structure
5997
6177
  end
5998
6178
 
@@ -6019,6 +6199,7 @@ module Aws::IoT
6019
6199
  :creation_date,
6020
6200
  :template_body,
6021
6201
  :is_default_version)
6202
+ SENSITIVE = []
6022
6203
  include Aws::Structure
6023
6204
  end
6024
6205
 
@@ -6035,6 +6216,7 @@ module Aws::IoT
6035
6216
  #
6036
6217
  class DescribeRoleAliasRequest < Struct.new(
6037
6218
  :role_alias)
6219
+ SENSITIVE = []
6038
6220
  include Aws::Structure
6039
6221
  end
6040
6222
 
@@ -6044,6 +6226,7 @@ module Aws::IoT
6044
6226
  #
6045
6227
  class DescribeRoleAliasResponse < Struct.new(
6046
6228
  :role_alias_description)
6229
+ SENSITIVE = []
6047
6230
  include Aws::Structure
6048
6231
  end
6049
6232
 
@@ -6060,6 +6243,7 @@ module Aws::IoT
6060
6243
  #
6061
6244
  class DescribeScheduledAuditRequest < Struct.new(
6062
6245
  :scheduled_audit_name)
6246
+ SENSITIVE = []
6063
6247
  include Aws::Structure
6064
6248
  end
6065
6249
 
@@ -6105,6 +6289,7 @@ module Aws::IoT
6105
6289
  :target_check_names,
6106
6290
  :scheduled_audit_name,
6107
6291
  :scheduled_audit_arn)
6292
+ SENSITIVE = []
6108
6293
  include Aws::Structure
6109
6294
  end
6110
6295
 
@@ -6121,6 +6306,7 @@ module Aws::IoT
6121
6306
  #
6122
6307
  class DescribeSecurityProfileRequest < Struct.new(
6123
6308
  :security_profile_name)
6309
+ SENSITIVE = []
6124
6310
  include Aws::Structure
6125
6311
  end
6126
6312
 
@@ -6185,6 +6371,7 @@ module Aws::IoT
6185
6371
  :version,
6186
6372
  :creation_date,
6187
6373
  :last_modified_date)
6374
+ SENSITIVE = []
6188
6375
  include Aws::Structure
6189
6376
  end
6190
6377
 
@@ -6201,6 +6388,7 @@ module Aws::IoT
6201
6388
  #
6202
6389
  class DescribeStreamRequest < Struct.new(
6203
6390
  :stream_id)
6391
+ SENSITIVE = []
6204
6392
  include Aws::Structure
6205
6393
  end
6206
6394
 
@@ -6210,6 +6398,7 @@ module Aws::IoT
6210
6398
  #
6211
6399
  class DescribeStreamResponse < Struct.new(
6212
6400
  :stream_info)
6401
+ SENSITIVE = []
6213
6402
  include Aws::Structure
6214
6403
  end
6215
6404
 
@@ -6226,6 +6415,7 @@ module Aws::IoT
6226
6415
  #
6227
6416
  class DescribeThingGroupRequest < Struct.new(
6228
6417
  :thing_group_name)
6418
+ SENSITIVE = []
6229
6419
  include Aws::Structure
6230
6420
  end
6231
6421
 
@@ -6280,6 +6470,7 @@ module Aws::IoT
6280
6470
  :query_string,
6281
6471
  :query_version,
6282
6472
  :status)
6473
+ SENSITIVE = []
6283
6474
  include Aws::Structure
6284
6475
  end
6285
6476
 
@@ -6296,6 +6487,7 @@ module Aws::IoT
6296
6487
  #
6297
6488
  class DescribeThingRegistrationTaskRequest < Struct.new(
6298
6489
  :task_id)
6490
+ SENSITIVE = []
6299
6491
  include Aws::Structure
6300
6492
  end
6301
6493
 
@@ -6361,6 +6553,7 @@ module Aws::IoT
6361
6553
  :success_count,
6362
6554
  :failure_count,
6363
6555
  :percentage_progress)
6556
+ SENSITIVE = []
6364
6557
  include Aws::Structure
6365
6558
  end
6366
6559
 
@@ -6379,6 +6572,7 @@ module Aws::IoT
6379
6572
  #
6380
6573
  class DescribeThingRequest < Struct.new(
6381
6574
  :thing_name)
6575
+ SENSITIVE = []
6382
6576
  include Aws::Structure
6383
6577
  end
6384
6578
 
@@ -6440,6 +6634,7 @@ module Aws::IoT
6440
6634
  :attributes,
6441
6635
  :version,
6442
6636
  :billing_group_name)
6637
+ SENSITIVE = []
6443
6638
  include Aws::Structure
6444
6639
  end
6445
6640
 
@@ -6458,6 +6653,7 @@ module Aws::IoT
6458
6653
  #
6459
6654
  class DescribeThingTypeRequest < Struct.new(
6460
6655
  :thing_type_name)
6656
+ SENSITIVE = []
6461
6657
  include Aws::Structure
6462
6658
  end
6463
6659
 
@@ -6494,6 +6690,7 @@ module Aws::IoT
6494
6690
  :thing_type_arn,
6495
6691
  :thing_type_properties,
6496
6692
  :thing_type_metadata)
6693
+ SENSITIVE = []
6497
6694
  include Aws::Structure
6498
6695
  end
6499
6696
 
@@ -6515,6 +6712,7 @@ module Aws::IoT
6515
6712
  #
6516
6713
  class Destination < Struct.new(
6517
6714
  :s3_destination)
6715
+ SENSITIVE = []
6518
6716
  include Aws::Structure
6519
6717
  end
6520
6718
 
@@ -6537,6 +6735,7 @@ module Aws::IoT
6537
6735
  class DetachPolicyRequest < Struct.new(
6538
6736
  :policy_name,
6539
6737
  :target)
6738
+ SENSITIVE = []
6540
6739
  include Aws::Structure
6541
6740
  end
6542
6741
 
@@ -6565,6 +6764,7 @@ module Aws::IoT
6565
6764
  class DetachPrincipalPolicyRequest < Struct.new(
6566
6765
  :policy_name,
6567
6766
  :principal)
6767
+ SENSITIVE = []
6568
6768
  include Aws::Structure
6569
6769
  end
6570
6770
 
@@ -6588,6 +6788,7 @@ module Aws::IoT
6588
6788
  class DetachSecurityProfileRequest < Struct.new(
6589
6789
  :security_profile_name,
6590
6790
  :security_profile_target_arn)
6791
+ SENSITIVE = []
6591
6792
  include Aws::Structure
6592
6793
  end
6593
6794
 
@@ -6616,6 +6817,7 @@ module Aws::IoT
6616
6817
  class DetachThingPrincipalRequest < Struct.new(
6617
6818
  :thing_name,
6618
6819
  :principal)
6820
+ SENSITIVE = []
6619
6821
  include Aws::Structure
6620
6822
  end
6621
6823
 
@@ -6638,6 +6840,7 @@ module Aws::IoT
6638
6840
  #
6639
6841
  class DisableTopicRuleRequest < Struct.new(
6640
6842
  :rule_name)
6843
+ SENSITIVE = []
6641
6844
  include Aws::Structure
6642
6845
  end
6643
6846
 
@@ -6675,6 +6878,7 @@ module Aws::IoT
6675
6878
  :domain_configuration_name,
6676
6879
  :domain_configuration_arn,
6677
6880
  :service_type)
6881
+ SENSITIVE = []
6678
6882
  include Aws::Structure
6679
6883
  end
6680
6884
 
@@ -6766,6 +6970,7 @@ module Aws::IoT
6766
6970
  :range_key_value,
6767
6971
  :range_key_type,
6768
6972
  :payload_field)
6973
+ SENSITIVE = []
6769
6974
  include Aws::Structure
6770
6975
  end
6771
6976
 
@@ -6802,6 +7007,7 @@ module Aws::IoT
6802
7007
  class DynamoDBv2Action < Struct.new(
6803
7008
  :role_arn,
6804
7009
  :put_item)
7010
+ SENSITIVE = []
6805
7011
  include Aws::Structure
6806
7012
  end
6807
7013
 
@@ -6823,6 +7029,7 @@ module Aws::IoT
6823
7029
  :policy_name,
6824
7030
  :policy_arn,
6825
7031
  :policy_document)
7032
+ SENSITIVE = []
6826
7033
  include Aws::Structure
6827
7034
  end
6828
7035
 
@@ -6866,6 +7073,7 @@ module Aws::IoT
6866
7073
  :index,
6867
7074
  :type,
6868
7075
  :id)
7076
+ SENSITIVE = []
6869
7077
  include Aws::Structure
6870
7078
  end
6871
7079
 
@@ -6891,6 +7099,7 @@ module Aws::IoT
6891
7099
  class EnableIoTLoggingParams < Struct.new(
6892
7100
  :role_arn_for_logging,
6893
7101
  :log_level)
7102
+ SENSITIVE = []
6894
7103
  include Aws::Structure
6895
7104
  end
6896
7105
 
@@ -6909,6 +7118,7 @@ module Aws::IoT
6909
7118
  #
6910
7119
  class EnableTopicRuleRequest < Struct.new(
6911
7120
  :rule_name)
7121
+ SENSITIVE = []
6912
7122
  include Aws::Structure
6913
7123
  end
6914
7124
 
@@ -6925,6 +7135,7 @@ module Aws::IoT
6925
7135
  class ErrorInfo < Struct.new(
6926
7136
  :code,
6927
7137
  :message)
7138
+ SENSITIVE = []
6928
7139
  include Aws::Structure
6929
7140
  end
6930
7141
 
@@ -6936,6 +7147,7 @@ module Aws::IoT
6936
7147
  #
6937
7148
  class ExplicitDeny < Struct.new(
6938
7149
  :policies)
7150
+ SENSITIVE = []
6939
7151
  include Aws::Structure
6940
7152
  end
6941
7153
 
@@ -6974,6 +7186,7 @@ module Aws::IoT
6974
7186
  :base_rate_per_minute,
6975
7187
  :increment_factor,
6976
7188
  :rate_increase_criteria)
7189
+ SENSITIVE = []
6977
7190
  include Aws::Structure
6978
7191
  end
6979
7192
 
@@ -6998,6 +7211,7 @@ module Aws::IoT
6998
7211
  class Field < Struct.new(
6999
7212
  :name,
7000
7213
  :type)
7214
+ SENSITIVE = []
7001
7215
  include Aws::Structure
7002
7216
  end
7003
7217
 
@@ -7029,6 +7243,7 @@ module Aws::IoT
7029
7243
  class FileLocation < Struct.new(
7030
7244
  :stream,
7031
7245
  :s3_location)
7246
+ SENSITIVE = []
7032
7247
  include Aws::Structure
7033
7248
  end
7034
7249
 
@@ -7063,6 +7278,7 @@ module Aws::IoT
7063
7278
  :role_arn,
7064
7279
  :delivery_stream_name,
7065
7280
  :separator)
7281
+ SENSITIVE = []
7066
7282
  include Aws::Structure
7067
7283
  end
7068
7284
 
@@ -7097,6 +7313,7 @@ module Aws::IoT
7097
7313
  :query_string,
7098
7314
  :aggregation_field,
7099
7315
  :query_version)
7316
+ SENSITIVE = []
7100
7317
  include Aws::Structure
7101
7318
  end
7102
7319
 
@@ -7106,6 +7323,7 @@ module Aws::IoT
7106
7323
  #
7107
7324
  class GetCardinalityResponse < Struct.new(
7108
7325
  :cardinality)
7326
+ SENSITIVE = []
7109
7327
  include Aws::Structure
7110
7328
  end
7111
7329
 
@@ -7134,6 +7352,7 @@ module Aws::IoT
7134
7352
  :principal,
7135
7353
  :cognito_identity_pool_id,
7136
7354
  :thing_name)
7355
+ SENSITIVE = []
7137
7356
  include Aws::Structure
7138
7357
  end
7139
7358
 
@@ -7143,6 +7362,7 @@ module Aws::IoT
7143
7362
  #
7144
7363
  class GetEffectivePoliciesResponse < Struct.new(
7145
7364
  :effective_policies)
7365
+ SENSITIVE = []
7146
7366
  include Aws::Structure
7147
7367
  end
7148
7368
 
@@ -7161,6 +7381,7 @@ module Aws::IoT
7161
7381
  class GetIndexingConfigurationResponse < Struct.new(
7162
7382
  :thing_indexing_configuration,
7163
7383
  :thing_group_indexing_configuration)
7384
+ SENSITIVE = []
7164
7385
  include Aws::Structure
7165
7386
  end
7166
7387
 
@@ -7177,6 +7398,7 @@ module Aws::IoT
7177
7398
  #
7178
7399
  class GetJobDocumentRequest < Struct.new(
7179
7400
  :job_id)
7401
+ SENSITIVE = []
7180
7402
  include Aws::Structure
7181
7403
  end
7182
7404
 
@@ -7186,6 +7408,7 @@ module Aws::IoT
7186
7408
  #
7187
7409
  class GetJobDocumentResponse < Struct.new(
7188
7410
  :document)
7411
+ SENSITIVE = []
7189
7412
  include Aws::Structure
7190
7413
  end
7191
7414
 
@@ -7208,6 +7431,7 @@ module Aws::IoT
7208
7431
  class GetLoggingOptionsResponse < Struct.new(
7209
7432
  :role_arn,
7210
7433
  :log_level)
7434
+ SENSITIVE = []
7211
7435
  include Aws::Structure
7212
7436
  end
7213
7437
 
@@ -7224,6 +7448,7 @@ module Aws::IoT
7224
7448
  #
7225
7449
  class GetOTAUpdateRequest < Struct.new(
7226
7450
  :ota_update_id)
7451
+ SENSITIVE = []
7227
7452
  include Aws::Structure
7228
7453
  end
7229
7454
 
@@ -7233,6 +7458,7 @@ module Aws::IoT
7233
7458
  #
7234
7459
  class GetOTAUpdateResponse < Struct.new(
7235
7460
  :ota_update_info)
7461
+ SENSITIVE = []
7236
7462
  include Aws::Structure
7237
7463
  end
7238
7464
 
@@ -7273,6 +7499,7 @@ module Aws::IoT
7273
7499
  :aggregation_field,
7274
7500
  :query_version,
7275
7501
  :percents)
7502
+ SENSITIVE = []
7276
7503
  include Aws::Structure
7277
7504
  end
7278
7505
 
@@ -7282,6 +7509,7 @@ module Aws::IoT
7282
7509
  #
7283
7510
  class GetPercentilesResponse < Struct.new(
7284
7511
  :percentiles)
7512
+ SENSITIVE = []
7285
7513
  include Aws::Structure
7286
7514
  end
7287
7515
 
@@ -7300,6 +7528,7 @@ module Aws::IoT
7300
7528
  #
7301
7529
  class GetPolicyRequest < Struct.new(
7302
7530
  :policy_name)
7531
+ SENSITIVE = []
7303
7532
  include Aws::Structure
7304
7533
  end
7305
7534
 
@@ -7341,6 +7570,7 @@ module Aws::IoT
7341
7570
  :creation_date,
7342
7571
  :last_modified_date,
7343
7572
  :generation_id)
7573
+ SENSITIVE = []
7344
7574
  include Aws::Structure
7345
7575
  end
7346
7576
 
@@ -7365,6 +7595,7 @@ module Aws::IoT
7365
7595
  class GetPolicyVersionRequest < Struct.new(
7366
7596
  :policy_name,
7367
7597
  :policy_version_id)
7598
+ SENSITIVE = []
7368
7599
  include Aws::Structure
7369
7600
  end
7370
7601
 
@@ -7411,6 +7642,7 @@ module Aws::IoT
7411
7642
  :creation_date,
7412
7643
  :last_modified_date,
7413
7644
  :generation_id)
7645
+ SENSITIVE = []
7414
7646
  include Aws::Structure
7415
7647
  end
7416
7648
 
@@ -7428,6 +7660,7 @@ module Aws::IoT
7428
7660
  #
7429
7661
  class GetRegistrationCodeResponse < Struct.new(
7430
7662
  :registration_code)
7663
+ SENSITIVE = []
7431
7664
  include Aws::Structure
7432
7665
  end
7433
7666
 
@@ -7463,6 +7696,7 @@ module Aws::IoT
7463
7696
  :query_string,
7464
7697
  :aggregation_field,
7465
7698
  :query_version)
7699
+ SENSITIVE = []
7466
7700
  include Aws::Structure
7467
7701
  end
7468
7702
 
@@ -7473,6 +7707,7 @@ module Aws::IoT
7473
7707
  #
7474
7708
  class GetStatisticsResponse < Struct.new(
7475
7709
  :statistics)
7710
+ SENSITIVE = []
7476
7711
  include Aws::Structure
7477
7712
  end
7478
7713
 
@@ -7489,6 +7724,7 @@ module Aws::IoT
7489
7724
  #
7490
7725
  class GetTopicRuleDestinationRequest < Struct.new(
7491
7726
  :arn)
7727
+ SENSITIVE = []
7492
7728
  include Aws::Structure
7493
7729
  end
7494
7730
 
@@ -7498,6 +7734,7 @@ module Aws::IoT
7498
7734
  #
7499
7735
  class GetTopicRuleDestinationResponse < Struct.new(
7500
7736
  :topic_rule_destination)
7737
+ SENSITIVE = []
7501
7738
  include Aws::Structure
7502
7739
  end
7503
7740
 
@@ -7516,6 +7753,7 @@ module Aws::IoT
7516
7753
  #
7517
7754
  class GetTopicRuleRequest < Struct.new(
7518
7755
  :rule_name)
7756
+ SENSITIVE = []
7519
7757
  include Aws::Structure
7520
7758
  end
7521
7759
 
@@ -7532,6 +7770,7 @@ module Aws::IoT
7532
7770
  class GetTopicRuleResponse < Struct.new(
7533
7771
  :rule_arn,
7534
7772
  :rule)
7773
+ SENSITIVE = []
7535
7774
  include Aws::Structure
7536
7775
  end
7537
7776
 
@@ -7555,6 +7794,7 @@ module Aws::IoT
7555
7794
  :role_arn,
7556
7795
  :default_log_level,
7557
7796
  :disable_all_logs)
7797
+ SENSITIVE = []
7558
7798
  include Aws::Structure
7559
7799
  end
7560
7800
 
@@ -7571,6 +7811,7 @@ module Aws::IoT
7571
7811
  class GroupNameAndArn < Struct.new(
7572
7812
  :group_name,
7573
7813
  :group_arn)
7814
+ SENSITIVE = []
7574
7815
  include Aws::Structure
7575
7816
  end
7576
7817
 
@@ -7627,6 +7868,7 @@ module Aws::IoT
7627
7868
  :confirmation_url,
7628
7869
  :headers,
7629
7870
  :auth)
7871
+ SENSITIVE = []
7630
7872
  include Aws::Structure
7631
7873
  end
7632
7874
 
@@ -7651,6 +7893,7 @@ module Aws::IoT
7651
7893
  class HttpActionHeader < Struct.new(
7652
7894
  :key,
7653
7895
  :value)
7896
+ SENSITIVE = []
7654
7897
  include Aws::Structure
7655
7898
  end
7656
7899
 
@@ -7678,6 +7921,7 @@ module Aws::IoT
7678
7921
  #
7679
7922
  class HttpAuthorization < Struct.new(
7680
7923
  :sigv4)
7924
+ SENSITIVE = []
7681
7925
  include Aws::Structure
7682
7926
  end
7683
7927
 
@@ -7704,6 +7948,7 @@ module Aws::IoT
7704
7948
  class HttpContext < Struct.new(
7705
7949
  :headers,
7706
7950
  :query_string)
7951
+ SENSITIVE = []
7707
7952
  include Aws::Structure
7708
7953
  end
7709
7954
 
@@ -7724,6 +7969,7 @@ module Aws::IoT
7724
7969
  #
7725
7970
  class HttpUrlDestinationConfiguration < Struct.new(
7726
7971
  :confirmation_url)
7972
+ SENSITIVE = []
7727
7973
  include Aws::Structure
7728
7974
  end
7729
7975
 
@@ -7735,6 +7981,7 @@ module Aws::IoT
7735
7981
  #
7736
7982
  class HttpUrlDestinationProperties < Struct.new(
7737
7983
  :confirmation_url)
7984
+ SENSITIVE = []
7738
7985
  include Aws::Structure
7739
7986
  end
7740
7987
 
@@ -7747,6 +7994,7 @@ module Aws::IoT
7747
7994
  #
7748
7995
  class HttpUrlDestinationSummary < Struct.new(
7749
7996
  :confirmation_url)
7997
+ SENSITIVE = []
7750
7998
  include Aws::Structure
7751
7999
  end
7752
8000
 
@@ -7761,6 +8009,7 @@ module Aws::IoT
7761
8009
  #
7762
8010
  class ImplicitDeny < Struct.new(
7763
8011
  :policies)
8012
+ SENSITIVE = []
7764
8013
  include Aws::Structure
7765
8014
  end
7766
8015
 
@@ -7772,6 +8021,7 @@ module Aws::IoT
7772
8021
  #
7773
8022
  class IndexNotReadyException < Struct.new(
7774
8023
  :message)
8024
+ SENSITIVE = []
7775
8025
  include Aws::Structure
7776
8026
  end
7777
8027
 
@@ -7783,6 +8033,7 @@ module Aws::IoT
7783
8033
  #
7784
8034
  class InternalException < Struct.new(
7785
8035
  :message)
8036
+ SENSITIVE = []
7786
8037
  include Aws::Structure
7787
8038
  end
7788
8039
 
@@ -7794,6 +8045,7 @@ module Aws::IoT
7794
8045
  #
7795
8046
  class InternalFailureException < Struct.new(
7796
8047
  :message)
8048
+ SENSITIVE = []
7797
8049
  include Aws::Structure
7798
8050
  end
7799
8051
 
@@ -7804,6 +8056,7 @@ module Aws::IoT
7804
8056
  #
7805
8057
  class InvalidAggregationException < Struct.new(
7806
8058
  :message)
8059
+ SENSITIVE = []
7807
8060
  include Aws::Structure
7808
8061
  end
7809
8062
 
@@ -7815,6 +8068,7 @@ module Aws::IoT
7815
8068
  #
7816
8069
  class InvalidQueryException < Struct.new(
7817
8070
  :message)
8071
+ SENSITIVE = []
7818
8072
  include Aws::Structure
7819
8073
  end
7820
8074
 
@@ -7826,6 +8080,7 @@ module Aws::IoT
7826
8080
  #
7827
8081
  class InvalidRequestException < Struct.new(
7828
8082
  :message)
8083
+ SENSITIVE = []
7829
8084
  include Aws::Structure
7830
8085
  end
7831
8086
 
@@ -7837,6 +8092,7 @@ module Aws::IoT
7837
8092
  #
7838
8093
  class InvalidResponseException < Struct.new(
7839
8094
  :message)
8095
+ SENSITIVE = []
7840
8096
  include Aws::Structure
7841
8097
  end
7842
8098
 
@@ -7850,6 +8106,7 @@ module Aws::IoT
7850
8106
  #
7851
8107
  class InvalidStateTransitionException < Struct.new(
7852
8108
  :message)
8109
+ SENSITIVE = []
7853
8110
  include Aws::Structure
7854
8111
  end
7855
8112
 
@@ -7884,6 +8141,7 @@ module Aws::IoT
7884
8141
  :channel_arn,
7885
8142
  :channel_name,
7886
8143
  :role_arn)
8144
+ SENSITIVE = []
7887
8145
  include Aws::Structure
7888
8146
  end
7889
8147
 
@@ -7917,6 +8175,7 @@ module Aws::IoT
7917
8175
  :input_name,
7918
8176
  :message_id,
7919
8177
  :role_arn)
8178
+ SENSITIVE = []
7920
8179
  include Aws::Structure
7921
8180
  end
7922
8181
 
@@ -7967,6 +8226,7 @@ module Aws::IoT
7967
8226
  class IotSiteWiseAction < Struct.new(
7968
8227
  :put_asset_property_value_entries,
7969
8228
  :role_arn)
8229
+ SENSITIVE = []
7970
8230
  include Aws::Structure
7971
8231
  end
7972
8232
 
@@ -8072,6 +8332,7 @@ module Aws::IoT
8072
8332
  :completed_at,
8073
8333
  :job_process_details,
8074
8334
  :timeout_config)
8335
+ SENSITIVE = []
8075
8336
  include Aws::Structure
8076
8337
  end
8077
8338
 
@@ -8149,6 +8410,7 @@ module Aws::IoT
8149
8410
  :execution_number,
8150
8411
  :version_number,
8151
8412
  :approximate_seconds_before_timed_out)
8413
+ SENSITIVE = []
8152
8414
  include Aws::Structure
8153
8415
  end
8154
8416
 
@@ -8160,6 +8422,7 @@ module Aws::IoT
8160
8422
  #
8161
8423
  class JobExecutionStatusDetails < Struct.new(
8162
8424
  :details_map)
8425
+ SENSITIVE = []
8163
8426
  include Aws::Structure
8164
8427
  end
8165
8428
 
@@ -8197,6 +8460,7 @@ module Aws::IoT
8197
8460
  :started_at,
8198
8461
  :last_updated_at,
8199
8462
  :execution_number)
8463
+ SENSITIVE = []
8200
8464
  include Aws::Structure
8201
8465
  end
8202
8466
 
@@ -8214,6 +8478,7 @@ module Aws::IoT
8214
8478
  class JobExecutionSummaryForJob < Struct.new(
8215
8479
  :thing_arn,
8216
8480
  :job_execution_summary)
8481
+ SENSITIVE = []
8217
8482
  include Aws::Structure
8218
8483
  end
8219
8484
 
@@ -8230,6 +8495,7 @@ module Aws::IoT
8230
8495
  class JobExecutionSummaryForThing < Struct.new(
8231
8496
  :job_id,
8232
8497
  :job_execution_summary)
8498
+ SENSITIVE = []
8233
8499
  include Aws::Structure
8234
8500
  end
8235
8501
 
@@ -8263,6 +8529,7 @@ module Aws::IoT
8263
8529
  class JobExecutionsRolloutConfig < Struct.new(
8264
8530
  :maximum_per_minute,
8265
8531
  :exponential_rate)
8532
+ SENSITIVE = []
8266
8533
  include Aws::Structure
8267
8534
  end
8268
8535
 
@@ -8318,6 +8585,7 @@ module Aws::IoT
8318
8585
  :number_of_in_progress_things,
8319
8586
  :number_of_removed_things,
8320
8587
  :number_of_timed_out_things)
8588
+ SENSITIVE = []
8321
8589
  include Aws::Structure
8322
8590
  end
8323
8591
 
@@ -8369,6 +8637,7 @@ module Aws::IoT
8369
8637
  :created_at,
8370
8638
  :last_updated_at,
8371
8639
  :completed_at)
8640
+ SENSITIVE = []
8372
8641
  include Aws::Structure
8373
8642
  end
8374
8643
 
@@ -8385,6 +8654,7 @@ module Aws::IoT
8385
8654
  class KeyPair < Struct.new(
8386
8655
  :public_key,
8387
8656
  :private_key)
8657
+ SENSITIVE = [:private_key]
8388
8658
  include Aws::Structure
8389
8659
  end
8390
8660
 
@@ -8416,6 +8686,7 @@ module Aws::IoT
8416
8686
  :role_arn,
8417
8687
  :stream_name,
8418
8688
  :partition_key)
8689
+ SENSITIVE = []
8419
8690
  include Aws::Structure
8420
8691
  end
8421
8692
 
@@ -8434,6 +8705,7 @@ module Aws::IoT
8434
8705
  #
8435
8706
  class LambdaAction < Struct.new(
8436
8707
  :function_arn)
8708
+ SENSITIVE = []
8437
8709
  include Aws::Structure
8438
8710
  end
8439
8711
 
@@ -8445,6 +8717,7 @@ module Aws::IoT
8445
8717
  #
8446
8718
  class LimitExceededException < Struct.new(
8447
8719
  :message)
8720
+ SENSITIVE = []
8448
8721
  include Aws::Structure
8449
8722
  end
8450
8723
 
@@ -8480,6 +8753,7 @@ module Aws::IoT
8480
8753
  :security_profile_name,
8481
8754
  :next_token,
8482
8755
  :max_results)
8756
+ SENSITIVE = []
8483
8757
  include Aws::Structure
8484
8758
  end
8485
8759
 
@@ -8495,6 +8769,7 @@ module Aws::IoT
8495
8769
  class ListActiveViolationsResponse < Struct.new(
8496
8770
  :active_violations,
8497
8771
  :next_token)
8772
+ SENSITIVE = []
8498
8773
  include Aws::Structure
8499
8774
  end
8500
8775
 
@@ -8529,6 +8804,7 @@ module Aws::IoT
8529
8804
  :recursive,
8530
8805
  :marker,
8531
8806
  :page_size)
8807
+ SENSITIVE = []
8532
8808
  include Aws::Structure
8533
8809
  end
8534
8810
 
@@ -8544,6 +8820,7 @@ module Aws::IoT
8544
8820
  class ListAttachedPoliciesResponse < Struct.new(
8545
8821
  :policies,
8546
8822
  :next_marker)
8823
+ SENSITIVE = []
8547
8824
  include Aws::Structure
8548
8825
  end
8549
8826
 
@@ -8616,6 +8893,7 @@ module Aws::IoT
8616
8893
  :next_token,
8617
8894
  :start_time,
8618
8895
  :end_time)
8896
+ SENSITIVE = []
8619
8897
  include Aws::Structure
8620
8898
  end
8621
8899
 
@@ -8631,6 +8909,7 @@ module Aws::IoT
8631
8909
  class ListAuditFindingsResponse < Struct.new(
8632
8910
  :findings,
8633
8911
  :next_token)
8912
+ SENSITIVE = []
8634
8913
  include Aws::Structure
8635
8914
  end
8636
8915
 
@@ -8675,6 +8954,7 @@ module Aws::IoT
8675
8954
  :finding_id,
8676
8955
  :max_results,
8677
8956
  :next_token)
8957
+ SENSITIVE = []
8678
8958
  include Aws::Structure
8679
8959
  end
8680
8960
 
@@ -8691,6 +8971,7 @@ module Aws::IoT
8691
8971
  class ListAuditMitigationActionsExecutionsResponse < Struct.new(
8692
8972
  :actions_executions,
8693
8973
  :next_token)
8974
+ SENSITIVE = []
8694
8975
  include Aws::Structure
8695
8976
  end
8696
8977
 
@@ -8749,6 +9030,7 @@ module Aws::IoT
8749
9030
  :next_token,
8750
9031
  :start_time,
8751
9032
  :end_time)
9033
+ SENSITIVE = []
8752
9034
  include Aws::Structure
8753
9035
  end
8754
9036
 
@@ -8764,6 +9046,7 @@ module Aws::IoT
8764
9046
  class ListAuditMitigationActionsTasksResponse < Struct.new(
8765
9047
  :tasks,
8766
9048
  :next_token)
9049
+ SENSITIVE = []
8767
9050
  include Aws::Structure
8768
9051
  end
8769
9052
 
@@ -8816,6 +9099,7 @@ module Aws::IoT
8816
9099
  :task_status,
8817
9100
  :next_token,
8818
9101
  :max_results)
9102
+ SENSITIVE = []
8819
9103
  include Aws::Structure
8820
9104
  end
8821
9105
 
@@ -8831,6 +9115,7 @@ module Aws::IoT
8831
9115
  class ListAuditTasksResponse < Struct.new(
8832
9116
  :tasks,
8833
9117
  :next_token)
9118
+ SENSITIVE = []
8834
9119
  include Aws::Structure
8835
9120
  end
8836
9121
 
@@ -8865,6 +9150,7 @@ module Aws::IoT
8865
9150
  :marker,
8866
9151
  :ascending_order,
8867
9152
  :status)
9153
+ SENSITIVE = []
8868
9154
  include Aws::Structure
8869
9155
  end
8870
9156
 
@@ -8879,6 +9165,7 @@ module Aws::IoT
8879
9165
  class ListAuthorizersResponse < Struct.new(
8880
9166
  :authorizers,
8881
9167
  :next_marker)
9168
+ SENSITIVE = []
8882
9169
  include Aws::Structure
8883
9170
  end
8884
9171
 
@@ -8908,6 +9195,7 @@ module Aws::IoT
8908
9195
  :next_token,
8909
9196
  :max_results,
8910
9197
  :name_prefix_filter)
9198
+ SENSITIVE = []
8911
9199
  include Aws::Structure
8912
9200
  end
8913
9201
 
@@ -8923,6 +9211,7 @@ module Aws::IoT
8923
9211
  class ListBillingGroupsResponse < Struct.new(
8924
9212
  :billing_groups,
8925
9213
  :next_token)
9214
+ SENSITIVE = []
8926
9215
  include Aws::Structure
8927
9216
  end
8928
9217
 
@@ -8953,6 +9242,7 @@ module Aws::IoT
8953
9242
  :page_size,
8954
9243
  :marker,
8955
9244
  :ascending_order)
9245
+ SENSITIVE = []
8956
9246
  include Aws::Structure
8957
9247
  end
8958
9248
 
@@ -8969,6 +9259,7 @@ module Aws::IoT
8969
9259
  class ListCACertificatesResponse < Struct.new(
8970
9260
  :certificates,
8971
9261
  :next_marker)
9262
+ SENSITIVE = []
8972
9263
  include Aws::Structure
8973
9264
  end
8974
9265
 
@@ -9008,6 +9299,7 @@ module Aws::IoT
9008
9299
  :page_size,
9009
9300
  :marker,
9010
9301
  :ascending_order)
9302
+ SENSITIVE = []
9011
9303
  include Aws::Structure
9012
9304
  end
9013
9305
 
@@ -9025,6 +9317,7 @@ module Aws::IoT
9025
9317
  class ListCertificatesByCAResponse < Struct.new(
9026
9318
  :certificates,
9027
9319
  :next_marker)
9320
+ SENSITIVE = []
9028
9321
  include Aws::Structure
9029
9322
  end
9030
9323
 
@@ -9056,6 +9349,7 @@ module Aws::IoT
9056
9349
  :page_size,
9057
9350
  :marker,
9058
9351
  :ascending_order)
9352
+ SENSITIVE = []
9059
9353
  include Aws::Structure
9060
9354
  end
9061
9355
 
@@ -9073,6 +9367,7 @@ module Aws::IoT
9073
9367
  class ListCertificatesResponse < Struct.new(
9074
9368
  :certificates,
9075
9369
  :next_marker)
9370
+ SENSITIVE = []
9076
9371
  include Aws::Structure
9077
9372
  end
9078
9373
 
@@ -9095,6 +9390,7 @@ module Aws::IoT
9095
9390
  class ListDimensionsRequest < Struct.new(
9096
9391
  :next_token,
9097
9392
  :max_results)
9393
+ SENSITIVE = []
9098
9394
  include Aws::Structure
9099
9395
  end
9100
9396
 
@@ -9111,6 +9407,7 @@ module Aws::IoT
9111
9407
  class ListDimensionsResponse < Struct.new(
9112
9408
  :dimension_names,
9113
9409
  :next_token)
9410
+ SENSITIVE = []
9114
9411
  include Aws::Structure
9115
9412
  end
9116
9413
 
@@ -9139,6 +9436,7 @@ module Aws::IoT
9139
9436
  :marker,
9140
9437
  :page_size,
9141
9438
  :service_type)
9439
+ SENSITIVE = []
9142
9440
  include Aws::Structure
9143
9441
  end
9144
9442
 
@@ -9154,6 +9452,7 @@ module Aws::IoT
9154
9452
  class ListDomainConfigurationsResponse < Struct.new(
9155
9453
  :domain_configurations,
9156
9454
  :next_marker)
9455
+ SENSITIVE = []
9157
9456
  include Aws::Structure
9158
9457
  end
9159
9458
 
@@ -9177,6 +9476,7 @@ module Aws::IoT
9177
9476
  class ListIndicesRequest < Struct.new(
9178
9477
  :next_token,
9179
9478
  :max_results)
9479
+ SENSITIVE = []
9180
9480
  include Aws::Structure
9181
9481
  end
9182
9482
 
@@ -9192,6 +9492,7 @@ module Aws::IoT
9192
9492
  class ListIndicesResponse < Struct.new(
9193
9493
  :index_names,
9194
9494
  :next_token)
9495
+ SENSITIVE = []
9195
9496
  include Aws::Structure
9196
9497
  end
9197
9498
 
@@ -9226,6 +9527,7 @@ module Aws::IoT
9226
9527
  :status,
9227
9528
  :max_results,
9228
9529
  :next_token)
9530
+ SENSITIVE = []
9229
9531
  include Aws::Structure
9230
9532
  end
9231
9533
 
@@ -9241,6 +9543,7 @@ module Aws::IoT
9241
9543
  class ListJobExecutionsForJobResponse < Struct.new(
9242
9544
  :execution_summaries,
9243
9545
  :next_token)
9546
+ SENSITIVE = []
9244
9547
  include Aws::Structure
9245
9548
  end
9246
9549
 
@@ -9276,6 +9579,7 @@ module Aws::IoT
9276
9579
  :status,
9277
9580
  :max_results,
9278
9581
  :next_token)
9582
+ SENSITIVE = []
9279
9583
  include Aws::Structure
9280
9584
  end
9281
9585
 
@@ -9291,6 +9595,7 @@ module Aws::IoT
9291
9595
  class ListJobExecutionsForThingResponse < Struct.new(
9292
9596
  :execution_summaries,
9293
9597
  :next_token)
9598
+ SENSITIVE = []
9294
9599
  include Aws::Structure
9295
9600
  end
9296
9601
 
@@ -9345,6 +9650,7 @@ module Aws::IoT
9345
9650
  :next_token,
9346
9651
  :thing_group_name,
9347
9652
  :thing_group_id)
9653
+ SENSITIVE = []
9348
9654
  include Aws::Structure
9349
9655
  end
9350
9656
 
@@ -9360,6 +9666,7 @@ module Aws::IoT
9360
9666
  class ListJobsResponse < Struct.new(
9361
9667
  :jobs,
9362
9668
  :next_token)
9669
+ SENSITIVE = []
9363
9670
  include Aws::Structure
9364
9671
  end
9365
9672
 
@@ -9390,6 +9697,7 @@ module Aws::IoT
9390
9697
  :action_type,
9391
9698
  :max_results,
9392
9699
  :next_token)
9700
+ SENSITIVE = []
9393
9701
  include Aws::Structure
9394
9702
  end
9395
9703
 
@@ -9404,6 +9712,7 @@ module Aws::IoT
9404
9712
  class ListMitigationActionsResponse < Struct.new(
9405
9713
  :action_identifiers,
9406
9714
  :next_token)
9715
+ SENSITIVE = []
9407
9716
  include Aws::Structure
9408
9717
  end
9409
9718
 
@@ -9432,6 +9741,7 @@ module Aws::IoT
9432
9741
  :max_results,
9433
9742
  :next_token,
9434
9743
  :ota_update_status)
9744
+ SENSITIVE = []
9435
9745
  include Aws::Structure
9436
9746
  end
9437
9747
 
@@ -9446,6 +9756,7 @@ module Aws::IoT
9446
9756
  class ListOTAUpdatesResponse < Struct.new(
9447
9757
  :ota_updates,
9448
9758
  :next_token)
9759
+ SENSITIVE = []
9449
9760
  include Aws::Structure
9450
9761
  end
9451
9762
 
@@ -9477,6 +9788,7 @@ module Aws::IoT
9477
9788
  :page_size,
9478
9789
  :marker,
9479
9790
  :ascending_order)
9791
+ SENSITIVE = []
9480
9792
  include Aws::Structure
9481
9793
  end
9482
9794
 
@@ -9493,6 +9805,7 @@ module Aws::IoT
9493
9805
  class ListOutgoingCertificatesResponse < Struct.new(
9494
9806
  :outgoing_certificates,
9495
9807
  :next_marker)
9808
+ SENSITIVE = []
9496
9809
  include Aws::Structure
9497
9810
  end
9498
9811
 
@@ -9524,6 +9837,7 @@ module Aws::IoT
9524
9837
  :marker,
9525
9838
  :page_size,
9526
9839
  :ascending_order)
9840
+ SENSITIVE = []
9527
9841
  include Aws::Structure
9528
9842
  end
9529
9843
 
@@ -9541,6 +9855,7 @@ module Aws::IoT
9541
9855
  class ListPoliciesResponse < Struct.new(
9542
9856
  :policies,
9543
9857
  :next_marker)
9858
+ SENSITIVE = []
9544
9859
  include Aws::Structure
9545
9860
  end
9546
9861
 
@@ -9578,6 +9893,7 @@ module Aws::IoT
9578
9893
  :marker,
9579
9894
  :page_size,
9580
9895
  :ascending_order)
9896
+ SENSITIVE = []
9581
9897
  include Aws::Structure
9582
9898
  end
9583
9899
 
@@ -9595,6 +9911,7 @@ module Aws::IoT
9595
9911
  class ListPolicyPrincipalsResponse < Struct.new(
9596
9912
  :principals,
9597
9913
  :next_marker)
9914
+ SENSITIVE = []
9598
9915
  include Aws::Structure
9599
9916
  end
9600
9917
 
@@ -9613,6 +9930,7 @@ module Aws::IoT
9613
9930
  #
9614
9931
  class ListPolicyVersionsRequest < Struct.new(
9615
9932
  :policy_name)
9933
+ SENSITIVE = []
9616
9934
  include Aws::Structure
9617
9935
  end
9618
9936
 
@@ -9624,6 +9942,7 @@ module Aws::IoT
9624
9942
  #
9625
9943
  class ListPolicyVersionsResponse < Struct.new(
9626
9944
  :policy_versions)
9945
+ SENSITIVE = []
9627
9946
  include Aws::Structure
9628
9947
  end
9629
9948
 
@@ -9661,6 +9980,7 @@ module Aws::IoT
9661
9980
  :marker,
9662
9981
  :page_size,
9663
9982
  :ascending_order)
9983
+ SENSITIVE = []
9664
9984
  include Aws::Structure
9665
9985
  end
9666
9986
 
@@ -9678,6 +9998,7 @@ module Aws::IoT
9678
9998
  class ListPrincipalPoliciesResponse < Struct.new(
9679
9999
  :policies,
9680
10000
  :next_marker)
10001
+ SENSITIVE = []
9681
10002
  include Aws::Structure
9682
10003
  end
9683
10004
 
@@ -9708,6 +10029,7 @@ module Aws::IoT
9708
10029
  :next_token,
9709
10030
  :max_results,
9710
10031
  :principal)
10032
+ SENSITIVE = []
9711
10033
  include Aws::Structure
9712
10034
  end
9713
10035
 
@@ -9725,6 +10047,7 @@ module Aws::IoT
9725
10047
  class ListPrincipalThingsResponse < Struct.new(
9726
10048
  :things,
9727
10049
  :next_token)
10050
+ SENSITIVE = []
9728
10051
  include Aws::Structure
9729
10052
  end
9730
10053
 
@@ -9753,6 +10076,7 @@ module Aws::IoT
9753
10076
  :template_name,
9754
10077
  :max_results,
9755
10078
  :next_token)
10079
+ SENSITIVE = []
9756
10080
  include Aws::Structure
9757
10081
  end
9758
10082
 
@@ -9767,6 +10091,7 @@ module Aws::IoT
9767
10091
  class ListProvisioningTemplateVersionsResponse < Struct.new(
9768
10092
  :versions,
9769
10093
  :next_token)
10094
+ SENSITIVE = []
9770
10095
  include Aws::Structure
9771
10096
  end
9772
10097
 
@@ -9789,6 +10114,7 @@ module Aws::IoT
9789
10114
  class ListProvisioningTemplatesRequest < Struct.new(
9790
10115
  :max_results,
9791
10116
  :next_token)
10117
+ SENSITIVE = []
9792
10118
  include Aws::Structure
9793
10119
  end
9794
10120
 
@@ -9803,6 +10129,7 @@ module Aws::IoT
9803
10129
  class ListProvisioningTemplatesResponse < Struct.new(
9804
10130
  :templates,
9805
10131
  :next_token)
10132
+ SENSITIVE = []
9806
10133
  include Aws::Structure
9807
10134
  end
9808
10135
 
@@ -9831,6 +10158,7 @@ module Aws::IoT
9831
10158
  :page_size,
9832
10159
  :marker,
9833
10160
  :ascending_order)
10161
+ SENSITIVE = []
9834
10162
  include Aws::Structure
9835
10163
  end
9836
10164
 
@@ -9845,6 +10173,7 @@ module Aws::IoT
9845
10173
  class ListRoleAliasesResponse < Struct.new(
9846
10174
  :role_aliases,
9847
10175
  :next_marker)
10176
+ SENSITIVE = []
9848
10177
  include Aws::Structure
9849
10178
  end
9850
10179
 
@@ -9868,6 +10197,7 @@ module Aws::IoT
9868
10197
  class ListScheduledAuditsRequest < Struct.new(
9869
10198
  :next_token,
9870
10199
  :max_results)
10200
+ SENSITIVE = []
9871
10201
  include Aws::Structure
9872
10202
  end
9873
10203
 
@@ -9883,6 +10213,7 @@ module Aws::IoT
9883
10213
  class ListScheduledAuditsResponse < Struct.new(
9884
10214
  :scheduled_audits,
9885
10215
  :next_token)
10216
+ SENSITIVE = []
9886
10217
  include Aws::Structure
9887
10218
  end
9888
10219
 
@@ -9918,6 +10249,7 @@ module Aws::IoT
9918
10249
  :max_results,
9919
10250
  :recursive,
9920
10251
  :security_profile_target_arn)
10252
+ SENSITIVE = []
9921
10253
  include Aws::Structure
9922
10254
  end
9923
10255
 
@@ -9933,6 +10265,7 @@ module Aws::IoT
9933
10265
  class ListSecurityProfilesForTargetResponse < Struct.new(
9934
10266
  :security_profile_target_mappings,
9935
10267
  :next_token)
10268
+ SENSITIVE = []
9936
10269
  include Aws::Structure
9937
10270
  end
9938
10271
 
@@ -9962,6 +10295,7 @@ module Aws::IoT
9962
10295
  :next_token,
9963
10296
  :max_results,
9964
10297
  :dimension_name)
10298
+ SENSITIVE = []
9965
10299
  include Aws::Structure
9966
10300
  end
9967
10301
 
@@ -9977,6 +10311,7 @@ module Aws::IoT
9977
10311
  class ListSecurityProfilesResponse < Struct.new(
9978
10312
  :security_profile_identifiers,
9979
10313
  :next_token)
10314
+ SENSITIVE = []
9980
10315
  include Aws::Structure
9981
10316
  end
9982
10317
 
@@ -10005,6 +10340,7 @@ module Aws::IoT
10005
10340
  :max_results,
10006
10341
  :next_token,
10007
10342
  :ascending_order)
10343
+ SENSITIVE = []
10008
10344
  include Aws::Structure
10009
10345
  end
10010
10346
 
@@ -10019,6 +10355,7 @@ module Aws::IoT
10019
10355
  class ListStreamsResponse < Struct.new(
10020
10356
  :streams,
10021
10357
  :next_token)
10358
+ SENSITIVE = []
10022
10359
  include Aws::Structure
10023
10360
  end
10024
10361
 
@@ -10041,6 +10378,7 @@ module Aws::IoT
10041
10378
  class ListTagsForResourceRequest < Struct.new(
10042
10379
  :resource_arn,
10043
10380
  :next_token)
10381
+ SENSITIVE = []
10044
10382
  include Aws::Structure
10045
10383
  end
10046
10384
 
@@ -10056,6 +10394,7 @@ module Aws::IoT
10056
10394
  class ListTagsForResourceResponse < Struct.new(
10057
10395
  :tags,
10058
10396
  :next_token)
10397
+ SENSITIVE = []
10059
10398
  include Aws::Structure
10060
10399
  end
10061
10400
 
@@ -10084,6 +10423,7 @@ module Aws::IoT
10084
10423
  :policy_name,
10085
10424
  :marker,
10086
10425
  :page_size)
10426
+ SENSITIVE = []
10087
10427
  include Aws::Structure
10088
10428
  end
10089
10429
 
@@ -10098,6 +10438,7 @@ module Aws::IoT
10098
10438
  class ListTargetsForPolicyResponse < Struct.new(
10099
10439
  :targets,
10100
10440
  :next_marker)
10441
+ SENSITIVE = []
10101
10442
  include Aws::Structure
10102
10443
  end
10103
10444
 
@@ -10126,6 +10467,7 @@ module Aws::IoT
10126
10467
  :security_profile_name,
10127
10468
  :next_token,
10128
10469
  :max_results)
10470
+ SENSITIVE = []
10129
10471
  include Aws::Structure
10130
10472
  end
10131
10473
 
@@ -10141,6 +10483,7 @@ module Aws::IoT
10141
10483
  class ListTargetsForSecurityProfileResponse < Struct.new(
10142
10484
  :security_profile_targets,
10143
10485
  :next_token)
10486
+ SENSITIVE = []
10144
10487
  include Aws::Structure
10145
10488
  end
10146
10489
 
@@ -10169,6 +10512,7 @@ module Aws::IoT
10169
10512
  :thing_name,
10170
10513
  :next_token,
10171
10514
  :max_results)
10515
+ SENSITIVE = []
10172
10516
  include Aws::Structure
10173
10517
  end
10174
10518
 
@@ -10184,6 +10528,7 @@ module Aws::IoT
10184
10528
  class ListThingGroupsForThingResponse < Struct.new(
10185
10529
  :thing_groups,
10186
10530
  :next_token)
10531
+ SENSITIVE = []
10187
10532
  include Aws::Structure
10188
10533
  end
10189
10534
 
@@ -10226,6 +10571,7 @@ module Aws::IoT
10226
10571
  :parent_group,
10227
10572
  :name_prefix_filter,
10228
10573
  :recursive)
10574
+ SENSITIVE = []
10229
10575
  include Aws::Structure
10230
10576
  end
10231
10577
 
@@ -10241,6 +10587,7 @@ module Aws::IoT
10241
10587
  class ListThingGroupsResponse < Struct.new(
10242
10588
  :thing_groups,
10243
10589
  :next_token)
10590
+ SENSITIVE = []
10244
10591
  include Aws::Structure
10245
10592
  end
10246
10593
 
@@ -10259,6 +10606,7 @@ module Aws::IoT
10259
10606
  #
10260
10607
  class ListThingPrincipalsRequest < Struct.new(
10261
10608
  :thing_name)
10609
+ SENSITIVE = []
10262
10610
  include Aws::Structure
10263
10611
  end
10264
10612
 
@@ -10270,6 +10618,7 @@ module Aws::IoT
10270
10618
  #
10271
10619
  class ListThingPrincipalsResponse < Struct.new(
10272
10620
  :principals)
10621
+ SENSITIVE = []
10273
10622
  include Aws::Structure
10274
10623
  end
10275
10624
 
@@ -10304,6 +10653,7 @@ module Aws::IoT
10304
10653
  :report_type,
10305
10654
  :next_token,
10306
10655
  :max_results)
10656
+ SENSITIVE = []
10307
10657
  include Aws::Structure
10308
10658
  end
10309
10659
 
@@ -10324,6 +10674,7 @@ module Aws::IoT
10324
10674
  :resource_links,
10325
10675
  :report_type,
10326
10676
  :next_token)
10677
+ SENSITIVE = []
10327
10678
  include Aws::Structure
10328
10679
  end
10329
10680
 
@@ -10352,6 +10703,7 @@ module Aws::IoT
10352
10703
  :next_token,
10353
10704
  :max_results,
10354
10705
  :status)
10706
+ SENSITIVE = []
10355
10707
  include Aws::Structure
10356
10708
  end
10357
10709
 
@@ -10367,6 +10719,7 @@ module Aws::IoT
10367
10719
  class ListThingRegistrationTasksResponse < Struct.new(
10368
10720
  :task_ids,
10369
10721
  :next_token)
10722
+ SENSITIVE = []
10370
10723
  include Aws::Structure
10371
10724
  end
10372
10725
 
@@ -10397,6 +10750,7 @@ module Aws::IoT
10397
10750
  :next_token,
10398
10751
  :max_results,
10399
10752
  :thing_type_name)
10753
+ SENSITIVE = []
10400
10754
  include Aws::Structure
10401
10755
  end
10402
10756
 
@@ -10414,6 +10768,7 @@ module Aws::IoT
10414
10768
  class ListThingTypesResponse < Struct.new(
10415
10769
  :thing_types,
10416
10770
  :next_token)
10771
+ SENSITIVE = []
10417
10772
  include Aws::Structure
10418
10773
  end
10419
10774
 
@@ -10442,6 +10797,7 @@ module Aws::IoT
10442
10797
  :billing_group_name,
10443
10798
  :next_token,
10444
10799
  :max_results)
10800
+ SENSITIVE = []
10445
10801
  include Aws::Structure
10446
10802
  end
10447
10803
 
@@ -10457,6 +10813,7 @@ module Aws::IoT
10457
10813
  class ListThingsInBillingGroupResponse < Struct.new(
10458
10814
  :things,
10459
10815
  :next_token)
10816
+ SENSITIVE = []
10460
10817
  include Aws::Structure
10461
10818
  end
10462
10819
 
@@ -10492,6 +10849,7 @@ module Aws::IoT
10492
10849
  :recursive,
10493
10850
  :next_token,
10494
10851
  :max_results)
10852
+ SENSITIVE = []
10495
10853
  include Aws::Structure
10496
10854
  end
10497
10855
 
@@ -10507,6 +10865,7 @@ module Aws::IoT
10507
10865
  class ListThingsInThingGroupResponse < Struct.new(
10508
10866
  :things,
10509
10867
  :next_token)
10868
+ SENSITIVE = []
10510
10869
  include Aws::Structure
10511
10870
  end
10512
10871
 
@@ -10549,6 +10908,7 @@ module Aws::IoT
10549
10908
  :attribute_name,
10550
10909
  :attribute_value,
10551
10910
  :thing_type_name)
10911
+ SENSITIVE = []
10552
10912
  include Aws::Structure
10553
10913
  end
10554
10914
 
@@ -10566,6 +10926,7 @@ module Aws::IoT
10566
10926
  class ListThingsResponse < Struct.new(
10567
10927
  :things,
10568
10928
  :next_token)
10929
+ SENSITIVE = []
10569
10930
  include Aws::Structure
10570
10931
  end
10571
10932
 
@@ -10588,6 +10949,7 @@ module Aws::IoT
10588
10949
  class ListTopicRuleDestinationsRequest < Struct.new(
10589
10950
  :max_results,
10590
10951
  :next_token)
10952
+ SENSITIVE = []
10591
10953
  include Aws::Structure
10592
10954
  end
10593
10955
 
@@ -10602,6 +10964,7 @@ module Aws::IoT
10602
10964
  class ListTopicRuleDestinationsResponse < Struct.new(
10603
10965
  :destination_summaries,
10604
10966
  :next_token)
10967
+ SENSITIVE = []
10605
10968
  include Aws::Structure
10606
10969
  end
10607
10970
 
@@ -10638,6 +11001,7 @@ module Aws::IoT
10638
11001
  :max_results,
10639
11002
  :next_token,
10640
11003
  :rule_disabled)
11004
+ SENSITIVE = []
10641
11005
  include Aws::Structure
10642
11006
  end
10643
11007
 
@@ -10654,6 +11018,7 @@ module Aws::IoT
10654
11018
  class ListTopicRulesResponse < Struct.new(
10655
11019
  :rules,
10656
11020
  :next_token)
11021
+ SENSITIVE = []
10657
11022
  include Aws::Structure
10658
11023
  end
10659
11024
 
@@ -10684,6 +11049,7 @@ module Aws::IoT
10684
11049
  :target_type,
10685
11050
  :next_token,
10686
11051
  :max_results)
11052
+ SENSITIVE = []
10687
11053
  include Aws::Structure
10688
11054
  end
10689
11055
 
@@ -10699,6 +11065,7 @@ module Aws::IoT
10699
11065
  class ListV2LoggingLevelsResponse < Struct.new(
10700
11066
  :log_target_configurations,
10701
11067
  :next_token)
11068
+ SENSITIVE = []
10702
11069
  include Aws::Structure
10703
11070
  end
10704
11071
 
@@ -10747,6 +11114,7 @@ module Aws::IoT
10747
11114
  :security_profile_name,
10748
11115
  :next_token,
10749
11116
  :max_results)
11117
+ SENSITIVE = []
10750
11118
  include Aws::Structure
10751
11119
  end
10752
11120
 
@@ -10764,6 +11132,7 @@ module Aws::IoT
10764
11132
  class ListViolationEventsResponse < Struct.new(
10765
11133
  :violation_events,
10766
11134
  :next_token)
11135
+ SENSITIVE = []
10767
11136
  include Aws::Structure
10768
11137
  end
10769
11138
 
@@ -10788,6 +11157,7 @@ module Aws::IoT
10788
11157
  class LogTarget < Struct.new(
10789
11158
  :target_type,
10790
11159
  :target_name)
11160
+ SENSITIVE = []
10791
11161
  include Aws::Structure
10792
11162
  end
10793
11163
 
@@ -10804,6 +11174,7 @@ module Aws::IoT
10804
11174
  class LogTargetConfiguration < Struct.new(
10805
11175
  :log_target,
10806
11176
  :log_level)
11177
+ SENSITIVE = []
10807
11178
  include Aws::Structure
10808
11179
  end
10809
11180
 
@@ -10828,6 +11199,7 @@ module Aws::IoT
10828
11199
  class LoggingOptionsPayload < Struct.new(
10829
11200
  :role_arn,
10830
11201
  :log_level)
11202
+ SENSITIVE = []
10831
11203
  include Aws::Structure
10832
11204
  end
10833
11205
 
@@ -10839,6 +11211,7 @@ module Aws::IoT
10839
11211
  #
10840
11212
  class MalformedPolicyException < Struct.new(
10841
11213
  :message)
11214
+ SENSITIVE = []
10842
11215
  include Aws::Structure
10843
11216
  end
10844
11217
 
@@ -10869,6 +11242,7 @@ module Aws::IoT
10869
11242
  class MetricDimension < Struct.new(
10870
11243
  :dimension_name,
10871
11244
  :operator)
11245
+ SENSITIVE = []
10872
11246
  include Aws::Structure
10873
11247
  end
10874
11248
 
@@ -10896,6 +11270,7 @@ module Aws::IoT
10896
11270
  class MetricToRetain < Struct.new(
10897
11271
  :metric,
10898
11272
  :metric_dimension)
11273
+ SENSITIVE = []
10899
11274
  include Aws::Structure
10900
11275
  end
10901
11276
 
@@ -10929,6 +11304,7 @@ module Aws::IoT
10929
11304
  :count,
10930
11305
  :cidrs,
10931
11306
  :ports)
11307
+ SENSITIVE = []
10932
11308
  include Aws::Structure
10933
11309
  end
10934
11310
 
@@ -10957,6 +11333,7 @@ module Aws::IoT
10957
11333
  :id,
10958
11334
  :role_arn,
10959
11335
  :action_params)
11336
+ SENSITIVE = []
10960
11337
  include Aws::Structure
10961
11338
  end
10962
11339
 
@@ -10979,6 +11356,7 @@ module Aws::IoT
10979
11356
  :action_name,
10980
11357
  :action_arn,
10981
11358
  :creation_date)
11359
+ SENSITIVE = []
10982
11360
  include Aws::Structure
10983
11361
  end
10984
11362
 
@@ -11051,6 +11429,7 @@ module Aws::IoT
11051
11429
  :replace_default_policy_version_params,
11052
11430
  :enable_io_t_logging_params,
11053
11431
  :publish_finding_to_sns_params)
11432
+ SENSITIVE = []
11054
11433
  include Aws::Structure
11055
11434
  end
11056
11435
 
@@ -11081,6 +11460,7 @@ module Aws::IoT
11081
11460
  :username,
11082
11461
  :password,
11083
11462
  :client_id)
11463
+ SENSITIVE = []
11084
11464
  include Aws::Structure
11085
11465
  end
11086
11466
 
@@ -11103,6 +11483,7 @@ module Aws::IoT
11103
11483
  :resource_type,
11104
11484
  :resource_identifier,
11105
11485
  :additional_info)
11486
+ SENSITIVE = []
11106
11487
  include Aws::Structure
11107
11488
  end
11108
11489
 
@@ -11114,6 +11495,7 @@ module Aws::IoT
11114
11495
  #
11115
11496
  class NotConfiguredException < Struct.new(
11116
11497
  :message)
11498
+ SENSITIVE = []
11117
11499
  include Aws::Structure
11118
11500
  end
11119
11501
 
@@ -11195,6 +11577,7 @@ module Aws::IoT
11195
11577
  :file_location,
11196
11578
  :code_signing,
11197
11579
  :attributes)
11580
+ SENSITIVE = []
11198
11581
  include Aws::Structure
11199
11582
  end
11200
11583
 
@@ -11290,6 +11673,7 @@ module Aws::IoT
11290
11673
  :aws_iot_job_arn,
11291
11674
  :error_info,
11292
11675
  :additional_parameters)
11676
+ SENSITIVE = []
11293
11677
  include Aws::Structure
11294
11678
  end
11295
11679
 
@@ -11311,6 +11695,7 @@ module Aws::IoT
11311
11695
  :ota_update_id,
11312
11696
  :ota_update_arn,
11313
11697
  :creation_date)
11698
+ SENSITIVE = []
11314
11699
  include Aws::Structure
11315
11700
  end
11316
11701
 
@@ -11347,6 +11732,7 @@ module Aws::IoT
11347
11732
  :transfer_date,
11348
11733
  :transfer_message,
11349
11734
  :creation_date)
11735
+ SENSITIVE = []
11350
11736
  include Aws::Structure
11351
11737
  end
11352
11738
 
@@ -11363,6 +11749,7 @@ module Aws::IoT
11363
11749
  class PercentPair < Struct.new(
11364
11750
  :percent,
11365
11751
  :value)
11752
+ SENSITIVE = []
11366
11753
  include Aws::Structure
11367
11754
  end
11368
11755
 
@@ -11379,6 +11766,7 @@ module Aws::IoT
11379
11766
  class Policy < Struct.new(
11380
11767
  :policy_name,
11381
11768
  :policy_arn)
11769
+ SENSITIVE = []
11382
11770
  include Aws::Structure
11383
11771
  end
11384
11772
 
@@ -11400,6 +11788,7 @@ module Aws::IoT
11400
11788
  :version_id,
11401
11789
  :is_default_version,
11402
11790
  :create_date)
11791
+ SENSITIVE = []
11403
11792
  include Aws::Structure
11404
11793
  end
11405
11794
 
@@ -11425,6 +11814,7 @@ module Aws::IoT
11425
11814
  class PolicyVersionIdentifier < Struct.new(
11426
11815
  :policy_name,
11427
11816
  :policy_version_id)
11817
+ SENSITIVE = []
11428
11818
  include Aws::Structure
11429
11819
  end
11430
11820
 
@@ -11453,6 +11843,7 @@ module Aws::IoT
11453
11843
  class PresignedUrlConfig < Struct.new(
11454
11844
  :role_arn,
11455
11845
  :expires_in_sec)
11846
+ SENSITIVE = []
11456
11847
  include Aws::Structure
11457
11848
  end
11458
11849
 
@@ -11481,6 +11872,7 @@ module Aws::IoT
11481
11872
  class ProvisioningHook < Struct.new(
11482
11873
  :payload_version,
11483
11874
  :target_arn)
11875
+ SENSITIVE = []
11484
11876
  include Aws::Structure
11485
11877
  end
11486
11878
 
@@ -11518,6 +11910,7 @@ module Aws::IoT
11518
11910
  :creation_date,
11519
11911
  :last_modified_date,
11520
11912
  :enabled)
11913
+ SENSITIVE = []
11521
11914
  include Aws::Structure
11522
11915
  end
11523
11916
 
@@ -11540,6 +11933,7 @@ module Aws::IoT
11540
11933
  :version_id,
11541
11934
  :creation_date,
11542
11935
  :is_default_version)
11936
+ SENSITIVE = []
11543
11937
  include Aws::Structure
11544
11938
  end
11545
11939
 
@@ -11560,6 +11954,7 @@ module Aws::IoT
11560
11954
  #
11561
11955
  class PublishFindingToSnsParams < Struct.new(
11562
11956
  :topic_arn)
11957
+ SENSITIVE = []
11563
11958
  include Aws::Structure
11564
11959
  end
11565
11960
 
@@ -11625,6 +12020,7 @@ module Aws::IoT
11625
12020
  :property_id,
11626
12021
  :property_alias,
11627
12022
  :property_values)
12023
+ SENSITIVE = []
11628
12024
  include Aws::Structure
11629
12025
  end
11630
12026
 
@@ -11644,6 +12040,7 @@ module Aws::IoT
11644
12040
  #
11645
12041
  class PutItemInput < Struct.new(
11646
12042
  :table_name)
12043
+ SENSITIVE = []
11647
12044
  include Aws::Structure
11648
12045
  end
11649
12046
 
@@ -11671,6 +12068,7 @@ module Aws::IoT
11671
12068
  class RateIncreaseCriteria < Struct.new(
11672
12069
  :number_of_notified_things,
11673
12070
  :number_of_succeeded_things)
12071
+ SENSITIVE = []
11674
12072
  include Aws::Structure
11675
12073
  end
11676
12074
 
@@ -11740,6 +12138,7 @@ module Aws::IoT
11740
12138
  :allow_auto_registration,
11741
12139
  :registration_config,
11742
12140
  :tags)
12141
+ SENSITIVE = []
11743
12142
  include Aws::Structure
11744
12143
  end
11745
12144
 
@@ -11756,6 +12155,7 @@ module Aws::IoT
11756
12155
  class RegisterCACertificateResponse < Struct.new(
11757
12156
  :certificate_arn,
11758
12157
  :certificate_id)
12158
+ SENSITIVE = []
11759
12159
  include Aws::Structure
11760
12160
  end
11761
12161
 
@@ -11793,6 +12193,7 @@ module Aws::IoT
11793
12193
  :ca_certificate_pem,
11794
12194
  :set_as_active,
11795
12195
  :status)
12196
+ SENSITIVE = []
11796
12197
  include Aws::Structure
11797
12198
  end
11798
12199
 
@@ -11809,6 +12210,7 @@ module Aws::IoT
11809
12210
  class RegisterCertificateResponse < Struct.new(
11810
12211
  :certificate_arn,
11811
12212
  :certificate_id)
12213
+ SENSITIVE = []
11812
12214
  include Aws::Structure
11813
12215
  end
11814
12216
 
@@ -11831,6 +12233,7 @@ module Aws::IoT
11831
12233
  class RegisterCertificateWithoutCARequest < Struct.new(
11832
12234
  :certificate_pem,
11833
12235
  :status)
12236
+ SENSITIVE = []
11834
12237
  include Aws::Structure
11835
12238
  end
11836
12239
 
@@ -11846,6 +12249,7 @@ module Aws::IoT
11846
12249
  class RegisterCertificateWithoutCAResponse < Struct.new(
11847
12250
  :certificate_arn,
11848
12251
  :certificate_id)
12252
+ SENSITIVE = []
11849
12253
  include Aws::Structure
11850
12254
  end
11851
12255
 
@@ -11880,6 +12284,7 @@ module Aws::IoT
11880
12284
  class RegisterThingRequest < Struct.new(
11881
12285
  :template_body,
11882
12286
  :parameters)
12287
+ SENSITIVE = []
11883
12288
  include Aws::Structure
11884
12289
  end
11885
12290
 
@@ -11894,6 +12299,7 @@ module Aws::IoT
11894
12299
  class RegisterThingResponse < Struct.new(
11895
12300
  :certificate_pem,
11896
12301
  :resource_arns)
12302
+ SENSITIVE = []
11897
12303
  include Aws::Structure
11898
12304
  end
11899
12305
 
@@ -11905,6 +12311,7 @@ module Aws::IoT
11905
12311
  #
11906
12312
  class RegistrationCodeValidationException < Struct.new(
11907
12313
  :message)
12314
+ SENSITIVE = []
11908
12315
  include Aws::Structure
11909
12316
  end
11910
12317
 
@@ -11929,6 +12336,7 @@ module Aws::IoT
11929
12336
  class RegistrationConfig < Struct.new(
11930
12337
  :template_body,
11931
12338
  :role_arn)
12339
+ SENSITIVE = []
11932
12340
  include Aws::Structure
11933
12341
  end
11934
12342
 
@@ -11954,6 +12362,7 @@ module Aws::IoT
11954
12362
  class RejectCertificateTransferRequest < Struct.new(
11955
12363
  :certificate_id,
11956
12364
  :reject_reason)
12365
+ SENSITIVE = []
11957
12366
  include Aws::Structure
11958
12367
  end
11959
12368
 
@@ -11975,6 +12384,7 @@ module Aws::IoT
11975
12384
  :resource_type,
11976
12385
  :resource_identifier,
11977
12386
  :additional_info)
12387
+ SENSITIVE = []
11978
12388
  include Aws::Structure
11979
12389
  end
11980
12390
 
@@ -12009,6 +12419,7 @@ module Aws::IoT
12009
12419
  :billing_group_arn,
12010
12420
  :thing_name,
12011
12421
  :thing_arn)
12422
+ SENSITIVE = []
12012
12423
  include Aws::Structure
12013
12424
  end
12014
12425
 
@@ -12045,6 +12456,7 @@ module Aws::IoT
12045
12456
  :thing_group_arn,
12046
12457
  :thing_name,
12047
12458
  :thing_arn)
12459
+ SENSITIVE = []
12048
12460
  include Aws::Structure
12049
12461
  end
12050
12462
 
@@ -12067,6 +12479,7 @@ module Aws::IoT
12067
12479
  #
12068
12480
  class ReplaceDefaultPolicyVersionParams < Struct.new(
12069
12481
  :template_name)
12482
+ SENSITIVE = []
12070
12483
  include Aws::Structure
12071
12484
  end
12072
12485
 
@@ -12380,6 +12793,7 @@ module Aws::IoT
12380
12793
  class ReplaceTopicRuleRequest < Struct.new(
12381
12794
  :rule_name,
12382
12795
  :topic_rule_payload)
12796
+ SENSITIVE = []
12383
12797
  include Aws::Structure
12384
12798
  end
12385
12799
 
@@ -12411,6 +12825,7 @@ module Aws::IoT
12411
12825
  :role_arn,
12412
12826
  :topic,
12413
12827
  :qos)
12828
+ SENSITIVE = []
12414
12829
  include Aws::Structure
12415
12830
  end
12416
12831
 
@@ -12432,6 +12847,7 @@ module Aws::IoT
12432
12847
  :message,
12433
12848
  :resource_id,
12434
12849
  :resource_arn)
12850
+ SENSITIVE = []
12435
12851
  include Aws::Structure
12436
12852
  end
12437
12853
 
@@ -12495,6 +12911,7 @@ module Aws::IoT
12495
12911
  :account,
12496
12912
  :iam_role_arn,
12497
12913
  :role_alias_arn)
12914
+ SENSITIVE = []
12498
12915
  include Aws::Structure
12499
12916
  end
12500
12917
 
@@ -12506,6 +12923,7 @@ module Aws::IoT
12506
12923
  #
12507
12924
  class ResourceNotFoundException < Struct.new(
12508
12925
  :message)
12926
+ SENSITIVE = []
12509
12927
  include Aws::Structure
12510
12928
  end
12511
12929
 
@@ -12517,6 +12935,7 @@ module Aws::IoT
12517
12935
  #
12518
12936
  class ResourceRegistrationFailureException < Struct.new(
12519
12937
  :message)
12938
+ SENSITIVE = []
12520
12939
  include Aws::Structure
12521
12940
  end
12522
12941
 
@@ -12558,6 +12977,7 @@ module Aws::IoT
12558
12977
  :credential_duration_seconds,
12559
12978
  :creation_date,
12560
12979
  :last_modified_date)
12980
+ SENSITIVE = []
12561
12981
  include Aws::Structure
12562
12982
  end
12563
12983
 
@@ -12600,6 +13020,7 @@ module Aws::IoT
12600
13020
  :bucket_name,
12601
13021
  :key,
12602
13022
  :canned_acl)
13023
+ SENSITIVE = []
12603
13024
  include Aws::Structure
12604
13025
  end
12605
13026
 
@@ -12624,6 +13045,7 @@ module Aws::IoT
12624
13045
  class S3Destination < Struct.new(
12625
13046
  :bucket,
12626
13047
  :prefix)
13048
+ SENSITIVE = []
12627
13049
  include Aws::Structure
12628
13050
  end
12629
13051
 
@@ -12654,6 +13076,7 @@ module Aws::IoT
12654
13076
  :bucket,
12655
13077
  :key,
12656
13078
  :version)
13079
+ SENSITIVE = []
12657
13080
  include Aws::Structure
12658
13081
  end
12659
13082
 
@@ -12683,6 +13106,7 @@ module Aws::IoT
12683
13106
  class SalesforceAction < Struct.new(
12684
13107
  :token,
12685
13108
  :url)
13109
+ SENSITIVE = []
12686
13110
  include Aws::Structure
12687
13111
  end
12688
13112
 
@@ -12718,6 +13142,7 @@ module Aws::IoT
12718
13142
  :frequency,
12719
13143
  :day_of_month,
12720
13144
  :day_of_week)
13145
+ SENSITIVE = []
12721
13146
  include Aws::Structure
12722
13147
  end
12723
13148
 
@@ -12759,6 +13184,7 @@ module Aws::IoT
12759
13184
  :next_token,
12760
13185
  :max_results,
12761
13186
  :query_version)
13187
+ SENSITIVE = []
12762
13188
  include Aws::Structure
12763
13189
  end
12764
13190
 
@@ -12779,6 +13205,7 @@ module Aws::IoT
12779
13205
  :next_token,
12780
13206
  :things,
12781
13207
  :thing_groups)
13208
+ SENSITIVE = []
12782
13209
  include Aws::Structure
12783
13210
  end
12784
13211
 
@@ -12795,6 +13222,7 @@ module Aws::IoT
12795
13222
  class SecurityProfileIdentifier < Struct.new(
12796
13223
  :name,
12797
13224
  :arn)
13225
+ SENSITIVE = []
12798
13226
  include Aws::Structure
12799
13227
  end
12800
13228
 
@@ -12807,6 +13235,7 @@ module Aws::IoT
12807
13235
  #
12808
13236
  class SecurityProfileTarget < Struct.new(
12809
13237
  :arn)
13238
+ SENSITIVE = []
12810
13239
  include Aws::Structure
12811
13240
  end
12812
13241
 
@@ -12825,6 +13254,7 @@ module Aws::IoT
12825
13254
  class SecurityProfileTargetMapping < Struct.new(
12826
13255
  :security_profile_identifier,
12827
13256
  :target)
13257
+ SENSITIVE = []
12828
13258
  include Aws::Structure
12829
13259
  end
12830
13260
 
@@ -12846,6 +13276,7 @@ module Aws::IoT
12846
13276
  :server_certificate_arn,
12847
13277
  :server_certificate_status,
12848
13278
  :server_certificate_status_detail)
13279
+ SENSITIVE = []
12849
13280
  include Aws::Structure
12850
13281
  end
12851
13282
 
@@ -12857,6 +13288,7 @@ module Aws::IoT
12857
13288
  #
12858
13289
  class ServiceUnavailableException < Struct.new(
12859
13290
  :message)
13291
+ SENSITIVE = []
12860
13292
  include Aws::Structure
12861
13293
  end
12862
13294
 
@@ -12873,6 +13305,7 @@ module Aws::IoT
12873
13305
  #
12874
13306
  class SetDefaultAuthorizerRequest < Struct.new(
12875
13307
  :authorizer_name)
13308
+ SENSITIVE = []
12876
13309
  include Aws::Structure
12877
13310
  end
12878
13311
 
@@ -12887,6 +13320,7 @@ module Aws::IoT
12887
13320
  class SetDefaultAuthorizerResponse < Struct.new(
12888
13321
  :authorizer_name,
12889
13322
  :authorizer_arn)
13323
+ SENSITIVE = []
12890
13324
  include Aws::Structure
12891
13325
  end
12892
13326
 
@@ -12911,6 +13345,7 @@ module Aws::IoT
12911
13345
  class SetDefaultPolicyVersionRequest < Struct.new(
12912
13346
  :policy_name,
12913
13347
  :policy_version_id)
13348
+ SENSITIVE = []
12914
13349
  include Aws::Structure
12915
13350
  end
12916
13351
 
@@ -12932,6 +13367,7 @@ module Aws::IoT
12932
13367
  #
12933
13368
  class SetLoggingOptionsRequest < Struct.new(
12934
13369
  :logging_options_payload)
13370
+ SENSITIVE = []
12935
13371
  include Aws::Structure
12936
13372
  end
12937
13373
 
@@ -12957,6 +13393,7 @@ module Aws::IoT
12957
13393
  class SetV2LoggingLevelRequest < Struct.new(
12958
13394
  :log_target,
12959
13395
  :log_level)
13396
+ SENSITIVE = []
12960
13397
  include Aws::Structure
12961
13398
  end
12962
13399
 
@@ -12985,6 +13422,7 @@ module Aws::IoT
12985
13422
  :role_arn,
12986
13423
  :default_log_level,
12987
13424
  :disable_all_logs)
13425
+ SENSITIVE = []
12988
13426
  include Aws::Structure
12989
13427
  end
12990
13428
 
@@ -13015,6 +13453,7 @@ module Aws::IoT
13015
13453
  :signing_region,
13016
13454
  :service_name,
13017
13455
  :role_arn)
13456
+ SENSITIVE = []
13018
13457
  include Aws::Structure
13019
13458
  end
13020
13459
 
@@ -13045,6 +13484,7 @@ module Aws::IoT
13045
13484
  :certificate_arn,
13046
13485
  :platform,
13047
13486
  :certificate_path_on_device)
13487
+ SENSITIVE = []
13048
13488
  include Aws::Structure
13049
13489
  end
13050
13490
 
@@ -13085,6 +13525,7 @@ module Aws::IoT
13085
13525
  :target_arn,
13086
13526
  :role_arn,
13087
13527
  :message_format)
13528
+ SENSITIVE = []
13088
13529
  include Aws::Structure
13089
13530
  end
13090
13531
 
@@ -13096,6 +13537,7 @@ module Aws::IoT
13096
13537
  #
13097
13538
  class SqlParseException < Struct.new(
13098
13539
  :message)
13540
+ SENSITIVE = []
13099
13541
  include Aws::Structure
13100
13542
  end
13101
13543
 
@@ -13126,6 +13568,7 @@ module Aws::IoT
13126
13568
  :role_arn,
13127
13569
  :queue_url,
13128
13570
  :use_base_64)
13571
+ SENSITIVE = []
13129
13572
  include Aws::Structure
13130
13573
  end
13131
13574
 
@@ -13178,6 +13621,7 @@ module Aws::IoT
13178
13621
  :target,
13179
13622
  :audit_check_to_actions_mapping,
13180
13623
  :client_request_token)
13624
+ SENSITIVE = []
13181
13625
  include Aws::Structure
13182
13626
  end
13183
13627
 
@@ -13188,6 +13632,7 @@ module Aws::IoT
13188
13632
  #
13189
13633
  class StartAuditMitigationActionsTaskResponse < Struct.new(
13190
13634
  :task_id)
13635
+ SENSITIVE = []
13191
13636
  include Aws::Structure
13192
13637
  end
13193
13638
 
@@ -13209,6 +13654,7 @@ module Aws::IoT
13209
13654
  #
13210
13655
  class StartOnDemandAuditTaskRequest < Struct.new(
13211
13656
  :target_check_names)
13657
+ SENSITIVE = []
13212
13658
  include Aws::Structure
13213
13659
  end
13214
13660
 
@@ -13218,6 +13664,7 @@ module Aws::IoT
13218
13664
  #
13219
13665
  class StartOnDemandAuditTaskResponse < Struct.new(
13220
13666
  :task_id)
13667
+ SENSITIVE = []
13221
13668
  include Aws::Structure
13222
13669
  end
13223
13670
 
@@ -13257,6 +13704,7 @@ module Aws::IoT
13257
13704
  :signing_profile_parameter,
13258
13705
  :signing_profile_name,
13259
13706
  :destination)
13707
+ SENSITIVE = []
13260
13708
  include Aws::Structure
13261
13709
  end
13262
13710
 
@@ -13293,6 +13741,7 @@ module Aws::IoT
13293
13741
  :input_file_bucket,
13294
13742
  :input_file_key,
13295
13743
  :role_arn)
13744
+ SENSITIVE = []
13296
13745
  include Aws::Structure
13297
13746
  end
13298
13747
 
@@ -13302,6 +13751,7 @@ module Aws::IoT
13302
13751
  #
13303
13752
  class StartThingRegistrationTaskResponse < Struct.new(
13304
13753
  :task_id)
13754
+ SENSITIVE = []
13305
13755
  include Aws::Structure
13306
13756
  end
13307
13757
 
@@ -13330,6 +13780,7 @@ module Aws::IoT
13330
13780
  #
13331
13781
  class StatisticalThreshold < Struct.new(
13332
13782
  :statistic)
13783
+ SENSITIVE = []
13333
13784
  include Aws::Structure
13334
13785
  end
13335
13786
 
@@ -13377,6 +13828,7 @@ module Aws::IoT
13377
13828
  :sum_of_squares,
13378
13829
  :variance,
13379
13830
  :std_deviation)
13831
+ SENSITIVE = []
13380
13832
  include Aws::Structure
13381
13833
  end
13382
13834
 
@@ -13412,6 +13864,7 @@ module Aws::IoT
13412
13864
  :execution_name_prefix,
13413
13865
  :state_machine_name,
13414
13866
  :role_arn)
13867
+ SENSITIVE = []
13415
13868
  include Aws::Structure
13416
13869
  end
13417
13870
 
@@ -13428,6 +13881,7 @@ module Aws::IoT
13428
13881
  #
13429
13882
  class StopThingRegistrationTaskRequest < Struct.new(
13430
13883
  :task_id)
13884
+ SENSITIVE = []
13431
13885
  include Aws::Structure
13432
13886
  end
13433
13887
 
@@ -13454,6 +13908,7 @@ module Aws::IoT
13454
13908
  class Stream < Struct.new(
13455
13909
  :stream_id,
13456
13910
  :file_id)
13911
+ SENSITIVE = []
13457
13912
  include Aws::Structure
13458
13913
  end
13459
13914
 
@@ -13482,6 +13937,7 @@ module Aws::IoT
13482
13937
  class StreamFile < Struct.new(
13483
13938
  :file_id,
13484
13939
  :s3_location)
13940
+ SENSITIVE = []
13485
13941
  include Aws::Structure
13486
13942
  end
13487
13943
 
@@ -13528,6 +13984,7 @@ module Aws::IoT
13528
13984
  :created_at,
13529
13985
  :last_updated_at,
13530
13986
  :role_arn)
13987
+ SENSITIVE = []
13531
13988
  include Aws::Structure
13532
13989
  end
13533
13990
 
@@ -13554,6 +14011,7 @@ module Aws::IoT
13554
14011
  :stream_arn,
13555
14012
  :stream_version,
13556
14013
  :description)
14014
+ SENSITIVE = []
13557
14015
  include Aws::Structure
13558
14016
  end
13559
14017
 
@@ -13578,6 +14036,7 @@ module Aws::IoT
13578
14036
  class Tag < Struct.new(
13579
14037
  :key,
13580
14038
  :value)
14039
+ SENSITIVE = []
13581
14040
  include Aws::Structure
13582
14041
  end
13583
14042
 
@@ -13605,6 +14064,7 @@ module Aws::IoT
13605
14064
  class TagResourceRequest < Struct.new(
13606
14065
  :resource_arn,
13607
14066
  :tags)
14067
+ SENSITIVE = []
13608
14068
  include Aws::Structure
13609
14069
  end
13610
14070
 
@@ -13618,6 +14078,7 @@ module Aws::IoT
13618
14078
  #
13619
14079
  class TaskAlreadyExistsException < Struct.new(
13620
14080
  :message)
14081
+ SENSITIVE = []
13621
14082
  include Aws::Structure
13622
14083
  end
13623
14084
 
@@ -13660,6 +14121,7 @@ module Aws::IoT
13660
14121
  :non_compliant_checks,
13661
14122
  :failed_checks,
13662
14123
  :canceled_checks)
14124
+ SENSITIVE = []
13663
14125
  include Aws::Structure
13664
14126
  end
13665
14127
 
@@ -13697,6 +14159,7 @@ module Aws::IoT
13697
14159
  :succeeded_findings_count,
13698
14160
  :skipped_findings_count,
13699
14161
  :canceled_findings_count)
14162
+ SENSITIVE = []
13700
14163
  include Aws::Structure
13701
14164
  end
13702
14165
 
@@ -13752,6 +14215,7 @@ module Aws::IoT
13752
14215
  :client_id,
13753
14216
  :policy_names_to_add,
13754
14217
  :policy_names_to_skip)
14218
+ SENSITIVE = []
13755
14219
  include Aws::Structure
13756
14220
  end
13757
14221
 
@@ -13761,6 +14225,7 @@ module Aws::IoT
13761
14225
  #
13762
14226
  class TestAuthorizationResponse < Struct.new(
13763
14227
  :auth_results)
14228
+ SENSITIVE = []
13764
14229
  include Aws::Structure
13765
14230
  end
13766
14231
 
@@ -13819,6 +14284,7 @@ module Aws::IoT
13819
14284
  :http_context,
13820
14285
  :mqtt_context,
13821
14286
  :tls_context)
14287
+ SENSITIVE = []
13822
14288
  include Aws::Structure
13823
14289
  end
13824
14290
 
@@ -13849,6 +14315,7 @@ module Aws::IoT
13849
14315
  :policy_documents,
13850
14316
  :refresh_after_in_seconds,
13851
14317
  :disconnect_after_in_seconds)
14318
+ SENSITIVE = []
13852
14319
  include Aws::Structure
13853
14320
  end
13854
14321
 
@@ -13882,6 +14349,7 @@ module Aws::IoT
13882
14349
  :thing_arn,
13883
14350
  :attributes,
13884
14351
  :version)
14352
+ SENSITIVE = []
13885
14353
  include Aws::Structure
13886
14354
  end
13887
14355
 
@@ -13901,6 +14369,7 @@ module Aws::IoT
13901
14369
  class ThingConnectivity < Struct.new(
13902
14370
  :connected,
13903
14371
  :timestamp)
14372
+ SENSITIVE = []
13904
14373
  include Aws::Structure
13905
14374
  end
13906
14375
 
@@ -13942,6 +14411,7 @@ module Aws::IoT
13942
14411
  :attributes,
13943
14412
  :shadow,
13944
14413
  :connectivity)
14414
+ SENSITIVE = []
13945
14415
  include Aws::Structure
13946
14416
  end
13947
14417
 
@@ -13973,6 +14443,7 @@ module Aws::IoT
13973
14443
  :thing_group_description,
13974
14444
  :attributes,
13975
14445
  :parent_group_names)
14446
+ SENSITIVE = []
13976
14447
  include Aws::Structure
13977
14448
  end
13978
14449
 
@@ -14018,6 +14489,7 @@ module Aws::IoT
14018
14489
  :thing_group_indexing_mode,
14019
14490
  :managed_fields,
14020
14491
  :custom_fields)
14492
+ SENSITIVE = []
14021
14493
  include Aws::Structure
14022
14494
  end
14023
14495
 
@@ -14039,6 +14511,7 @@ module Aws::IoT
14039
14511
  :parent_group_name,
14040
14512
  :root_to_parent_thing_groups,
14041
14513
  :creation_date)
14514
+ SENSITIVE = []
14042
14515
  include Aws::Structure
14043
14516
  end
14044
14517
 
@@ -14068,6 +14541,7 @@ module Aws::IoT
14068
14541
  class ThingGroupProperties < Struct.new(
14069
14542
  :thing_group_description,
14070
14543
  :attribute_payload)
14544
+ SENSITIVE = []
14071
14545
  include Aws::Structure
14072
14546
  end
14073
14547
 
@@ -14133,6 +14607,7 @@ module Aws::IoT
14133
14607
  :thing_connectivity_indexing_mode,
14134
14608
  :managed_fields,
14135
14609
  :custom_fields)
14610
+ SENSITIVE = []
14136
14611
  include Aws::Structure
14137
14612
  end
14138
14613
 
@@ -14163,6 +14638,7 @@ module Aws::IoT
14163
14638
  :thing_type_arn,
14164
14639
  :thing_type_properties,
14165
14640
  :thing_type_metadata)
14641
+ SENSITIVE = []
14166
14642
  include Aws::Structure
14167
14643
  end
14168
14644
 
@@ -14188,6 +14664,7 @@ module Aws::IoT
14188
14664
  :deprecated,
14189
14665
  :deprecation_date,
14190
14666
  :creation_date)
14667
+ SENSITIVE = []
14191
14668
  include Aws::Structure
14192
14669
  end
14193
14670
 
@@ -14214,6 +14691,7 @@ module Aws::IoT
14214
14691
  class ThingTypeProperties < Struct.new(
14215
14692
  :thing_type_description,
14216
14693
  :searchable_attributes)
14694
+ SENSITIVE = []
14217
14695
  include Aws::Structure
14218
14696
  end
14219
14697
 
@@ -14225,6 +14703,7 @@ module Aws::IoT
14225
14703
  #
14226
14704
  class ThrottlingException < Struct.new(
14227
14705
  :message)
14706
+ SENSITIVE = []
14228
14707
  include Aws::Structure
14229
14708
  end
14230
14709
 
@@ -14253,6 +14732,7 @@ module Aws::IoT
14253
14732
  #
14254
14733
  class TimeoutConfig < Struct.new(
14255
14734
  :in_progress_timeout_in_minutes)
14735
+ SENSITIVE = []
14256
14736
  include Aws::Structure
14257
14737
  end
14258
14738
 
@@ -14271,6 +14751,7 @@ module Aws::IoT
14271
14751
  #
14272
14752
  class TlsContext < Struct.new(
14273
14753
  :server_name)
14754
+ SENSITIVE = []
14274
14755
  include Aws::Structure
14275
14756
  end
14276
14757
 
@@ -14318,6 +14799,7 @@ module Aws::IoT
14318
14799
  :rule_disabled,
14319
14800
  :aws_iot_sql_version,
14320
14801
  :error_action)
14802
+ SENSITIVE = []
14321
14803
  include Aws::Structure
14322
14804
  end
14323
14805
 
@@ -14374,6 +14856,7 @@ module Aws::IoT
14374
14856
  :status,
14375
14857
  :status_reason,
14376
14858
  :http_url_properties)
14859
+ SENSITIVE = []
14377
14860
  include Aws::Structure
14378
14861
  end
14379
14862
 
@@ -14394,6 +14877,7 @@ module Aws::IoT
14394
14877
  #
14395
14878
  class TopicRuleDestinationConfiguration < Struct.new(
14396
14879
  :http_url_configuration)
14880
+ SENSITIVE = []
14397
14881
  include Aws::Structure
14398
14882
  end
14399
14883
 
@@ -14449,6 +14933,7 @@ module Aws::IoT
14449
14933
  :status,
14450
14934
  :status_reason,
14451
14935
  :http_url_summary)
14936
+ SENSITIVE = []
14452
14937
  include Aws::Structure
14453
14938
  end
14454
14939
 
@@ -14480,6 +14965,7 @@ module Aws::IoT
14480
14965
  :topic_pattern,
14481
14966
  :created_at,
14482
14967
  :rule_disabled)
14968
+ SENSITIVE = []
14483
14969
  include Aws::Structure
14484
14970
  end
14485
14971
 
@@ -14815,6 +15301,7 @@ module Aws::IoT
14815
15301
  :rule_disabled,
14816
15302
  :aws_iot_sql_version,
14817
15303
  :error_action)
15304
+ SENSITIVE = []
14818
15305
  include Aws::Structure
14819
15306
  end
14820
15307
 
@@ -14827,6 +15314,7 @@ module Aws::IoT
14827
15314
  #
14828
15315
  class TransferAlreadyCompletedException < Struct.new(
14829
15316
  :message)
15317
+ SENSITIVE = []
14830
15318
  include Aws::Structure
14831
15319
  end
14832
15320
 
@@ -14858,6 +15346,7 @@ module Aws::IoT
14858
15346
  :certificate_id,
14859
15347
  :target_aws_account,
14860
15348
  :transfer_message)
15349
+ SENSITIVE = []
14861
15350
  include Aws::Structure
14862
15351
  end
14863
15352
 
@@ -14869,6 +15358,7 @@ module Aws::IoT
14869
15358
  #
14870
15359
  class TransferCertificateResponse < Struct.new(
14871
15360
  :transferred_certificate_arn)
15361
+ SENSITIVE = []
14872
15362
  include Aws::Structure
14873
15363
  end
14874
15364
 
@@ -14881,6 +15371,7 @@ module Aws::IoT
14881
15371
  #
14882
15372
  class TransferConflictException < Struct.new(
14883
15373
  :message)
15374
+ SENSITIVE = []
14884
15375
  include Aws::Structure
14885
15376
  end
14886
15377
 
@@ -14912,6 +15403,7 @@ module Aws::IoT
14912
15403
  :transfer_date,
14913
15404
  :accept_date,
14914
15405
  :reject_date)
15406
+ SENSITIVE = []
14915
15407
  include Aws::Structure
14916
15408
  end
14917
15409
 
@@ -14923,6 +15415,7 @@ module Aws::IoT
14923
15415
  #
14924
15416
  class UnauthorizedException < Struct.new(
14925
15417
  :message)
15418
+ SENSITIVE = []
14926
15419
  include Aws::Structure
14927
15420
  end
14928
15421
 
@@ -14945,6 +15438,7 @@ module Aws::IoT
14945
15438
  class UntagResourceRequest < Struct.new(
14946
15439
  :resource_arn,
14947
15440
  :tag_keys)
15441
+ SENSITIVE = []
14948
15442
  include Aws::Structure
14949
15443
  end
14950
15444
 
@@ -15000,6 +15494,7 @@ module Aws::IoT
15000
15494
  :role_arn,
15001
15495
  :audit_notification_target_configurations,
15002
15496
  :audit_check_configurations)
15497
+ SENSITIVE = []
15003
15498
  include Aws::Structure
15004
15499
  end
15005
15500
 
@@ -15044,6 +15539,7 @@ module Aws::IoT
15044
15539
  :token_key_name,
15045
15540
  :token_signing_public_keys,
15046
15541
  :status)
15542
+ SENSITIVE = []
15047
15543
  include Aws::Structure
15048
15544
  end
15049
15545
 
@@ -15058,6 +15554,7 @@ module Aws::IoT
15058
15554
  class UpdateAuthorizerResponse < Struct.new(
15059
15555
  :authorizer_name,
15060
15556
  :authorizer_arn)
15557
+ SENSITIVE = []
15061
15558
  include Aws::Structure
15062
15559
  end
15063
15560
 
@@ -15091,6 +15588,7 @@ module Aws::IoT
15091
15588
  :billing_group_name,
15092
15589
  :billing_group_properties,
15093
15590
  :expected_version)
15591
+ SENSITIVE = []
15094
15592
  include Aws::Structure
15095
15593
  end
15096
15594
 
@@ -15100,6 +15598,7 @@ module Aws::IoT
15100
15598
  #
15101
15599
  class UpdateBillingGroupResponse < Struct.new(
15102
15600
  :version)
15601
+ SENSITIVE = []
15103
15602
  include Aws::Structure
15104
15603
  end
15105
15604
 
@@ -15120,6 +15619,7 @@ module Aws::IoT
15120
15619
  #
15121
15620
  class UpdateCACertificateParams < Struct.new(
15122
15621
  :action)
15622
+ SENSITIVE = []
15123
15623
  include Aws::Structure
15124
15624
  end
15125
15625
 
@@ -15169,6 +15669,7 @@ module Aws::IoT
15169
15669
  :new_auto_registration_status,
15170
15670
  :registration_config,
15171
15671
  :remove_auto_registration)
15672
+ SENSITIVE = []
15172
15673
  include Aws::Structure
15173
15674
  end
15174
15675
 
@@ -15202,6 +15703,7 @@ module Aws::IoT
15202
15703
  class UpdateCertificateRequest < Struct.new(
15203
15704
  :certificate_id,
15204
15705
  :new_status)
15706
+ SENSITIVE = []
15205
15707
  include Aws::Structure
15206
15708
  end
15207
15709
 
@@ -15222,6 +15724,7 @@ module Aws::IoT
15222
15724
  #
15223
15725
  class UpdateDeviceCertificateParams < Struct.new(
15224
15726
  :action)
15727
+ SENSITIVE = []
15225
15728
  include Aws::Structure
15226
15729
  end
15227
15730
 
@@ -15248,6 +15751,7 @@ module Aws::IoT
15248
15751
  class UpdateDimensionRequest < Struct.new(
15249
15752
  :name,
15250
15753
  :string_values)
15754
+ SENSITIVE = []
15251
15755
  include Aws::Structure
15252
15756
  end
15253
15757
 
@@ -15286,6 +15790,7 @@ module Aws::IoT
15286
15790
  :string_values,
15287
15791
  :creation_date,
15288
15792
  :last_modified_date)
15793
+ SENSITIVE = []
15289
15794
  include Aws::Structure
15290
15795
  end
15291
15796
 
@@ -15323,6 +15828,7 @@ module Aws::IoT
15323
15828
  :authorizer_config,
15324
15829
  :domain_configuration_status,
15325
15830
  :remove_authorizer_config)
15831
+ SENSITIVE = []
15326
15832
  include Aws::Structure
15327
15833
  end
15328
15834
 
@@ -15337,6 +15843,7 @@ module Aws::IoT
15337
15843
  class UpdateDomainConfigurationResponse < Struct.new(
15338
15844
  :domain_configuration_name,
15339
15845
  :domain_configuration_arn)
15846
+ SENSITIVE = []
15340
15847
  include Aws::Structure
15341
15848
  end
15342
15849
 
@@ -15400,6 +15907,7 @@ module Aws::IoT
15400
15907
  :index_name,
15401
15908
  :query_string,
15402
15909
  :query_version)
15910
+ SENSITIVE = []
15403
15911
  include Aws::Structure
15404
15912
  end
15405
15913
 
@@ -15409,6 +15917,7 @@ module Aws::IoT
15409
15917
  #
15410
15918
  class UpdateDynamicThingGroupResponse < Struct.new(
15411
15919
  :version)
15920
+ SENSITIVE = []
15412
15921
  include Aws::Structure
15413
15922
  end
15414
15923
 
@@ -15429,6 +15938,7 @@ module Aws::IoT
15429
15938
  #
15430
15939
  class UpdateEventConfigurationsRequest < Struct.new(
15431
15940
  :event_configurations)
15941
+ SENSITIVE = []
15432
15942
  include Aws::Structure
15433
15943
  end
15434
15944
 
@@ -15482,6 +15992,7 @@ module Aws::IoT
15482
15992
  class UpdateIndexingConfigurationRequest < Struct.new(
15483
15993
  :thing_indexing_configuration,
15484
15994
  :thing_group_indexing_configuration)
15995
+ SENSITIVE = []
15485
15996
  include Aws::Structure
15486
15997
  end
15487
15998
 
@@ -15558,6 +16069,7 @@ module Aws::IoT
15558
16069
  :job_executions_rollout_config,
15559
16070
  :abort_config,
15560
16071
  :timeout_config)
16072
+ SENSITIVE = []
15561
16073
  include Aws::Structure
15562
16074
  end
15563
16075
 
@@ -15609,6 +16121,7 @@ module Aws::IoT
15609
16121
  :action_name,
15610
16122
  :role_arn,
15611
16123
  :action_params)
16124
+ SENSITIVE = []
15612
16125
  include Aws::Structure
15613
16126
  end
15614
16127
 
@@ -15623,6 +16136,7 @@ module Aws::IoT
15623
16136
  class UpdateMitigationActionResponse < Struct.new(
15624
16137
  :action_arn,
15625
16138
  :action_id)
16139
+ SENSITIVE = []
15626
16140
  include Aws::Structure
15627
16141
  end
15628
16142
 
@@ -15679,6 +16193,7 @@ module Aws::IoT
15679
16193
  :provisioning_role_arn,
15680
16194
  :pre_provisioning_hook,
15681
16195
  :remove_pre_provisioning_hook)
16196
+ SENSITIVE = []
15682
16197
  include Aws::Structure
15683
16198
  end
15684
16199
 
@@ -15709,6 +16224,7 @@ module Aws::IoT
15709
16224
  :role_alias,
15710
16225
  :role_arn,
15711
16226
  :credential_duration_seconds)
16227
+ SENSITIVE = []
15712
16228
  include Aws::Structure
15713
16229
  end
15714
16230
 
@@ -15723,6 +16239,7 @@ module Aws::IoT
15723
16239
  class UpdateRoleAliasResponse < Struct.new(
15724
16240
  :role_alias,
15725
16241
  :role_alias_arn)
16242
+ SENSITIVE = []
15726
16243
  include Aws::Structure
15727
16244
  end
15728
16245
 
@@ -15777,6 +16294,7 @@ module Aws::IoT
15777
16294
  :day_of_week,
15778
16295
  :target_check_names,
15779
16296
  :scheduled_audit_name)
16297
+ SENSITIVE = []
15780
16298
  include Aws::Structure
15781
16299
  end
15782
16300
 
@@ -15786,6 +16304,7 @@ module Aws::IoT
15786
16304
  #
15787
16305
  class UpdateScheduledAuditResponse < Struct.new(
15788
16306
  :scheduled_audit_arn)
16307
+ SENSITIVE = []
15789
16308
  include Aws::Structure
15790
16309
  end
15791
16310
 
@@ -15909,6 +16428,7 @@ module Aws::IoT
15909
16428
  :delete_alert_targets,
15910
16429
  :delete_additional_metrics_to_retain,
15911
16430
  :expected_version)
16431
+ SENSITIVE = []
15912
16432
  include Aws::Structure
15913
16433
  end
15914
16434
 
@@ -15971,6 +16491,7 @@ module Aws::IoT
15971
16491
  :version,
15972
16492
  :creation_date,
15973
16493
  :last_modified_date)
16494
+ SENSITIVE = []
15974
16495
  include Aws::Structure
15975
16496
  end
15976
16497
 
@@ -16015,6 +16536,7 @@ module Aws::IoT
16015
16536
  :description,
16016
16537
  :files,
16017
16538
  :role_arn)
16539
+ SENSITIVE = []
16018
16540
  include Aws::Structure
16019
16541
  end
16020
16542
 
@@ -16039,6 +16561,7 @@ module Aws::IoT
16039
16561
  :stream_arn,
16040
16562
  :description,
16041
16563
  :stream_version)
16564
+ SENSITIVE = []
16042
16565
  include Aws::Structure
16043
16566
  end
16044
16567
 
@@ -16076,6 +16599,7 @@ module Aws::IoT
16076
16599
  :thing_group_name,
16077
16600
  :thing_group_properties,
16078
16601
  :expected_version)
16602
+ SENSITIVE = []
16079
16603
  include Aws::Structure
16080
16604
  end
16081
16605
 
@@ -16085,6 +16609,7 @@ module Aws::IoT
16085
16609
  #
16086
16610
  class UpdateThingGroupResponse < Struct.new(
16087
16611
  :version)
16612
+ SENSITIVE = []
16088
16613
  include Aws::Structure
16089
16614
  end
16090
16615
 
@@ -16122,6 +16647,7 @@ module Aws::IoT
16122
16647
  :thing_groups_to_add,
16123
16648
  :thing_groups_to_remove,
16124
16649
  :override_dynamic_groups)
16650
+ SENSITIVE = []
16125
16651
  include Aws::Structure
16126
16652
  end
16127
16653
 
@@ -16185,6 +16711,7 @@ module Aws::IoT
16185
16711
  :attribute_payload,
16186
16712
  :expected_version,
16187
16713
  :remove_thing_type)
16714
+ SENSITIVE = []
16188
16715
  include Aws::Structure
16189
16716
  end
16190
16717
 
@@ -16240,6 +16767,7 @@ module Aws::IoT
16240
16767
  class UpdateTopicRuleDestinationRequest < Struct.new(
16241
16768
  :arn,
16242
16769
  :status)
16770
+ SENSITIVE = []
16243
16771
  include Aws::Structure
16244
16772
  end
16245
16773
 
@@ -16282,6 +16810,7 @@ module Aws::IoT
16282
16810
  #
16283
16811
  class ValidateSecurityProfileBehaviorsRequest < Struct.new(
16284
16812
  :behaviors)
16813
+ SENSITIVE = []
16285
16814
  include Aws::Structure
16286
16815
  end
16287
16816
 
@@ -16296,6 +16825,7 @@ module Aws::IoT
16296
16825
  class ValidateSecurityProfileBehaviorsResponse < Struct.new(
16297
16826
  :valid,
16298
16827
  :validation_errors)
16828
+ SENSITIVE = []
16299
16829
  include Aws::Structure
16300
16830
  end
16301
16831
 
@@ -16307,6 +16837,7 @@ module Aws::IoT
16307
16837
  #
16308
16838
  class ValidationError < Struct.new(
16309
16839
  :error_message)
16840
+ SENSITIVE = []
16310
16841
  include Aws::Structure
16311
16842
  end
16312
16843
 
@@ -16320,6 +16851,7 @@ module Aws::IoT
16320
16851
  #
16321
16852
  class VersionConflictException < Struct.new(
16322
16853
  :message)
16854
+ SENSITIVE = []
16323
16855
  include Aws::Structure
16324
16856
  end
16325
16857
 
@@ -16331,6 +16863,7 @@ module Aws::IoT
16331
16863
  #
16332
16864
  class VersionsLimitExceededException < Struct.new(
16333
16865
  :message)
16866
+ SENSITIVE = []
16334
16867
  include Aws::Structure
16335
16868
  end
16336
16869
 
@@ -16373,6 +16906,7 @@ module Aws::IoT
16373
16906
  :metric_value,
16374
16907
  :violation_event_type,
16375
16908
  :violation_event_time)
16909
+ SENSITIVE = []
16376
16910
  include Aws::Structure
16377
16911
  end
16378
16912