aws-sdk-iot 1.52.0 → 1.57.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 +4 -4
- data/lib/aws-sdk-iot.rb +5 -2
- data/lib/aws-sdk-iot/client.rb +461 -21
- data/lib/aws-sdk-iot/client_api.rb +418 -0
- data/lib/aws-sdk-iot/customizations.rb +1 -0
- data/lib/aws-sdk-iot/errors.rb +2 -0
- data/lib/aws-sdk-iot/resource.rb +2 -0
- data/lib/aws-sdk-iot/types.rb +946 -17
- metadata +2 -2
data/lib/aws-sdk-iot/errors.rb
CHANGED
data/lib/aws-sdk-iot/resource.rb
CHANGED
data/lib/aws-sdk-iot/types.rb
CHANGED
@@ -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
|
|
@@ -876,6 +899,11 @@ module Aws::IoT
|
|
876
899
|
# check.
|
877
900
|
# @return [Integer]
|
878
901
|
#
|
902
|
+
# @!attribute [rw] suppressed_non_compliant_resources_count
|
903
|
+
# Describes how many of the non-compliant resources created during the
|
904
|
+
# evaluation of an audit check were marked as suppressed.
|
905
|
+
# @return [Integer]
|
906
|
+
#
|
879
907
|
# @!attribute [rw] error_code
|
880
908
|
# The code of any error encountered when this check is performed
|
881
909
|
# during this audit. One of "INSUFFICIENT\_PERMISSIONS" or
|
@@ -892,8 +920,10 @@ module Aws::IoT
|
|
892
920
|
:check_compliant,
|
893
921
|
:total_resources_count,
|
894
922
|
:non_compliant_resources_count,
|
923
|
+
:suppressed_non_compliant_resources_count,
|
895
924
|
:error_code,
|
896
925
|
:message)
|
926
|
+
SENSITIVE = []
|
897
927
|
include Aws::Structure
|
898
928
|
end
|
899
929
|
|
@@ -940,6 +970,11 @@ module Aws::IoT
|
|
940
970
|
# A code that indicates the reason that the resource was noncompliant.
|
941
971
|
# @return [String]
|
942
972
|
#
|
973
|
+
# @!attribute [rw] is_suppressed
|
974
|
+
# Indicates whether the audit finding was suppressed or not during
|
975
|
+
# reporting.
|
976
|
+
# @return [Boolean]
|
977
|
+
#
|
943
978
|
class AuditFinding < Struct.new(
|
944
979
|
:finding_id,
|
945
980
|
:task_id,
|
@@ -950,7 +985,9 @@ module Aws::IoT
|
|
950
985
|
:non_compliant_resource,
|
951
986
|
:related_resources,
|
952
987
|
:reason_for_non_compliance,
|
953
|
-
:reason_for_non_compliance_code
|
988
|
+
:reason_for_non_compliance_code,
|
989
|
+
:is_suppressed)
|
990
|
+
SENSITIVE = []
|
954
991
|
include Aws::Structure
|
955
992
|
end
|
956
993
|
|
@@ -1009,6 +1046,7 @@ module Aws::IoT
|
|
1009
1046
|
:end_time,
|
1010
1047
|
:error_code,
|
1011
1048
|
:message)
|
1049
|
+
SENSITIVE = []
|
1012
1050
|
include Aws::Structure
|
1013
1051
|
end
|
1014
1052
|
|
@@ -1031,6 +1069,7 @@ module Aws::IoT
|
|
1031
1069
|
:task_id,
|
1032
1070
|
:start_time,
|
1033
1071
|
:task_status)
|
1072
|
+
SENSITIVE = []
|
1034
1073
|
include Aws::Structure
|
1035
1074
|
end
|
1036
1075
|
|
@@ -1069,6 +1108,7 @@ module Aws::IoT
|
|
1069
1108
|
:audit_task_id,
|
1070
1109
|
:finding_ids,
|
1071
1110
|
:audit_check_to_reason_code_filter)
|
1111
|
+
SENSITIVE = []
|
1072
1112
|
include Aws::Structure
|
1073
1113
|
end
|
1074
1114
|
|
@@ -1101,6 +1141,44 @@ module Aws::IoT
|
|
1101
1141
|
:target_arn,
|
1102
1142
|
:role_arn,
|
1103
1143
|
:enabled)
|
1144
|
+
SENSITIVE = []
|
1145
|
+
include Aws::Structure
|
1146
|
+
end
|
1147
|
+
|
1148
|
+
# Filters out specific findings of a Device Defender audit.
|
1149
|
+
#
|
1150
|
+
# @!attribute [rw] check_name
|
1151
|
+
# An audit check name. Checks must be enabled for your account. (Use
|
1152
|
+
# `DescribeAccountAuditConfiguration` to see the list of all checks,
|
1153
|
+
# including those that are enabled or use
|
1154
|
+
# `UpdateAccountAuditConfiguration` to select which checks are
|
1155
|
+
# enabled.)
|
1156
|
+
# @return [String]
|
1157
|
+
#
|
1158
|
+
# @!attribute [rw] resource_identifier
|
1159
|
+
# Information that identifies the noncompliant resource.
|
1160
|
+
# @return [Types::ResourceIdentifier]
|
1161
|
+
#
|
1162
|
+
# @!attribute [rw] expiration_date
|
1163
|
+
# The expiration date (epoch timestamp in seconds) that you want the
|
1164
|
+
# suppression to adhere to.
|
1165
|
+
# @return [Time]
|
1166
|
+
#
|
1167
|
+
# @!attribute [rw] suppress_indefinitely
|
1168
|
+
# Indicates whether a suppression should exist indefinitely or not.
|
1169
|
+
# @return [Boolean]
|
1170
|
+
#
|
1171
|
+
# @!attribute [rw] description
|
1172
|
+
# The description of the audit suppression.
|
1173
|
+
# @return [String]
|
1174
|
+
#
|
1175
|
+
class AuditSuppression < Struct.new(
|
1176
|
+
:check_name,
|
1177
|
+
:resource_identifier,
|
1178
|
+
:expiration_date,
|
1179
|
+
:suppress_indefinitely,
|
1180
|
+
:description)
|
1181
|
+
SENSITIVE = []
|
1104
1182
|
include Aws::Structure
|
1105
1183
|
end
|
1106
1184
|
|
@@ -1124,6 +1202,7 @@ module Aws::IoT
|
|
1124
1202
|
:task_id,
|
1125
1203
|
:task_status,
|
1126
1204
|
:task_type)
|
1205
|
+
SENSITIVE = []
|
1127
1206
|
include Aws::Structure
|
1128
1207
|
end
|
1129
1208
|
|
@@ -1149,6 +1228,7 @@ module Aws::IoT
|
|
1149
1228
|
class AuthInfo < Struct.new(
|
1150
1229
|
:action_type,
|
1151
1230
|
:resources)
|
1231
|
+
SENSITIVE = []
|
1152
1232
|
include Aws::Structure
|
1153
1233
|
end
|
1154
1234
|
|
@@ -1183,6 +1263,7 @@ module Aws::IoT
|
|
1183
1263
|
:denied,
|
1184
1264
|
:auth_decision,
|
1185
1265
|
:missing_context_values)
|
1266
|
+
SENSITIVE = []
|
1186
1267
|
include Aws::Structure
|
1187
1268
|
end
|
1188
1269
|
|
@@ -1208,6 +1289,7 @@ module Aws::IoT
|
|
1208
1289
|
class AuthorizerConfig < Struct.new(
|
1209
1290
|
:default_authorizer_name,
|
1210
1291
|
:allow_authorizer_override)
|
1292
|
+
SENSITIVE = []
|
1211
1293
|
include Aws::Structure
|
1212
1294
|
end
|
1213
1295
|
|
@@ -1261,6 +1343,7 @@ module Aws::IoT
|
|
1261
1343
|
:creation_date,
|
1262
1344
|
:last_modified_date,
|
1263
1345
|
:signing_disabled)
|
1346
|
+
SENSITIVE = []
|
1264
1347
|
include Aws::Structure
|
1265
1348
|
end
|
1266
1349
|
|
@@ -1277,6 +1360,7 @@ module Aws::IoT
|
|
1277
1360
|
class AuthorizerSummary < Struct.new(
|
1278
1361
|
:authorizer_name,
|
1279
1362
|
:authorizer_arn)
|
1363
|
+
SENSITIVE = []
|
1280
1364
|
include Aws::Structure
|
1281
1365
|
end
|
1282
1366
|
|
@@ -1302,6 +1386,7 @@ module Aws::IoT
|
|
1302
1386
|
#
|
1303
1387
|
class AwsJobAbortConfig < Struct.new(
|
1304
1388
|
:abort_criteria_list)
|
1389
|
+
SENSITIVE = []
|
1305
1390
|
include Aws::Structure
|
1306
1391
|
end
|
1307
1392
|
|
@@ -1343,6 +1428,7 @@ module Aws::IoT
|
|
1343
1428
|
:action,
|
1344
1429
|
:threshold_percentage,
|
1345
1430
|
:min_number_of_executed_things)
|
1431
|
+
SENSITIVE = []
|
1346
1432
|
include Aws::Structure
|
1347
1433
|
end
|
1348
1434
|
|
@@ -1375,6 +1461,7 @@ module Aws::IoT
|
|
1375
1461
|
class AwsJobExecutionsRolloutConfig < Struct.new(
|
1376
1462
|
:maximum_per_minute,
|
1377
1463
|
:exponential_rate)
|
1464
|
+
SENSITIVE = []
|
1378
1465
|
include Aws::Structure
|
1379
1466
|
end
|
1380
1467
|
|
@@ -1415,6 +1502,7 @@ module Aws::IoT
|
|
1415
1502
|
:base_rate_per_minute,
|
1416
1503
|
:increment_factor,
|
1417
1504
|
:rate_increase_criteria)
|
1505
|
+
SENSITIVE = []
|
1418
1506
|
include Aws::Structure
|
1419
1507
|
end
|
1420
1508
|
|
@@ -1436,6 +1524,7 @@ module Aws::IoT
|
|
1436
1524
|
#
|
1437
1525
|
class AwsJobPresignedUrlConfig < Struct.new(
|
1438
1526
|
:expires_in_sec)
|
1527
|
+
SENSITIVE = []
|
1439
1528
|
include Aws::Structure
|
1440
1529
|
end
|
1441
1530
|
|
@@ -1462,6 +1551,7 @@ module Aws::IoT
|
|
1462
1551
|
class AwsJobRateIncreaseCriteria < Struct.new(
|
1463
1552
|
:number_of_notified_things,
|
1464
1553
|
:number_of_succeeded_things)
|
1554
|
+
SENSITIVE = []
|
1465
1555
|
include Aws::Structure
|
1466
1556
|
end
|
1467
1557
|
|
@@ -1490,6 +1580,7 @@ module Aws::IoT
|
|
1490
1580
|
#
|
1491
1581
|
class AwsJobTimeoutConfig < Struct.new(
|
1492
1582
|
:in_progress_timeout_in_minutes)
|
1583
|
+
SENSITIVE = []
|
1493
1584
|
include Aws::Structure
|
1494
1585
|
end
|
1495
1586
|
|
@@ -1546,6 +1637,7 @@ module Aws::IoT
|
|
1546
1637
|
:metric,
|
1547
1638
|
:metric_dimension,
|
1548
1639
|
:criteria)
|
1640
|
+
SENSITIVE = []
|
1549
1641
|
include Aws::Structure
|
1550
1642
|
end
|
1551
1643
|
|
@@ -1614,6 +1706,7 @@ module Aws::IoT
|
|
1614
1706
|
:consecutive_datapoints_to_alarm,
|
1615
1707
|
:consecutive_datapoints_to_clear,
|
1616
1708
|
:statistical_threshold)
|
1709
|
+
SENSITIVE = []
|
1617
1710
|
include Aws::Structure
|
1618
1711
|
end
|
1619
1712
|
|
@@ -1625,6 +1718,7 @@ module Aws::IoT
|
|
1625
1718
|
#
|
1626
1719
|
class BillingGroupMetadata < Struct.new(
|
1627
1720
|
:creation_date)
|
1721
|
+
SENSITIVE = []
|
1628
1722
|
include Aws::Structure
|
1629
1723
|
end
|
1630
1724
|
|
@@ -1643,6 +1737,7 @@ module Aws::IoT
|
|
1643
1737
|
#
|
1644
1738
|
class BillingGroupProperties < Struct.new(
|
1645
1739
|
:billing_group_description)
|
1740
|
+
SENSITIVE = []
|
1646
1741
|
include Aws::Structure
|
1647
1742
|
end
|
1648
1743
|
|
@@ -1672,6 +1767,7 @@ module Aws::IoT
|
|
1672
1767
|
:certificate_id,
|
1673
1768
|
:status,
|
1674
1769
|
:creation_date)
|
1770
|
+
SENSITIVE = []
|
1675
1771
|
include Aws::Structure
|
1676
1772
|
end
|
1677
1773
|
|
@@ -1734,6 +1830,7 @@ module Aws::IoT
|
|
1734
1830
|
:customer_version,
|
1735
1831
|
:generation_id,
|
1736
1832
|
:validity)
|
1833
|
+
SENSITIVE = []
|
1737
1834
|
include Aws::Structure
|
1738
1835
|
end
|
1739
1836
|
|
@@ -1750,6 +1847,7 @@ module Aws::IoT
|
|
1750
1847
|
#
|
1751
1848
|
class CancelAuditMitigationActionsTaskRequest < Struct.new(
|
1752
1849
|
:task_id)
|
1850
|
+
SENSITIVE = []
|
1753
1851
|
include Aws::Structure
|
1754
1852
|
end
|
1755
1853
|
|
@@ -1769,6 +1867,7 @@ module Aws::IoT
|
|
1769
1867
|
#
|
1770
1868
|
class CancelAuditTaskRequest < Struct.new(
|
1771
1869
|
:task_id)
|
1870
|
+
SENSITIVE = []
|
1772
1871
|
include Aws::Structure
|
1773
1872
|
end
|
1774
1873
|
|
@@ -1790,6 +1889,7 @@ module Aws::IoT
|
|
1790
1889
|
#
|
1791
1890
|
class CancelCertificateTransferRequest < Struct.new(
|
1792
1891
|
:certificate_id)
|
1892
|
+
SENSITIVE = []
|
1793
1893
|
include Aws::Structure
|
1794
1894
|
end
|
1795
1895
|
|
@@ -1850,6 +1950,7 @@ module Aws::IoT
|
|
1850
1950
|
:force,
|
1851
1951
|
:expected_version,
|
1852
1952
|
:status_details)
|
1953
|
+
SENSITIVE = []
|
1853
1954
|
include Aws::Structure
|
1854
1955
|
end
|
1855
1956
|
|
@@ -1892,6 +1993,7 @@ module Aws::IoT
|
|
1892
1993
|
:reason_code,
|
1893
1994
|
:comment,
|
1894
1995
|
:force)
|
1996
|
+
SENSITIVE = []
|
1895
1997
|
include Aws::Structure
|
1896
1998
|
end
|
1897
1999
|
|
@@ -1911,6 +2013,7 @@ module Aws::IoT
|
|
1911
2013
|
:job_arn,
|
1912
2014
|
:job_id,
|
1913
2015
|
:description)
|
2016
|
+
SENSITIVE = []
|
1914
2017
|
include Aws::Structure
|
1915
2018
|
end
|
1916
2019
|
|
@@ -1946,6 +2049,7 @@ module Aws::IoT
|
|
1946
2049
|
:status,
|
1947
2050
|
:certificate_mode,
|
1948
2051
|
:creation_date)
|
2052
|
+
SENSITIVE = []
|
1949
2053
|
include Aws::Structure
|
1950
2054
|
end
|
1951
2055
|
|
@@ -1960,6 +2064,7 @@ module Aws::IoT
|
|
1960
2064
|
#
|
1961
2065
|
class CertificateConflictException < Struct.new(
|
1962
2066
|
:message)
|
2067
|
+
SENSITIVE = []
|
1963
2068
|
include Aws::Structure
|
1964
2069
|
end
|
1965
2070
|
|
@@ -2037,6 +2142,7 @@ module Aws::IoT
|
|
2037
2142
|
:generation_id,
|
2038
2143
|
:validity,
|
2039
2144
|
:certificate_mode)
|
2145
|
+
SENSITIVE = []
|
2040
2146
|
include Aws::Structure
|
2041
2147
|
end
|
2042
2148
|
|
@@ -2048,6 +2154,7 @@ module Aws::IoT
|
|
2048
2154
|
#
|
2049
2155
|
class CertificateStateException < Struct.new(
|
2050
2156
|
:message)
|
2157
|
+
SENSITIVE = []
|
2051
2158
|
include Aws::Structure
|
2052
2159
|
end
|
2053
2160
|
|
@@ -2059,6 +2166,7 @@ module Aws::IoT
|
|
2059
2166
|
#
|
2060
2167
|
class CertificateValidationException < Struct.new(
|
2061
2168
|
:message)
|
2169
|
+
SENSITIVE = []
|
2062
2170
|
include Aws::Structure
|
2063
2171
|
end
|
2064
2172
|
|
@@ -2075,6 +2183,7 @@ module Aws::IoT
|
|
2075
2183
|
class CertificateValidity < Struct.new(
|
2076
2184
|
:not_before,
|
2077
2185
|
:not_after)
|
2186
|
+
SENSITIVE = []
|
2078
2187
|
include Aws::Structure
|
2079
2188
|
end
|
2080
2189
|
|
@@ -2118,6 +2227,7 @@ module Aws::IoT
|
|
2118
2227
|
:alarm_name,
|
2119
2228
|
:state_reason,
|
2120
2229
|
:state_value)
|
2230
|
+
SENSITIVE = []
|
2121
2231
|
include Aws::Structure
|
2122
2232
|
end
|
2123
2233
|
|
@@ -2142,6 +2252,7 @@ module Aws::IoT
|
|
2142
2252
|
class CloudwatchLogsAction < Struct.new(
|
2143
2253
|
:role_arn,
|
2144
2254
|
:log_group_name)
|
2255
|
+
SENSITIVE = []
|
2145
2256
|
include Aws::Structure
|
2146
2257
|
end
|
2147
2258
|
|
@@ -2198,6 +2309,7 @@ module Aws::IoT
|
|
2198
2309
|
:metric_value,
|
2199
2310
|
:metric_unit,
|
2200
2311
|
:metric_timestamp)
|
2312
|
+
SENSITIVE = []
|
2201
2313
|
include Aws::Structure
|
2202
2314
|
end
|
2203
2315
|
|
@@ -2251,6 +2363,7 @@ module Aws::IoT
|
|
2251
2363
|
:aws_signer_job_id,
|
2252
2364
|
:start_signing_job_parameter,
|
2253
2365
|
:custom_code_signing)
|
2366
|
+
SENSITIVE = []
|
2254
2367
|
include Aws::Structure
|
2255
2368
|
end
|
2256
2369
|
|
@@ -2276,6 +2389,7 @@ module Aws::IoT
|
|
2276
2389
|
class CodeSigningCertificateChain < Struct.new(
|
2277
2390
|
:certificate_name,
|
2278
2391
|
:inline_document)
|
2392
|
+
SENSITIVE = []
|
2279
2393
|
include Aws::Structure
|
2280
2394
|
end
|
2281
2395
|
|
@@ -2295,6 +2409,7 @@ module Aws::IoT
|
|
2295
2409
|
#
|
2296
2410
|
class CodeSigningSignature < Struct.new(
|
2297
2411
|
:inline_document)
|
2412
|
+
SENSITIVE = []
|
2298
2413
|
include Aws::Structure
|
2299
2414
|
end
|
2300
2415
|
|
@@ -2313,6 +2428,7 @@ module Aws::IoT
|
|
2313
2428
|
#
|
2314
2429
|
class Configuration < Struct.new(
|
2315
2430
|
:enabled)
|
2431
|
+
SENSITIVE = []
|
2316
2432
|
include Aws::Structure
|
2317
2433
|
end
|
2318
2434
|
|
@@ -2330,6 +2446,7 @@ module Aws::IoT
|
|
2330
2446
|
#
|
2331
2447
|
class ConfirmTopicRuleDestinationRequest < Struct.new(
|
2332
2448
|
:confirmation_token)
|
2449
|
+
SENSITIVE = []
|
2333
2450
|
include Aws::Structure
|
2334
2451
|
end
|
2335
2452
|
|
@@ -2344,9 +2461,78 @@ module Aws::IoT
|
|
2344
2461
|
#
|
2345
2462
|
class ConflictingResourceUpdateException < Struct.new(
|
2346
2463
|
:message)
|
2464
|
+
SENSITIVE = []
|
2347
2465
|
include Aws::Structure
|
2348
2466
|
end
|
2349
2467
|
|
2468
|
+
# @note When making an API call, you may pass CreateAuditSuppressionRequest
|
2469
|
+
# data as a hash:
|
2470
|
+
#
|
2471
|
+
# {
|
2472
|
+
# check_name: "AuditCheckName", # required
|
2473
|
+
# resource_identifier: { # required
|
2474
|
+
# device_certificate_id: "CertificateId",
|
2475
|
+
# ca_certificate_id: "CertificateId",
|
2476
|
+
# cognito_identity_pool_id: "CognitoIdentityPoolId",
|
2477
|
+
# client_id: "ClientId",
|
2478
|
+
# policy_version_identifier: {
|
2479
|
+
# policy_name: "PolicyName",
|
2480
|
+
# policy_version_id: "PolicyVersionId",
|
2481
|
+
# },
|
2482
|
+
# account: "AwsAccountId",
|
2483
|
+
# iam_role_arn: "RoleArn",
|
2484
|
+
# role_alias_arn: "RoleAliasArn",
|
2485
|
+
# },
|
2486
|
+
# expiration_date: Time.now,
|
2487
|
+
# suppress_indefinitely: false,
|
2488
|
+
# description: "AuditDescription",
|
2489
|
+
# client_request_token: "ClientRequestToken", # required
|
2490
|
+
# }
|
2491
|
+
#
|
2492
|
+
# @!attribute [rw] check_name
|
2493
|
+
# An audit check name. Checks must be enabled for your account. (Use
|
2494
|
+
# `DescribeAccountAuditConfiguration` to see the list of all checks,
|
2495
|
+
# including those that are enabled or use
|
2496
|
+
# `UpdateAccountAuditConfiguration` to select which checks are
|
2497
|
+
# enabled.)
|
2498
|
+
# @return [String]
|
2499
|
+
#
|
2500
|
+
# @!attribute [rw] resource_identifier
|
2501
|
+
# Information that identifies the noncompliant resource.
|
2502
|
+
# @return [Types::ResourceIdentifier]
|
2503
|
+
#
|
2504
|
+
# @!attribute [rw] expiration_date
|
2505
|
+
# The epoch timestamp in seconds at which this suppression expires.
|
2506
|
+
# @return [Time]
|
2507
|
+
#
|
2508
|
+
# @!attribute [rw] suppress_indefinitely
|
2509
|
+
# Indicates whether a suppression should exist indefinitely or not.
|
2510
|
+
# @return [Boolean]
|
2511
|
+
#
|
2512
|
+
# @!attribute [rw] description
|
2513
|
+
# The description of the audit suppression.
|
2514
|
+
# @return [String]
|
2515
|
+
#
|
2516
|
+
# @!attribute [rw] client_request_token
|
2517
|
+
# The epoch timestamp in seconds at which this suppression expires.
|
2518
|
+
#
|
2519
|
+
# **A suitable default value is auto-generated.** You should normally
|
2520
|
+
# not need to pass this option.
|
2521
|
+
# @return [String]
|
2522
|
+
#
|
2523
|
+
class CreateAuditSuppressionRequest < Struct.new(
|
2524
|
+
:check_name,
|
2525
|
+
:resource_identifier,
|
2526
|
+
:expiration_date,
|
2527
|
+
:suppress_indefinitely,
|
2528
|
+
:description,
|
2529
|
+
:client_request_token)
|
2530
|
+
SENSITIVE = []
|
2531
|
+
include Aws::Structure
|
2532
|
+
end
|
2533
|
+
|
2534
|
+
class CreateAuditSuppressionResponse < Aws::EmptyStructure; end
|
2535
|
+
|
2350
2536
|
# @note When making an API call, you may pass CreateAuthorizerRequest
|
2351
2537
|
# data as a hash:
|
2352
2538
|
#
|
@@ -2417,6 +2603,7 @@ module Aws::IoT
|
|
2417
2603
|
:status,
|
2418
2604
|
:tags,
|
2419
2605
|
:signing_disabled)
|
2606
|
+
SENSITIVE = []
|
2420
2607
|
include Aws::Structure
|
2421
2608
|
end
|
2422
2609
|
|
@@ -2431,6 +2618,7 @@ module Aws::IoT
|
|
2431
2618
|
class CreateAuthorizerResponse < Struct.new(
|
2432
2619
|
:authorizer_name,
|
2433
2620
|
:authorizer_arn)
|
2621
|
+
SENSITIVE = []
|
2434
2622
|
include Aws::Structure
|
2435
2623
|
end
|
2436
2624
|
|
@@ -2466,6 +2654,7 @@ module Aws::IoT
|
|
2466
2654
|
:billing_group_name,
|
2467
2655
|
:billing_group_properties,
|
2468
2656
|
:tags)
|
2657
|
+
SENSITIVE = []
|
2469
2658
|
include Aws::Structure
|
2470
2659
|
end
|
2471
2660
|
|
@@ -2485,6 +2674,7 @@ module Aws::IoT
|
|
2485
2674
|
:billing_group_name,
|
2486
2675
|
:billing_group_arn,
|
2487
2676
|
:billing_group_id)
|
2677
|
+
SENSITIVE = []
|
2488
2678
|
include Aws::Structure
|
2489
2679
|
end
|
2490
2680
|
|
@@ -2509,6 +2699,7 @@ module Aws::IoT
|
|
2509
2699
|
class CreateCertificateFromCsrRequest < Struct.new(
|
2510
2700
|
:certificate_signing_request,
|
2511
2701
|
:set_as_active)
|
2702
|
+
SENSITIVE = []
|
2512
2703
|
include Aws::Structure
|
2513
2704
|
end
|
2514
2705
|
|
@@ -2532,6 +2723,7 @@ module Aws::IoT
|
|
2532
2723
|
:certificate_arn,
|
2533
2724
|
:certificate_id,
|
2534
2725
|
:certificate_pem)
|
2726
|
+
SENSITIVE = []
|
2535
2727
|
include Aws::Structure
|
2536
2728
|
end
|
2537
2729
|
|
@@ -2587,6 +2779,7 @@ module Aws::IoT
|
|
2587
2779
|
:string_values,
|
2588
2780
|
:tags,
|
2589
2781
|
:client_request_token)
|
2782
|
+
SENSITIVE = []
|
2590
2783
|
include Aws::Structure
|
2591
2784
|
end
|
2592
2785
|
|
@@ -2601,6 +2794,7 @@ module Aws::IoT
|
|
2601
2794
|
class CreateDimensionResponse < Struct.new(
|
2602
2795
|
:name,
|
2603
2796
|
:arn)
|
2797
|
+
SENSITIVE = []
|
2604
2798
|
include Aws::Structure
|
2605
2799
|
end
|
2606
2800
|
|
@@ -2682,6 +2876,7 @@ module Aws::IoT
|
|
2682
2876
|
:authorizer_config,
|
2683
2877
|
:service_type,
|
2684
2878
|
:tags)
|
2879
|
+
SENSITIVE = []
|
2685
2880
|
include Aws::Structure
|
2686
2881
|
end
|
2687
2882
|
|
@@ -2696,6 +2891,7 @@ module Aws::IoT
|
|
2696
2891
|
class CreateDomainConfigurationResponse < Struct.new(
|
2697
2892
|
:domain_configuration_name,
|
2698
2893
|
:domain_configuration_arn)
|
2894
|
+
SENSITIVE = []
|
2699
2895
|
include Aws::Structure
|
2700
2896
|
end
|
2701
2897
|
|
@@ -2770,6 +2966,7 @@ module Aws::IoT
|
|
2770
2966
|
:query_string,
|
2771
2967
|
:query_version,
|
2772
2968
|
:tags)
|
2969
|
+
SENSITIVE = []
|
2773
2970
|
include Aws::Structure
|
2774
2971
|
end
|
2775
2972
|
|
@@ -2804,6 +3001,7 @@ module Aws::IoT
|
|
2804
3001
|
:index_name,
|
2805
3002
|
:query_string,
|
2806
3003
|
:query_version)
|
3004
|
+
SENSITIVE = []
|
2807
3005
|
include Aws::Structure
|
2808
3006
|
end
|
2809
3007
|
|
@@ -2932,6 +3130,7 @@ module Aws::IoT
|
|
2932
3130
|
:abort_config,
|
2933
3131
|
:timeout_config,
|
2934
3132
|
:tags)
|
3133
|
+
SENSITIVE = []
|
2935
3134
|
include Aws::Structure
|
2936
3135
|
end
|
2937
3136
|
|
@@ -2951,6 +3150,7 @@ module Aws::IoT
|
|
2951
3150
|
:job_arn,
|
2952
3151
|
:job_id,
|
2953
3152
|
:description)
|
3153
|
+
SENSITIVE = []
|
2954
3154
|
include Aws::Structure
|
2955
3155
|
end
|
2956
3156
|
|
@@ -2969,6 +3169,7 @@ module Aws::IoT
|
|
2969
3169
|
#
|
2970
3170
|
class CreateKeysAndCertificateRequest < Struct.new(
|
2971
3171
|
:set_as_active)
|
3172
|
+
SENSITIVE = []
|
2972
3173
|
include Aws::Structure
|
2973
3174
|
end
|
2974
3175
|
|
@@ -2996,6 +3197,7 @@ module Aws::IoT
|
|
2996
3197
|
:certificate_id,
|
2997
3198
|
:certificate_pem,
|
2998
3199
|
:key_pair)
|
3200
|
+
SENSITIVE = []
|
2999
3201
|
include Aws::Structure
|
3000
3202
|
end
|
3001
3203
|
|
@@ -3058,6 +3260,7 @@ module Aws::IoT
|
|
3058
3260
|
:role_arn,
|
3059
3261
|
:action_params,
|
3060
3262
|
:tags)
|
3263
|
+
SENSITIVE = []
|
3061
3264
|
include Aws::Structure
|
3062
3265
|
end
|
3063
3266
|
|
@@ -3072,6 +3275,7 @@ module Aws::IoT
|
|
3072
3275
|
class CreateMitigationActionResponse < Struct.new(
|
3073
3276
|
:action_arn,
|
3074
3277
|
:action_id)
|
3278
|
+
SENSITIVE = []
|
3075
3279
|
include Aws::Structure
|
3076
3280
|
end
|
3077
3281
|
|
@@ -3251,6 +3455,7 @@ module Aws::IoT
|
|
3251
3455
|
:role_arn,
|
3252
3456
|
:additional_parameters,
|
3253
3457
|
:tags)
|
3458
|
+
SENSITIVE = []
|
3254
3459
|
include Aws::Structure
|
3255
3460
|
end
|
3256
3461
|
|
@@ -3280,6 +3485,7 @@ module Aws::IoT
|
|
3280
3485
|
:ota_update_arn,
|
3281
3486
|
:aws_iot_job_arn,
|
3282
3487
|
:ota_update_status)
|
3488
|
+
SENSITIVE = []
|
3283
3489
|
include Aws::Structure
|
3284
3490
|
end
|
3285
3491
|
|
@@ -3328,6 +3534,7 @@ module Aws::IoT
|
|
3328
3534
|
:policy_name,
|
3329
3535
|
:policy_document,
|
3330
3536
|
:tags)
|
3537
|
+
SENSITIVE = []
|
3331
3538
|
include Aws::Structure
|
3332
3539
|
end
|
3333
3540
|
|
@@ -3354,6 +3561,7 @@ module Aws::IoT
|
|
3354
3561
|
:policy_arn,
|
3355
3562
|
:policy_document,
|
3356
3563
|
:policy_version_id)
|
3564
|
+
SENSITIVE = []
|
3357
3565
|
include Aws::Structure
|
3358
3566
|
end
|
3359
3567
|
|
@@ -3388,6 +3596,7 @@ module Aws::IoT
|
|
3388
3596
|
:policy_name,
|
3389
3597
|
:policy_document,
|
3390
3598
|
:set_as_default)
|
3599
|
+
SENSITIVE = []
|
3391
3600
|
include Aws::Structure
|
3392
3601
|
end
|
3393
3602
|
|
@@ -3414,6 +3623,7 @@ module Aws::IoT
|
|
3414
3623
|
:policy_document,
|
3415
3624
|
:policy_version_id,
|
3416
3625
|
:is_default_version)
|
3626
|
+
SENSITIVE = []
|
3417
3627
|
include Aws::Structure
|
3418
3628
|
end
|
3419
3629
|
|
@@ -3430,6 +3640,7 @@ module Aws::IoT
|
|
3430
3640
|
#
|
3431
3641
|
class CreateProvisioningClaimRequest < Struct.new(
|
3432
3642
|
:template_name)
|
3643
|
+
SENSITIVE = []
|
3433
3644
|
include Aws::Structure
|
3434
3645
|
end
|
3435
3646
|
|
@@ -3454,6 +3665,7 @@ module Aws::IoT
|
|
3454
3665
|
:certificate_pem,
|
3455
3666
|
:key_pair,
|
3456
3667
|
:expiration)
|
3668
|
+
SENSITIVE = []
|
3457
3669
|
include Aws::Structure
|
3458
3670
|
end
|
3459
3671
|
|
@@ -3527,6 +3739,7 @@ module Aws::IoT
|
|
3527
3739
|
:provisioning_role_arn,
|
3528
3740
|
:pre_provisioning_hook,
|
3529
3741
|
:tags)
|
3742
|
+
SENSITIVE = []
|
3530
3743
|
include Aws::Structure
|
3531
3744
|
end
|
3532
3745
|
|
@@ -3546,6 +3759,7 @@ module Aws::IoT
|
|
3546
3759
|
:template_arn,
|
3547
3760
|
:template_name,
|
3548
3761
|
:default_version_id)
|
3762
|
+
SENSITIVE = []
|
3549
3763
|
include Aws::Structure
|
3550
3764
|
end
|
3551
3765
|
|
@@ -3574,6 +3788,7 @@ module Aws::IoT
|
|
3574
3788
|
:template_name,
|
3575
3789
|
:template_body,
|
3576
3790
|
:set_as_default)
|
3791
|
+
SENSITIVE = []
|
3577
3792
|
include Aws::Structure
|
3578
3793
|
end
|
3579
3794
|
|
@@ -3599,6 +3814,7 @@ module Aws::IoT
|
|
3599
3814
|
:template_name,
|
3600
3815
|
:version_id,
|
3601
3816
|
:is_default_version)
|
3817
|
+
SENSITIVE = []
|
3602
3818
|
include Aws::Structure
|
3603
3819
|
end
|
3604
3820
|
|
@@ -3650,6 +3866,7 @@ module Aws::IoT
|
|
3650
3866
|
:role_arn,
|
3651
3867
|
:credential_duration_seconds,
|
3652
3868
|
:tags)
|
3869
|
+
SENSITIVE = []
|
3653
3870
|
include Aws::Structure
|
3654
3871
|
end
|
3655
3872
|
|
@@ -3664,6 +3881,7 @@ module Aws::IoT
|
|
3664
3881
|
class CreateRoleAliasResponse < Struct.new(
|
3665
3882
|
:role_alias,
|
3666
3883
|
:role_alias_arn)
|
3884
|
+
SENSITIVE = []
|
3667
3885
|
include Aws::Structure
|
3668
3886
|
end
|
3669
3887
|
|
@@ -3729,6 +3947,7 @@ module Aws::IoT
|
|
3729
3947
|
:target_check_names,
|
3730
3948
|
:scheduled_audit_name,
|
3731
3949
|
:tags)
|
3950
|
+
SENSITIVE = []
|
3732
3951
|
include Aws::Structure
|
3733
3952
|
end
|
3734
3953
|
|
@@ -3738,6 +3957,7 @@ module Aws::IoT
|
|
3738
3957
|
#
|
3739
3958
|
class CreateScheduledAuditResponse < Struct.new(
|
3740
3959
|
:scheduled_audit_arn)
|
3960
|
+
SENSITIVE = []
|
3741
3961
|
include Aws::Structure
|
3742
3962
|
end
|
3743
3963
|
|
@@ -3841,6 +4061,7 @@ module Aws::IoT
|
|
3841
4061
|
:additional_metrics_to_retain,
|
3842
4062
|
:additional_metrics_to_retain_v2,
|
3843
4063
|
:tags)
|
4064
|
+
SENSITIVE = []
|
3844
4065
|
include Aws::Structure
|
3845
4066
|
end
|
3846
4067
|
|
@@ -3855,6 +4076,7 @@ module Aws::IoT
|
|
3855
4076
|
class CreateSecurityProfileResponse < Struct.new(
|
3856
4077
|
:security_profile_name,
|
3857
4078
|
:security_profile_arn)
|
4079
|
+
SENSITIVE = []
|
3858
4080
|
include Aws::Structure
|
3859
4081
|
end
|
3860
4082
|
|
@@ -3910,6 +4132,7 @@ module Aws::IoT
|
|
3910
4132
|
:files,
|
3911
4133
|
:role_arn,
|
3912
4134
|
:tags)
|
4135
|
+
SENSITIVE = []
|
3913
4136
|
include Aws::Structure
|
3914
4137
|
end
|
3915
4138
|
|
@@ -3934,6 +4157,7 @@ module Aws::IoT
|
|
3934
4157
|
:stream_arn,
|
3935
4158
|
:description,
|
3936
4159
|
:stream_version)
|
4160
|
+
SENSITIVE = []
|
3937
4161
|
include Aws::Structure
|
3938
4162
|
end
|
3939
4163
|
|
@@ -3981,6 +4205,7 @@ module Aws::IoT
|
|
3981
4205
|
:parent_group_name,
|
3982
4206
|
:thing_group_properties,
|
3983
4207
|
:tags)
|
4208
|
+
SENSITIVE = []
|
3984
4209
|
include Aws::Structure
|
3985
4210
|
end
|
3986
4211
|
|
@@ -4000,6 +4225,7 @@ module Aws::IoT
|
|
4000
4225
|
:thing_group_name,
|
4001
4226
|
:thing_group_arn,
|
4002
4227
|
:thing_group_id)
|
4228
|
+
SENSITIVE = []
|
4003
4229
|
include Aws::Structure
|
4004
4230
|
end
|
4005
4231
|
|
@@ -4048,6 +4274,7 @@ module Aws::IoT
|
|
4048
4274
|
:thing_type_name,
|
4049
4275
|
:attribute_payload,
|
4050
4276
|
:billing_group_name)
|
4277
|
+
SENSITIVE = []
|
4051
4278
|
include Aws::Structure
|
4052
4279
|
end
|
4053
4280
|
|
@@ -4069,6 +4296,7 @@ module Aws::IoT
|
|
4069
4296
|
:thing_name,
|
4070
4297
|
:thing_arn,
|
4071
4298
|
:thing_id)
|
4299
|
+
SENSITIVE = []
|
4072
4300
|
include Aws::Structure
|
4073
4301
|
end
|
4074
4302
|
|
@@ -4109,6 +4337,7 @@ module Aws::IoT
|
|
4109
4337
|
:thing_type_name,
|
4110
4338
|
:thing_type_properties,
|
4111
4339
|
:tags)
|
4340
|
+
SENSITIVE = []
|
4112
4341
|
include Aws::Structure
|
4113
4342
|
end
|
4114
4343
|
|
@@ -4130,6 +4359,7 @@ module Aws::IoT
|
|
4130
4359
|
:thing_type_name,
|
4131
4360
|
:thing_type_arn,
|
4132
4361
|
:thing_type_id)
|
4362
|
+
SENSITIVE = []
|
4133
4363
|
include Aws::Structure
|
4134
4364
|
end
|
4135
4365
|
|
@@ -4150,6 +4380,7 @@ module Aws::IoT
|
|
4150
4380
|
#
|
4151
4381
|
class CreateTopicRuleDestinationRequest < Struct.new(
|
4152
4382
|
:destination_configuration)
|
4383
|
+
SENSITIVE = []
|
4153
4384
|
include Aws::Structure
|
4154
4385
|
end
|
4155
4386
|
|
@@ -4159,6 +4390,7 @@ module Aws::IoT
|
|
4159
4390
|
#
|
4160
4391
|
class CreateTopicRuleDestinationResponse < Struct.new(
|
4161
4392
|
:topic_rule_destination)
|
4393
|
+
SENSITIVE = []
|
4162
4394
|
include Aws::Structure
|
4163
4395
|
end
|
4164
4396
|
|
@@ -4489,6 +4721,7 @@ module Aws::IoT
|
|
4489
4721
|
:rule_name,
|
4490
4722
|
:topic_rule_payload,
|
4491
4723
|
:tags)
|
4724
|
+
SENSITIVE = []
|
4492
4725
|
include Aws::Structure
|
4493
4726
|
end
|
4494
4727
|
|
@@ -4530,6 +4763,7 @@ module Aws::IoT
|
|
4530
4763
|
:certificate_chain,
|
4531
4764
|
:hash_algorithm,
|
4532
4765
|
:signature_algorithm)
|
4766
|
+
SENSITIVE = []
|
4533
4767
|
include Aws::Structure
|
4534
4768
|
end
|
4535
4769
|
|
@@ -4546,11 +4780,53 @@ module Aws::IoT
|
|
4546
4780
|
#
|
4547
4781
|
class DeleteAccountAuditConfigurationRequest < Struct.new(
|
4548
4782
|
:delete_scheduled_audits)
|
4783
|
+
SENSITIVE = []
|
4549
4784
|
include Aws::Structure
|
4550
4785
|
end
|
4551
4786
|
|
4552
4787
|
class DeleteAccountAuditConfigurationResponse < Aws::EmptyStructure; end
|
4553
4788
|
|
4789
|
+
# @note When making an API call, you may pass DeleteAuditSuppressionRequest
|
4790
|
+
# data as a hash:
|
4791
|
+
#
|
4792
|
+
# {
|
4793
|
+
# check_name: "AuditCheckName", # required
|
4794
|
+
# resource_identifier: { # required
|
4795
|
+
# device_certificate_id: "CertificateId",
|
4796
|
+
# ca_certificate_id: "CertificateId",
|
4797
|
+
# cognito_identity_pool_id: "CognitoIdentityPoolId",
|
4798
|
+
# client_id: "ClientId",
|
4799
|
+
# policy_version_identifier: {
|
4800
|
+
# policy_name: "PolicyName",
|
4801
|
+
# policy_version_id: "PolicyVersionId",
|
4802
|
+
# },
|
4803
|
+
# account: "AwsAccountId",
|
4804
|
+
# iam_role_arn: "RoleArn",
|
4805
|
+
# role_alias_arn: "RoleAliasArn",
|
4806
|
+
# },
|
4807
|
+
# }
|
4808
|
+
#
|
4809
|
+
# @!attribute [rw] check_name
|
4810
|
+
# An audit check name. Checks must be enabled for your account. (Use
|
4811
|
+
# `DescribeAccountAuditConfiguration` to see the list of all checks,
|
4812
|
+
# including those that are enabled or use
|
4813
|
+
# `UpdateAccountAuditConfiguration` to select which checks are
|
4814
|
+
# enabled.)
|
4815
|
+
# @return [String]
|
4816
|
+
#
|
4817
|
+
# @!attribute [rw] resource_identifier
|
4818
|
+
# Information that identifies the noncompliant resource.
|
4819
|
+
# @return [Types::ResourceIdentifier]
|
4820
|
+
#
|
4821
|
+
class DeleteAuditSuppressionRequest < Struct.new(
|
4822
|
+
:check_name,
|
4823
|
+
:resource_identifier)
|
4824
|
+
SENSITIVE = []
|
4825
|
+
include Aws::Structure
|
4826
|
+
end
|
4827
|
+
|
4828
|
+
class DeleteAuditSuppressionResponse < Aws::EmptyStructure; end
|
4829
|
+
|
4554
4830
|
# @note When making an API call, you may pass DeleteAuthorizerRequest
|
4555
4831
|
# data as a hash:
|
4556
4832
|
#
|
@@ -4564,6 +4840,7 @@ module Aws::IoT
|
|
4564
4840
|
#
|
4565
4841
|
class DeleteAuthorizerRequest < Struct.new(
|
4566
4842
|
:authorizer_name)
|
4843
|
+
SENSITIVE = []
|
4567
4844
|
include Aws::Structure
|
4568
4845
|
end
|
4569
4846
|
|
@@ -4591,6 +4868,7 @@ module Aws::IoT
|
|
4591
4868
|
class DeleteBillingGroupRequest < Struct.new(
|
4592
4869
|
:billing_group_name,
|
4593
4870
|
:expected_version)
|
4871
|
+
SENSITIVE = []
|
4594
4872
|
include Aws::Structure
|
4595
4873
|
end
|
4596
4874
|
|
@@ -4612,6 +4890,7 @@ module Aws::IoT
|
|
4612
4890
|
#
|
4613
4891
|
class DeleteCACertificateRequest < Struct.new(
|
4614
4892
|
:certificate_id)
|
4893
|
+
SENSITIVE = []
|
4615
4894
|
include Aws::Structure
|
4616
4895
|
end
|
4617
4896
|
|
@@ -4642,6 +4921,7 @@ module Aws::IoT
|
|
4642
4921
|
class DeleteCertificateRequest < Struct.new(
|
4643
4922
|
:certificate_id,
|
4644
4923
|
:force_delete)
|
4924
|
+
SENSITIVE = []
|
4645
4925
|
include Aws::Structure
|
4646
4926
|
end
|
4647
4927
|
|
@@ -4654,6 +4934,7 @@ module Aws::IoT
|
|
4654
4934
|
#
|
4655
4935
|
class DeleteConflictException < Struct.new(
|
4656
4936
|
:message)
|
4937
|
+
SENSITIVE = []
|
4657
4938
|
include Aws::Structure
|
4658
4939
|
end
|
4659
4940
|
|
@@ -4670,6 +4951,7 @@ module Aws::IoT
|
|
4670
4951
|
#
|
4671
4952
|
class DeleteDimensionRequest < Struct.new(
|
4672
4953
|
:name)
|
4954
|
+
SENSITIVE = []
|
4673
4955
|
include Aws::Structure
|
4674
4956
|
end
|
4675
4957
|
|
@@ -4688,6 +4970,7 @@ module Aws::IoT
|
|
4688
4970
|
#
|
4689
4971
|
class DeleteDomainConfigurationRequest < Struct.new(
|
4690
4972
|
:domain_configuration_name)
|
4973
|
+
SENSITIVE = []
|
4691
4974
|
include Aws::Structure
|
4692
4975
|
end
|
4693
4976
|
|
@@ -4712,6 +4995,7 @@ module Aws::IoT
|
|
4712
4995
|
class DeleteDynamicThingGroupRequest < Struct.new(
|
4713
4996
|
:thing_group_name,
|
4714
4997
|
:expected_version)
|
4998
|
+
SENSITIVE = []
|
4715
4999
|
include Aws::Structure
|
4716
5000
|
end
|
4717
5001
|
|
@@ -4764,6 +5048,7 @@ module Aws::IoT
|
|
4764
5048
|
:thing_name,
|
4765
5049
|
:execution_number,
|
4766
5050
|
:force)
|
5051
|
+
SENSITIVE = []
|
4767
5052
|
include Aws::Structure
|
4768
5053
|
end
|
4769
5054
|
|
@@ -4802,6 +5087,7 @@ module Aws::IoT
|
|
4802
5087
|
class DeleteJobRequest < Struct.new(
|
4803
5088
|
:job_id,
|
4804
5089
|
:force)
|
5090
|
+
SENSITIVE = []
|
4805
5091
|
include Aws::Structure
|
4806
5092
|
end
|
4807
5093
|
|
@@ -4818,6 +5104,7 @@ module Aws::IoT
|
|
4818
5104
|
#
|
4819
5105
|
class DeleteMitigationActionRequest < Struct.new(
|
4820
5106
|
:action_name)
|
5107
|
+
SENSITIVE = []
|
4821
5108
|
include Aws::Structure
|
4822
5109
|
end
|
4823
5110
|
|
@@ -4850,6 +5137,7 @@ module Aws::IoT
|
|
4850
5137
|
:ota_update_id,
|
4851
5138
|
:delete_stream,
|
4852
5139
|
:force_delete_aws_job)
|
5140
|
+
SENSITIVE = []
|
4853
5141
|
include Aws::Structure
|
4854
5142
|
end
|
4855
5143
|
|
@@ -4870,6 +5158,7 @@ module Aws::IoT
|
|
4870
5158
|
#
|
4871
5159
|
class DeletePolicyRequest < Struct.new(
|
4872
5160
|
:policy_name)
|
5161
|
+
SENSITIVE = []
|
4873
5162
|
include Aws::Structure
|
4874
5163
|
end
|
4875
5164
|
|
@@ -4894,6 +5183,7 @@ module Aws::IoT
|
|
4894
5183
|
class DeletePolicyVersionRequest < Struct.new(
|
4895
5184
|
:policy_name,
|
4896
5185
|
:policy_version_id)
|
5186
|
+
SENSITIVE = []
|
4897
5187
|
include Aws::Structure
|
4898
5188
|
end
|
4899
5189
|
|
@@ -4910,6 +5200,7 @@ module Aws::IoT
|
|
4910
5200
|
#
|
4911
5201
|
class DeleteProvisioningTemplateRequest < Struct.new(
|
4912
5202
|
:template_name)
|
5203
|
+
SENSITIVE = []
|
4913
5204
|
include Aws::Structure
|
4914
5205
|
end
|
4915
5206
|
|
@@ -4934,6 +5225,7 @@ module Aws::IoT
|
|
4934
5225
|
class DeleteProvisioningTemplateVersionRequest < Struct.new(
|
4935
5226
|
:template_name,
|
4936
5227
|
:version_id)
|
5228
|
+
SENSITIVE = []
|
4937
5229
|
include Aws::Structure
|
4938
5230
|
end
|
4939
5231
|
|
@@ -4962,6 +5254,7 @@ module Aws::IoT
|
|
4962
5254
|
#
|
4963
5255
|
class DeleteRoleAliasRequest < Struct.new(
|
4964
5256
|
:role_alias)
|
5257
|
+
SENSITIVE = []
|
4965
5258
|
include Aws::Structure
|
4966
5259
|
end
|
4967
5260
|
|
@@ -4980,6 +5273,7 @@ module Aws::IoT
|
|
4980
5273
|
#
|
4981
5274
|
class DeleteScheduledAuditRequest < Struct.new(
|
4982
5275
|
:scheduled_audit_name)
|
5276
|
+
SENSITIVE = []
|
4983
5277
|
include Aws::Structure
|
4984
5278
|
end
|
4985
5279
|
|
@@ -5007,6 +5301,7 @@ module Aws::IoT
|
|
5007
5301
|
class DeleteSecurityProfileRequest < Struct.new(
|
5008
5302
|
:security_profile_name,
|
5009
5303
|
:expected_version)
|
5304
|
+
SENSITIVE = []
|
5010
5305
|
include Aws::Structure
|
5011
5306
|
end
|
5012
5307
|
|
@@ -5025,6 +5320,7 @@ module Aws::IoT
|
|
5025
5320
|
#
|
5026
5321
|
class DeleteStreamRequest < Struct.new(
|
5027
5322
|
:stream_id)
|
5323
|
+
SENSITIVE = []
|
5028
5324
|
include Aws::Structure
|
5029
5325
|
end
|
5030
5326
|
|
@@ -5049,6 +5345,7 @@ module Aws::IoT
|
|
5049
5345
|
class DeleteThingGroupRequest < Struct.new(
|
5050
5346
|
:thing_group_name,
|
5051
5347
|
:expected_version)
|
5348
|
+
SENSITIVE = []
|
5052
5349
|
include Aws::Structure
|
5053
5350
|
end
|
5054
5351
|
|
@@ -5078,6 +5375,7 @@ module Aws::IoT
|
|
5078
5375
|
class DeleteThingRequest < Struct.new(
|
5079
5376
|
:thing_name,
|
5080
5377
|
:expected_version)
|
5378
|
+
SENSITIVE = []
|
5081
5379
|
include Aws::Structure
|
5082
5380
|
end
|
5083
5381
|
|
@@ -5100,6 +5398,7 @@ module Aws::IoT
|
|
5100
5398
|
#
|
5101
5399
|
class DeleteThingTypeRequest < Struct.new(
|
5102
5400
|
:thing_type_name)
|
5401
|
+
SENSITIVE = []
|
5103
5402
|
include Aws::Structure
|
5104
5403
|
end
|
5105
5404
|
|
@@ -5120,6 +5419,7 @@ module Aws::IoT
|
|
5120
5419
|
#
|
5121
5420
|
class DeleteTopicRuleDestinationRequest < Struct.new(
|
5122
5421
|
:arn)
|
5422
|
+
SENSITIVE = []
|
5123
5423
|
include Aws::Structure
|
5124
5424
|
end
|
5125
5425
|
|
@@ -5140,6 +5440,7 @@ module Aws::IoT
|
|
5140
5440
|
#
|
5141
5441
|
class DeleteTopicRuleRequest < Struct.new(
|
5142
5442
|
:rule_name)
|
5443
|
+
SENSITIVE = []
|
5143
5444
|
include Aws::Structure
|
5144
5445
|
end
|
5145
5446
|
|
@@ -5163,6 +5464,7 @@ module Aws::IoT
|
|
5163
5464
|
class DeleteV2LoggingLevelRequest < Struct.new(
|
5164
5465
|
:target_type,
|
5165
5466
|
:target_name)
|
5467
|
+
SENSITIVE = []
|
5166
5468
|
include Aws::Structure
|
5167
5469
|
end
|
5168
5470
|
|
@@ -5181,6 +5483,7 @@ module Aws::IoT
|
|
5181
5483
|
class Denied < Struct.new(
|
5182
5484
|
:implicit_deny,
|
5183
5485
|
:explicit_deny)
|
5486
|
+
SENSITIVE = []
|
5184
5487
|
include Aws::Structure
|
5185
5488
|
end
|
5186
5489
|
|
@@ -5207,6 +5510,7 @@ module Aws::IoT
|
|
5207
5510
|
class DeprecateThingTypeRequest < Struct.new(
|
5208
5511
|
:thing_type_name,
|
5209
5512
|
:undo_deprecate)
|
5513
|
+
SENSITIVE = []
|
5210
5514
|
include Aws::Structure
|
5211
5515
|
end
|
5212
5516
|
|
@@ -5240,6 +5544,7 @@ module Aws::IoT
|
|
5240
5544
|
:role_arn,
|
5241
5545
|
:audit_notification_target_configurations,
|
5242
5546
|
:audit_check_configurations)
|
5547
|
+
SENSITIVE = []
|
5243
5548
|
include Aws::Structure
|
5244
5549
|
end
|
5245
5550
|
|
@@ -5257,6 +5562,7 @@ module Aws::IoT
|
|
5257
5562
|
#
|
5258
5563
|
class DescribeAuditFindingRequest < Struct.new(
|
5259
5564
|
:finding_id)
|
5565
|
+
SENSITIVE = []
|
5260
5566
|
include Aws::Structure
|
5261
5567
|
end
|
5262
5568
|
|
@@ -5266,6 +5572,7 @@ module Aws::IoT
|
|
5266
5572
|
#
|
5267
5573
|
class DescribeAuditFindingResponse < Struct.new(
|
5268
5574
|
:finding)
|
5575
|
+
SENSITIVE = []
|
5269
5576
|
include Aws::Structure
|
5270
5577
|
end
|
5271
5578
|
|
@@ -5282,6 +5589,7 @@ module Aws::IoT
|
|
5282
5589
|
#
|
5283
5590
|
class DescribeAuditMitigationActionsTaskRequest < Struct.new(
|
5284
5591
|
:task_id)
|
5592
|
+
SENSITIVE = []
|
5285
5593
|
include Aws::Structure
|
5286
5594
|
end
|
5287
5595
|
|
@@ -5325,6 +5633,80 @@ module Aws::IoT
|
|
5325
5633
|
:target,
|
5326
5634
|
:audit_check_to_actions_mapping,
|
5327
5635
|
:actions_definition)
|
5636
|
+
SENSITIVE = []
|
5637
|
+
include Aws::Structure
|
5638
|
+
end
|
5639
|
+
|
5640
|
+
# @note When making an API call, you may pass DescribeAuditSuppressionRequest
|
5641
|
+
# data as a hash:
|
5642
|
+
#
|
5643
|
+
# {
|
5644
|
+
# check_name: "AuditCheckName", # required
|
5645
|
+
# resource_identifier: { # required
|
5646
|
+
# device_certificate_id: "CertificateId",
|
5647
|
+
# ca_certificate_id: "CertificateId",
|
5648
|
+
# cognito_identity_pool_id: "CognitoIdentityPoolId",
|
5649
|
+
# client_id: "ClientId",
|
5650
|
+
# policy_version_identifier: {
|
5651
|
+
# policy_name: "PolicyName",
|
5652
|
+
# policy_version_id: "PolicyVersionId",
|
5653
|
+
# },
|
5654
|
+
# account: "AwsAccountId",
|
5655
|
+
# iam_role_arn: "RoleArn",
|
5656
|
+
# role_alias_arn: "RoleAliasArn",
|
5657
|
+
# },
|
5658
|
+
# }
|
5659
|
+
#
|
5660
|
+
# @!attribute [rw] check_name
|
5661
|
+
# An audit check name. Checks must be enabled for your account. (Use
|
5662
|
+
# `DescribeAccountAuditConfiguration` to see the list of all checks,
|
5663
|
+
# including those that are enabled or use
|
5664
|
+
# `UpdateAccountAuditConfiguration` to select which checks are
|
5665
|
+
# enabled.)
|
5666
|
+
# @return [String]
|
5667
|
+
#
|
5668
|
+
# @!attribute [rw] resource_identifier
|
5669
|
+
# Information that identifies the noncompliant resource.
|
5670
|
+
# @return [Types::ResourceIdentifier]
|
5671
|
+
#
|
5672
|
+
class DescribeAuditSuppressionRequest < Struct.new(
|
5673
|
+
:check_name,
|
5674
|
+
:resource_identifier)
|
5675
|
+
SENSITIVE = []
|
5676
|
+
include Aws::Structure
|
5677
|
+
end
|
5678
|
+
|
5679
|
+
# @!attribute [rw] check_name
|
5680
|
+
# An audit check name. Checks must be enabled for your account. (Use
|
5681
|
+
# `DescribeAccountAuditConfiguration` to see the list of all checks,
|
5682
|
+
# including those that are enabled or use
|
5683
|
+
# `UpdateAccountAuditConfiguration` to select which checks are
|
5684
|
+
# enabled.)
|
5685
|
+
# @return [String]
|
5686
|
+
#
|
5687
|
+
# @!attribute [rw] resource_identifier
|
5688
|
+
# Information that identifies the noncompliant resource.
|
5689
|
+
# @return [Types::ResourceIdentifier]
|
5690
|
+
#
|
5691
|
+
# @!attribute [rw] expiration_date
|
5692
|
+
# The epoch timestamp in seconds at which this suppression expires.
|
5693
|
+
# @return [Time]
|
5694
|
+
#
|
5695
|
+
# @!attribute [rw] suppress_indefinitely
|
5696
|
+
# Indicates whether a suppression should exist indefinitely or not.
|
5697
|
+
# @return [Boolean]
|
5698
|
+
#
|
5699
|
+
# @!attribute [rw] description
|
5700
|
+
# The description of the audit suppression.
|
5701
|
+
# @return [String]
|
5702
|
+
#
|
5703
|
+
class DescribeAuditSuppressionResponse < Struct.new(
|
5704
|
+
:check_name,
|
5705
|
+
:resource_identifier,
|
5706
|
+
:expiration_date,
|
5707
|
+
:suppress_indefinitely,
|
5708
|
+
:description)
|
5709
|
+
SENSITIVE = []
|
5328
5710
|
include Aws::Structure
|
5329
5711
|
end
|
5330
5712
|
|
@@ -5341,6 +5723,7 @@ module Aws::IoT
|
|
5341
5723
|
#
|
5342
5724
|
class DescribeAuditTaskRequest < Struct.new(
|
5343
5725
|
:task_id)
|
5726
|
+
SENSITIVE = []
|
5344
5727
|
include Aws::Structure
|
5345
5728
|
end
|
5346
5729
|
|
@@ -5378,6 +5761,7 @@ module Aws::IoT
|
|
5378
5761
|
:task_statistics,
|
5379
5762
|
:scheduled_audit_name,
|
5380
5763
|
:audit_details)
|
5764
|
+
SENSITIVE = []
|
5381
5765
|
include Aws::Structure
|
5382
5766
|
end
|
5383
5767
|
|
@@ -5394,6 +5778,7 @@ module Aws::IoT
|
|
5394
5778
|
#
|
5395
5779
|
class DescribeAuthorizerRequest < Struct.new(
|
5396
5780
|
:authorizer_name)
|
5781
|
+
SENSITIVE = []
|
5397
5782
|
include Aws::Structure
|
5398
5783
|
end
|
5399
5784
|
|
@@ -5403,6 +5788,7 @@ module Aws::IoT
|
|
5403
5788
|
#
|
5404
5789
|
class DescribeAuthorizerResponse < Struct.new(
|
5405
5790
|
:authorizer_description)
|
5791
|
+
SENSITIVE = []
|
5406
5792
|
include Aws::Structure
|
5407
5793
|
end
|
5408
5794
|
|
@@ -5419,6 +5805,7 @@ module Aws::IoT
|
|
5419
5805
|
#
|
5420
5806
|
class DescribeBillingGroupRequest < Struct.new(
|
5421
5807
|
:billing_group_name)
|
5808
|
+
SENSITIVE = []
|
5422
5809
|
include Aws::Structure
|
5423
5810
|
end
|
5424
5811
|
|
@@ -5453,6 +5840,7 @@ module Aws::IoT
|
|
5453
5840
|
:version,
|
5454
5841
|
:billing_group_properties,
|
5455
5842
|
:billing_group_metadata)
|
5843
|
+
SENSITIVE = []
|
5456
5844
|
include Aws::Structure
|
5457
5845
|
end
|
5458
5846
|
|
@@ -5471,6 +5859,7 @@ module Aws::IoT
|
|
5471
5859
|
#
|
5472
5860
|
class DescribeCACertificateRequest < Struct.new(
|
5473
5861
|
:certificate_id)
|
5862
|
+
SENSITIVE = []
|
5474
5863
|
include Aws::Structure
|
5475
5864
|
end
|
5476
5865
|
|
@@ -5487,6 +5876,7 @@ module Aws::IoT
|
|
5487
5876
|
class DescribeCACertificateResponse < Struct.new(
|
5488
5877
|
:certificate_description,
|
5489
5878
|
:registration_config)
|
5879
|
+
SENSITIVE = []
|
5490
5880
|
include Aws::Structure
|
5491
5881
|
end
|
5492
5882
|
|
@@ -5506,6 +5896,7 @@ module Aws::IoT
|
|
5506
5896
|
#
|
5507
5897
|
class DescribeCertificateRequest < Struct.new(
|
5508
5898
|
:certificate_id)
|
5899
|
+
SENSITIVE = []
|
5509
5900
|
include Aws::Structure
|
5510
5901
|
end
|
5511
5902
|
|
@@ -5517,6 +5908,7 @@ module Aws::IoT
|
|
5517
5908
|
#
|
5518
5909
|
class DescribeCertificateResponse < Struct.new(
|
5519
5910
|
:certificate_description)
|
5911
|
+
SENSITIVE = []
|
5520
5912
|
include Aws::Structure
|
5521
5913
|
end
|
5522
5914
|
|
@@ -5530,6 +5922,7 @@ module Aws::IoT
|
|
5530
5922
|
#
|
5531
5923
|
class DescribeDefaultAuthorizerResponse < Struct.new(
|
5532
5924
|
:authorizer_description)
|
5925
|
+
SENSITIVE = []
|
5533
5926
|
include Aws::Structure
|
5534
5927
|
end
|
5535
5928
|
|
@@ -5546,6 +5939,7 @@ module Aws::IoT
|
|
5546
5939
|
#
|
5547
5940
|
class DescribeDimensionRequest < Struct.new(
|
5548
5941
|
:name)
|
5942
|
+
SENSITIVE = []
|
5549
5943
|
include Aws::Structure
|
5550
5944
|
end
|
5551
5945
|
|
@@ -5582,6 +5976,7 @@ module Aws::IoT
|
|
5582
5976
|
:string_values,
|
5583
5977
|
:creation_date,
|
5584
5978
|
:last_modified_date)
|
5979
|
+
SENSITIVE = []
|
5585
5980
|
include Aws::Structure
|
5586
5981
|
end
|
5587
5982
|
|
@@ -5598,6 +5993,7 @@ module Aws::IoT
|
|
5598
5993
|
#
|
5599
5994
|
class DescribeDomainConfigurationRequest < Struct.new(
|
5600
5995
|
:domain_configuration_name)
|
5996
|
+
SENSITIVE = []
|
5601
5997
|
include Aws::Structure
|
5602
5998
|
end
|
5603
5999
|
|
@@ -5644,6 +6040,7 @@ module Aws::IoT
|
|
5644
6040
|
:domain_configuration_status,
|
5645
6041
|
:service_type,
|
5646
6042
|
:domain_type)
|
6043
|
+
SENSITIVE = []
|
5647
6044
|
include Aws::Structure
|
5648
6045
|
end
|
5649
6046
|
|
@@ -5687,6 +6084,7 @@ module Aws::IoT
|
|
5687
6084
|
#
|
5688
6085
|
class DescribeEndpointRequest < Struct.new(
|
5689
6086
|
:endpoint_type)
|
6087
|
+
SENSITIVE = []
|
5690
6088
|
include Aws::Structure
|
5691
6089
|
end
|
5692
6090
|
|
@@ -5699,6 +6097,7 @@ module Aws::IoT
|
|
5699
6097
|
#
|
5700
6098
|
class DescribeEndpointResponse < Struct.new(
|
5701
6099
|
:endpoint_address)
|
6100
|
+
SENSITIVE = []
|
5702
6101
|
include Aws::Structure
|
5703
6102
|
end
|
5704
6103
|
|
@@ -5722,6 +6121,7 @@ module Aws::IoT
|
|
5722
6121
|
:event_configurations,
|
5723
6122
|
:creation_date,
|
5724
6123
|
:last_modified_date)
|
6124
|
+
SENSITIVE = []
|
5725
6125
|
include Aws::Structure
|
5726
6126
|
end
|
5727
6127
|
|
@@ -5738,6 +6138,7 @@ module Aws::IoT
|
|
5738
6138
|
#
|
5739
6139
|
class DescribeIndexRequest < Struct.new(
|
5740
6140
|
:index_name)
|
6141
|
+
SENSITIVE = []
|
5741
6142
|
include Aws::Structure
|
5742
6143
|
end
|
5743
6144
|
|
@@ -5770,6 +6171,7 @@ module Aws::IoT
|
|
5770
6171
|
:index_name,
|
5771
6172
|
:index_status,
|
5772
6173
|
:schema)
|
6174
|
+
SENSITIVE = []
|
5773
6175
|
include Aws::Structure
|
5774
6176
|
end
|
5775
6177
|
|
@@ -5799,6 +6201,7 @@ module Aws::IoT
|
|
5799
6201
|
:job_id,
|
5800
6202
|
:thing_name,
|
5801
6203
|
:execution_number)
|
6204
|
+
SENSITIVE = []
|
5802
6205
|
include Aws::Structure
|
5803
6206
|
end
|
5804
6207
|
|
@@ -5808,6 +6211,7 @@ module Aws::IoT
|
|
5808
6211
|
#
|
5809
6212
|
class DescribeJobExecutionResponse < Struct.new(
|
5810
6213
|
:execution)
|
6214
|
+
SENSITIVE = []
|
5811
6215
|
include Aws::Structure
|
5812
6216
|
end
|
5813
6217
|
|
@@ -5824,6 +6228,7 @@ module Aws::IoT
|
|
5824
6228
|
#
|
5825
6229
|
class DescribeJobRequest < Struct.new(
|
5826
6230
|
:job_id)
|
6231
|
+
SENSITIVE = []
|
5827
6232
|
include Aws::Structure
|
5828
6233
|
end
|
5829
6234
|
|
@@ -5838,6 +6243,7 @@ module Aws::IoT
|
|
5838
6243
|
class DescribeJobResponse < Struct.new(
|
5839
6244
|
:document_source,
|
5840
6245
|
:job)
|
6246
|
+
SENSITIVE = []
|
5841
6247
|
include Aws::Structure
|
5842
6248
|
end
|
5843
6249
|
|
@@ -5854,6 +6260,7 @@ module Aws::IoT
|
|
5854
6260
|
#
|
5855
6261
|
class DescribeMitigationActionRequest < Struct.new(
|
5856
6262
|
:action_name)
|
6263
|
+
SENSITIVE = []
|
5857
6264
|
include Aws::Structure
|
5858
6265
|
end
|
5859
6266
|
|
@@ -5900,6 +6307,7 @@ module Aws::IoT
|
|
5900
6307
|
:action_params,
|
5901
6308
|
:creation_date,
|
5902
6309
|
:last_modified_date)
|
6310
|
+
SENSITIVE = []
|
5903
6311
|
include Aws::Structure
|
5904
6312
|
end
|
5905
6313
|
|
@@ -5916,6 +6324,7 @@ module Aws::IoT
|
|
5916
6324
|
#
|
5917
6325
|
class DescribeProvisioningTemplateRequest < Struct.new(
|
5918
6326
|
:template_name)
|
6327
|
+
SENSITIVE = []
|
5919
6328
|
include Aws::Structure
|
5920
6329
|
end
|
5921
6330
|
|
@@ -5971,6 +6380,7 @@ module Aws::IoT
|
|
5971
6380
|
:enabled,
|
5972
6381
|
:provisioning_role_arn,
|
5973
6382
|
:pre_provisioning_hook)
|
6383
|
+
SENSITIVE = []
|
5974
6384
|
include Aws::Structure
|
5975
6385
|
end
|
5976
6386
|
|
@@ -5993,6 +6403,7 @@ module Aws::IoT
|
|
5993
6403
|
class DescribeProvisioningTemplateVersionRequest < Struct.new(
|
5994
6404
|
:template_name,
|
5995
6405
|
:version_id)
|
6406
|
+
SENSITIVE = []
|
5996
6407
|
include Aws::Structure
|
5997
6408
|
end
|
5998
6409
|
|
@@ -6019,6 +6430,7 @@ module Aws::IoT
|
|
6019
6430
|
:creation_date,
|
6020
6431
|
:template_body,
|
6021
6432
|
:is_default_version)
|
6433
|
+
SENSITIVE = []
|
6022
6434
|
include Aws::Structure
|
6023
6435
|
end
|
6024
6436
|
|
@@ -6035,6 +6447,7 @@ module Aws::IoT
|
|
6035
6447
|
#
|
6036
6448
|
class DescribeRoleAliasRequest < Struct.new(
|
6037
6449
|
:role_alias)
|
6450
|
+
SENSITIVE = []
|
6038
6451
|
include Aws::Structure
|
6039
6452
|
end
|
6040
6453
|
|
@@ -6044,6 +6457,7 @@ module Aws::IoT
|
|
6044
6457
|
#
|
6045
6458
|
class DescribeRoleAliasResponse < Struct.new(
|
6046
6459
|
:role_alias_description)
|
6460
|
+
SENSITIVE = []
|
6047
6461
|
include Aws::Structure
|
6048
6462
|
end
|
6049
6463
|
|
@@ -6060,6 +6474,7 @@ module Aws::IoT
|
|
6060
6474
|
#
|
6061
6475
|
class DescribeScheduledAuditRequest < Struct.new(
|
6062
6476
|
:scheduled_audit_name)
|
6477
|
+
SENSITIVE = []
|
6063
6478
|
include Aws::Structure
|
6064
6479
|
end
|
6065
6480
|
|
@@ -6105,6 +6520,7 @@ module Aws::IoT
|
|
6105
6520
|
:target_check_names,
|
6106
6521
|
:scheduled_audit_name,
|
6107
6522
|
:scheduled_audit_arn)
|
6523
|
+
SENSITIVE = []
|
6108
6524
|
include Aws::Structure
|
6109
6525
|
end
|
6110
6526
|
|
@@ -6121,6 +6537,7 @@ module Aws::IoT
|
|
6121
6537
|
#
|
6122
6538
|
class DescribeSecurityProfileRequest < Struct.new(
|
6123
6539
|
:security_profile_name)
|
6540
|
+
SENSITIVE = []
|
6124
6541
|
include Aws::Structure
|
6125
6542
|
end
|
6126
6543
|
|
@@ -6185,6 +6602,7 @@ module Aws::IoT
|
|
6185
6602
|
:version,
|
6186
6603
|
:creation_date,
|
6187
6604
|
:last_modified_date)
|
6605
|
+
SENSITIVE = []
|
6188
6606
|
include Aws::Structure
|
6189
6607
|
end
|
6190
6608
|
|
@@ -6201,6 +6619,7 @@ module Aws::IoT
|
|
6201
6619
|
#
|
6202
6620
|
class DescribeStreamRequest < Struct.new(
|
6203
6621
|
:stream_id)
|
6622
|
+
SENSITIVE = []
|
6204
6623
|
include Aws::Structure
|
6205
6624
|
end
|
6206
6625
|
|
@@ -6210,6 +6629,7 @@ module Aws::IoT
|
|
6210
6629
|
#
|
6211
6630
|
class DescribeStreamResponse < Struct.new(
|
6212
6631
|
:stream_info)
|
6632
|
+
SENSITIVE = []
|
6213
6633
|
include Aws::Structure
|
6214
6634
|
end
|
6215
6635
|
|
@@ -6226,6 +6646,7 @@ module Aws::IoT
|
|
6226
6646
|
#
|
6227
6647
|
class DescribeThingGroupRequest < Struct.new(
|
6228
6648
|
:thing_group_name)
|
6649
|
+
SENSITIVE = []
|
6229
6650
|
include Aws::Structure
|
6230
6651
|
end
|
6231
6652
|
|
@@ -6280,6 +6701,7 @@ module Aws::IoT
|
|
6280
6701
|
:query_string,
|
6281
6702
|
:query_version,
|
6282
6703
|
:status)
|
6704
|
+
SENSITIVE = []
|
6283
6705
|
include Aws::Structure
|
6284
6706
|
end
|
6285
6707
|
|
@@ -6296,6 +6718,7 @@ module Aws::IoT
|
|
6296
6718
|
#
|
6297
6719
|
class DescribeThingRegistrationTaskRequest < Struct.new(
|
6298
6720
|
:task_id)
|
6721
|
+
SENSITIVE = []
|
6299
6722
|
include Aws::Structure
|
6300
6723
|
end
|
6301
6724
|
|
@@ -6361,6 +6784,7 @@ module Aws::IoT
|
|
6361
6784
|
:success_count,
|
6362
6785
|
:failure_count,
|
6363
6786
|
:percentage_progress)
|
6787
|
+
SENSITIVE = []
|
6364
6788
|
include Aws::Structure
|
6365
6789
|
end
|
6366
6790
|
|
@@ -6379,6 +6803,7 @@ module Aws::IoT
|
|
6379
6803
|
#
|
6380
6804
|
class DescribeThingRequest < Struct.new(
|
6381
6805
|
:thing_name)
|
6806
|
+
SENSITIVE = []
|
6382
6807
|
include Aws::Structure
|
6383
6808
|
end
|
6384
6809
|
|
@@ -6440,6 +6865,7 @@ module Aws::IoT
|
|
6440
6865
|
:attributes,
|
6441
6866
|
:version,
|
6442
6867
|
:billing_group_name)
|
6868
|
+
SENSITIVE = []
|
6443
6869
|
include Aws::Structure
|
6444
6870
|
end
|
6445
6871
|
|
@@ -6458,6 +6884,7 @@ module Aws::IoT
|
|
6458
6884
|
#
|
6459
6885
|
class DescribeThingTypeRequest < Struct.new(
|
6460
6886
|
:thing_type_name)
|
6887
|
+
SENSITIVE = []
|
6461
6888
|
include Aws::Structure
|
6462
6889
|
end
|
6463
6890
|
|
@@ -6494,6 +6921,7 @@ module Aws::IoT
|
|
6494
6921
|
:thing_type_arn,
|
6495
6922
|
:thing_type_properties,
|
6496
6923
|
:thing_type_metadata)
|
6924
|
+
SENSITIVE = []
|
6497
6925
|
include Aws::Structure
|
6498
6926
|
end
|
6499
6927
|
|
@@ -6515,6 +6943,7 @@ module Aws::IoT
|
|
6515
6943
|
#
|
6516
6944
|
class Destination < Struct.new(
|
6517
6945
|
:s3_destination)
|
6946
|
+
SENSITIVE = []
|
6518
6947
|
include Aws::Structure
|
6519
6948
|
end
|
6520
6949
|
|
@@ -6537,6 +6966,7 @@ module Aws::IoT
|
|
6537
6966
|
class DetachPolicyRequest < Struct.new(
|
6538
6967
|
:policy_name,
|
6539
6968
|
:target)
|
6969
|
+
SENSITIVE = []
|
6540
6970
|
include Aws::Structure
|
6541
6971
|
end
|
6542
6972
|
|
@@ -6557,14 +6987,17 @@ module Aws::IoT
|
|
6557
6987
|
# @!attribute [rw] principal
|
6558
6988
|
# The principal.
|
6559
6989
|
#
|
6560
|
-
#
|
6561
|
-
#
|
6562
|
-
#
|
6990
|
+
# Valid principals are CertificateArn
|
6991
|
+
# (arn:aws:iot:*region*\:*accountId*\:cert/*certificateId*),
|
6992
|
+
# thingGroupArn
|
6993
|
+
# (arn:aws:iot:*region*\:*accountId*\:thinggroup/*groupName*) and
|
6994
|
+
# CognitoId (*region*\:*id*).
|
6563
6995
|
# @return [String]
|
6564
6996
|
#
|
6565
6997
|
class DetachPrincipalPolicyRequest < Struct.new(
|
6566
6998
|
:policy_name,
|
6567
6999
|
:principal)
|
7000
|
+
SENSITIVE = []
|
6568
7001
|
include Aws::Structure
|
6569
7002
|
end
|
6570
7003
|
|
@@ -6588,6 +7021,7 @@ module Aws::IoT
|
|
6588
7021
|
class DetachSecurityProfileRequest < Struct.new(
|
6589
7022
|
:security_profile_name,
|
6590
7023
|
:security_profile_target_arn)
|
7024
|
+
SENSITIVE = []
|
6591
7025
|
include Aws::Structure
|
6592
7026
|
end
|
6593
7027
|
|
@@ -6616,6 +7050,7 @@ module Aws::IoT
|
|
6616
7050
|
class DetachThingPrincipalRequest < Struct.new(
|
6617
7051
|
:thing_name,
|
6618
7052
|
:principal)
|
7053
|
+
SENSITIVE = []
|
6619
7054
|
include Aws::Structure
|
6620
7055
|
end
|
6621
7056
|
|
@@ -6638,6 +7073,7 @@ module Aws::IoT
|
|
6638
7073
|
#
|
6639
7074
|
class DisableTopicRuleRequest < Struct.new(
|
6640
7075
|
:rule_name)
|
7076
|
+
SENSITIVE = []
|
6641
7077
|
include Aws::Structure
|
6642
7078
|
end
|
6643
7079
|
|
@@ -6675,6 +7111,7 @@ module Aws::IoT
|
|
6675
7111
|
:domain_configuration_name,
|
6676
7112
|
:domain_configuration_arn,
|
6677
7113
|
:service_type)
|
7114
|
+
SENSITIVE = []
|
6678
7115
|
include Aws::Structure
|
6679
7116
|
end
|
6680
7117
|
|
@@ -6766,6 +7203,7 @@ module Aws::IoT
|
|
6766
7203
|
:range_key_value,
|
6767
7204
|
:range_key_type,
|
6768
7205
|
:payload_field)
|
7206
|
+
SENSITIVE = []
|
6769
7207
|
include Aws::Structure
|
6770
7208
|
end
|
6771
7209
|
|
@@ -6802,6 +7240,7 @@ module Aws::IoT
|
|
6802
7240
|
class DynamoDBv2Action < Struct.new(
|
6803
7241
|
:role_arn,
|
6804
7242
|
:put_item)
|
7243
|
+
SENSITIVE = []
|
6805
7244
|
include Aws::Structure
|
6806
7245
|
end
|
6807
7246
|
|
@@ -6823,6 +7262,7 @@ module Aws::IoT
|
|
6823
7262
|
:policy_name,
|
6824
7263
|
:policy_arn,
|
6825
7264
|
:policy_document)
|
7265
|
+
SENSITIVE = []
|
6826
7266
|
include Aws::Structure
|
6827
7267
|
end
|
6828
7268
|
|
@@ -6866,6 +7306,7 @@ module Aws::IoT
|
|
6866
7306
|
:index,
|
6867
7307
|
:type,
|
6868
7308
|
:id)
|
7309
|
+
SENSITIVE = []
|
6869
7310
|
include Aws::Structure
|
6870
7311
|
end
|
6871
7312
|
|
@@ -6891,6 +7332,7 @@ module Aws::IoT
|
|
6891
7332
|
class EnableIoTLoggingParams < Struct.new(
|
6892
7333
|
:role_arn_for_logging,
|
6893
7334
|
:log_level)
|
7335
|
+
SENSITIVE = []
|
6894
7336
|
include Aws::Structure
|
6895
7337
|
end
|
6896
7338
|
|
@@ -6909,6 +7351,7 @@ module Aws::IoT
|
|
6909
7351
|
#
|
6910
7352
|
class EnableTopicRuleRequest < Struct.new(
|
6911
7353
|
:rule_name)
|
7354
|
+
SENSITIVE = []
|
6912
7355
|
include Aws::Structure
|
6913
7356
|
end
|
6914
7357
|
|
@@ -6925,6 +7368,7 @@ module Aws::IoT
|
|
6925
7368
|
class ErrorInfo < Struct.new(
|
6926
7369
|
:code,
|
6927
7370
|
:message)
|
7371
|
+
SENSITIVE = []
|
6928
7372
|
include Aws::Structure
|
6929
7373
|
end
|
6930
7374
|
|
@@ -6936,6 +7380,7 @@ module Aws::IoT
|
|
6936
7380
|
#
|
6937
7381
|
class ExplicitDeny < Struct.new(
|
6938
7382
|
:policies)
|
7383
|
+
SENSITIVE = []
|
6939
7384
|
include Aws::Structure
|
6940
7385
|
end
|
6941
7386
|
|
@@ -6974,6 +7419,7 @@ module Aws::IoT
|
|
6974
7419
|
:base_rate_per_minute,
|
6975
7420
|
:increment_factor,
|
6976
7421
|
:rate_increase_criteria)
|
7422
|
+
SENSITIVE = []
|
6977
7423
|
include Aws::Structure
|
6978
7424
|
end
|
6979
7425
|
|
@@ -6998,6 +7444,7 @@ module Aws::IoT
|
|
6998
7444
|
class Field < Struct.new(
|
6999
7445
|
:name,
|
7000
7446
|
:type)
|
7447
|
+
SENSITIVE = []
|
7001
7448
|
include Aws::Structure
|
7002
7449
|
end
|
7003
7450
|
|
@@ -7029,6 +7476,7 @@ module Aws::IoT
|
|
7029
7476
|
class FileLocation < Struct.new(
|
7030
7477
|
:stream,
|
7031
7478
|
:s3_location)
|
7479
|
+
SENSITIVE = []
|
7032
7480
|
include Aws::Structure
|
7033
7481
|
end
|
7034
7482
|
|
@@ -7063,6 +7511,7 @@ module Aws::IoT
|
|
7063
7511
|
:role_arn,
|
7064
7512
|
:delivery_stream_name,
|
7065
7513
|
:separator)
|
7514
|
+
SENSITIVE = []
|
7066
7515
|
include Aws::Structure
|
7067
7516
|
end
|
7068
7517
|
|
@@ -7097,6 +7546,7 @@ module Aws::IoT
|
|
7097
7546
|
:query_string,
|
7098
7547
|
:aggregation_field,
|
7099
7548
|
:query_version)
|
7549
|
+
SENSITIVE = []
|
7100
7550
|
include Aws::Structure
|
7101
7551
|
end
|
7102
7552
|
|
@@ -7106,6 +7556,7 @@ module Aws::IoT
|
|
7106
7556
|
#
|
7107
7557
|
class GetCardinalityResponse < Struct.new(
|
7108
7558
|
:cardinality)
|
7559
|
+
SENSITIVE = []
|
7109
7560
|
include Aws::Structure
|
7110
7561
|
end
|
7111
7562
|
|
@@ -7119,7 +7570,11 @@ module Aws::IoT
|
|
7119
7570
|
# }
|
7120
7571
|
#
|
7121
7572
|
# @!attribute [rw] principal
|
7122
|
-
# The principal.
|
7573
|
+
# The principal. Valid principals are CertificateArn
|
7574
|
+
# (arn:aws:iot:*region*\:*accountId*\:cert/*certificateId*),
|
7575
|
+
# thingGroupArn
|
7576
|
+
# (arn:aws:iot:*region*\:*accountId*\:thinggroup/*groupName*) and
|
7577
|
+
# CognitoId (*region*\:*id*).
|
7123
7578
|
# @return [String]
|
7124
7579
|
#
|
7125
7580
|
# @!attribute [rw] cognito_identity_pool_id
|
@@ -7134,6 +7589,7 @@ module Aws::IoT
|
|
7134
7589
|
:principal,
|
7135
7590
|
:cognito_identity_pool_id,
|
7136
7591
|
:thing_name)
|
7592
|
+
SENSITIVE = []
|
7137
7593
|
include Aws::Structure
|
7138
7594
|
end
|
7139
7595
|
|
@@ -7143,6 +7599,7 @@ module Aws::IoT
|
|
7143
7599
|
#
|
7144
7600
|
class GetEffectivePoliciesResponse < Struct.new(
|
7145
7601
|
:effective_policies)
|
7602
|
+
SENSITIVE = []
|
7146
7603
|
include Aws::Structure
|
7147
7604
|
end
|
7148
7605
|
|
@@ -7161,6 +7618,7 @@ module Aws::IoT
|
|
7161
7618
|
class GetIndexingConfigurationResponse < Struct.new(
|
7162
7619
|
:thing_indexing_configuration,
|
7163
7620
|
:thing_group_indexing_configuration)
|
7621
|
+
SENSITIVE = []
|
7164
7622
|
include Aws::Structure
|
7165
7623
|
end
|
7166
7624
|
|
@@ -7177,6 +7635,7 @@ module Aws::IoT
|
|
7177
7635
|
#
|
7178
7636
|
class GetJobDocumentRequest < Struct.new(
|
7179
7637
|
:job_id)
|
7638
|
+
SENSITIVE = []
|
7180
7639
|
include Aws::Structure
|
7181
7640
|
end
|
7182
7641
|
|
@@ -7186,6 +7645,7 @@ module Aws::IoT
|
|
7186
7645
|
#
|
7187
7646
|
class GetJobDocumentResponse < Struct.new(
|
7188
7647
|
:document)
|
7648
|
+
SENSITIVE = []
|
7189
7649
|
include Aws::Structure
|
7190
7650
|
end
|
7191
7651
|
|
@@ -7208,6 +7668,7 @@ module Aws::IoT
|
|
7208
7668
|
class GetLoggingOptionsResponse < Struct.new(
|
7209
7669
|
:role_arn,
|
7210
7670
|
:log_level)
|
7671
|
+
SENSITIVE = []
|
7211
7672
|
include Aws::Structure
|
7212
7673
|
end
|
7213
7674
|
|
@@ -7224,6 +7685,7 @@ module Aws::IoT
|
|
7224
7685
|
#
|
7225
7686
|
class GetOTAUpdateRequest < Struct.new(
|
7226
7687
|
:ota_update_id)
|
7688
|
+
SENSITIVE = []
|
7227
7689
|
include Aws::Structure
|
7228
7690
|
end
|
7229
7691
|
|
@@ -7233,6 +7695,7 @@ module Aws::IoT
|
|
7233
7695
|
#
|
7234
7696
|
class GetOTAUpdateResponse < Struct.new(
|
7235
7697
|
:ota_update_info)
|
7698
|
+
SENSITIVE = []
|
7236
7699
|
include Aws::Structure
|
7237
7700
|
end
|
7238
7701
|
|
@@ -7273,6 +7736,7 @@ module Aws::IoT
|
|
7273
7736
|
:aggregation_field,
|
7274
7737
|
:query_version,
|
7275
7738
|
:percents)
|
7739
|
+
SENSITIVE = []
|
7276
7740
|
include Aws::Structure
|
7277
7741
|
end
|
7278
7742
|
|
@@ -7282,6 +7746,7 @@ module Aws::IoT
|
|
7282
7746
|
#
|
7283
7747
|
class GetPercentilesResponse < Struct.new(
|
7284
7748
|
:percentiles)
|
7749
|
+
SENSITIVE = []
|
7285
7750
|
include Aws::Structure
|
7286
7751
|
end
|
7287
7752
|
|
@@ -7300,6 +7765,7 @@ module Aws::IoT
|
|
7300
7765
|
#
|
7301
7766
|
class GetPolicyRequest < Struct.new(
|
7302
7767
|
:policy_name)
|
7768
|
+
SENSITIVE = []
|
7303
7769
|
include Aws::Structure
|
7304
7770
|
end
|
7305
7771
|
|
@@ -7341,6 +7807,7 @@ module Aws::IoT
|
|
7341
7807
|
:creation_date,
|
7342
7808
|
:last_modified_date,
|
7343
7809
|
:generation_id)
|
7810
|
+
SENSITIVE = []
|
7344
7811
|
include Aws::Structure
|
7345
7812
|
end
|
7346
7813
|
|
@@ -7365,6 +7832,7 @@ module Aws::IoT
|
|
7365
7832
|
class GetPolicyVersionRequest < Struct.new(
|
7366
7833
|
:policy_name,
|
7367
7834
|
:policy_version_id)
|
7835
|
+
SENSITIVE = []
|
7368
7836
|
include Aws::Structure
|
7369
7837
|
end
|
7370
7838
|
|
@@ -7411,6 +7879,7 @@ module Aws::IoT
|
|
7411
7879
|
:creation_date,
|
7412
7880
|
:last_modified_date,
|
7413
7881
|
:generation_id)
|
7882
|
+
SENSITIVE = []
|
7414
7883
|
include Aws::Structure
|
7415
7884
|
end
|
7416
7885
|
|
@@ -7428,6 +7897,7 @@ module Aws::IoT
|
|
7428
7897
|
#
|
7429
7898
|
class GetRegistrationCodeResponse < Struct.new(
|
7430
7899
|
:registration_code)
|
7900
|
+
SENSITIVE = []
|
7431
7901
|
include Aws::Structure
|
7432
7902
|
end
|
7433
7903
|
|
@@ -7463,6 +7933,7 @@ module Aws::IoT
|
|
7463
7933
|
:query_string,
|
7464
7934
|
:aggregation_field,
|
7465
7935
|
:query_version)
|
7936
|
+
SENSITIVE = []
|
7466
7937
|
include Aws::Structure
|
7467
7938
|
end
|
7468
7939
|
|
@@ -7473,6 +7944,7 @@ module Aws::IoT
|
|
7473
7944
|
#
|
7474
7945
|
class GetStatisticsResponse < Struct.new(
|
7475
7946
|
:statistics)
|
7947
|
+
SENSITIVE = []
|
7476
7948
|
include Aws::Structure
|
7477
7949
|
end
|
7478
7950
|
|
@@ -7489,6 +7961,7 @@ module Aws::IoT
|
|
7489
7961
|
#
|
7490
7962
|
class GetTopicRuleDestinationRequest < Struct.new(
|
7491
7963
|
:arn)
|
7964
|
+
SENSITIVE = []
|
7492
7965
|
include Aws::Structure
|
7493
7966
|
end
|
7494
7967
|
|
@@ -7498,6 +7971,7 @@ module Aws::IoT
|
|
7498
7971
|
#
|
7499
7972
|
class GetTopicRuleDestinationResponse < Struct.new(
|
7500
7973
|
:topic_rule_destination)
|
7974
|
+
SENSITIVE = []
|
7501
7975
|
include Aws::Structure
|
7502
7976
|
end
|
7503
7977
|
|
@@ -7516,6 +7990,7 @@ module Aws::IoT
|
|
7516
7990
|
#
|
7517
7991
|
class GetTopicRuleRequest < Struct.new(
|
7518
7992
|
:rule_name)
|
7993
|
+
SENSITIVE = []
|
7519
7994
|
include Aws::Structure
|
7520
7995
|
end
|
7521
7996
|
|
@@ -7532,6 +8007,7 @@ module Aws::IoT
|
|
7532
8007
|
class GetTopicRuleResponse < Struct.new(
|
7533
8008
|
:rule_arn,
|
7534
8009
|
:rule)
|
8010
|
+
SENSITIVE = []
|
7535
8011
|
include Aws::Structure
|
7536
8012
|
end
|
7537
8013
|
|
@@ -7555,6 +8031,7 @@ module Aws::IoT
|
|
7555
8031
|
:role_arn,
|
7556
8032
|
:default_log_level,
|
7557
8033
|
:disable_all_logs)
|
8034
|
+
SENSITIVE = []
|
7558
8035
|
include Aws::Structure
|
7559
8036
|
end
|
7560
8037
|
|
@@ -7571,6 +8048,7 @@ module Aws::IoT
|
|
7571
8048
|
class GroupNameAndArn < Struct.new(
|
7572
8049
|
:group_name,
|
7573
8050
|
:group_arn)
|
8051
|
+
SENSITIVE = []
|
7574
8052
|
include Aws::Structure
|
7575
8053
|
end
|
7576
8054
|
|
@@ -7627,6 +8105,7 @@ module Aws::IoT
|
|
7627
8105
|
:confirmation_url,
|
7628
8106
|
:headers,
|
7629
8107
|
:auth)
|
8108
|
+
SENSITIVE = []
|
7630
8109
|
include Aws::Structure
|
7631
8110
|
end
|
7632
8111
|
|
@@ -7651,6 +8130,7 @@ module Aws::IoT
|
|
7651
8130
|
class HttpActionHeader < Struct.new(
|
7652
8131
|
:key,
|
7653
8132
|
:value)
|
8133
|
+
SENSITIVE = []
|
7654
8134
|
include Aws::Structure
|
7655
8135
|
end
|
7656
8136
|
|
@@ -7678,6 +8158,7 @@ module Aws::IoT
|
|
7678
8158
|
#
|
7679
8159
|
class HttpAuthorization < Struct.new(
|
7680
8160
|
:sigv4)
|
8161
|
+
SENSITIVE = []
|
7681
8162
|
include Aws::Structure
|
7682
8163
|
end
|
7683
8164
|
|
@@ -7704,6 +8185,7 @@ module Aws::IoT
|
|
7704
8185
|
class HttpContext < Struct.new(
|
7705
8186
|
:headers,
|
7706
8187
|
:query_string)
|
8188
|
+
SENSITIVE = []
|
7707
8189
|
include Aws::Structure
|
7708
8190
|
end
|
7709
8191
|
|
@@ -7724,6 +8206,7 @@ module Aws::IoT
|
|
7724
8206
|
#
|
7725
8207
|
class HttpUrlDestinationConfiguration < Struct.new(
|
7726
8208
|
:confirmation_url)
|
8209
|
+
SENSITIVE = []
|
7727
8210
|
include Aws::Structure
|
7728
8211
|
end
|
7729
8212
|
|
@@ -7735,6 +8218,7 @@ module Aws::IoT
|
|
7735
8218
|
#
|
7736
8219
|
class HttpUrlDestinationProperties < Struct.new(
|
7737
8220
|
:confirmation_url)
|
8221
|
+
SENSITIVE = []
|
7738
8222
|
include Aws::Structure
|
7739
8223
|
end
|
7740
8224
|
|
@@ -7747,6 +8231,7 @@ module Aws::IoT
|
|
7747
8231
|
#
|
7748
8232
|
class HttpUrlDestinationSummary < Struct.new(
|
7749
8233
|
:confirmation_url)
|
8234
|
+
SENSITIVE = []
|
7750
8235
|
include Aws::Structure
|
7751
8236
|
end
|
7752
8237
|
|
@@ -7761,6 +8246,7 @@ module Aws::IoT
|
|
7761
8246
|
#
|
7762
8247
|
class ImplicitDeny < Struct.new(
|
7763
8248
|
:policies)
|
8249
|
+
SENSITIVE = []
|
7764
8250
|
include Aws::Structure
|
7765
8251
|
end
|
7766
8252
|
|
@@ -7772,6 +8258,7 @@ module Aws::IoT
|
|
7772
8258
|
#
|
7773
8259
|
class IndexNotReadyException < Struct.new(
|
7774
8260
|
:message)
|
8261
|
+
SENSITIVE = []
|
7775
8262
|
include Aws::Structure
|
7776
8263
|
end
|
7777
8264
|
|
@@ -7783,6 +8270,7 @@ module Aws::IoT
|
|
7783
8270
|
#
|
7784
8271
|
class InternalException < Struct.new(
|
7785
8272
|
:message)
|
8273
|
+
SENSITIVE = []
|
7786
8274
|
include Aws::Structure
|
7787
8275
|
end
|
7788
8276
|
|
@@ -7794,6 +8282,7 @@ module Aws::IoT
|
|
7794
8282
|
#
|
7795
8283
|
class InternalFailureException < Struct.new(
|
7796
8284
|
:message)
|
8285
|
+
SENSITIVE = []
|
7797
8286
|
include Aws::Structure
|
7798
8287
|
end
|
7799
8288
|
|
@@ -7804,6 +8293,7 @@ module Aws::IoT
|
|
7804
8293
|
#
|
7805
8294
|
class InvalidAggregationException < Struct.new(
|
7806
8295
|
:message)
|
8296
|
+
SENSITIVE = []
|
7807
8297
|
include Aws::Structure
|
7808
8298
|
end
|
7809
8299
|
|
@@ -7815,6 +8305,7 @@ module Aws::IoT
|
|
7815
8305
|
#
|
7816
8306
|
class InvalidQueryException < Struct.new(
|
7817
8307
|
:message)
|
8308
|
+
SENSITIVE = []
|
7818
8309
|
include Aws::Structure
|
7819
8310
|
end
|
7820
8311
|
|
@@ -7826,6 +8317,7 @@ module Aws::IoT
|
|
7826
8317
|
#
|
7827
8318
|
class InvalidRequestException < Struct.new(
|
7828
8319
|
:message)
|
8320
|
+
SENSITIVE = []
|
7829
8321
|
include Aws::Structure
|
7830
8322
|
end
|
7831
8323
|
|
@@ -7837,6 +8329,7 @@ module Aws::IoT
|
|
7837
8329
|
#
|
7838
8330
|
class InvalidResponseException < Struct.new(
|
7839
8331
|
:message)
|
8332
|
+
SENSITIVE = []
|
7840
8333
|
include Aws::Structure
|
7841
8334
|
end
|
7842
8335
|
|
@@ -7850,6 +8343,7 @@ module Aws::IoT
|
|
7850
8343
|
#
|
7851
8344
|
class InvalidStateTransitionException < Struct.new(
|
7852
8345
|
:message)
|
8346
|
+
SENSITIVE = []
|
7853
8347
|
include Aws::Structure
|
7854
8348
|
end
|
7855
8349
|
|
@@ -7884,6 +8378,7 @@ module Aws::IoT
|
|
7884
8378
|
:channel_arn,
|
7885
8379
|
:channel_name,
|
7886
8380
|
:role_arn)
|
8381
|
+
SENSITIVE = []
|
7887
8382
|
include Aws::Structure
|
7888
8383
|
end
|
7889
8384
|
|
@@ -7917,6 +8412,7 @@ module Aws::IoT
|
|
7917
8412
|
:input_name,
|
7918
8413
|
:message_id,
|
7919
8414
|
:role_arn)
|
8415
|
+
SENSITIVE = []
|
7920
8416
|
include Aws::Structure
|
7921
8417
|
end
|
7922
8418
|
|
@@ -7967,6 +8463,7 @@ module Aws::IoT
|
|
7967
8463
|
class IotSiteWiseAction < Struct.new(
|
7968
8464
|
:put_asset_property_value_entries,
|
7969
8465
|
:role_arn)
|
8466
|
+
SENSITIVE = []
|
7970
8467
|
include Aws::Structure
|
7971
8468
|
end
|
7972
8469
|
|
@@ -8072,6 +8569,7 @@ module Aws::IoT
|
|
8072
8569
|
:completed_at,
|
8073
8570
|
:job_process_details,
|
8074
8571
|
:timeout_config)
|
8572
|
+
SENSITIVE = []
|
8075
8573
|
include Aws::Structure
|
8076
8574
|
end
|
8077
8575
|
|
@@ -8149,6 +8647,7 @@ module Aws::IoT
|
|
8149
8647
|
:execution_number,
|
8150
8648
|
:version_number,
|
8151
8649
|
:approximate_seconds_before_timed_out)
|
8650
|
+
SENSITIVE = []
|
8152
8651
|
include Aws::Structure
|
8153
8652
|
end
|
8154
8653
|
|
@@ -8160,6 +8659,7 @@ module Aws::IoT
|
|
8160
8659
|
#
|
8161
8660
|
class JobExecutionStatusDetails < Struct.new(
|
8162
8661
|
:details_map)
|
8662
|
+
SENSITIVE = []
|
8163
8663
|
include Aws::Structure
|
8164
8664
|
end
|
8165
8665
|
|
@@ -8197,6 +8697,7 @@ module Aws::IoT
|
|
8197
8697
|
:started_at,
|
8198
8698
|
:last_updated_at,
|
8199
8699
|
:execution_number)
|
8700
|
+
SENSITIVE = []
|
8200
8701
|
include Aws::Structure
|
8201
8702
|
end
|
8202
8703
|
|
@@ -8214,6 +8715,7 @@ module Aws::IoT
|
|
8214
8715
|
class JobExecutionSummaryForJob < Struct.new(
|
8215
8716
|
:thing_arn,
|
8216
8717
|
:job_execution_summary)
|
8718
|
+
SENSITIVE = []
|
8217
8719
|
include Aws::Structure
|
8218
8720
|
end
|
8219
8721
|
|
@@ -8230,6 +8732,7 @@ module Aws::IoT
|
|
8230
8732
|
class JobExecutionSummaryForThing < Struct.new(
|
8231
8733
|
:job_id,
|
8232
8734
|
:job_execution_summary)
|
8735
|
+
SENSITIVE = []
|
8233
8736
|
include Aws::Structure
|
8234
8737
|
end
|
8235
8738
|
|
@@ -8263,6 +8766,7 @@ module Aws::IoT
|
|
8263
8766
|
class JobExecutionsRolloutConfig < Struct.new(
|
8264
8767
|
:maximum_per_minute,
|
8265
8768
|
:exponential_rate)
|
8769
|
+
SENSITIVE = []
|
8266
8770
|
include Aws::Structure
|
8267
8771
|
end
|
8268
8772
|
|
@@ -8318,6 +8822,7 @@ module Aws::IoT
|
|
8318
8822
|
:number_of_in_progress_things,
|
8319
8823
|
:number_of_removed_things,
|
8320
8824
|
:number_of_timed_out_things)
|
8825
|
+
SENSITIVE = []
|
8321
8826
|
include Aws::Structure
|
8322
8827
|
end
|
8323
8828
|
|
@@ -8369,6 +8874,7 @@ module Aws::IoT
|
|
8369
8874
|
:created_at,
|
8370
8875
|
:last_updated_at,
|
8371
8876
|
:completed_at)
|
8877
|
+
SENSITIVE = []
|
8372
8878
|
include Aws::Structure
|
8373
8879
|
end
|
8374
8880
|
|
@@ -8385,6 +8891,7 @@ module Aws::IoT
|
|
8385
8891
|
class KeyPair < Struct.new(
|
8386
8892
|
:public_key,
|
8387
8893
|
:private_key)
|
8894
|
+
SENSITIVE = [:private_key]
|
8388
8895
|
include Aws::Structure
|
8389
8896
|
end
|
8390
8897
|
|
@@ -8416,6 +8923,7 @@ module Aws::IoT
|
|
8416
8923
|
:role_arn,
|
8417
8924
|
:stream_name,
|
8418
8925
|
:partition_key)
|
8926
|
+
SENSITIVE = []
|
8419
8927
|
include Aws::Structure
|
8420
8928
|
end
|
8421
8929
|
|
@@ -8434,6 +8942,7 @@ module Aws::IoT
|
|
8434
8942
|
#
|
8435
8943
|
class LambdaAction < Struct.new(
|
8436
8944
|
:function_arn)
|
8945
|
+
SENSITIVE = []
|
8437
8946
|
include Aws::Structure
|
8438
8947
|
end
|
8439
8948
|
|
@@ -8445,6 +8954,7 @@ module Aws::IoT
|
|
8445
8954
|
#
|
8446
8955
|
class LimitExceededException < Struct.new(
|
8447
8956
|
:message)
|
8957
|
+
SENSITIVE = []
|
8448
8958
|
include Aws::Structure
|
8449
8959
|
end
|
8450
8960
|
|
@@ -8480,6 +8990,7 @@ module Aws::IoT
|
|
8480
8990
|
:security_profile_name,
|
8481
8991
|
:next_token,
|
8482
8992
|
:max_results)
|
8993
|
+
SENSITIVE = []
|
8483
8994
|
include Aws::Structure
|
8484
8995
|
end
|
8485
8996
|
|
@@ -8495,6 +9006,7 @@ module Aws::IoT
|
|
8495
9006
|
class ListActiveViolationsResponse < Struct.new(
|
8496
9007
|
:active_violations,
|
8497
9008
|
:next_token)
|
9009
|
+
SENSITIVE = []
|
8498
9010
|
include Aws::Structure
|
8499
9011
|
end
|
8500
9012
|
|
@@ -8509,7 +9021,12 @@ module Aws::IoT
|
|
8509
9021
|
# }
|
8510
9022
|
#
|
8511
9023
|
# @!attribute [rw] target
|
8512
|
-
# The group or principal for which the policies will be listed.
|
9024
|
+
# The group or principal for which the policies will be listed. Valid
|
9025
|
+
# principals are CertificateArn
|
9026
|
+
# (arn:aws:iot:*region*\:*accountId*\:cert/*certificateId*),
|
9027
|
+
# thingGroupArn
|
9028
|
+
# (arn:aws:iot:*region*\:*accountId*\:thinggroup/*groupName*) and
|
9029
|
+
# CognitoId (*region*\:*id*).
|
8513
9030
|
# @return [String]
|
8514
9031
|
#
|
8515
9032
|
# @!attribute [rw] recursive
|
@@ -8529,6 +9046,7 @@ module Aws::IoT
|
|
8529
9046
|
:recursive,
|
8530
9047
|
:marker,
|
8531
9048
|
:page_size)
|
9049
|
+
SENSITIVE = []
|
8532
9050
|
include Aws::Structure
|
8533
9051
|
end
|
8534
9052
|
|
@@ -8544,6 +9062,7 @@ module Aws::IoT
|
|
8544
9062
|
class ListAttachedPoliciesResponse < Struct.new(
|
8545
9063
|
:policies,
|
8546
9064
|
:next_marker)
|
9065
|
+
SENSITIVE = []
|
8547
9066
|
include Aws::Structure
|
8548
9067
|
end
|
8549
9068
|
|
@@ -8570,6 +9089,7 @@ module Aws::IoT
|
|
8570
9089
|
# next_token: "NextToken",
|
8571
9090
|
# start_time: Time.now,
|
8572
9091
|
# end_time: Time.now,
|
9092
|
+
# list_suppressed_findings: false,
|
8573
9093
|
# }
|
8574
9094
|
#
|
8575
9095
|
# @!attribute [rw] task_id
|
@@ -8608,6 +9128,13 @@ module Aws::IoT
|
|
8608
9128
|
# not both.
|
8609
9129
|
# @return [Time]
|
8610
9130
|
#
|
9131
|
+
# @!attribute [rw] list_suppressed_findings
|
9132
|
+
# Boolean flag indicating whether only the suppressed findings or the
|
9133
|
+
# unsuppressed findings should be listed. If this parameter isn't
|
9134
|
+
# provided, the response will list both suppressed and unsuppressed
|
9135
|
+
# findings.
|
9136
|
+
# @return [Boolean]
|
9137
|
+
#
|
8611
9138
|
class ListAuditFindingsRequest < Struct.new(
|
8612
9139
|
:task_id,
|
8613
9140
|
:check_name,
|
@@ -8615,7 +9142,9 @@ module Aws::IoT
|
|
8615
9142
|
:max_results,
|
8616
9143
|
:next_token,
|
8617
9144
|
:start_time,
|
8618
|
-
:end_time
|
9145
|
+
:end_time,
|
9146
|
+
:list_suppressed_findings)
|
9147
|
+
SENSITIVE = []
|
8619
9148
|
include Aws::Structure
|
8620
9149
|
end
|
8621
9150
|
|
@@ -8631,6 +9160,7 @@ module Aws::IoT
|
|
8631
9160
|
class ListAuditFindingsResponse < Struct.new(
|
8632
9161
|
:findings,
|
8633
9162
|
:next_token)
|
9163
|
+
SENSITIVE = []
|
8634
9164
|
include Aws::Structure
|
8635
9165
|
end
|
8636
9166
|
|
@@ -8675,6 +9205,7 @@ module Aws::IoT
|
|
8675
9205
|
:finding_id,
|
8676
9206
|
:max_results,
|
8677
9207
|
:next_token)
|
9208
|
+
SENSITIVE = []
|
8678
9209
|
include Aws::Structure
|
8679
9210
|
end
|
8680
9211
|
|
@@ -8691,6 +9222,7 @@ module Aws::IoT
|
|
8691
9222
|
class ListAuditMitigationActionsExecutionsResponse < Struct.new(
|
8692
9223
|
:actions_executions,
|
8693
9224
|
:next_token)
|
9225
|
+
SENSITIVE = []
|
8694
9226
|
include Aws::Structure
|
8695
9227
|
end
|
8696
9228
|
|
@@ -8749,6 +9281,7 @@ module Aws::IoT
|
|
8749
9281
|
:next_token,
|
8750
9282
|
:start_time,
|
8751
9283
|
:end_time)
|
9284
|
+
SENSITIVE = []
|
8752
9285
|
include Aws::Structure
|
8753
9286
|
end
|
8754
9287
|
|
@@ -8764,6 +9297,83 @@ module Aws::IoT
|
|
8764
9297
|
class ListAuditMitigationActionsTasksResponse < Struct.new(
|
8765
9298
|
:tasks,
|
8766
9299
|
:next_token)
|
9300
|
+
SENSITIVE = []
|
9301
|
+
include Aws::Structure
|
9302
|
+
end
|
9303
|
+
|
9304
|
+
# @note When making an API call, you may pass ListAuditSuppressionsRequest
|
9305
|
+
# data as a hash:
|
9306
|
+
#
|
9307
|
+
# {
|
9308
|
+
# check_name: "AuditCheckName",
|
9309
|
+
# resource_identifier: {
|
9310
|
+
# device_certificate_id: "CertificateId",
|
9311
|
+
# ca_certificate_id: "CertificateId",
|
9312
|
+
# cognito_identity_pool_id: "CognitoIdentityPoolId",
|
9313
|
+
# client_id: "ClientId",
|
9314
|
+
# policy_version_identifier: {
|
9315
|
+
# policy_name: "PolicyName",
|
9316
|
+
# policy_version_id: "PolicyVersionId",
|
9317
|
+
# },
|
9318
|
+
# account: "AwsAccountId",
|
9319
|
+
# iam_role_arn: "RoleArn",
|
9320
|
+
# role_alias_arn: "RoleAliasArn",
|
9321
|
+
# },
|
9322
|
+
# ascending_order: false,
|
9323
|
+
# next_token: "NextToken",
|
9324
|
+
# max_results: 1,
|
9325
|
+
# }
|
9326
|
+
#
|
9327
|
+
# @!attribute [rw] check_name
|
9328
|
+
# An audit check name. Checks must be enabled for your account. (Use
|
9329
|
+
# `DescribeAccountAuditConfiguration` to see the list of all checks,
|
9330
|
+
# including those that are enabled or use
|
9331
|
+
# `UpdateAccountAuditConfiguration` to select which checks are
|
9332
|
+
# enabled.)
|
9333
|
+
# @return [String]
|
9334
|
+
#
|
9335
|
+
# @!attribute [rw] resource_identifier
|
9336
|
+
# Information that identifies the noncompliant resource.
|
9337
|
+
# @return [Types::ResourceIdentifier]
|
9338
|
+
#
|
9339
|
+
# @!attribute [rw] ascending_order
|
9340
|
+
# Determines whether suppressions are listed in ascending order by
|
9341
|
+
# expiration date or not. If parameter isn't provided,
|
9342
|
+
# `ascendingOrder=true`.
|
9343
|
+
# @return [Boolean]
|
9344
|
+
#
|
9345
|
+
# @!attribute [rw] next_token
|
9346
|
+
# The token for the next set of results.
|
9347
|
+
# @return [String]
|
9348
|
+
#
|
9349
|
+
# @!attribute [rw] max_results
|
9350
|
+
# The maximum number of results to return at one time. The default is
|
9351
|
+
# 25.
|
9352
|
+
# @return [Integer]
|
9353
|
+
#
|
9354
|
+
class ListAuditSuppressionsRequest < Struct.new(
|
9355
|
+
:check_name,
|
9356
|
+
:resource_identifier,
|
9357
|
+
:ascending_order,
|
9358
|
+
:next_token,
|
9359
|
+
:max_results)
|
9360
|
+
SENSITIVE = []
|
9361
|
+
include Aws::Structure
|
9362
|
+
end
|
9363
|
+
|
9364
|
+
# @!attribute [rw] suppressions
|
9365
|
+
# List of audit suppressions.
|
9366
|
+
# @return [Array<Types::AuditSuppression>]
|
9367
|
+
#
|
9368
|
+
# @!attribute [rw] next_token
|
9369
|
+
# A token that can be used to retrieve the next set of results, or
|
9370
|
+
# `null` if there are no additional results.
|
9371
|
+
# @return [String]
|
9372
|
+
#
|
9373
|
+
class ListAuditSuppressionsResponse < Struct.new(
|
9374
|
+
:suppressions,
|
9375
|
+
:next_token)
|
9376
|
+
SENSITIVE = []
|
8767
9377
|
include Aws::Structure
|
8768
9378
|
end
|
8769
9379
|
|
@@ -8816,6 +9426,7 @@ module Aws::IoT
|
|
8816
9426
|
:task_status,
|
8817
9427
|
:next_token,
|
8818
9428
|
:max_results)
|
9429
|
+
SENSITIVE = []
|
8819
9430
|
include Aws::Structure
|
8820
9431
|
end
|
8821
9432
|
|
@@ -8831,6 +9442,7 @@ module Aws::IoT
|
|
8831
9442
|
class ListAuditTasksResponse < Struct.new(
|
8832
9443
|
:tasks,
|
8833
9444
|
:next_token)
|
9445
|
+
SENSITIVE = []
|
8834
9446
|
include Aws::Structure
|
8835
9447
|
end
|
8836
9448
|
|
@@ -8865,6 +9477,7 @@ module Aws::IoT
|
|
8865
9477
|
:marker,
|
8866
9478
|
:ascending_order,
|
8867
9479
|
:status)
|
9480
|
+
SENSITIVE = []
|
8868
9481
|
include Aws::Structure
|
8869
9482
|
end
|
8870
9483
|
|
@@ -8879,6 +9492,7 @@ module Aws::IoT
|
|
8879
9492
|
class ListAuthorizersResponse < Struct.new(
|
8880
9493
|
:authorizers,
|
8881
9494
|
:next_marker)
|
9495
|
+
SENSITIVE = []
|
8882
9496
|
include Aws::Structure
|
8883
9497
|
end
|
8884
9498
|
|
@@ -8908,6 +9522,7 @@ module Aws::IoT
|
|
8908
9522
|
:next_token,
|
8909
9523
|
:max_results,
|
8910
9524
|
:name_prefix_filter)
|
9525
|
+
SENSITIVE = []
|
8911
9526
|
include Aws::Structure
|
8912
9527
|
end
|
8913
9528
|
|
@@ -8923,6 +9538,7 @@ module Aws::IoT
|
|
8923
9538
|
class ListBillingGroupsResponse < Struct.new(
|
8924
9539
|
:billing_groups,
|
8925
9540
|
:next_token)
|
9541
|
+
SENSITIVE = []
|
8926
9542
|
include Aws::Structure
|
8927
9543
|
end
|
8928
9544
|
|
@@ -8953,6 +9569,7 @@ module Aws::IoT
|
|
8953
9569
|
:page_size,
|
8954
9570
|
:marker,
|
8955
9571
|
:ascending_order)
|
9572
|
+
SENSITIVE = []
|
8956
9573
|
include Aws::Structure
|
8957
9574
|
end
|
8958
9575
|
|
@@ -8969,6 +9586,7 @@ module Aws::IoT
|
|
8969
9586
|
class ListCACertificatesResponse < Struct.new(
|
8970
9587
|
:certificates,
|
8971
9588
|
:next_marker)
|
9589
|
+
SENSITIVE = []
|
8972
9590
|
include Aws::Structure
|
8973
9591
|
end
|
8974
9592
|
|
@@ -9008,6 +9626,7 @@ module Aws::IoT
|
|
9008
9626
|
:page_size,
|
9009
9627
|
:marker,
|
9010
9628
|
:ascending_order)
|
9629
|
+
SENSITIVE = []
|
9011
9630
|
include Aws::Structure
|
9012
9631
|
end
|
9013
9632
|
|
@@ -9025,6 +9644,7 @@ module Aws::IoT
|
|
9025
9644
|
class ListCertificatesByCAResponse < Struct.new(
|
9026
9645
|
:certificates,
|
9027
9646
|
:next_marker)
|
9647
|
+
SENSITIVE = []
|
9028
9648
|
include Aws::Structure
|
9029
9649
|
end
|
9030
9650
|
|
@@ -9056,6 +9676,7 @@ module Aws::IoT
|
|
9056
9676
|
:page_size,
|
9057
9677
|
:marker,
|
9058
9678
|
:ascending_order)
|
9679
|
+
SENSITIVE = []
|
9059
9680
|
include Aws::Structure
|
9060
9681
|
end
|
9061
9682
|
|
@@ -9073,6 +9694,7 @@ module Aws::IoT
|
|
9073
9694
|
class ListCertificatesResponse < Struct.new(
|
9074
9695
|
:certificates,
|
9075
9696
|
:next_marker)
|
9697
|
+
SENSITIVE = []
|
9076
9698
|
include Aws::Structure
|
9077
9699
|
end
|
9078
9700
|
|
@@ -9095,6 +9717,7 @@ module Aws::IoT
|
|
9095
9717
|
class ListDimensionsRequest < Struct.new(
|
9096
9718
|
:next_token,
|
9097
9719
|
:max_results)
|
9720
|
+
SENSITIVE = []
|
9098
9721
|
include Aws::Structure
|
9099
9722
|
end
|
9100
9723
|
|
@@ -9111,6 +9734,7 @@ module Aws::IoT
|
|
9111
9734
|
class ListDimensionsResponse < Struct.new(
|
9112
9735
|
:dimension_names,
|
9113
9736
|
:next_token)
|
9737
|
+
SENSITIVE = []
|
9114
9738
|
include Aws::Structure
|
9115
9739
|
end
|
9116
9740
|
|
@@ -9139,6 +9763,7 @@ module Aws::IoT
|
|
9139
9763
|
:marker,
|
9140
9764
|
:page_size,
|
9141
9765
|
:service_type)
|
9766
|
+
SENSITIVE = []
|
9142
9767
|
include Aws::Structure
|
9143
9768
|
end
|
9144
9769
|
|
@@ -9154,6 +9779,7 @@ module Aws::IoT
|
|
9154
9779
|
class ListDomainConfigurationsResponse < Struct.new(
|
9155
9780
|
:domain_configurations,
|
9156
9781
|
:next_marker)
|
9782
|
+
SENSITIVE = []
|
9157
9783
|
include Aws::Structure
|
9158
9784
|
end
|
9159
9785
|
|
@@ -9177,6 +9803,7 @@ module Aws::IoT
|
|
9177
9803
|
class ListIndicesRequest < Struct.new(
|
9178
9804
|
:next_token,
|
9179
9805
|
:max_results)
|
9806
|
+
SENSITIVE = []
|
9180
9807
|
include Aws::Structure
|
9181
9808
|
end
|
9182
9809
|
|
@@ -9192,6 +9819,7 @@ module Aws::IoT
|
|
9192
9819
|
class ListIndicesResponse < Struct.new(
|
9193
9820
|
:index_names,
|
9194
9821
|
:next_token)
|
9822
|
+
SENSITIVE = []
|
9195
9823
|
include Aws::Structure
|
9196
9824
|
end
|
9197
9825
|
|
@@ -9226,6 +9854,7 @@ module Aws::IoT
|
|
9226
9854
|
:status,
|
9227
9855
|
:max_results,
|
9228
9856
|
:next_token)
|
9857
|
+
SENSITIVE = []
|
9229
9858
|
include Aws::Structure
|
9230
9859
|
end
|
9231
9860
|
|
@@ -9241,6 +9870,7 @@ module Aws::IoT
|
|
9241
9870
|
class ListJobExecutionsForJobResponse < Struct.new(
|
9242
9871
|
:execution_summaries,
|
9243
9872
|
:next_token)
|
9873
|
+
SENSITIVE = []
|
9244
9874
|
include Aws::Structure
|
9245
9875
|
end
|
9246
9876
|
|
@@ -9276,6 +9906,7 @@ module Aws::IoT
|
|
9276
9906
|
:status,
|
9277
9907
|
:max_results,
|
9278
9908
|
:next_token)
|
9909
|
+
SENSITIVE = []
|
9279
9910
|
include Aws::Structure
|
9280
9911
|
end
|
9281
9912
|
|
@@ -9291,6 +9922,7 @@ module Aws::IoT
|
|
9291
9922
|
class ListJobExecutionsForThingResponse < Struct.new(
|
9292
9923
|
:execution_summaries,
|
9293
9924
|
:next_token)
|
9925
|
+
SENSITIVE = []
|
9294
9926
|
include Aws::Structure
|
9295
9927
|
end
|
9296
9928
|
|
@@ -9345,6 +9977,7 @@ module Aws::IoT
|
|
9345
9977
|
:next_token,
|
9346
9978
|
:thing_group_name,
|
9347
9979
|
:thing_group_id)
|
9980
|
+
SENSITIVE = []
|
9348
9981
|
include Aws::Structure
|
9349
9982
|
end
|
9350
9983
|
|
@@ -9360,6 +9993,7 @@ module Aws::IoT
|
|
9360
9993
|
class ListJobsResponse < Struct.new(
|
9361
9994
|
:jobs,
|
9362
9995
|
:next_token)
|
9996
|
+
SENSITIVE = []
|
9363
9997
|
include Aws::Structure
|
9364
9998
|
end
|
9365
9999
|
|
@@ -9390,6 +10024,7 @@ module Aws::IoT
|
|
9390
10024
|
:action_type,
|
9391
10025
|
:max_results,
|
9392
10026
|
:next_token)
|
10027
|
+
SENSITIVE = []
|
9393
10028
|
include Aws::Structure
|
9394
10029
|
end
|
9395
10030
|
|
@@ -9404,6 +10039,7 @@ module Aws::IoT
|
|
9404
10039
|
class ListMitigationActionsResponse < Struct.new(
|
9405
10040
|
:action_identifiers,
|
9406
10041
|
:next_token)
|
10042
|
+
SENSITIVE = []
|
9407
10043
|
include Aws::Structure
|
9408
10044
|
end
|
9409
10045
|
|
@@ -9432,6 +10068,7 @@ module Aws::IoT
|
|
9432
10068
|
:max_results,
|
9433
10069
|
:next_token,
|
9434
10070
|
:ota_update_status)
|
10071
|
+
SENSITIVE = []
|
9435
10072
|
include Aws::Structure
|
9436
10073
|
end
|
9437
10074
|
|
@@ -9446,6 +10083,7 @@ module Aws::IoT
|
|
9446
10083
|
class ListOTAUpdatesResponse < Struct.new(
|
9447
10084
|
:ota_updates,
|
9448
10085
|
:next_token)
|
10086
|
+
SENSITIVE = []
|
9449
10087
|
include Aws::Structure
|
9450
10088
|
end
|
9451
10089
|
|
@@ -9477,6 +10115,7 @@ module Aws::IoT
|
|
9477
10115
|
:page_size,
|
9478
10116
|
:marker,
|
9479
10117
|
:ascending_order)
|
10118
|
+
SENSITIVE = []
|
9480
10119
|
include Aws::Structure
|
9481
10120
|
end
|
9482
10121
|
|
@@ -9493,6 +10132,7 @@ module Aws::IoT
|
|
9493
10132
|
class ListOutgoingCertificatesResponse < Struct.new(
|
9494
10133
|
:outgoing_certificates,
|
9495
10134
|
:next_marker)
|
10135
|
+
SENSITIVE = []
|
9496
10136
|
include Aws::Structure
|
9497
10137
|
end
|
9498
10138
|
|
@@ -9524,6 +10164,7 @@ module Aws::IoT
|
|
9524
10164
|
:marker,
|
9525
10165
|
:page_size,
|
9526
10166
|
:ascending_order)
|
10167
|
+
SENSITIVE = []
|
9527
10168
|
include Aws::Structure
|
9528
10169
|
end
|
9529
10170
|
|
@@ -9541,6 +10182,7 @@ module Aws::IoT
|
|
9541
10182
|
class ListPoliciesResponse < Struct.new(
|
9542
10183
|
:policies,
|
9543
10184
|
:next_marker)
|
10185
|
+
SENSITIVE = []
|
9544
10186
|
include Aws::Structure
|
9545
10187
|
end
|
9546
10188
|
|
@@ -9578,6 +10220,7 @@ module Aws::IoT
|
|
9578
10220
|
:marker,
|
9579
10221
|
:page_size,
|
9580
10222
|
:ascending_order)
|
10223
|
+
SENSITIVE = []
|
9581
10224
|
include Aws::Structure
|
9582
10225
|
end
|
9583
10226
|
|
@@ -9595,6 +10238,7 @@ module Aws::IoT
|
|
9595
10238
|
class ListPolicyPrincipalsResponse < Struct.new(
|
9596
10239
|
:principals,
|
9597
10240
|
:next_marker)
|
10241
|
+
SENSITIVE = []
|
9598
10242
|
include Aws::Structure
|
9599
10243
|
end
|
9600
10244
|
|
@@ -9613,6 +10257,7 @@ module Aws::IoT
|
|
9613
10257
|
#
|
9614
10258
|
class ListPolicyVersionsRequest < Struct.new(
|
9615
10259
|
:policy_name)
|
10260
|
+
SENSITIVE = []
|
9616
10261
|
include Aws::Structure
|
9617
10262
|
end
|
9618
10263
|
|
@@ -9624,6 +10269,7 @@ module Aws::IoT
|
|
9624
10269
|
#
|
9625
10270
|
class ListPolicyVersionsResponse < Struct.new(
|
9626
10271
|
:policy_versions)
|
10272
|
+
SENSITIVE = []
|
9627
10273
|
include Aws::Structure
|
9628
10274
|
end
|
9629
10275
|
|
@@ -9640,7 +10286,11 @@ module Aws::IoT
|
|
9640
10286
|
# }
|
9641
10287
|
#
|
9642
10288
|
# @!attribute [rw] principal
|
9643
|
-
# The principal.
|
10289
|
+
# The principal. Valid principals are CertificateArn
|
10290
|
+
# (arn:aws:iot:*region*\:*accountId*\:cert/*certificateId*),
|
10291
|
+
# thingGroupArn
|
10292
|
+
# (arn:aws:iot:*region*\:*accountId*\:thinggroup/*groupName*) and
|
10293
|
+
# CognitoId (*region*\:*id*).
|
9644
10294
|
# @return [String]
|
9645
10295
|
#
|
9646
10296
|
# @!attribute [rw] marker
|
@@ -9661,6 +10311,7 @@ module Aws::IoT
|
|
9661
10311
|
:marker,
|
9662
10312
|
:page_size,
|
9663
10313
|
:ascending_order)
|
10314
|
+
SENSITIVE = []
|
9664
10315
|
include Aws::Structure
|
9665
10316
|
end
|
9666
10317
|
|
@@ -9678,6 +10329,7 @@ module Aws::IoT
|
|
9678
10329
|
class ListPrincipalPoliciesResponse < Struct.new(
|
9679
10330
|
:policies,
|
9680
10331
|
:next_marker)
|
10332
|
+
SENSITIVE = []
|
9681
10333
|
include Aws::Structure
|
9682
10334
|
end
|
9683
10335
|
|
@@ -9708,6 +10360,7 @@ module Aws::IoT
|
|
9708
10360
|
:next_token,
|
9709
10361
|
:max_results,
|
9710
10362
|
:principal)
|
10363
|
+
SENSITIVE = []
|
9711
10364
|
include Aws::Structure
|
9712
10365
|
end
|
9713
10366
|
|
@@ -9725,6 +10378,7 @@ module Aws::IoT
|
|
9725
10378
|
class ListPrincipalThingsResponse < Struct.new(
|
9726
10379
|
:things,
|
9727
10380
|
:next_token)
|
10381
|
+
SENSITIVE = []
|
9728
10382
|
include Aws::Structure
|
9729
10383
|
end
|
9730
10384
|
|
@@ -9753,6 +10407,7 @@ module Aws::IoT
|
|
9753
10407
|
:template_name,
|
9754
10408
|
:max_results,
|
9755
10409
|
:next_token)
|
10410
|
+
SENSITIVE = []
|
9756
10411
|
include Aws::Structure
|
9757
10412
|
end
|
9758
10413
|
|
@@ -9767,6 +10422,7 @@ module Aws::IoT
|
|
9767
10422
|
class ListProvisioningTemplateVersionsResponse < Struct.new(
|
9768
10423
|
:versions,
|
9769
10424
|
:next_token)
|
10425
|
+
SENSITIVE = []
|
9770
10426
|
include Aws::Structure
|
9771
10427
|
end
|
9772
10428
|
|
@@ -9789,6 +10445,7 @@ module Aws::IoT
|
|
9789
10445
|
class ListProvisioningTemplatesRequest < Struct.new(
|
9790
10446
|
:max_results,
|
9791
10447
|
:next_token)
|
10448
|
+
SENSITIVE = []
|
9792
10449
|
include Aws::Structure
|
9793
10450
|
end
|
9794
10451
|
|
@@ -9803,6 +10460,7 @@ module Aws::IoT
|
|
9803
10460
|
class ListProvisioningTemplatesResponse < Struct.new(
|
9804
10461
|
:templates,
|
9805
10462
|
:next_token)
|
10463
|
+
SENSITIVE = []
|
9806
10464
|
include Aws::Structure
|
9807
10465
|
end
|
9808
10466
|
|
@@ -9831,6 +10489,7 @@ module Aws::IoT
|
|
9831
10489
|
:page_size,
|
9832
10490
|
:marker,
|
9833
10491
|
:ascending_order)
|
10492
|
+
SENSITIVE = []
|
9834
10493
|
include Aws::Structure
|
9835
10494
|
end
|
9836
10495
|
|
@@ -9845,6 +10504,7 @@ module Aws::IoT
|
|
9845
10504
|
class ListRoleAliasesResponse < Struct.new(
|
9846
10505
|
:role_aliases,
|
9847
10506
|
:next_marker)
|
10507
|
+
SENSITIVE = []
|
9848
10508
|
include Aws::Structure
|
9849
10509
|
end
|
9850
10510
|
|
@@ -9868,6 +10528,7 @@ module Aws::IoT
|
|
9868
10528
|
class ListScheduledAuditsRequest < Struct.new(
|
9869
10529
|
:next_token,
|
9870
10530
|
:max_results)
|
10531
|
+
SENSITIVE = []
|
9871
10532
|
include Aws::Structure
|
9872
10533
|
end
|
9873
10534
|
|
@@ -9883,6 +10544,7 @@ module Aws::IoT
|
|
9883
10544
|
class ListScheduledAuditsResponse < Struct.new(
|
9884
10545
|
:scheduled_audits,
|
9885
10546
|
:next_token)
|
10547
|
+
SENSITIVE = []
|
9886
10548
|
include Aws::Structure
|
9887
10549
|
end
|
9888
10550
|
|
@@ -9918,6 +10580,7 @@ module Aws::IoT
|
|
9918
10580
|
:max_results,
|
9919
10581
|
:recursive,
|
9920
10582
|
:security_profile_target_arn)
|
10583
|
+
SENSITIVE = []
|
9921
10584
|
include Aws::Structure
|
9922
10585
|
end
|
9923
10586
|
|
@@ -9933,6 +10596,7 @@ module Aws::IoT
|
|
9933
10596
|
class ListSecurityProfilesForTargetResponse < Struct.new(
|
9934
10597
|
:security_profile_target_mappings,
|
9935
10598
|
:next_token)
|
10599
|
+
SENSITIVE = []
|
9936
10600
|
include Aws::Structure
|
9937
10601
|
end
|
9938
10602
|
|
@@ -9962,6 +10626,7 @@ module Aws::IoT
|
|
9962
10626
|
:next_token,
|
9963
10627
|
:max_results,
|
9964
10628
|
:dimension_name)
|
10629
|
+
SENSITIVE = []
|
9965
10630
|
include Aws::Structure
|
9966
10631
|
end
|
9967
10632
|
|
@@ -9977,6 +10642,7 @@ module Aws::IoT
|
|
9977
10642
|
class ListSecurityProfilesResponse < Struct.new(
|
9978
10643
|
:security_profile_identifiers,
|
9979
10644
|
:next_token)
|
10645
|
+
SENSITIVE = []
|
9980
10646
|
include Aws::Structure
|
9981
10647
|
end
|
9982
10648
|
|
@@ -10005,6 +10671,7 @@ module Aws::IoT
|
|
10005
10671
|
:max_results,
|
10006
10672
|
:next_token,
|
10007
10673
|
:ascending_order)
|
10674
|
+
SENSITIVE = []
|
10008
10675
|
include Aws::Structure
|
10009
10676
|
end
|
10010
10677
|
|
@@ -10019,6 +10686,7 @@ module Aws::IoT
|
|
10019
10686
|
class ListStreamsResponse < Struct.new(
|
10020
10687
|
:streams,
|
10021
10688
|
:next_token)
|
10689
|
+
SENSITIVE = []
|
10022
10690
|
include Aws::Structure
|
10023
10691
|
end
|
10024
10692
|
|
@@ -10041,6 +10709,7 @@ module Aws::IoT
|
|
10041
10709
|
class ListTagsForResourceRequest < Struct.new(
|
10042
10710
|
:resource_arn,
|
10043
10711
|
:next_token)
|
10712
|
+
SENSITIVE = []
|
10044
10713
|
include Aws::Structure
|
10045
10714
|
end
|
10046
10715
|
|
@@ -10056,6 +10725,7 @@ module Aws::IoT
|
|
10056
10725
|
class ListTagsForResourceResponse < Struct.new(
|
10057
10726
|
:tags,
|
10058
10727
|
:next_token)
|
10728
|
+
SENSITIVE = []
|
10059
10729
|
include Aws::Structure
|
10060
10730
|
end
|
10061
10731
|
|
@@ -10084,6 +10754,7 @@ module Aws::IoT
|
|
10084
10754
|
:policy_name,
|
10085
10755
|
:marker,
|
10086
10756
|
:page_size)
|
10757
|
+
SENSITIVE = []
|
10087
10758
|
include Aws::Structure
|
10088
10759
|
end
|
10089
10760
|
|
@@ -10098,6 +10769,7 @@ module Aws::IoT
|
|
10098
10769
|
class ListTargetsForPolicyResponse < Struct.new(
|
10099
10770
|
:targets,
|
10100
10771
|
:next_marker)
|
10772
|
+
SENSITIVE = []
|
10101
10773
|
include Aws::Structure
|
10102
10774
|
end
|
10103
10775
|
|
@@ -10126,6 +10798,7 @@ module Aws::IoT
|
|
10126
10798
|
:security_profile_name,
|
10127
10799
|
:next_token,
|
10128
10800
|
:max_results)
|
10801
|
+
SENSITIVE = []
|
10129
10802
|
include Aws::Structure
|
10130
10803
|
end
|
10131
10804
|
|
@@ -10141,6 +10814,7 @@ module Aws::IoT
|
|
10141
10814
|
class ListTargetsForSecurityProfileResponse < Struct.new(
|
10142
10815
|
:security_profile_targets,
|
10143
10816
|
:next_token)
|
10817
|
+
SENSITIVE = []
|
10144
10818
|
include Aws::Structure
|
10145
10819
|
end
|
10146
10820
|
|
@@ -10169,6 +10843,7 @@ module Aws::IoT
|
|
10169
10843
|
:thing_name,
|
10170
10844
|
:next_token,
|
10171
10845
|
:max_results)
|
10846
|
+
SENSITIVE = []
|
10172
10847
|
include Aws::Structure
|
10173
10848
|
end
|
10174
10849
|
|
@@ -10184,6 +10859,7 @@ module Aws::IoT
|
|
10184
10859
|
class ListThingGroupsForThingResponse < Struct.new(
|
10185
10860
|
:thing_groups,
|
10186
10861
|
:next_token)
|
10862
|
+
SENSITIVE = []
|
10187
10863
|
include Aws::Structure
|
10188
10864
|
end
|
10189
10865
|
|
@@ -10226,6 +10902,7 @@ module Aws::IoT
|
|
10226
10902
|
:parent_group,
|
10227
10903
|
:name_prefix_filter,
|
10228
10904
|
:recursive)
|
10905
|
+
SENSITIVE = []
|
10229
10906
|
include Aws::Structure
|
10230
10907
|
end
|
10231
10908
|
|
@@ -10234,13 +10911,14 @@ module Aws::IoT
|
|
10234
10911
|
# @return [Array<Types::GroupNameAndArn>]
|
10235
10912
|
#
|
10236
10913
|
# @!attribute [rw] next_token
|
10237
|
-
# The token used to get the next set of results
|
10238
|
-
#
|
10914
|
+
# The token used to get the next set of results. Will not be returned
|
10915
|
+
# if operation has returned all results.
|
10239
10916
|
# @return [String]
|
10240
10917
|
#
|
10241
10918
|
class ListThingGroupsResponse < Struct.new(
|
10242
10919
|
:thing_groups,
|
10243
10920
|
:next_token)
|
10921
|
+
SENSITIVE = []
|
10244
10922
|
include Aws::Structure
|
10245
10923
|
end
|
10246
10924
|
|
@@ -10259,6 +10937,7 @@ module Aws::IoT
|
|
10259
10937
|
#
|
10260
10938
|
class ListThingPrincipalsRequest < Struct.new(
|
10261
10939
|
:thing_name)
|
10940
|
+
SENSITIVE = []
|
10262
10941
|
include Aws::Structure
|
10263
10942
|
end
|
10264
10943
|
|
@@ -10270,6 +10949,7 @@ module Aws::IoT
|
|
10270
10949
|
#
|
10271
10950
|
class ListThingPrincipalsResponse < Struct.new(
|
10272
10951
|
:principals)
|
10952
|
+
SENSITIVE = []
|
10273
10953
|
include Aws::Structure
|
10274
10954
|
end
|
10275
10955
|
|
@@ -10304,6 +10984,7 @@ module Aws::IoT
|
|
10304
10984
|
:report_type,
|
10305
10985
|
:next_token,
|
10306
10986
|
:max_results)
|
10987
|
+
SENSITIVE = []
|
10307
10988
|
include Aws::Structure
|
10308
10989
|
end
|
10309
10990
|
|
@@ -10324,6 +11005,7 @@ module Aws::IoT
|
|
10324
11005
|
:resource_links,
|
10325
11006
|
:report_type,
|
10326
11007
|
:next_token)
|
11008
|
+
SENSITIVE = []
|
10327
11009
|
include Aws::Structure
|
10328
11010
|
end
|
10329
11011
|
|
@@ -10352,6 +11034,7 @@ module Aws::IoT
|
|
10352
11034
|
:next_token,
|
10353
11035
|
:max_results,
|
10354
11036
|
:status)
|
11037
|
+
SENSITIVE = []
|
10355
11038
|
include Aws::Structure
|
10356
11039
|
end
|
10357
11040
|
|
@@ -10367,6 +11050,7 @@ module Aws::IoT
|
|
10367
11050
|
class ListThingRegistrationTasksResponse < Struct.new(
|
10368
11051
|
:task_ids,
|
10369
11052
|
:next_token)
|
11053
|
+
SENSITIVE = []
|
10370
11054
|
include Aws::Structure
|
10371
11055
|
end
|
10372
11056
|
|
@@ -10397,6 +11081,7 @@ module Aws::IoT
|
|
10397
11081
|
:next_token,
|
10398
11082
|
:max_results,
|
10399
11083
|
:thing_type_name)
|
11084
|
+
SENSITIVE = []
|
10400
11085
|
include Aws::Structure
|
10401
11086
|
end
|
10402
11087
|
|
@@ -10407,13 +11092,14 @@ module Aws::IoT
|
|
10407
11092
|
# @return [Array<Types::ThingTypeDefinition>]
|
10408
11093
|
#
|
10409
11094
|
# @!attribute [rw] next_token
|
10410
|
-
# The token for the next set of results
|
10411
|
-
#
|
11095
|
+
# The token for the next set of results. Will not be returned if
|
11096
|
+
# operation has returned all results.
|
10412
11097
|
# @return [String]
|
10413
11098
|
#
|
10414
11099
|
class ListThingTypesResponse < Struct.new(
|
10415
11100
|
:thing_types,
|
10416
11101
|
:next_token)
|
11102
|
+
SENSITIVE = []
|
10417
11103
|
include Aws::Structure
|
10418
11104
|
end
|
10419
11105
|
|
@@ -10442,6 +11128,7 @@ module Aws::IoT
|
|
10442
11128
|
:billing_group_name,
|
10443
11129
|
:next_token,
|
10444
11130
|
:max_results)
|
11131
|
+
SENSITIVE = []
|
10445
11132
|
include Aws::Structure
|
10446
11133
|
end
|
10447
11134
|
|
@@ -10450,13 +11137,14 @@ module Aws::IoT
|
|
10450
11137
|
# @return [Array<String>]
|
10451
11138
|
#
|
10452
11139
|
# @!attribute [rw] next_token
|
10453
|
-
# The token used to get the next set of results
|
10454
|
-
#
|
11140
|
+
# The token used to get the next set of results. Will not be returned
|
11141
|
+
# if operation has returned all results.
|
10455
11142
|
# @return [String]
|
10456
11143
|
#
|
10457
11144
|
class ListThingsInBillingGroupResponse < Struct.new(
|
10458
11145
|
:things,
|
10459
11146
|
:next_token)
|
11147
|
+
SENSITIVE = []
|
10460
11148
|
include Aws::Structure
|
10461
11149
|
end
|
10462
11150
|
|
@@ -10492,6 +11180,7 @@ module Aws::IoT
|
|
10492
11180
|
:recursive,
|
10493
11181
|
:next_token,
|
10494
11182
|
:max_results)
|
11183
|
+
SENSITIVE = []
|
10495
11184
|
include Aws::Structure
|
10496
11185
|
end
|
10497
11186
|
|
@@ -10507,6 +11196,7 @@ module Aws::IoT
|
|
10507
11196
|
class ListThingsInThingGroupResponse < Struct.new(
|
10508
11197
|
:things,
|
10509
11198
|
:next_token)
|
11199
|
+
SENSITIVE = []
|
10510
11200
|
include Aws::Structure
|
10511
11201
|
end
|
10512
11202
|
|
@@ -10549,6 +11239,7 @@ module Aws::IoT
|
|
10549
11239
|
:attribute_name,
|
10550
11240
|
:attribute_value,
|
10551
11241
|
:thing_type_name)
|
11242
|
+
SENSITIVE = []
|
10552
11243
|
include Aws::Structure
|
10553
11244
|
end
|
10554
11245
|
|
@@ -10559,13 +11250,14 @@ module Aws::IoT
|
|
10559
11250
|
# @return [Array<Types::ThingAttribute>]
|
10560
11251
|
#
|
10561
11252
|
# @!attribute [rw] next_token
|
10562
|
-
# The token used to get the next set of results
|
10563
|
-
#
|
11253
|
+
# The token used to get the next set of results. Will not be returned
|
11254
|
+
# if operation has returned all results.
|
10564
11255
|
# @return [String]
|
10565
11256
|
#
|
10566
11257
|
class ListThingsResponse < Struct.new(
|
10567
11258
|
:things,
|
10568
11259
|
:next_token)
|
11260
|
+
SENSITIVE = []
|
10569
11261
|
include Aws::Structure
|
10570
11262
|
end
|
10571
11263
|
|
@@ -10588,6 +11280,7 @@ module Aws::IoT
|
|
10588
11280
|
class ListTopicRuleDestinationsRequest < Struct.new(
|
10589
11281
|
:max_results,
|
10590
11282
|
:next_token)
|
11283
|
+
SENSITIVE = []
|
10591
11284
|
include Aws::Structure
|
10592
11285
|
end
|
10593
11286
|
|
@@ -10602,6 +11295,7 @@ module Aws::IoT
|
|
10602
11295
|
class ListTopicRuleDestinationsResponse < Struct.new(
|
10603
11296
|
:destination_summaries,
|
10604
11297
|
:next_token)
|
11298
|
+
SENSITIVE = []
|
10605
11299
|
include Aws::Structure
|
10606
11300
|
end
|
10607
11301
|
|
@@ -10638,6 +11332,7 @@ module Aws::IoT
|
|
10638
11332
|
:max_results,
|
10639
11333
|
:next_token,
|
10640
11334
|
:rule_disabled)
|
11335
|
+
SENSITIVE = []
|
10641
11336
|
include Aws::Structure
|
10642
11337
|
end
|
10643
11338
|
|
@@ -10654,6 +11349,7 @@ module Aws::IoT
|
|
10654
11349
|
class ListTopicRulesResponse < Struct.new(
|
10655
11350
|
:rules,
|
10656
11351
|
:next_token)
|
11352
|
+
SENSITIVE = []
|
10657
11353
|
include Aws::Structure
|
10658
11354
|
end
|
10659
11355
|
|
@@ -10684,6 +11380,7 @@ module Aws::IoT
|
|
10684
11380
|
:target_type,
|
10685
11381
|
:next_token,
|
10686
11382
|
:max_results)
|
11383
|
+
SENSITIVE = []
|
10687
11384
|
include Aws::Structure
|
10688
11385
|
end
|
10689
11386
|
|
@@ -10699,6 +11396,7 @@ module Aws::IoT
|
|
10699
11396
|
class ListV2LoggingLevelsResponse < Struct.new(
|
10700
11397
|
:log_target_configurations,
|
10701
11398
|
:next_token)
|
11399
|
+
SENSITIVE = []
|
10702
11400
|
include Aws::Structure
|
10703
11401
|
end
|
10704
11402
|
|
@@ -10747,6 +11445,7 @@ module Aws::IoT
|
|
10747
11445
|
:security_profile_name,
|
10748
11446
|
:next_token,
|
10749
11447
|
:max_results)
|
11448
|
+
SENSITIVE = []
|
10750
11449
|
include Aws::Structure
|
10751
11450
|
end
|
10752
11451
|
|
@@ -10764,6 +11463,7 @@ module Aws::IoT
|
|
10764
11463
|
class ListViolationEventsResponse < Struct.new(
|
10765
11464
|
:violation_events,
|
10766
11465
|
:next_token)
|
11466
|
+
SENSITIVE = []
|
10767
11467
|
include Aws::Structure
|
10768
11468
|
end
|
10769
11469
|
|
@@ -10788,6 +11488,7 @@ module Aws::IoT
|
|
10788
11488
|
class LogTarget < Struct.new(
|
10789
11489
|
:target_type,
|
10790
11490
|
:target_name)
|
11491
|
+
SENSITIVE = []
|
10791
11492
|
include Aws::Structure
|
10792
11493
|
end
|
10793
11494
|
|
@@ -10804,6 +11505,7 @@ module Aws::IoT
|
|
10804
11505
|
class LogTargetConfiguration < Struct.new(
|
10805
11506
|
:log_target,
|
10806
11507
|
:log_level)
|
11508
|
+
SENSITIVE = []
|
10807
11509
|
include Aws::Structure
|
10808
11510
|
end
|
10809
11511
|
|
@@ -10828,6 +11530,7 @@ module Aws::IoT
|
|
10828
11530
|
class LoggingOptionsPayload < Struct.new(
|
10829
11531
|
:role_arn,
|
10830
11532
|
:log_level)
|
11533
|
+
SENSITIVE = []
|
10831
11534
|
include Aws::Structure
|
10832
11535
|
end
|
10833
11536
|
|
@@ -10839,6 +11542,7 @@ module Aws::IoT
|
|
10839
11542
|
#
|
10840
11543
|
class MalformedPolicyException < Struct.new(
|
10841
11544
|
:message)
|
11545
|
+
SENSITIVE = []
|
10842
11546
|
include Aws::Structure
|
10843
11547
|
end
|
10844
11548
|
|
@@ -10869,6 +11573,7 @@ module Aws::IoT
|
|
10869
11573
|
class MetricDimension < Struct.new(
|
10870
11574
|
:dimension_name,
|
10871
11575
|
:operator)
|
11576
|
+
SENSITIVE = []
|
10872
11577
|
include Aws::Structure
|
10873
11578
|
end
|
10874
11579
|
|
@@ -10896,6 +11601,7 @@ module Aws::IoT
|
|
10896
11601
|
class MetricToRetain < Struct.new(
|
10897
11602
|
:metric,
|
10898
11603
|
:metric_dimension)
|
11604
|
+
SENSITIVE = []
|
10899
11605
|
include Aws::Structure
|
10900
11606
|
end
|
10901
11607
|
|
@@ -10929,6 +11635,7 @@ module Aws::IoT
|
|
10929
11635
|
:count,
|
10930
11636
|
:cidrs,
|
10931
11637
|
:ports)
|
11638
|
+
SENSITIVE = []
|
10932
11639
|
include Aws::Structure
|
10933
11640
|
end
|
10934
11641
|
|
@@ -10957,6 +11664,7 @@ module Aws::IoT
|
|
10957
11664
|
:id,
|
10958
11665
|
:role_arn,
|
10959
11666
|
:action_params)
|
11667
|
+
SENSITIVE = []
|
10960
11668
|
include Aws::Structure
|
10961
11669
|
end
|
10962
11670
|
|
@@ -10979,6 +11687,7 @@ module Aws::IoT
|
|
10979
11687
|
:action_name,
|
10980
11688
|
:action_arn,
|
10981
11689
|
:creation_date)
|
11690
|
+
SENSITIVE = []
|
10982
11691
|
include Aws::Structure
|
10983
11692
|
end
|
10984
11693
|
|
@@ -11051,6 +11760,7 @@ module Aws::IoT
|
|
11051
11760
|
:replace_default_policy_version_params,
|
11052
11761
|
:enable_io_t_logging_params,
|
11053
11762
|
:publish_finding_to_sns_params)
|
11763
|
+
SENSITIVE = []
|
11054
11764
|
include Aws::Structure
|
11055
11765
|
end
|
11056
11766
|
|
@@ -11081,6 +11791,7 @@ module Aws::IoT
|
|
11081
11791
|
:username,
|
11082
11792
|
:password,
|
11083
11793
|
:client_id)
|
11794
|
+
SENSITIVE = []
|
11084
11795
|
include Aws::Structure
|
11085
11796
|
end
|
11086
11797
|
|
@@ -11103,6 +11814,7 @@ module Aws::IoT
|
|
11103
11814
|
:resource_type,
|
11104
11815
|
:resource_identifier,
|
11105
11816
|
:additional_info)
|
11817
|
+
SENSITIVE = []
|
11106
11818
|
include Aws::Structure
|
11107
11819
|
end
|
11108
11820
|
|
@@ -11114,6 +11826,7 @@ module Aws::IoT
|
|
11114
11826
|
#
|
11115
11827
|
class NotConfiguredException < Struct.new(
|
11116
11828
|
:message)
|
11829
|
+
SENSITIVE = []
|
11117
11830
|
include Aws::Structure
|
11118
11831
|
end
|
11119
11832
|
|
@@ -11195,6 +11908,7 @@ module Aws::IoT
|
|
11195
11908
|
:file_location,
|
11196
11909
|
:code_signing,
|
11197
11910
|
:attributes)
|
11911
|
+
SENSITIVE = []
|
11198
11912
|
include Aws::Structure
|
11199
11913
|
end
|
11200
11914
|
|
@@ -11290,6 +12004,7 @@ module Aws::IoT
|
|
11290
12004
|
:aws_iot_job_arn,
|
11291
12005
|
:error_info,
|
11292
12006
|
:additional_parameters)
|
12007
|
+
SENSITIVE = []
|
11293
12008
|
include Aws::Structure
|
11294
12009
|
end
|
11295
12010
|
|
@@ -11311,6 +12026,7 @@ module Aws::IoT
|
|
11311
12026
|
:ota_update_id,
|
11312
12027
|
:ota_update_arn,
|
11313
12028
|
:creation_date)
|
12029
|
+
SENSITIVE = []
|
11314
12030
|
include Aws::Structure
|
11315
12031
|
end
|
11316
12032
|
|
@@ -11347,6 +12063,7 @@ module Aws::IoT
|
|
11347
12063
|
:transfer_date,
|
11348
12064
|
:transfer_message,
|
11349
12065
|
:creation_date)
|
12066
|
+
SENSITIVE = []
|
11350
12067
|
include Aws::Structure
|
11351
12068
|
end
|
11352
12069
|
|
@@ -11363,6 +12080,7 @@ module Aws::IoT
|
|
11363
12080
|
class PercentPair < Struct.new(
|
11364
12081
|
:percent,
|
11365
12082
|
:value)
|
12083
|
+
SENSITIVE = []
|
11366
12084
|
include Aws::Structure
|
11367
12085
|
end
|
11368
12086
|
|
@@ -11379,6 +12097,7 @@ module Aws::IoT
|
|
11379
12097
|
class Policy < Struct.new(
|
11380
12098
|
:policy_name,
|
11381
12099
|
:policy_arn)
|
12100
|
+
SENSITIVE = []
|
11382
12101
|
include Aws::Structure
|
11383
12102
|
end
|
11384
12103
|
|
@@ -11400,6 +12119,7 @@ module Aws::IoT
|
|
11400
12119
|
:version_id,
|
11401
12120
|
:is_default_version,
|
11402
12121
|
:create_date)
|
12122
|
+
SENSITIVE = []
|
11403
12123
|
include Aws::Structure
|
11404
12124
|
end
|
11405
12125
|
|
@@ -11425,6 +12145,7 @@ module Aws::IoT
|
|
11425
12145
|
class PolicyVersionIdentifier < Struct.new(
|
11426
12146
|
:policy_name,
|
11427
12147
|
:policy_version_id)
|
12148
|
+
SENSITIVE = []
|
11428
12149
|
include Aws::Structure
|
11429
12150
|
end
|
11430
12151
|
|
@@ -11453,6 +12174,7 @@ module Aws::IoT
|
|
11453
12174
|
class PresignedUrlConfig < Struct.new(
|
11454
12175
|
:role_arn,
|
11455
12176
|
:expires_in_sec)
|
12177
|
+
SENSITIVE = []
|
11456
12178
|
include Aws::Structure
|
11457
12179
|
end
|
11458
12180
|
|
@@ -11481,6 +12203,7 @@ module Aws::IoT
|
|
11481
12203
|
class ProvisioningHook < Struct.new(
|
11482
12204
|
:payload_version,
|
11483
12205
|
:target_arn)
|
12206
|
+
SENSITIVE = []
|
11484
12207
|
include Aws::Structure
|
11485
12208
|
end
|
11486
12209
|
|
@@ -11518,6 +12241,7 @@ module Aws::IoT
|
|
11518
12241
|
:creation_date,
|
11519
12242
|
:last_modified_date,
|
11520
12243
|
:enabled)
|
12244
|
+
SENSITIVE = []
|
11521
12245
|
include Aws::Structure
|
11522
12246
|
end
|
11523
12247
|
|
@@ -11540,6 +12264,7 @@ module Aws::IoT
|
|
11540
12264
|
:version_id,
|
11541
12265
|
:creation_date,
|
11542
12266
|
:is_default_version)
|
12267
|
+
SENSITIVE = []
|
11543
12268
|
include Aws::Structure
|
11544
12269
|
end
|
11545
12270
|
|
@@ -11560,6 +12285,7 @@ module Aws::IoT
|
|
11560
12285
|
#
|
11561
12286
|
class PublishFindingToSnsParams < Struct.new(
|
11562
12287
|
:topic_arn)
|
12288
|
+
SENSITIVE = []
|
11563
12289
|
include Aws::Structure
|
11564
12290
|
end
|
11565
12291
|
|
@@ -11625,6 +12351,7 @@ module Aws::IoT
|
|
11625
12351
|
:property_id,
|
11626
12352
|
:property_alias,
|
11627
12353
|
:property_values)
|
12354
|
+
SENSITIVE = []
|
11628
12355
|
include Aws::Structure
|
11629
12356
|
end
|
11630
12357
|
|
@@ -11644,6 +12371,7 @@ module Aws::IoT
|
|
11644
12371
|
#
|
11645
12372
|
class PutItemInput < Struct.new(
|
11646
12373
|
:table_name)
|
12374
|
+
SENSITIVE = []
|
11647
12375
|
include Aws::Structure
|
11648
12376
|
end
|
11649
12377
|
|
@@ -11671,6 +12399,7 @@ module Aws::IoT
|
|
11671
12399
|
class RateIncreaseCriteria < Struct.new(
|
11672
12400
|
:number_of_notified_things,
|
11673
12401
|
:number_of_succeeded_things)
|
12402
|
+
SENSITIVE = []
|
11674
12403
|
include Aws::Structure
|
11675
12404
|
end
|
11676
12405
|
|
@@ -11740,6 +12469,7 @@ module Aws::IoT
|
|
11740
12469
|
:allow_auto_registration,
|
11741
12470
|
:registration_config,
|
11742
12471
|
:tags)
|
12472
|
+
SENSITIVE = []
|
11743
12473
|
include Aws::Structure
|
11744
12474
|
end
|
11745
12475
|
|
@@ -11756,6 +12486,7 @@ module Aws::IoT
|
|
11756
12486
|
class RegisterCACertificateResponse < Struct.new(
|
11757
12487
|
:certificate_arn,
|
11758
12488
|
:certificate_id)
|
12489
|
+
SENSITIVE = []
|
11759
12490
|
include Aws::Structure
|
11760
12491
|
end
|
11761
12492
|
|
@@ -11793,6 +12524,7 @@ module Aws::IoT
|
|
11793
12524
|
:ca_certificate_pem,
|
11794
12525
|
:set_as_active,
|
11795
12526
|
:status)
|
12527
|
+
SENSITIVE = []
|
11796
12528
|
include Aws::Structure
|
11797
12529
|
end
|
11798
12530
|
|
@@ -11809,6 +12541,7 @@ module Aws::IoT
|
|
11809
12541
|
class RegisterCertificateResponse < Struct.new(
|
11810
12542
|
:certificate_arn,
|
11811
12543
|
:certificate_id)
|
12544
|
+
SENSITIVE = []
|
11812
12545
|
include Aws::Structure
|
11813
12546
|
end
|
11814
12547
|
|
@@ -11831,6 +12564,7 @@ module Aws::IoT
|
|
11831
12564
|
class RegisterCertificateWithoutCARequest < Struct.new(
|
11832
12565
|
:certificate_pem,
|
11833
12566
|
:status)
|
12567
|
+
SENSITIVE = []
|
11834
12568
|
include Aws::Structure
|
11835
12569
|
end
|
11836
12570
|
|
@@ -11846,6 +12580,7 @@ module Aws::IoT
|
|
11846
12580
|
class RegisterCertificateWithoutCAResponse < Struct.new(
|
11847
12581
|
:certificate_arn,
|
11848
12582
|
:certificate_id)
|
12583
|
+
SENSITIVE = []
|
11849
12584
|
include Aws::Structure
|
11850
12585
|
end
|
11851
12586
|
|
@@ -11880,6 +12615,7 @@ module Aws::IoT
|
|
11880
12615
|
class RegisterThingRequest < Struct.new(
|
11881
12616
|
:template_body,
|
11882
12617
|
:parameters)
|
12618
|
+
SENSITIVE = []
|
11883
12619
|
include Aws::Structure
|
11884
12620
|
end
|
11885
12621
|
|
@@ -11894,6 +12630,7 @@ module Aws::IoT
|
|
11894
12630
|
class RegisterThingResponse < Struct.new(
|
11895
12631
|
:certificate_pem,
|
11896
12632
|
:resource_arns)
|
12633
|
+
SENSITIVE = []
|
11897
12634
|
include Aws::Structure
|
11898
12635
|
end
|
11899
12636
|
|
@@ -11905,6 +12642,7 @@ module Aws::IoT
|
|
11905
12642
|
#
|
11906
12643
|
class RegistrationCodeValidationException < Struct.new(
|
11907
12644
|
:message)
|
12645
|
+
SENSITIVE = []
|
11908
12646
|
include Aws::Structure
|
11909
12647
|
end
|
11910
12648
|
|
@@ -11929,6 +12667,7 @@ module Aws::IoT
|
|
11929
12667
|
class RegistrationConfig < Struct.new(
|
11930
12668
|
:template_body,
|
11931
12669
|
:role_arn)
|
12670
|
+
SENSITIVE = []
|
11932
12671
|
include Aws::Structure
|
11933
12672
|
end
|
11934
12673
|
|
@@ -11954,6 +12693,7 @@ module Aws::IoT
|
|
11954
12693
|
class RejectCertificateTransferRequest < Struct.new(
|
11955
12694
|
:certificate_id,
|
11956
12695
|
:reject_reason)
|
12696
|
+
SENSITIVE = []
|
11957
12697
|
include Aws::Structure
|
11958
12698
|
end
|
11959
12699
|
|
@@ -11975,6 +12715,7 @@ module Aws::IoT
|
|
11975
12715
|
:resource_type,
|
11976
12716
|
:resource_identifier,
|
11977
12717
|
:additional_info)
|
12718
|
+
SENSITIVE = []
|
11978
12719
|
include Aws::Structure
|
11979
12720
|
end
|
11980
12721
|
|
@@ -12009,6 +12750,7 @@ module Aws::IoT
|
|
12009
12750
|
:billing_group_arn,
|
12010
12751
|
:thing_name,
|
12011
12752
|
:thing_arn)
|
12753
|
+
SENSITIVE = []
|
12012
12754
|
include Aws::Structure
|
12013
12755
|
end
|
12014
12756
|
|
@@ -12045,6 +12787,7 @@ module Aws::IoT
|
|
12045
12787
|
:thing_group_arn,
|
12046
12788
|
:thing_name,
|
12047
12789
|
:thing_arn)
|
12790
|
+
SENSITIVE = []
|
12048
12791
|
include Aws::Structure
|
12049
12792
|
end
|
12050
12793
|
|
@@ -12067,6 +12810,7 @@ module Aws::IoT
|
|
12067
12810
|
#
|
12068
12811
|
class ReplaceDefaultPolicyVersionParams < Struct.new(
|
12069
12812
|
:template_name)
|
12813
|
+
SENSITIVE = []
|
12070
12814
|
include Aws::Structure
|
12071
12815
|
end
|
12072
12816
|
|
@@ -12380,6 +13124,7 @@ module Aws::IoT
|
|
12380
13124
|
class ReplaceTopicRuleRequest < Struct.new(
|
12381
13125
|
:rule_name,
|
12382
13126
|
:topic_rule_payload)
|
13127
|
+
SENSITIVE = []
|
12383
13128
|
include Aws::Structure
|
12384
13129
|
end
|
12385
13130
|
|
@@ -12411,6 +13156,7 @@ module Aws::IoT
|
|
12411
13156
|
:role_arn,
|
12412
13157
|
:topic,
|
12413
13158
|
:qos)
|
13159
|
+
SENSITIVE = []
|
12414
13160
|
include Aws::Structure
|
12415
13161
|
end
|
12416
13162
|
|
@@ -12432,6 +13178,7 @@ module Aws::IoT
|
|
12432
13178
|
:message,
|
12433
13179
|
:resource_id,
|
12434
13180
|
:resource_arn)
|
13181
|
+
SENSITIVE = []
|
12435
13182
|
include Aws::Structure
|
12436
13183
|
end
|
12437
13184
|
|
@@ -12495,6 +13242,7 @@ module Aws::IoT
|
|
12495
13242
|
:account,
|
12496
13243
|
:iam_role_arn,
|
12497
13244
|
:role_alias_arn)
|
13245
|
+
SENSITIVE = []
|
12498
13246
|
include Aws::Structure
|
12499
13247
|
end
|
12500
13248
|
|
@@ -12506,6 +13254,7 @@ module Aws::IoT
|
|
12506
13254
|
#
|
12507
13255
|
class ResourceNotFoundException < Struct.new(
|
12508
13256
|
:message)
|
13257
|
+
SENSITIVE = []
|
12509
13258
|
include Aws::Structure
|
12510
13259
|
end
|
12511
13260
|
|
@@ -12517,6 +13266,7 @@ module Aws::IoT
|
|
12517
13266
|
#
|
12518
13267
|
class ResourceRegistrationFailureException < Struct.new(
|
12519
13268
|
:message)
|
13269
|
+
SENSITIVE = []
|
12520
13270
|
include Aws::Structure
|
12521
13271
|
end
|
12522
13272
|
|
@@ -12558,6 +13308,7 @@ module Aws::IoT
|
|
12558
13308
|
:credential_duration_seconds,
|
12559
13309
|
:creation_date,
|
12560
13310
|
:last_modified_date)
|
13311
|
+
SENSITIVE = []
|
12561
13312
|
include Aws::Structure
|
12562
13313
|
end
|
12563
13314
|
|
@@ -12600,6 +13351,7 @@ module Aws::IoT
|
|
12600
13351
|
:bucket_name,
|
12601
13352
|
:key,
|
12602
13353
|
:canned_acl)
|
13354
|
+
SENSITIVE = []
|
12603
13355
|
include Aws::Structure
|
12604
13356
|
end
|
12605
13357
|
|
@@ -12624,6 +13376,7 @@ module Aws::IoT
|
|
12624
13376
|
class S3Destination < Struct.new(
|
12625
13377
|
:bucket,
|
12626
13378
|
:prefix)
|
13379
|
+
SENSITIVE = []
|
12627
13380
|
include Aws::Structure
|
12628
13381
|
end
|
12629
13382
|
|
@@ -12654,6 +13407,7 @@ module Aws::IoT
|
|
12654
13407
|
:bucket,
|
12655
13408
|
:key,
|
12656
13409
|
:version)
|
13410
|
+
SENSITIVE = []
|
12657
13411
|
include Aws::Structure
|
12658
13412
|
end
|
12659
13413
|
|
@@ -12683,6 +13437,7 @@ module Aws::IoT
|
|
12683
13437
|
class SalesforceAction < Struct.new(
|
12684
13438
|
:token,
|
12685
13439
|
:url)
|
13440
|
+
SENSITIVE = []
|
12686
13441
|
include Aws::Structure
|
12687
13442
|
end
|
12688
13443
|
|
@@ -12718,6 +13473,7 @@ module Aws::IoT
|
|
12718
13473
|
:frequency,
|
12719
13474
|
:day_of_month,
|
12720
13475
|
:day_of_week)
|
13476
|
+
SENSITIVE = []
|
12721
13477
|
include Aws::Structure
|
12722
13478
|
end
|
12723
13479
|
|
@@ -12759,6 +13515,7 @@ module Aws::IoT
|
|
12759
13515
|
:next_token,
|
12760
13516
|
:max_results,
|
12761
13517
|
:query_version)
|
13518
|
+
SENSITIVE = []
|
12762
13519
|
include Aws::Structure
|
12763
13520
|
end
|
12764
13521
|
|
@@ -12779,6 +13536,7 @@ module Aws::IoT
|
|
12779
13536
|
:next_token,
|
12780
13537
|
:things,
|
12781
13538
|
:thing_groups)
|
13539
|
+
SENSITIVE = []
|
12782
13540
|
include Aws::Structure
|
12783
13541
|
end
|
12784
13542
|
|
@@ -12795,6 +13553,7 @@ module Aws::IoT
|
|
12795
13553
|
class SecurityProfileIdentifier < Struct.new(
|
12796
13554
|
:name,
|
12797
13555
|
:arn)
|
13556
|
+
SENSITIVE = []
|
12798
13557
|
include Aws::Structure
|
12799
13558
|
end
|
12800
13559
|
|
@@ -12807,6 +13566,7 @@ module Aws::IoT
|
|
12807
13566
|
#
|
12808
13567
|
class SecurityProfileTarget < Struct.new(
|
12809
13568
|
:arn)
|
13569
|
+
SENSITIVE = []
|
12810
13570
|
include Aws::Structure
|
12811
13571
|
end
|
12812
13572
|
|
@@ -12825,6 +13585,7 @@ module Aws::IoT
|
|
12825
13585
|
class SecurityProfileTargetMapping < Struct.new(
|
12826
13586
|
:security_profile_identifier,
|
12827
13587
|
:target)
|
13588
|
+
SENSITIVE = []
|
12828
13589
|
include Aws::Structure
|
12829
13590
|
end
|
12830
13591
|
|
@@ -12846,6 +13607,7 @@ module Aws::IoT
|
|
12846
13607
|
:server_certificate_arn,
|
12847
13608
|
:server_certificate_status,
|
12848
13609
|
:server_certificate_status_detail)
|
13610
|
+
SENSITIVE = []
|
12849
13611
|
include Aws::Structure
|
12850
13612
|
end
|
12851
13613
|
|
@@ -12857,6 +13619,7 @@ module Aws::IoT
|
|
12857
13619
|
#
|
12858
13620
|
class ServiceUnavailableException < Struct.new(
|
12859
13621
|
:message)
|
13622
|
+
SENSITIVE = []
|
12860
13623
|
include Aws::Structure
|
12861
13624
|
end
|
12862
13625
|
|
@@ -12873,6 +13636,7 @@ module Aws::IoT
|
|
12873
13636
|
#
|
12874
13637
|
class SetDefaultAuthorizerRequest < Struct.new(
|
12875
13638
|
:authorizer_name)
|
13639
|
+
SENSITIVE = []
|
12876
13640
|
include Aws::Structure
|
12877
13641
|
end
|
12878
13642
|
|
@@ -12887,6 +13651,7 @@ module Aws::IoT
|
|
12887
13651
|
class SetDefaultAuthorizerResponse < Struct.new(
|
12888
13652
|
:authorizer_name,
|
12889
13653
|
:authorizer_arn)
|
13654
|
+
SENSITIVE = []
|
12890
13655
|
include Aws::Structure
|
12891
13656
|
end
|
12892
13657
|
|
@@ -12911,6 +13676,7 @@ module Aws::IoT
|
|
12911
13676
|
class SetDefaultPolicyVersionRequest < Struct.new(
|
12912
13677
|
:policy_name,
|
12913
13678
|
:policy_version_id)
|
13679
|
+
SENSITIVE = []
|
12914
13680
|
include Aws::Structure
|
12915
13681
|
end
|
12916
13682
|
|
@@ -12932,6 +13698,7 @@ module Aws::IoT
|
|
12932
13698
|
#
|
12933
13699
|
class SetLoggingOptionsRequest < Struct.new(
|
12934
13700
|
:logging_options_payload)
|
13701
|
+
SENSITIVE = []
|
12935
13702
|
include Aws::Structure
|
12936
13703
|
end
|
12937
13704
|
|
@@ -12957,6 +13724,7 @@ module Aws::IoT
|
|
12957
13724
|
class SetV2LoggingLevelRequest < Struct.new(
|
12958
13725
|
:log_target,
|
12959
13726
|
:log_level)
|
13727
|
+
SENSITIVE = []
|
12960
13728
|
include Aws::Structure
|
12961
13729
|
end
|
12962
13730
|
|
@@ -12985,6 +13753,7 @@ module Aws::IoT
|
|
12985
13753
|
:role_arn,
|
12986
13754
|
:default_log_level,
|
12987
13755
|
:disable_all_logs)
|
13756
|
+
SENSITIVE = []
|
12988
13757
|
include Aws::Structure
|
12989
13758
|
end
|
12990
13759
|
|
@@ -13015,6 +13784,7 @@ module Aws::IoT
|
|
13015
13784
|
:signing_region,
|
13016
13785
|
:service_name,
|
13017
13786
|
:role_arn)
|
13787
|
+
SENSITIVE = []
|
13018
13788
|
include Aws::Structure
|
13019
13789
|
end
|
13020
13790
|
|
@@ -13045,6 +13815,7 @@ module Aws::IoT
|
|
13045
13815
|
:certificate_arn,
|
13046
13816
|
:platform,
|
13047
13817
|
:certificate_path_on_device)
|
13818
|
+
SENSITIVE = []
|
13048
13819
|
include Aws::Structure
|
13049
13820
|
end
|
13050
13821
|
|
@@ -13085,6 +13856,7 @@ module Aws::IoT
|
|
13085
13856
|
:target_arn,
|
13086
13857
|
:role_arn,
|
13087
13858
|
:message_format)
|
13859
|
+
SENSITIVE = []
|
13088
13860
|
include Aws::Structure
|
13089
13861
|
end
|
13090
13862
|
|
@@ -13096,6 +13868,7 @@ module Aws::IoT
|
|
13096
13868
|
#
|
13097
13869
|
class SqlParseException < Struct.new(
|
13098
13870
|
:message)
|
13871
|
+
SENSITIVE = []
|
13099
13872
|
include Aws::Structure
|
13100
13873
|
end
|
13101
13874
|
|
@@ -13126,6 +13899,7 @@ module Aws::IoT
|
|
13126
13899
|
:role_arn,
|
13127
13900
|
:queue_url,
|
13128
13901
|
:use_base_64)
|
13902
|
+
SENSITIVE = []
|
13129
13903
|
include Aws::Structure
|
13130
13904
|
end
|
13131
13905
|
|
@@ -13178,6 +13952,7 @@ module Aws::IoT
|
|
13178
13952
|
:target,
|
13179
13953
|
:audit_check_to_actions_mapping,
|
13180
13954
|
:client_request_token)
|
13955
|
+
SENSITIVE = []
|
13181
13956
|
include Aws::Structure
|
13182
13957
|
end
|
13183
13958
|
|
@@ -13188,6 +13963,7 @@ module Aws::IoT
|
|
13188
13963
|
#
|
13189
13964
|
class StartAuditMitigationActionsTaskResponse < Struct.new(
|
13190
13965
|
:task_id)
|
13966
|
+
SENSITIVE = []
|
13191
13967
|
include Aws::Structure
|
13192
13968
|
end
|
13193
13969
|
|
@@ -13209,6 +13985,7 @@ module Aws::IoT
|
|
13209
13985
|
#
|
13210
13986
|
class StartOnDemandAuditTaskRequest < Struct.new(
|
13211
13987
|
:target_check_names)
|
13988
|
+
SENSITIVE = []
|
13212
13989
|
include Aws::Structure
|
13213
13990
|
end
|
13214
13991
|
|
@@ -13218,6 +13995,7 @@ module Aws::IoT
|
|
13218
13995
|
#
|
13219
13996
|
class StartOnDemandAuditTaskResponse < Struct.new(
|
13220
13997
|
:task_id)
|
13998
|
+
SENSITIVE = []
|
13221
13999
|
include Aws::Structure
|
13222
14000
|
end
|
13223
14001
|
|
@@ -13257,6 +14035,7 @@ module Aws::IoT
|
|
13257
14035
|
:signing_profile_parameter,
|
13258
14036
|
:signing_profile_name,
|
13259
14037
|
:destination)
|
14038
|
+
SENSITIVE = []
|
13260
14039
|
include Aws::Structure
|
13261
14040
|
end
|
13262
14041
|
|
@@ -13293,6 +14072,7 @@ module Aws::IoT
|
|
13293
14072
|
:input_file_bucket,
|
13294
14073
|
:input_file_key,
|
13295
14074
|
:role_arn)
|
14075
|
+
SENSITIVE = []
|
13296
14076
|
include Aws::Structure
|
13297
14077
|
end
|
13298
14078
|
|
@@ -13302,6 +14082,7 @@ module Aws::IoT
|
|
13302
14082
|
#
|
13303
14083
|
class StartThingRegistrationTaskResponse < Struct.new(
|
13304
14084
|
:task_id)
|
14085
|
+
SENSITIVE = []
|
13305
14086
|
include Aws::Structure
|
13306
14087
|
end
|
13307
14088
|
|
@@ -13330,6 +14111,7 @@ module Aws::IoT
|
|
13330
14111
|
#
|
13331
14112
|
class StatisticalThreshold < Struct.new(
|
13332
14113
|
:statistic)
|
14114
|
+
SENSITIVE = []
|
13333
14115
|
include Aws::Structure
|
13334
14116
|
end
|
13335
14117
|
|
@@ -13377,6 +14159,7 @@ module Aws::IoT
|
|
13377
14159
|
:sum_of_squares,
|
13378
14160
|
:variance,
|
13379
14161
|
:std_deviation)
|
14162
|
+
SENSITIVE = []
|
13380
14163
|
include Aws::Structure
|
13381
14164
|
end
|
13382
14165
|
|
@@ -13412,6 +14195,7 @@ module Aws::IoT
|
|
13412
14195
|
:execution_name_prefix,
|
13413
14196
|
:state_machine_name,
|
13414
14197
|
:role_arn)
|
14198
|
+
SENSITIVE = []
|
13415
14199
|
include Aws::Structure
|
13416
14200
|
end
|
13417
14201
|
|
@@ -13428,6 +14212,7 @@ module Aws::IoT
|
|
13428
14212
|
#
|
13429
14213
|
class StopThingRegistrationTaskRequest < Struct.new(
|
13430
14214
|
:task_id)
|
14215
|
+
SENSITIVE = []
|
13431
14216
|
include Aws::Structure
|
13432
14217
|
end
|
13433
14218
|
|
@@ -13454,6 +14239,7 @@ module Aws::IoT
|
|
13454
14239
|
class Stream < Struct.new(
|
13455
14240
|
:stream_id,
|
13456
14241
|
:file_id)
|
14242
|
+
SENSITIVE = []
|
13457
14243
|
include Aws::Structure
|
13458
14244
|
end
|
13459
14245
|
|
@@ -13482,6 +14268,7 @@ module Aws::IoT
|
|
13482
14268
|
class StreamFile < Struct.new(
|
13483
14269
|
:file_id,
|
13484
14270
|
:s3_location)
|
14271
|
+
SENSITIVE = []
|
13485
14272
|
include Aws::Structure
|
13486
14273
|
end
|
13487
14274
|
|
@@ -13528,6 +14315,7 @@ module Aws::IoT
|
|
13528
14315
|
:created_at,
|
13529
14316
|
:last_updated_at,
|
13530
14317
|
:role_arn)
|
14318
|
+
SENSITIVE = []
|
13531
14319
|
include Aws::Structure
|
13532
14320
|
end
|
13533
14321
|
|
@@ -13554,6 +14342,7 @@ module Aws::IoT
|
|
13554
14342
|
:stream_arn,
|
13555
14343
|
:stream_version,
|
13556
14344
|
:description)
|
14345
|
+
SENSITIVE = []
|
13557
14346
|
include Aws::Structure
|
13558
14347
|
end
|
13559
14348
|
|
@@ -13578,6 +14367,7 @@ module Aws::IoT
|
|
13578
14367
|
class Tag < Struct.new(
|
13579
14368
|
:key,
|
13580
14369
|
:value)
|
14370
|
+
SENSITIVE = []
|
13581
14371
|
include Aws::Structure
|
13582
14372
|
end
|
13583
14373
|
|
@@ -13605,6 +14395,7 @@ module Aws::IoT
|
|
13605
14395
|
class TagResourceRequest < Struct.new(
|
13606
14396
|
:resource_arn,
|
13607
14397
|
:tags)
|
14398
|
+
SENSITIVE = []
|
13608
14399
|
include Aws::Structure
|
13609
14400
|
end
|
13610
14401
|
|
@@ -13618,6 +14409,7 @@ module Aws::IoT
|
|
13618
14409
|
#
|
13619
14410
|
class TaskAlreadyExistsException < Struct.new(
|
13620
14411
|
:message)
|
14412
|
+
SENSITIVE = []
|
13621
14413
|
include Aws::Structure
|
13622
14414
|
end
|
13623
14415
|
|
@@ -13660,6 +14452,7 @@ module Aws::IoT
|
|
13660
14452
|
:non_compliant_checks,
|
13661
14453
|
:failed_checks,
|
13662
14454
|
:canceled_checks)
|
14455
|
+
SENSITIVE = []
|
13663
14456
|
include Aws::Structure
|
13664
14457
|
end
|
13665
14458
|
|
@@ -13697,6 +14490,7 @@ module Aws::IoT
|
|
13697
14490
|
:succeeded_findings_count,
|
13698
14491
|
:skipped_findings_count,
|
13699
14492
|
:canceled_findings_count)
|
14493
|
+
SENSITIVE = []
|
13700
14494
|
include Aws::Structure
|
13701
14495
|
end
|
13702
14496
|
|
@@ -13718,7 +14512,11 @@ module Aws::IoT
|
|
13718
14512
|
# }
|
13719
14513
|
#
|
13720
14514
|
# @!attribute [rw] principal
|
13721
|
-
# The principal.
|
14515
|
+
# The principal. Valid principals are CertificateArn
|
14516
|
+
# (arn:aws:iot:*region*\:*accountId*\:cert/*certificateId*),
|
14517
|
+
# thingGroupArn
|
14518
|
+
# (arn:aws:iot:*region*\:*accountId*\:thinggroup/*groupName*) and
|
14519
|
+
# CognitoId (*region*\:*id*).
|
13722
14520
|
# @return [String]
|
13723
14521
|
#
|
13724
14522
|
# @!attribute [rw] cognito_identity_pool_id
|
@@ -13752,6 +14550,7 @@ module Aws::IoT
|
|
13752
14550
|
:client_id,
|
13753
14551
|
:policy_names_to_add,
|
13754
14552
|
:policy_names_to_skip)
|
14553
|
+
SENSITIVE = []
|
13755
14554
|
include Aws::Structure
|
13756
14555
|
end
|
13757
14556
|
|
@@ -13761,6 +14560,7 @@ module Aws::IoT
|
|
13761
14560
|
#
|
13762
14561
|
class TestAuthorizationResponse < Struct.new(
|
13763
14562
|
:auth_results)
|
14563
|
+
SENSITIVE = []
|
13764
14564
|
include Aws::Structure
|
13765
14565
|
end
|
13766
14566
|
|
@@ -13819,6 +14619,7 @@ module Aws::IoT
|
|
13819
14619
|
:http_context,
|
13820
14620
|
:mqtt_context,
|
13821
14621
|
:tls_context)
|
14622
|
+
SENSITIVE = []
|
13822
14623
|
include Aws::Structure
|
13823
14624
|
end
|
13824
14625
|
|
@@ -13849,6 +14650,7 @@ module Aws::IoT
|
|
13849
14650
|
:policy_documents,
|
13850
14651
|
:refresh_after_in_seconds,
|
13851
14652
|
:disconnect_after_in_seconds)
|
14653
|
+
SENSITIVE = []
|
13852
14654
|
include Aws::Structure
|
13853
14655
|
end
|
13854
14656
|
|
@@ -13882,6 +14684,7 @@ module Aws::IoT
|
|
13882
14684
|
:thing_arn,
|
13883
14685
|
:attributes,
|
13884
14686
|
:version)
|
14687
|
+
SENSITIVE = []
|
13885
14688
|
include Aws::Structure
|
13886
14689
|
end
|
13887
14690
|
|
@@ -13901,6 +14704,7 @@ module Aws::IoT
|
|
13901
14704
|
class ThingConnectivity < Struct.new(
|
13902
14705
|
:connected,
|
13903
14706
|
:timestamp)
|
14707
|
+
SENSITIVE = []
|
13904
14708
|
include Aws::Structure
|
13905
14709
|
end
|
13906
14710
|
|
@@ -13942,6 +14746,7 @@ module Aws::IoT
|
|
13942
14746
|
:attributes,
|
13943
14747
|
:shadow,
|
13944
14748
|
:connectivity)
|
14749
|
+
SENSITIVE = []
|
13945
14750
|
include Aws::Structure
|
13946
14751
|
end
|
13947
14752
|
|
@@ -13973,6 +14778,7 @@ module Aws::IoT
|
|
13973
14778
|
:thing_group_description,
|
13974
14779
|
:attributes,
|
13975
14780
|
:parent_group_names)
|
14781
|
+
SENSITIVE = []
|
13976
14782
|
include Aws::Structure
|
13977
14783
|
end
|
13978
14784
|
|
@@ -14018,6 +14824,7 @@ module Aws::IoT
|
|
14018
14824
|
:thing_group_indexing_mode,
|
14019
14825
|
:managed_fields,
|
14020
14826
|
:custom_fields)
|
14827
|
+
SENSITIVE = []
|
14021
14828
|
include Aws::Structure
|
14022
14829
|
end
|
14023
14830
|
|
@@ -14039,6 +14846,7 @@ module Aws::IoT
|
|
14039
14846
|
:parent_group_name,
|
14040
14847
|
:root_to_parent_thing_groups,
|
14041
14848
|
:creation_date)
|
14849
|
+
SENSITIVE = []
|
14042
14850
|
include Aws::Structure
|
14043
14851
|
end
|
14044
14852
|
|
@@ -14068,6 +14876,7 @@ module Aws::IoT
|
|
14068
14876
|
class ThingGroupProperties < Struct.new(
|
14069
14877
|
:thing_group_description,
|
14070
14878
|
:attribute_payload)
|
14879
|
+
SENSITIVE = []
|
14071
14880
|
include Aws::Structure
|
14072
14881
|
end
|
14073
14882
|
|
@@ -14133,6 +14942,7 @@ module Aws::IoT
|
|
14133
14942
|
:thing_connectivity_indexing_mode,
|
14134
14943
|
:managed_fields,
|
14135
14944
|
:custom_fields)
|
14945
|
+
SENSITIVE = []
|
14136
14946
|
include Aws::Structure
|
14137
14947
|
end
|
14138
14948
|
|
@@ -14163,6 +14973,7 @@ module Aws::IoT
|
|
14163
14973
|
:thing_type_arn,
|
14164
14974
|
:thing_type_properties,
|
14165
14975
|
:thing_type_metadata)
|
14976
|
+
SENSITIVE = []
|
14166
14977
|
include Aws::Structure
|
14167
14978
|
end
|
14168
14979
|
|
@@ -14188,6 +14999,7 @@ module Aws::IoT
|
|
14188
14999
|
:deprecated,
|
14189
15000
|
:deprecation_date,
|
14190
15001
|
:creation_date)
|
15002
|
+
SENSITIVE = []
|
14191
15003
|
include Aws::Structure
|
14192
15004
|
end
|
14193
15005
|
|
@@ -14214,6 +15026,7 @@ module Aws::IoT
|
|
14214
15026
|
class ThingTypeProperties < Struct.new(
|
14215
15027
|
:thing_type_description,
|
14216
15028
|
:searchable_attributes)
|
15029
|
+
SENSITIVE = []
|
14217
15030
|
include Aws::Structure
|
14218
15031
|
end
|
14219
15032
|
|
@@ -14225,6 +15038,7 @@ module Aws::IoT
|
|
14225
15038
|
#
|
14226
15039
|
class ThrottlingException < Struct.new(
|
14227
15040
|
:message)
|
15041
|
+
SENSITIVE = []
|
14228
15042
|
include Aws::Structure
|
14229
15043
|
end
|
14230
15044
|
|
@@ -14253,6 +15067,7 @@ module Aws::IoT
|
|
14253
15067
|
#
|
14254
15068
|
class TimeoutConfig < Struct.new(
|
14255
15069
|
:in_progress_timeout_in_minutes)
|
15070
|
+
SENSITIVE = []
|
14256
15071
|
include Aws::Structure
|
14257
15072
|
end
|
14258
15073
|
|
@@ -14271,6 +15086,7 @@ module Aws::IoT
|
|
14271
15086
|
#
|
14272
15087
|
class TlsContext < Struct.new(
|
14273
15088
|
:server_name)
|
15089
|
+
SENSITIVE = []
|
14274
15090
|
include Aws::Structure
|
14275
15091
|
end
|
14276
15092
|
|
@@ -14318,6 +15134,7 @@ module Aws::IoT
|
|
14318
15134
|
:rule_disabled,
|
14319
15135
|
:aws_iot_sql_version,
|
14320
15136
|
:error_action)
|
15137
|
+
SENSITIVE = []
|
14321
15138
|
include Aws::Structure
|
14322
15139
|
end
|
14323
15140
|
|
@@ -14374,6 +15191,7 @@ module Aws::IoT
|
|
14374
15191
|
:status,
|
14375
15192
|
:status_reason,
|
14376
15193
|
:http_url_properties)
|
15194
|
+
SENSITIVE = []
|
14377
15195
|
include Aws::Structure
|
14378
15196
|
end
|
14379
15197
|
|
@@ -14394,6 +15212,7 @@ module Aws::IoT
|
|
14394
15212
|
#
|
14395
15213
|
class TopicRuleDestinationConfiguration < Struct.new(
|
14396
15214
|
:http_url_configuration)
|
15215
|
+
SENSITIVE = []
|
14397
15216
|
include Aws::Structure
|
14398
15217
|
end
|
14399
15218
|
|
@@ -14449,6 +15268,7 @@ module Aws::IoT
|
|
14449
15268
|
:status,
|
14450
15269
|
:status_reason,
|
14451
15270
|
:http_url_summary)
|
15271
|
+
SENSITIVE = []
|
14452
15272
|
include Aws::Structure
|
14453
15273
|
end
|
14454
15274
|
|
@@ -14480,6 +15300,7 @@ module Aws::IoT
|
|
14480
15300
|
:topic_pattern,
|
14481
15301
|
:created_at,
|
14482
15302
|
:rule_disabled)
|
15303
|
+
SENSITIVE = []
|
14483
15304
|
include Aws::Structure
|
14484
15305
|
end
|
14485
15306
|
|
@@ -14815,6 +15636,7 @@ module Aws::IoT
|
|
14815
15636
|
:rule_disabled,
|
14816
15637
|
:aws_iot_sql_version,
|
14817
15638
|
:error_action)
|
15639
|
+
SENSITIVE = []
|
14818
15640
|
include Aws::Structure
|
14819
15641
|
end
|
14820
15642
|
|
@@ -14827,6 +15649,7 @@ module Aws::IoT
|
|
14827
15649
|
#
|
14828
15650
|
class TransferAlreadyCompletedException < Struct.new(
|
14829
15651
|
:message)
|
15652
|
+
SENSITIVE = []
|
14830
15653
|
include Aws::Structure
|
14831
15654
|
end
|
14832
15655
|
|
@@ -14858,6 +15681,7 @@ module Aws::IoT
|
|
14858
15681
|
:certificate_id,
|
14859
15682
|
:target_aws_account,
|
14860
15683
|
:transfer_message)
|
15684
|
+
SENSITIVE = []
|
14861
15685
|
include Aws::Structure
|
14862
15686
|
end
|
14863
15687
|
|
@@ -14869,6 +15693,7 @@ module Aws::IoT
|
|
14869
15693
|
#
|
14870
15694
|
class TransferCertificateResponse < Struct.new(
|
14871
15695
|
:transferred_certificate_arn)
|
15696
|
+
SENSITIVE = []
|
14872
15697
|
include Aws::Structure
|
14873
15698
|
end
|
14874
15699
|
|
@@ -14881,6 +15706,7 @@ module Aws::IoT
|
|
14881
15706
|
#
|
14882
15707
|
class TransferConflictException < Struct.new(
|
14883
15708
|
:message)
|
15709
|
+
SENSITIVE = []
|
14884
15710
|
include Aws::Structure
|
14885
15711
|
end
|
14886
15712
|
|
@@ -14912,6 +15738,7 @@ module Aws::IoT
|
|
14912
15738
|
:transfer_date,
|
14913
15739
|
:accept_date,
|
14914
15740
|
:reject_date)
|
15741
|
+
SENSITIVE = []
|
14915
15742
|
include Aws::Structure
|
14916
15743
|
end
|
14917
15744
|
|
@@ -14923,6 +15750,7 @@ module Aws::IoT
|
|
14923
15750
|
#
|
14924
15751
|
class UnauthorizedException < Struct.new(
|
14925
15752
|
:message)
|
15753
|
+
SENSITIVE = []
|
14926
15754
|
include Aws::Structure
|
14927
15755
|
end
|
14928
15756
|
|
@@ -14945,6 +15773,7 @@ module Aws::IoT
|
|
14945
15773
|
class UntagResourceRequest < Struct.new(
|
14946
15774
|
:resource_arn,
|
14947
15775
|
:tag_keys)
|
15776
|
+
SENSITIVE = []
|
14948
15777
|
include Aws::Structure
|
14949
15778
|
end
|
14950
15779
|
|
@@ -15000,11 +15829,72 @@ module Aws::IoT
|
|
15000
15829
|
:role_arn,
|
15001
15830
|
:audit_notification_target_configurations,
|
15002
15831
|
:audit_check_configurations)
|
15832
|
+
SENSITIVE = []
|
15003
15833
|
include Aws::Structure
|
15004
15834
|
end
|
15005
15835
|
|
15006
15836
|
class UpdateAccountAuditConfigurationResponse < Aws::EmptyStructure; end
|
15007
15837
|
|
15838
|
+
# @note When making an API call, you may pass UpdateAuditSuppressionRequest
|
15839
|
+
# data as a hash:
|
15840
|
+
#
|
15841
|
+
# {
|
15842
|
+
# check_name: "AuditCheckName", # required
|
15843
|
+
# resource_identifier: { # required
|
15844
|
+
# device_certificate_id: "CertificateId",
|
15845
|
+
# ca_certificate_id: "CertificateId",
|
15846
|
+
# cognito_identity_pool_id: "CognitoIdentityPoolId",
|
15847
|
+
# client_id: "ClientId",
|
15848
|
+
# policy_version_identifier: {
|
15849
|
+
# policy_name: "PolicyName",
|
15850
|
+
# policy_version_id: "PolicyVersionId",
|
15851
|
+
# },
|
15852
|
+
# account: "AwsAccountId",
|
15853
|
+
# iam_role_arn: "RoleArn",
|
15854
|
+
# role_alias_arn: "RoleAliasArn",
|
15855
|
+
# },
|
15856
|
+
# expiration_date: Time.now,
|
15857
|
+
# suppress_indefinitely: false,
|
15858
|
+
# description: "AuditDescription",
|
15859
|
+
# }
|
15860
|
+
#
|
15861
|
+
# @!attribute [rw] check_name
|
15862
|
+
# An audit check name. Checks must be enabled for your account. (Use
|
15863
|
+
# `DescribeAccountAuditConfiguration` to see the list of all checks,
|
15864
|
+
# including those that are enabled or use
|
15865
|
+
# `UpdateAccountAuditConfiguration` to select which checks are
|
15866
|
+
# enabled.)
|
15867
|
+
# @return [String]
|
15868
|
+
#
|
15869
|
+
# @!attribute [rw] resource_identifier
|
15870
|
+
# Information that identifies the noncompliant resource.
|
15871
|
+
# @return [Types::ResourceIdentifier]
|
15872
|
+
#
|
15873
|
+
# @!attribute [rw] expiration_date
|
15874
|
+
# The expiration date (epoch timestamp in seconds) that you want the
|
15875
|
+
# suppression to adhere to.
|
15876
|
+
# @return [Time]
|
15877
|
+
#
|
15878
|
+
# @!attribute [rw] suppress_indefinitely
|
15879
|
+
# Indicates whether a suppression should exist indefinitely or not.
|
15880
|
+
# @return [Boolean]
|
15881
|
+
#
|
15882
|
+
# @!attribute [rw] description
|
15883
|
+
# The description of the audit suppression.
|
15884
|
+
# @return [String]
|
15885
|
+
#
|
15886
|
+
class UpdateAuditSuppressionRequest < Struct.new(
|
15887
|
+
:check_name,
|
15888
|
+
:resource_identifier,
|
15889
|
+
:expiration_date,
|
15890
|
+
:suppress_indefinitely,
|
15891
|
+
:description)
|
15892
|
+
SENSITIVE = []
|
15893
|
+
include Aws::Structure
|
15894
|
+
end
|
15895
|
+
|
15896
|
+
class UpdateAuditSuppressionResponse < Aws::EmptyStructure; end
|
15897
|
+
|
15008
15898
|
# @note When making an API call, you may pass UpdateAuthorizerRequest
|
15009
15899
|
# data as a hash:
|
15010
15900
|
#
|
@@ -15044,6 +15934,7 @@ module Aws::IoT
|
|
15044
15934
|
:token_key_name,
|
15045
15935
|
:token_signing_public_keys,
|
15046
15936
|
:status)
|
15937
|
+
SENSITIVE = []
|
15047
15938
|
include Aws::Structure
|
15048
15939
|
end
|
15049
15940
|
|
@@ -15058,6 +15949,7 @@ module Aws::IoT
|
|
15058
15949
|
class UpdateAuthorizerResponse < Struct.new(
|
15059
15950
|
:authorizer_name,
|
15060
15951
|
:authorizer_arn)
|
15952
|
+
SENSITIVE = []
|
15061
15953
|
include Aws::Structure
|
15062
15954
|
end
|
15063
15955
|
|
@@ -15091,6 +15983,7 @@ module Aws::IoT
|
|
15091
15983
|
:billing_group_name,
|
15092
15984
|
:billing_group_properties,
|
15093
15985
|
:expected_version)
|
15986
|
+
SENSITIVE = []
|
15094
15987
|
include Aws::Structure
|
15095
15988
|
end
|
15096
15989
|
|
@@ -15100,6 +15993,7 @@ module Aws::IoT
|
|
15100
15993
|
#
|
15101
15994
|
class UpdateBillingGroupResponse < Struct.new(
|
15102
15995
|
:version)
|
15996
|
+
SENSITIVE = []
|
15103
15997
|
include Aws::Structure
|
15104
15998
|
end
|
15105
15999
|
|
@@ -15120,6 +16014,7 @@ module Aws::IoT
|
|
15120
16014
|
#
|
15121
16015
|
class UpdateCACertificateParams < Struct.new(
|
15122
16016
|
:action)
|
16017
|
+
SENSITIVE = []
|
15123
16018
|
include Aws::Structure
|
15124
16019
|
end
|
15125
16020
|
|
@@ -15169,6 +16064,7 @@ module Aws::IoT
|
|
15169
16064
|
:new_auto_registration_status,
|
15170
16065
|
:registration_config,
|
15171
16066
|
:remove_auto_registration)
|
16067
|
+
SENSITIVE = []
|
15172
16068
|
include Aws::Structure
|
15173
16069
|
end
|
15174
16070
|
|
@@ -15202,6 +16098,7 @@ module Aws::IoT
|
|
15202
16098
|
class UpdateCertificateRequest < Struct.new(
|
15203
16099
|
:certificate_id,
|
15204
16100
|
:new_status)
|
16101
|
+
SENSITIVE = []
|
15205
16102
|
include Aws::Structure
|
15206
16103
|
end
|
15207
16104
|
|
@@ -15222,6 +16119,7 @@ module Aws::IoT
|
|
15222
16119
|
#
|
15223
16120
|
class UpdateDeviceCertificateParams < Struct.new(
|
15224
16121
|
:action)
|
16122
|
+
SENSITIVE = []
|
15225
16123
|
include Aws::Structure
|
15226
16124
|
end
|
15227
16125
|
|
@@ -15248,6 +16146,7 @@ module Aws::IoT
|
|
15248
16146
|
class UpdateDimensionRequest < Struct.new(
|
15249
16147
|
:name,
|
15250
16148
|
:string_values)
|
16149
|
+
SENSITIVE = []
|
15251
16150
|
include Aws::Structure
|
15252
16151
|
end
|
15253
16152
|
|
@@ -15286,6 +16185,7 @@ module Aws::IoT
|
|
15286
16185
|
:string_values,
|
15287
16186
|
:creation_date,
|
15288
16187
|
:last_modified_date)
|
16188
|
+
SENSITIVE = []
|
15289
16189
|
include Aws::Structure
|
15290
16190
|
end
|
15291
16191
|
|
@@ -15323,6 +16223,7 @@ module Aws::IoT
|
|
15323
16223
|
:authorizer_config,
|
15324
16224
|
:domain_configuration_status,
|
15325
16225
|
:remove_authorizer_config)
|
16226
|
+
SENSITIVE = []
|
15326
16227
|
include Aws::Structure
|
15327
16228
|
end
|
15328
16229
|
|
@@ -15337,6 +16238,7 @@ module Aws::IoT
|
|
15337
16238
|
class UpdateDomainConfigurationResponse < Struct.new(
|
15338
16239
|
:domain_configuration_name,
|
15339
16240
|
:domain_configuration_arn)
|
16241
|
+
SENSITIVE = []
|
15340
16242
|
include Aws::Structure
|
15341
16243
|
end
|
15342
16244
|
|
@@ -15400,6 +16302,7 @@ module Aws::IoT
|
|
15400
16302
|
:index_name,
|
15401
16303
|
:query_string,
|
15402
16304
|
:query_version)
|
16305
|
+
SENSITIVE = []
|
15403
16306
|
include Aws::Structure
|
15404
16307
|
end
|
15405
16308
|
|
@@ -15409,6 +16312,7 @@ module Aws::IoT
|
|
15409
16312
|
#
|
15410
16313
|
class UpdateDynamicThingGroupResponse < Struct.new(
|
15411
16314
|
:version)
|
16315
|
+
SENSITIVE = []
|
15412
16316
|
include Aws::Structure
|
15413
16317
|
end
|
15414
16318
|
|
@@ -15429,6 +16333,7 @@ module Aws::IoT
|
|
15429
16333
|
#
|
15430
16334
|
class UpdateEventConfigurationsRequest < Struct.new(
|
15431
16335
|
:event_configurations)
|
16336
|
+
SENSITIVE = []
|
15432
16337
|
include Aws::Structure
|
15433
16338
|
end
|
15434
16339
|
|
@@ -15482,6 +16387,7 @@ module Aws::IoT
|
|
15482
16387
|
class UpdateIndexingConfigurationRequest < Struct.new(
|
15483
16388
|
:thing_indexing_configuration,
|
15484
16389
|
:thing_group_indexing_configuration)
|
16390
|
+
SENSITIVE = []
|
15485
16391
|
include Aws::Structure
|
15486
16392
|
end
|
15487
16393
|
|
@@ -15558,6 +16464,7 @@ module Aws::IoT
|
|
15558
16464
|
:job_executions_rollout_config,
|
15559
16465
|
:abort_config,
|
15560
16466
|
:timeout_config)
|
16467
|
+
SENSITIVE = []
|
15561
16468
|
include Aws::Structure
|
15562
16469
|
end
|
15563
16470
|
|
@@ -15609,6 +16516,7 @@ module Aws::IoT
|
|
15609
16516
|
:action_name,
|
15610
16517
|
:role_arn,
|
15611
16518
|
:action_params)
|
16519
|
+
SENSITIVE = []
|
15612
16520
|
include Aws::Structure
|
15613
16521
|
end
|
15614
16522
|
|
@@ -15623,6 +16531,7 @@ module Aws::IoT
|
|
15623
16531
|
class UpdateMitigationActionResponse < Struct.new(
|
15624
16532
|
:action_arn,
|
15625
16533
|
:action_id)
|
16534
|
+
SENSITIVE = []
|
15626
16535
|
include Aws::Structure
|
15627
16536
|
end
|
15628
16537
|
|
@@ -15679,6 +16588,7 @@ module Aws::IoT
|
|
15679
16588
|
:provisioning_role_arn,
|
15680
16589
|
:pre_provisioning_hook,
|
15681
16590
|
:remove_pre_provisioning_hook)
|
16591
|
+
SENSITIVE = []
|
15682
16592
|
include Aws::Structure
|
15683
16593
|
end
|
15684
16594
|
|
@@ -15709,6 +16619,7 @@ module Aws::IoT
|
|
15709
16619
|
:role_alias,
|
15710
16620
|
:role_arn,
|
15711
16621
|
:credential_duration_seconds)
|
16622
|
+
SENSITIVE = []
|
15712
16623
|
include Aws::Structure
|
15713
16624
|
end
|
15714
16625
|
|
@@ -15723,6 +16634,7 @@ module Aws::IoT
|
|
15723
16634
|
class UpdateRoleAliasResponse < Struct.new(
|
15724
16635
|
:role_alias,
|
15725
16636
|
:role_alias_arn)
|
16637
|
+
SENSITIVE = []
|
15726
16638
|
include Aws::Structure
|
15727
16639
|
end
|
15728
16640
|
|
@@ -15777,6 +16689,7 @@ module Aws::IoT
|
|
15777
16689
|
:day_of_week,
|
15778
16690
|
:target_check_names,
|
15779
16691
|
:scheduled_audit_name)
|
16692
|
+
SENSITIVE = []
|
15780
16693
|
include Aws::Structure
|
15781
16694
|
end
|
15782
16695
|
|
@@ -15786,6 +16699,7 @@ module Aws::IoT
|
|
15786
16699
|
#
|
15787
16700
|
class UpdateScheduledAuditResponse < Struct.new(
|
15788
16701
|
:scheduled_audit_arn)
|
16702
|
+
SENSITIVE = []
|
15789
16703
|
include Aws::Structure
|
15790
16704
|
end
|
15791
16705
|
|
@@ -15909,6 +16823,7 @@ module Aws::IoT
|
|
15909
16823
|
:delete_alert_targets,
|
15910
16824
|
:delete_additional_metrics_to_retain,
|
15911
16825
|
:expected_version)
|
16826
|
+
SENSITIVE = []
|
15912
16827
|
include Aws::Structure
|
15913
16828
|
end
|
15914
16829
|
|
@@ -15971,6 +16886,7 @@ module Aws::IoT
|
|
15971
16886
|
:version,
|
15972
16887
|
:creation_date,
|
15973
16888
|
:last_modified_date)
|
16889
|
+
SENSITIVE = []
|
15974
16890
|
include Aws::Structure
|
15975
16891
|
end
|
15976
16892
|
|
@@ -16015,6 +16931,7 @@ module Aws::IoT
|
|
16015
16931
|
:description,
|
16016
16932
|
:files,
|
16017
16933
|
:role_arn)
|
16934
|
+
SENSITIVE = []
|
16018
16935
|
include Aws::Structure
|
16019
16936
|
end
|
16020
16937
|
|
@@ -16039,6 +16956,7 @@ module Aws::IoT
|
|
16039
16956
|
:stream_arn,
|
16040
16957
|
:description,
|
16041
16958
|
:stream_version)
|
16959
|
+
SENSITIVE = []
|
16042
16960
|
include Aws::Structure
|
16043
16961
|
end
|
16044
16962
|
|
@@ -16076,6 +16994,7 @@ module Aws::IoT
|
|
16076
16994
|
:thing_group_name,
|
16077
16995
|
:thing_group_properties,
|
16078
16996
|
:expected_version)
|
16997
|
+
SENSITIVE = []
|
16079
16998
|
include Aws::Structure
|
16080
16999
|
end
|
16081
17000
|
|
@@ -16085,6 +17004,7 @@ module Aws::IoT
|
|
16085
17004
|
#
|
16086
17005
|
class UpdateThingGroupResponse < Struct.new(
|
16087
17006
|
:version)
|
17007
|
+
SENSITIVE = []
|
16088
17008
|
include Aws::Structure
|
16089
17009
|
end
|
16090
17010
|
|
@@ -16122,6 +17042,7 @@ module Aws::IoT
|
|
16122
17042
|
:thing_groups_to_add,
|
16123
17043
|
:thing_groups_to_remove,
|
16124
17044
|
:override_dynamic_groups)
|
17045
|
+
SENSITIVE = []
|
16125
17046
|
include Aws::Structure
|
16126
17047
|
end
|
16127
17048
|
|
@@ -16185,6 +17106,7 @@ module Aws::IoT
|
|
16185
17106
|
:attribute_payload,
|
16186
17107
|
:expected_version,
|
16187
17108
|
:remove_thing_type)
|
17109
|
+
SENSITIVE = []
|
16188
17110
|
include Aws::Structure
|
16189
17111
|
end
|
16190
17112
|
|
@@ -16240,6 +17162,7 @@ module Aws::IoT
|
|
16240
17162
|
class UpdateTopicRuleDestinationRequest < Struct.new(
|
16241
17163
|
:arn,
|
16242
17164
|
:status)
|
17165
|
+
SENSITIVE = []
|
16243
17166
|
include Aws::Structure
|
16244
17167
|
end
|
16245
17168
|
|
@@ -16282,6 +17205,7 @@ module Aws::IoT
|
|
16282
17205
|
#
|
16283
17206
|
class ValidateSecurityProfileBehaviorsRequest < Struct.new(
|
16284
17207
|
:behaviors)
|
17208
|
+
SENSITIVE = []
|
16285
17209
|
include Aws::Structure
|
16286
17210
|
end
|
16287
17211
|
|
@@ -16296,6 +17220,7 @@ module Aws::IoT
|
|
16296
17220
|
class ValidateSecurityProfileBehaviorsResponse < Struct.new(
|
16297
17221
|
:valid,
|
16298
17222
|
:validation_errors)
|
17223
|
+
SENSITIVE = []
|
16299
17224
|
include Aws::Structure
|
16300
17225
|
end
|
16301
17226
|
|
@@ -16307,6 +17232,7 @@ module Aws::IoT
|
|
16307
17232
|
#
|
16308
17233
|
class ValidationError < Struct.new(
|
16309
17234
|
:error_message)
|
17235
|
+
SENSITIVE = []
|
16310
17236
|
include Aws::Structure
|
16311
17237
|
end
|
16312
17238
|
|
@@ -16320,6 +17246,7 @@ module Aws::IoT
|
|
16320
17246
|
#
|
16321
17247
|
class VersionConflictException < Struct.new(
|
16322
17248
|
:message)
|
17249
|
+
SENSITIVE = []
|
16323
17250
|
include Aws::Structure
|
16324
17251
|
end
|
16325
17252
|
|
@@ -16331,6 +17258,7 @@ module Aws::IoT
|
|
16331
17258
|
#
|
16332
17259
|
class VersionsLimitExceededException < Struct.new(
|
16333
17260
|
:message)
|
17261
|
+
SENSITIVE = []
|
16334
17262
|
include Aws::Structure
|
16335
17263
|
end
|
16336
17264
|
|
@@ -16373,6 +17301,7 @@ module Aws::IoT
|
|
16373
17301
|
:metric_value,
|
16374
17302
|
:violation_event_type,
|
16375
17303
|
:violation_event_time)
|
17304
|
+
SENSITIVE = []
|
16376
17305
|
include Aws::Structure
|
16377
17306
|
end
|
16378
17307
|
|