aws-sdk-configservice 1.42.1 → 1.47.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.
@@ -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:
@@ -6,6 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::ConfigService
11
+
9
12
  class Resource
10
13
 
11
14
  # @param options ({})
@@ -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:
@@ -37,6 +39,7 @@ module Aws::ConfigService
37
39
  :account_ids,
38
40
  :all_aws_regions,
39
41
  :aws_regions)
42
+ SENSITIVE = []
40
43
  include Aws::Structure
41
44
  end
42
45
 
@@ -71,6 +74,7 @@ module Aws::ConfigService
71
74
  :compliance,
72
75
  :account_id,
73
76
  :aws_region)
77
+ SENSITIVE = []
74
78
  include Aws::Structure
75
79
  end
76
80
 
@@ -90,6 +94,7 @@ module Aws::ConfigService
90
94
  class AggregateComplianceCount < Struct.new(
91
95
  :group_name,
92
96
  :compliance_summary)
97
+ SENSITIVE = []
93
98
  include Aws::Structure
94
99
  end
95
100
 
@@ -141,6 +146,7 @@ module Aws::ConfigService
141
146
  :annotation,
142
147
  :account_id,
143
148
  :aws_region)
149
+ SENSITIVE = []
144
150
  include Aws::Structure
145
151
  end
146
152
 
@@ -187,6 +193,7 @@ module Aws::ConfigService
187
193
  :resource_id,
188
194
  :resource_type,
189
195
  :resource_name)
196
+ SENSITIVE = []
190
197
  include Aws::Structure
191
198
  end
192
199
 
@@ -238,6 +245,7 @@ module Aws::ConfigService
238
245
  :last_update_time,
239
246
  :last_error_code,
240
247
  :last_error_message)
248
+ SENSITIVE = []
241
249
  include Aws::Structure
242
250
  end
243
251
 
@@ -267,6 +275,7 @@ module Aws::ConfigService
267
275
  :authorized_account_id,
268
276
  :authorized_aws_region,
269
277
  :creation_time)
278
+ SENSITIVE = []
270
279
  include Aws::Structure
271
280
  end
272
281
 
@@ -348,6 +357,7 @@ module Aws::ConfigService
348
357
  :resource_creation_time,
349
358
  :configuration,
350
359
  :supplementary_configuration)
360
+ SENSITIVE = []
351
361
  include Aws::Structure
352
362
  end
353
363
 
@@ -380,6 +390,7 @@ module Aws::ConfigService
380
390
  class BatchGetAggregateResourceConfigRequest < Struct.new(
381
391
  :configuration_aggregator_name,
382
392
  :resource_identifiers)
393
+ SENSITIVE = []
383
394
  include Aws::Structure
384
395
  end
385
396
 
@@ -398,6 +409,7 @@ module Aws::ConfigService
398
409
  class BatchGetAggregateResourceConfigResponse < Struct.new(
399
410
  :base_configuration_items,
400
411
  :unprocessed_resource_identifiers)
412
+ SENSITIVE = []
401
413
  include Aws::Structure
402
414
  end
403
415
 
@@ -423,6 +435,7 @@ module Aws::ConfigService
423
435
  #
424
436
  class BatchGetResourceConfigRequest < Struct.new(
425
437
  :resource_keys)
438
+ SENSITIVE = []
426
439
  include Aws::Structure
427
440
  end
428
441
 
@@ -445,6 +458,7 @@ module Aws::ConfigService
445
458
  class BatchGetResourceConfigResponse < Struct.new(
446
459
  :base_configuration_items,
447
460
  :unprocessed_resource_keys)
461
+ SENSITIVE = []
448
462
  include Aws::Structure
449
463
  end
450
464
 
@@ -481,6 +495,7 @@ module Aws::ConfigService
481
495
  class Compliance < Struct.new(
482
496
  :compliance_type,
483
497
  :compliance_contributor_count)
498
+ SENSITIVE = []
484
499
  include Aws::Structure
485
500
  end
486
501
 
@@ -501,6 +516,7 @@ module Aws::ConfigService
501
516
  class ComplianceByConfigRule < Struct.new(
502
517
  :config_rule_name,
503
518
  :compliance)
519
+ SENSITIVE = []
504
520
  include Aws::Structure
505
521
  end
506
522
 
@@ -528,6 +544,7 @@ module Aws::ConfigService
528
544
  :resource_type,
529
545
  :resource_id,
530
546
  :compliance)
547
+ SENSITIVE = []
531
548
  include Aws::Structure
532
549
  end
533
550
 
@@ -548,6 +565,7 @@ module Aws::ConfigService
548
565
  class ComplianceContributorCount < Struct.new(
549
566
  :capped_count,
550
567
  :cap_exceeded)
568
+ SENSITIVE = []
551
569
  include Aws::Structure
552
570
  end
553
571
 
@@ -574,6 +592,7 @@ module Aws::ConfigService
574
592
  :compliant_resource_count,
575
593
  :non_compliant_resource_count,
576
594
  :compliance_summary_timestamp)
595
+ SENSITIVE = []
577
596
  include Aws::Structure
578
597
  end
579
598
 
@@ -594,6 +613,7 @@ module Aws::ConfigService
594
613
  class ComplianceSummaryByResourceType < Struct.new(
595
614
  :resource_type,
596
615
  :compliance_summary)
616
+ SENSITIVE = []
597
617
  include Aws::Structure
598
618
  end
599
619
 
@@ -635,6 +655,7 @@ module Aws::ConfigService
635
655
  :last_attempt_time,
636
656
  :last_successful_time,
637
657
  :next_delivery_time)
658
+ SENSITIVE = []
638
659
  include Aws::Structure
639
660
  end
640
661
 
@@ -789,6 +810,7 @@ module Aws::ConfigService
789
810
  :maximum_execution_frequency,
790
811
  :config_rule_state,
791
812
  :created_by)
813
+ SENSITIVE = []
792
814
  include Aws::Structure
793
815
  end
794
816
 
@@ -832,6 +854,7 @@ module Aws::ConfigService
832
854
  :compliance_type,
833
855
  :account_id,
834
856
  :aws_region)
857
+ SENSITIVE = []
835
858
  include Aws::Structure
836
859
  end
837
860
 
@@ -858,6 +881,7 @@ module Aws::ConfigService
858
881
  class ConfigRuleComplianceSummaryFilters < Struct.new(
859
882
  :account_id,
860
883
  :aws_region)
884
+ SENSITIVE = []
861
885
  include Aws::Structure
862
886
  end
863
887
 
@@ -942,6 +966,7 @@ module Aws::ConfigService
942
966
  :last_error_code,
943
967
  :last_error_message,
944
968
  :first_evaluation_started)
969
+ SENSITIVE = []
945
970
  include Aws::Structure
946
971
  end
947
972
 
@@ -1001,6 +1026,7 @@ module Aws::ConfigService
1001
1026
  #
1002
1027
  class ConfigSnapshotDeliveryProperties < Struct.new(
1003
1028
  :delivery_frequency)
1029
+ SENSITIVE = []
1004
1030
  include Aws::Structure
1005
1031
  end
1006
1032
 
@@ -1038,6 +1064,7 @@ module Aws::ConfigService
1038
1064
  :last_error_code,
1039
1065
  :last_error_message,
1040
1066
  :last_status_change_time)
1067
+ SENSITIVE = []
1041
1068
  include Aws::Structure
1042
1069
  end
1043
1070
 
@@ -1077,6 +1104,7 @@ module Aws::ConfigService
1077
1104
  :organization_aggregation_source,
1078
1105
  :creation_time,
1079
1106
  :last_updated_time)
1107
+ SENSITIVE = []
1080
1108
  include Aws::Structure
1081
1109
  end
1082
1110
 
@@ -1195,6 +1223,7 @@ module Aws::ConfigService
1195
1223
  :relationships,
1196
1224
  :configuration,
1197
1225
  :supplementary_configuration)
1226
+ SENSITIVE = []
1198
1227
  include Aws::Structure
1199
1228
  end
1200
1229
 
@@ -1236,6 +1265,7 @@ module Aws::ConfigService
1236
1265
  :name,
1237
1266
  :role_arn,
1238
1267
  :recording_group)
1268
+ SENSITIVE = []
1239
1269
  include Aws::Structure
1240
1270
  end
1241
1271
 
@@ -1284,6 +1314,7 @@ module Aws::ConfigService
1284
1314
  :last_error_code,
1285
1315
  :last_error_message,
1286
1316
  :last_status_change_time)
1317
+ SENSITIVE = []
1287
1318
  include Aws::Structure
1288
1319
  end
1289
1320
 
@@ -1313,6 +1344,7 @@ module Aws::ConfigService
1313
1344
  class ConformancePackComplianceFilters < Struct.new(
1314
1345
  :config_rule_names,
1315
1346
  :compliance_type)
1347
+ SENSITIVE = []
1316
1348
  include Aws::Structure
1317
1349
  end
1318
1350
 
@@ -1332,6 +1364,7 @@ module Aws::ConfigService
1332
1364
  class ConformancePackComplianceSummary < Struct.new(
1333
1365
  :conformance_pack_name,
1334
1366
  :conformance_pack_compliance_status)
1367
+ SENSITIVE = []
1335
1368
  include Aws::Structure
1336
1369
  end
1337
1370
 
@@ -1384,6 +1417,7 @@ module Aws::ConfigService
1384
1417
  :conformance_pack_input_parameters,
1385
1418
  :last_update_requested_time,
1386
1419
  :created_by)
1420
+ SENSITIVE = []
1387
1421
  include Aws::Structure
1388
1422
  end
1389
1423
 
@@ -1431,6 +1465,7 @@ module Aws::ConfigService
1431
1465
  :compliance_type,
1432
1466
  :resource_type,
1433
1467
  :resource_ids)
1468
+ SENSITIVE = []
1434
1469
  include Aws::Structure
1435
1470
  end
1436
1471
 
@@ -1468,6 +1503,7 @@ module Aws::ConfigService
1468
1503
  :config_rule_invoked_time,
1469
1504
  :result_recorded_time,
1470
1505
  :annotation)
1506
+ SENSITIVE = []
1471
1507
  include Aws::Structure
1472
1508
  end
1473
1509
 
@@ -1497,6 +1533,7 @@ module Aws::ConfigService
1497
1533
  class ConformancePackInputParameter < Struct.new(
1498
1534
  :parameter_name,
1499
1535
  :parameter_value)
1536
+ SENSITIVE = []
1500
1537
  include Aws::Structure
1501
1538
  end
1502
1539
 
@@ -1519,6 +1556,7 @@ module Aws::ConfigService
1519
1556
  class ConformancePackRuleCompliance < Struct.new(
1520
1557
  :config_rule_name,
1521
1558
  :compliance_type)
1559
+ SENSITIVE = []
1522
1560
  include Aws::Structure
1523
1561
  end
1524
1562
 
@@ -1584,6 +1622,7 @@ module Aws::ConfigService
1584
1622
  :conformance_pack_status_reason,
1585
1623
  :last_update_requested_time,
1586
1624
  :last_update_completed_time)
1625
+ SENSITIVE = []
1587
1626
  include Aws::Structure
1588
1627
  end
1589
1628
 
@@ -1614,6 +1653,7 @@ module Aws::ConfigService
1614
1653
  class DeleteAggregationAuthorizationRequest < Struct.new(
1615
1654
  :authorized_account_id,
1616
1655
  :authorized_aws_region)
1656
+ SENSITIVE = []
1617
1657
  include Aws::Structure
1618
1658
  end
1619
1659
 
@@ -1632,6 +1672,7 @@ module Aws::ConfigService
1632
1672
  #
1633
1673
  class DeleteConfigRuleRequest < Struct.new(
1634
1674
  :config_rule_name)
1675
+ SENSITIVE = []
1635
1676
  include Aws::Structure
1636
1677
  end
1637
1678
 
@@ -1650,6 +1691,7 @@ module Aws::ConfigService
1650
1691
  #
1651
1692
  class DeleteConfigurationAggregatorRequest < Struct.new(
1652
1693
  :configuration_aggregator_name)
1694
+ SENSITIVE = []
1653
1695
  include Aws::Structure
1654
1696
  end
1655
1697
 
@@ -1672,6 +1714,7 @@ module Aws::ConfigService
1672
1714
  #
1673
1715
  class DeleteConfigurationRecorderRequest < Struct.new(
1674
1716
  :configuration_recorder_name)
1717
+ SENSITIVE = []
1675
1718
  include Aws::Structure
1676
1719
  end
1677
1720
 
@@ -1690,6 +1733,7 @@ module Aws::ConfigService
1690
1733
  #
1691
1734
  class DeleteConformancePackRequest < Struct.new(
1692
1735
  :conformance_pack_name)
1736
+ SENSITIVE = []
1693
1737
  include Aws::Structure
1694
1738
  end
1695
1739
 
@@ -1711,6 +1755,7 @@ module Aws::ConfigService
1711
1755
  #
1712
1756
  class DeleteDeliveryChannelRequest < Struct.new(
1713
1757
  :delivery_channel_name)
1758
+ SENSITIVE = []
1714
1759
  include Aws::Structure
1715
1760
  end
1716
1761
 
@@ -1730,6 +1775,7 @@ module Aws::ConfigService
1730
1775
  #
1731
1776
  class DeleteEvaluationResultsRequest < Struct.new(
1732
1777
  :config_rule_name)
1778
+ SENSITIVE = []
1733
1779
  include Aws::Structure
1734
1780
  end
1735
1781
 
@@ -1755,6 +1801,7 @@ module Aws::ConfigService
1755
1801
  #
1756
1802
  class DeleteOrganizationConfigRuleRequest < Struct.new(
1757
1803
  :organization_config_rule_name)
1804
+ SENSITIVE = []
1758
1805
  include Aws::Structure
1759
1806
  end
1760
1807
 
@@ -1773,6 +1820,7 @@ module Aws::ConfigService
1773
1820
  #
1774
1821
  class DeleteOrganizationConformancePackRequest < Struct.new(
1775
1822
  :organization_conformance_pack_name)
1823
+ SENSITIVE = []
1776
1824
  include Aws::Structure
1777
1825
  end
1778
1826
 
@@ -1797,6 +1845,7 @@ module Aws::ConfigService
1797
1845
  class DeletePendingAggregationRequestRequest < Struct.new(
1798
1846
  :requester_account_id,
1799
1847
  :requester_aws_region)
1848
+ SENSITIVE = []
1800
1849
  include Aws::Structure
1801
1850
  end
1802
1851
 
@@ -1822,6 +1871,7 @@ module Aws::ConfigService
1822
1871
  class DeleteRemediationConfigurationRequest < Struct.new(
1823
1872
  :config_rule_name,
1824
1873
  :resource_type)
1874
+ SENSITIVE = []
1825
1875
  include Aws::Structure
1826
1876
  end
1827
1877
 
@@ -1858,6 +1908,7 @@ module Aws::ConfigService
1858
1908
  class DeleteRemediationExceptionsRequest < Struct.new(
1859
1909
  :config_rule_name,
1860
1910
  :resource_keys)
1911
+ SENSITIVE = []
1861
1912
  include Aws::Structure
1862
1913
  end
1863
1914
 
@@ -1871,6 +1922,7 @@ module Aws::ConfigService
1871
1922
  #
1872
1923
  class DeleteRemediationExceptionsResponse < Struct.new(
1873
1924
  :failed_batches)
1925
+ SENSITIVE = []
1874
1926
  include Aws::Structure
1875
1927
  end
1876
1928
 
@@ -1895,6 +1947,7 @@ module Aws::ConfigService
1895
1947
  class DeleteResourceConfigRequest < Struct.new(
1896
1948
  :resource_type,
1897
1949
  :resource_id)
1950
+ SENSITIVE = []
1898
1951
  include Aws::Structure
1899
1952
  end
1900
1953
 
@@ -1913,6 +1966,7 @@ module Aws::ConfigService
1913
1966
  #
1914
1967
  class DeleteRetentionConfigurationRequest < Struct.new(
1915
1968
  :retention_configuration_name)
1969
+ SENSITIVE = []
1916
1970
  include Aws::Structure
1917
1971
  end
1918
1972
 
@@ -1934,6 +1988,7 @@ module Aws::ConfigService
1934
1988
  #
1935
1989
  class DeliverConfigSnapshotRequest < Struct.new(
1936
1990
  :delivery_channel_name)
1991
+ SENSITIVE = []
1937
1992
  include Aws::Structure
1938
1993
  end
1939
1994
 
@@ -1947,6 +2002,7 @@ module Aws::ConfigService
1947
2002
  #
1948
2003
  class DeliverConfigSnapshotResponse < Struct.new(
1949
2004
  :config_snapshot_id)
2005
+ SENSITIVE = []
1950
2006
  include Aws::Structure
1951
2007
  end
1952
2008
 
@@ -2020,6 +2076,7 @@ module Aws::ConfigService
2020
2076
  :s3_key_prefix,
2021
2077
  :sns_topic_arn,
2022
2078
  :config_snapshot_delivery_properties)
2079
+ SENSITIVE = []
2023
2080
  include Aws::Structure
2024
2081
  end
2025
2082
 
@@ -2053,6 +2110,7 @@ module Aws::ConfigService
2053
2110
  :config_snapshot_delivery_info,
2054
2111
  :config_history_delivery_info,
2055
2112
  :config_stream_delivery_info)
2113
+ SENSITIVE = []
2056
2114
  include Aws::Structure
2057
2115
  end
2058
2116
 
@@ -2096,6 +2154,7 @@ module Aws::ConfigService
2096
2154
  :filters,
2097
2155
  :limit,
2098
2156
  :next_token)
2157
+ SENSITIVE = []
2099
2158
  include Aws::Structure
2100
2159
  end
2101
2160
 
@@ -2113,6 +2172,7 @@ module Aws::ConfigService
2113
2172
  class DescribeAggregateComplianceByConfigRulesResponse < Struct.new(
2114
2173
  :aggregate_compliance_by_config_rules,
2115
2174
  :next_token)
2175
+ SENSITIVE = []
2116
2176
  include Aws::Structure
2117
2177
  end
2118
2178
 
@@ -2140,6 +2200,7 @@ module Aws::ConfigService
2140
2200
  class DescribeAggregationAuthorizationsRequest < Struct.new(
2141
2201
  :limit,
2142
2202
  :next_token)
2203
+ SENSITIVE = []
2143
2204
  include Aws::Structure
2144
2205
  end
2145
2206
 
@@ -2158,6 +2219,7 @@ module Aws::ConfigService
2158
2219
  class DescribeAggregationAuthorizationsResponse < Struct.new(
2159
2220
  :aggregation_authorizations,
2160
2221
  :next_token)
2222
+ SENSITIVE = []
2161
2223
  include Aws::Structure
2162
2224
  end
2163
2225
 
@@ -2192,6 +2254,7 @@ module Aws::ConfigService
2192
2254
  :config_rule_names,
2193
2255
  :compliance_types,
2194
2256
  :next_token)
2257
+ SENSITIVE = []
2195
2258
  include Aws::Structure
2196
2259
  end
2197
2260
 
@@ -2210,6 +2273,7 @@ module Aws::ConfigService
2210
2273
  class DescribeComplianceByConfigRuleResponse < Struct.new(
2211
2274
  :compliance_by_config_rules,
2212
2275
  :next_token)
2276
+ SENSITIVE = []
2213
2277
  include Aws::Structure
2214
2278
  end
2215
2279
 
@@ -2263,6 +2327,7 @@ module Aws::ConfigService
2263
2327
  :compliance_types,
2264
2328
  :limit,
2265
2329
  :next_token)
2330
+ SENSITIVE = []
2266
2331
  include Aws::Structure
2267
2332
  end
2268
2333
 
@@ -2281,6 +2346,7 @@ module Aws::ConfigService
2281
2346
  class DescribeComplianceByResourceResponse < Struct.new(
2282
2347
  :compliance_by_resources,
2283
2348
  :next_token)
2349
+ SENSITIVE = []
2284
2350
  include Aws::Structure
2285
2351
  end
2286
2352
 
@@ -2324,6 +2390,7 @@ module Aws::ConfigService
2324
2390
  :config_rule_names,
2325
2391
  :next_token,
2326
2392
  :limit)
2393
+ SENSITIVE = []
2327
2394
  include Aws::Structure
2328
2395
  end
2329
2396
 
@@ -2341,6 +2408,7 @@ module Aws::ConfigService
2341
2408
  class DescribeConfigRuleEvaluationStatusResponse < Struct.new(
2342
2409
  :config_rules_evaluation_status,
2343
2410
  :next_token)
2411
+ SENSITIVE = []
2344
2412
  include Aws::Structure
2345
2413
  end
2346
2414
 
@@ -2368,6 +2436,7 @@ module Aws::ConfigService
2368
2436
  class DescribeConfigRulesRequest < Struct.new(
2369
2437
  :config_rule_names,
2370
2438
  :next_token)
2439
+ SENSITIVE = []
2371
2440
  include Aws::Structure
2372
2441
  end
2373
2442
 
@@ -2385,6 +2454,7 @@ module Aws::ConfigService
2385
2454
  class DescribeConfigRulesResponse < Struct.new(
2386
2455
  :config_rules,
2387
2456
  :next_token)
2457
+ SENSITIVE = []
2388
2458
  include Aws::Structure
2389
2459
  end
2390
2460
 
@@ -2430,6 +2500,7 @@ module Aws::ConfigService
2430
2500
  :update_status,
2431
2501
  :next_token,
2432
2502
  :limit)
2503
+ SENSITIVE = []
2433
2504
  include Aws::Structure
2434
2505
  end
2435
2506
 
@@ -2447,6 +2518,7 @@ module Aws::ConfigService
2447
2518
  class DescribeConfigurationAggregatorSourcesStatusResponse < Struct.new(
2448
2519
  :aggregated_source_status_list,
2449
2520
  :next_token)
2521
+ SENSITIVE = []
2450
2522
  include Aws::Structure
2451
2523
  end
2452
2524
 
@@ -2480,6 +2552,7 @@ module Aws::ConfigService
2480
2552
  :configuration_aggregator_names,
2481
2553
  :next_token,
2482
2554
  :limit)
2555
+ SENSITIVE = []
2483
2556
  include Aws::Structure
2484
2557
  end
2485
2558
 
@@ -2497,6 +2570,7 @@ module Aws::ConfigService
2497
2570
  class DescribeConfigurationAggregatorsResponse < Struct.new(
2498
2571
  :configuration_aggregators,
2499
2572
  :next_token)
2573
+ SENSITIVE = []
2500
2574
  include Aws::Structure
2501
2575
  end
2502
2576
 
@@ -2519,6 +2593,7 @@ module Aws::ConfigService
2519
2593
  #
2520
2594
  class DescribeConfigurationRecorderStatusRequest < Struct.new(
2521
2595
  :configuration_recorder_names)
2596
+ SENSITIVE = []
2522
2597
  include Aws::Structure
2523
2598
  end
2524
2599
 
@@ -2533,6 +2608,7 @@ module Aws::ConfigService
2533
2608
  #
2534
2609
  class DescribeConfigurationRecorderStatusResponse < Struct.new(
2535
2610
  :configuration_recorders_status)
2611
+ SENSITIVE = []
2536
2612
  include Aws::Structure
2537
2613
  end
2538
2614
 
@@ -2553,6 +2629,7 @@ module Aws::ConfigService
2553
2629
  #
2554
2630
  class DescribeConfigurationRecordersRequest < Struct.new(
2555
2631
  :configuration_recorder_names)
2632
+ SENSITIVE = []
2556
2633
  include Aws::Structure
2557
2634
  end
2558
2635
 
@@ -2567,6 +2644,7 @@ module Aws::ConfigService
2567
2644
  #
2568
2645
  class DescribeConfigurationRecordersResponse < Struct.new(
2569
2646
  :configuration_recorders)
2647
+ SENSITIVE = []
2570
2648
  include Aws::Structure
2571
2649
  end
2572
2650
 
@@ -2608,6 +2686,7 @@ module Aws::ConfigService
2608
2686
  :filters,
2609
2687
  :limit,
2610
2688
  :next_token)
2689
+ SENSITIVE = []
2611
2690
  include Aws::Structure
2612
2691
  end
2613
2692
 
@@ -2630,6 +2709,7 @@ module Aws::ConfigService
2630
2709
  :conformance_pack_name,
2631
2710
  :conformance_pack_rule_compliance_list,
2632
2711
  :next_token)
2712
+ SENSITIVE = []
2633
2713
  include Aws::Structure
2634
2714
  end
2635
2715
 
@@ -2662,6 +2742,7 @@ module Aws::ConfigService
2662
2742
  :conformance_pack_names,
2663
2743
  :limit,
2664
2744
  :next_token)
2745
+ SENSITIVE = []
2665
2746
  include Aws::Structure
2666
2747
  end
2667
2748
 
@@ -2679,6 +2760,7 @@ module Aws::ConfigService
2679
2760
  class DescribeConformancePackStatusResponse < Struct.new(
2680
2761
  :conformance_pack_status_details,
2681
2762
  :next_token)
2763
+ SENSITIVE = []
2682
2764
  include Aws::Structure
2683
2765
  end
2684
2766
 
@@ -2712,6 +2794,7 @@ module Aws::ConfigService
2712
2794
  :conformance_pack_names,
2713
2795
  :limit,
2714
2796
  :next_token)
2797
+ SENSITIVE = []
2715
2798
  include Aws::Structure
2716
2799
  end
2717
2800
 
@@ -2729,6 +2812,7 @@ module Aws::ConfigService
2729
2812
  class DescribeConformancePacksResponse < Struct.new(
2730
2813
  :conformance_pack_details,
2731
2814
  :next_token)
2815
+ SENSITIVE = []
2732
2816
  include Aws::Structure
2733
2817
  end
2734
2818
 
@@ -2749,6 +2833,7 @@ module Aws::ConfigService
2749
2833
  #
2750
2834
  class DescribeDeliveryChannelStatusRequest < Struct.new(
2751
2835
  :delivery_channel_names)
2836
+ SENSITIVE = []
2752
2837
  include Aws::Structure
2753
2838
  end
2754
2839
 
@@ -2762,6 +2847,7 @@ module Aws::ConfigService
2762
2847
  #
2763
2848
  class DescribeDeliveryChannelStatusResponse < Struct.new(
2764
2849
  :delivery_channels_status)
2850
+ SENSITIVE = []
2765
2851
  include Aws::Structure
2766
2852
  end
2767
2853
 
@@ -2782,6 +2868,7 @@ module Aws::ConfigService
2782
2868
  #
2783
2869
  class DescribeDeliveryChannelsRequest < Struct.new(
2784
2870
  :delivery_channel_names)
2871
+ SENSITIVE = []
2785
2872
  include Aws::Structure
2786
2873
  end
2787
2874
 
@@ -2796,6 +2883,7 @@ module Aws::ConfigService
2796
2883
  #
2797
2884
  class DescribeDeliveryChannelsResponse < Struct.new(
2798
2885
  :delivery_channels)
2886
+ SENSITIVE = []
2799
2887
  include Aws::Structure
2800
2888
  end
2801
2889
 
@@ -2831,6 +2919,7 @@ module Aws::ConfigService
2831
2919
  :organization_config_rule_names,
2832
2920
  :limit,
2833
2921
  :next_token)
2922
+ SENSITIVE = []
2834
2923
  include Aws::Structure
2835
2924
  end
2836
2925
 
@@ -2848,6 +2937,7 @@ module Aws::ConfigService
2848
2937
  class DescribeOrganizationConfigRuleStatusesResponse < Struct.new(
2849
2938
  :organization_config_rule_statuses,
2850
2939
  :next_token)
2940
+ SENSITIVE = []
2851
2941
  include Aws::Structure
2852
2942
  end
2853
2943
 
@@ -2883,6 +2973,7 @@ module Aws::ConfigService
2883
2973
  :organization_config_rule_names,
2884
2974
  :limit,
2885
2975
  :next_token)
2976
+ SENSITIVE = []
2886
2977
  include Aws::Structure
2887
2978
  end
2888
2979
 
@@ -2900,6 +2991,7 @@ module Aws::ConfigService
2900
2991
  class DescribeOrganizationConfigRulesResponse < Struct.new(
2901
2992
  :organization_config_rules,
2902
2993
  :next_token)
2994
+ SENSITIVE = []
2903
2995
  include Aws::Structure
2904
2996
  end
2905
2997
 
@@ -2935,6 +3027,7 @@ module Aws::ConfigService
2935
3027
  :organization_conformance_pack_names,
2936
3028
  :limit,
2937
3029
  :next_token)
3030
+ SENSITIVE = []
2938
3031
  include Aws::Structure
2939
3032
  end
2940
3033
 
@@ -2952,6 +3045,7 @@ module Aws::ConfigService
2952
3045
  class DescribeOrganizationConformancePackStatusesResponse < Struct.new(
2953
3046
  :organization_conformance_pack_statuses,
2954
3047
  :next_token)
3048
+ SENSITIVE = []
2955
3049
  include Aws::Structure
2956
3050
  end
2957
3051
 
@@ -2985,6 +3079,7 @@ module Aws::ConfigService
2985
3079
  :organization_conformance_pack_names,
2986
3080
  :limit,
2987
3081
  :next_token)
3082
+ SENSITIVE = []
2988
3083
  include Aws::Structure
2989
3084
  end
2990
3085
 
@@ -3002,6 +3097,7 @@ module Aws::ConfigService
3002
3097
  class DescribeOrganizationConformancePacksResponse < Struct.new(
3003
3098
  :organization_conformance_packs,
3004
3099
  :next_token)
3100
+ SENSITIVE = []
3005
3101
  include Aws::Structure
3006
3102
  end
3007
3103
 
@@ -3028,6 +3124,7 @@ module Aws::ConfigService
3028
3124
  class DescribePendingAggregationRequestsRequest < Struct.new(
3029
3125
  :limit,
3030
3126
  :next_token)
3127
+ SENSITIVE = []
3031
3128
  include Aws::Structure
3032
3129
  end
3033
3130
 
@@ -3045,6 +3142,7 @@ module Aws::ConfigService
3045
3142
  class DescribePendingAggregationRequestsResponse < Struct.new(
3046
3143
  :pending_aggregation_requests,
3047
3144
  :next_token)
3145
+ SENSITIVE = []
3048
3146
  include Aws::Structure
3049
3147
  end
3050
3148
 
@@ -3064,6 +3162,7 @@ module Aws::ConfigService
3064
3162
  #
3065
3163
  class DescribeRemediationConfigurationsRequest < Struct.new(
3066
3164
  :config_rule_names)
3165
+ SENSITIVE = []
3067
3166
  include Aws::Structure
3068
3167
  end
3069
3168
 
@@ -3075,6 +3174,7 @@ module Aws::ConfigService
3075
3174
  #
3076
3175
  class DescribeRemediationConfigurationsResponse < Struct.new(
3077
3176
  :remediation_configurations)
3177
+ SENSITIVE = []
3078
3178
  include Aws::Structure
3079
3179
  end
3080
3180
 
@@ -3121,6 +3221,7 @@ module Aws::ConfigService
3121
3221
  :resource_keys,
3122
3222
  :limit,
3123
3223
  :next_token)
3224
+ SENSITIVE = []
3124
3225
  include Aws::Structure
3125
3226
  end
3126
3227
 
@@ -3138,6 +3239,7 @@ module Aws::ConfigService
3138
3239
  class DescribeRemediationExceptionsResponse < Struct.new(
3139
3240
  :remediation_exceptions,
3140
3241
  :next_token)
3242
+ SENSITIVE = []
3141
3243
  include Aws::Structure
3142
3244
  end
3143
3245
 
@@ -3184,6 +3286,7 @@ module Aws::ConfigService
3184
3286
  :resource_keys,
3185
3287
  :limit,
3186
3288
  :next_token)
3289
+ SENSITIVE = []
3187
3290
  include Aws::Structure
3188
3291
  end
3189
3292
 
@@ -3201,6 +3304,7 @@ module Aws::ConfigService
3201
3304
  class DescribeRemediationExecutionStatusResponse < Struct.new(
3202
3305
  :remediation_execution_statuses,
3203
3306
  :next_token)
3307
+ SENSITIVE = []
3204
3308
  include Aws::Structure
3205
3309
  end
3206
3310
 
@@ -3233,6 +3337,7 @@ module Aws::ConfigService
3233
3337
  class DescribeRetentionConfigurationsRequest < Struct.new(
3234
3338
  :retention_configuration_names,
3235
3339
  :next_token)
3340
+ SENSITIVE = []
3236
3341
  include Aws::Structure
3237
3342
  end
3238
3343
 
@@ -3250,6 +3355,7 @@ module Aws::ConfigService
3250
3355
  class DescribeRetentionConfigurationsResponse < Struct.new(
3251
3356
  :retention_configurations,
3252
3357
  :next_token)
3358
+ SENSITIVE = []
3253
3359
  include Aws::Structure
3254
3360
  end
3255
3361
 
@@ -3312,6 +3418,7 @@ module Aws::ConfigService
3312
3418
  :compliance_type,
3313
3419
  :annotation,
3314
3420
  :ordering_timestamp)
3421
+ SENSITIVE = []
3315
3422
  include Aws::Structure
3316
3423
  end
3317
3424
 
@@ -3361,6 +3468,7 @@ module Aws::ConfigService
3361
3468
  :config_rule_invoked_time,
3362
3469
  :annotation,
3363
3470
  :result_token)
3471
+ SENSITIVE = []
3364
3472
  include Aws::Structure
3365
3473
  end
3366
3474
 
@@ -3384,6 +3492,7 @@ module Aws::ConfigService
3384
3492
  class EvaluationResultIdentifier < Struct.new(
3385
3493
  :evaluation_result_qualifier,
3386
3494
  :ordering_timestamp)
3495
+ SENSITIVE = []
3387
3496
  include Aws::Structure
3388
3497
  end
3389
3498
 
@@ -3408,6 +3517,7 @@ module Aws::ConfigService
3408
3517
  :config_rule_name,
3409
3518
  :resource_type,
3410
3519
  :resource_id)
3520
+ SENSITIVE = []
3411
3521
  include Aws::Structure
3412
3522
  end
3413
3523
 
@@ -3431,6 +3541,7 @@ module Aws::ConfigService
3431
3541
  #
3432
3542
  class ExecutionControls < Struct.new(
3433
3543
  :ssm_controls)
3544
+ SENSITIVE = []
3434
3545
  include Aws::Structure
3435
3546
  end
3436
3547
 
@@ -3452,6 +3563,7 @@ module Aws::ConfigService
3452
3563
  class FailedDeleteRemediationExceptionsBatch < Struct.new(
3453
3564
  :failure_message,
3454
3565
  :failed_items)
3566
+ SENSITIVE = []
3455
3567
  include Aws::Structure
3456
3568
  end
3457
3569
 
@@ -3471,6 +3583,7 @@ module Aws::ConfigService
3471
3583
  class FailedRemediationBatch < Struct.new(
3472
3584
  :failure_message,
3473
3585
  :failed_items)
3586
+ SENSITIVE = []
3474
3587
  include Aws::Structure
3475
3588
  end
3476
3589
 
@@ -3492,6 +3605,7 @@ module Aws::ConfigService
3492
3605
  class FailedRemediationExceptionBatch < Struct.new(
3493
3606
  :failure_message,
3494
3607
  :failed_items)
3608
+ SENSITIVE = []
3495
3609
  include Aws::Structure
3496
3610
  end
3497
3611
 
@@ -3505,6 +3619,7 @@ module Aws::ConfigService
3505
3619
  #
3506
3620
  class FieldInfo < Struct.new(
3507
3621
  :name)
3622
+ SENSITIVE = []
3508
3623
  include Aws::Structure
3509
3624
  end
3510
3625
 
@@ -3570,6 +3685,7 @@ module Aws::ConfigService
3570
3685
  :compliance_type,
3571
3686
  :limit,
3572
3687
  :next_token)
3688
+ SENSITIVE = []
3573
3689
  include Aws::Structure
3574
3690
  end
3575
3691
 
@@ -3587,6 +3703,7 @@ module Aws::ConfigService
3587
3703
  class GetAggregateComplianceDetailsByConfigRuleResponse < Struct.new(
3588
3704
  :aggregate_evaluation_results,
3589
3705
  :next_token)
3706
+ SENSITIVE = []
3590
3707
  include Aws::Structure
3591
3708
  end
3592
3709
 
@@ -3636,6 +3753,7 @@ module Aws::ConfigService
3636
3753
  :group_by_key,
3637
3754
  :limit,
3638
3755
  :next_token)
3756
+ SENSITIVE = []
3639
3757
  include Aws::Structure
3640
3758
  end
3641
3759
 
@@ -3658,6 +3776,7 @@ module Aws::ConfigService
3658
3776
  :group_by_key,
3659
3777
  :aggregate_compliance_counts,
3660
3778
  :next_token)
3779
+ SENSITIVE = []
3661
3780
  include Aws::Structure
3662
3781
  end
3663
3782
 
@@ -3707,6 +3826,7 @@ module Aws::ConfigService
3707
3826
  :group_by_key,
3708
3827
  :limit,
3709
3828
  :next_token)
3829
+ SENSITIVE = []
3710
3830
  include Aws::Structure
3711
3831
  end
3712
3832
 
@@ -3736,6 +3856,7 @@ module Aws::ConfigService
3736
3856
  :group_by_key,
3737
3857
  :grouped_resource_counts,
3738
3858
  :next_token)
3859
+ SENSITIVE = []
3739
3860
  include Aws::Structure
3740
3861
  end
3741
3862
 
@@ -3766,6 +3887,7 @@ module Aws::ConfigService
3766
3887
  class GetAggregateResourceConfigRequest < Struct.new(
3767
3888
  :configuration_aggregator_name,
3768
3889
  :resource_identifier)
3890
+ SENSITIVE = []
3769
3891
  include Aws::Structure
3770
3892
  end
3771
3893
 
@@ -3777,6 +3899,7 @@ module Aws::ConfigService
3777
3899
  #
3778
3900
  class GetAggregateResourceConfigResponse < Struct.new(
3779
3901
  :configuration_item)
3902
+ SENSITIVE = []
3780
3903
  include Aws::Structure
3781
3904
  end
3782
3905
 
@@ -3820,6 +3943,7 @@ module Aws::ConfigService
3820
3943
  :compliance_types,
3821
3944
  :limit,
3822
3945
  :next_token)
3946
+ SENSITIVE = []
3823
3947
  include Aws::Structure
3824
3948
  end
3825
3949
 
@@ -3838,6 +3962,7 @@ module Aws::ConfigService
3838
3962
  class GetComplianceDetailsByConfigRuleResponse < Struct.new(
3839
3963
  :evaluation_results,
3840
3964
  :next_token)
3965
+ SENSITIVE = []
3841
3966
  include Aws::Structure
3842
3967
  end
3843
3968
 
@@ -3880,6 +4005,7 @@ module Aws::ConfigService
3880
4005
  :resource_id,
3881
4006
  :compliance_types,
3882
4007
  :next_token)
4008
+ SENSITIVE = []
3883
4009
  include Aws::Structure
3884
4010
  end
3885
4011
 
@@ -3898,6 +4024,7 @@ module Aws::ConfigService
3898
4024
  class GetComplianceDetailsByResourceResponse < Struct.new(
3899
4025
  :evaluation_results,
3900
4026
  :next_token)
4027
+ SENSITIVE = []
3901
4028
  include Aws::Structure
3902
4029
  end
3903
4030
 
@@ -3910,6 +4037,7 @@ module Aws::ConfigService
3910
4037
  #
3911
4038
  class GetComplianceSummaryByConfigRuleResponse < Struct.new(
3912
4039
  :compliance_summary)
4040
+ SENSITIVE = []
3913
4041
  include Aws::Structure
3914
4042
  end
3915
4043
 
@@ -3934,6 +4062,7 @@ module Aws::ConfigService
3934
4062
  #
3935
4063
  class GetComplianceSummaryByResourceTypeRequest < Struct.new(
3936
4064
  :resource_types)
4065
+ SENSITIVE = []
3937
4066
  include Aws::Structure
3938
4067
  end
3939
4068
 
@@ -3948,6 +4077,7 @@ module Aws::ConfigService
3948
4077
  #
3949
4078
  class GetComplianceSummaryByResourceTypeResponse < Struct.new(
3950
4079
  :compliance_summaries_by_resource_type)
4080
+ SENSITIVE = []
3951
4081
  include Aws::Structure
3952
4082
  end
3953
4083
 
@@ -3992,6 +4122,7 @@ module Aws::ConfigService
3992
4122
  :filters,
3993
4123
  :limit,
3994
4124
  :next_token)
4125
+ SENSITIVE = []
3995
4126
  include Aws::Structure
3996
4127
  end
3997
4128
 
@@ -4014,6 +4145,7 @@ module Aws::ConfigService
4014
4145
  :conformance_pack_name,
4015
4146
  :conformance_pack_rule_evaluation_results,
4016
4147
  :next_token)
4148
+ SENSITIVE = []
4017
4149
  include Aws::Structure
4018
4150
  end
4019
4151
 
@@ -4045,6 +4177,7 @@ module Aws::ConfigService
4045
4177
  :conformance_pack_names,
4046
4178
  :limit,
4047
4179
  :next_token)
4180
+ SENSITIVE = []
4048
4181
  include Aws::Structure
4049
4182
  end
4050
4183
 
@@ -4062,6 +4195,7 @@ module Aws::ConfigService
4062
4195
  class GetConformancePackComplianceSummaryResponse < Struct.new(
4063
4196
  :conformance_pack_compliance_summary_list,
4064
4197
  :next_token)
4198
+ SENSITIVE = []
4065
4199
  include Aws::Structure
4066
4200
  end
4067
4201
 
@@ -4109,6 +4243,7 @@ module Aws::ConfigService
4109
4243
  :resource_types,
4110
4244
  :limit,
4111
4245
  :next_token)
4246
+ SENSITIVE = []
4112
4247
  include Aws::Structure
4113
4248
  end
4114
4249
 
@@ -4147,6 +4282,7 @@ module Aws::ConfigService
4147
4282
  :total_discovered_resources,
4148
4283
  :resource_counts,
4149
4284
  :next_token)
4285
+ SENSITIVE = []
4150
4286
  include Aws::Structure
4151
4287
  end
4152
4288
 
@@ -4190,6 +4326,7 @@ module Aws::ConfigService
4190
4326
  :filters,
4191
4327
  :limit,
4192
4328
  :next_token)
4329
+ SENSITIVE = []
4193
4330
  include Aws::Structure
4194
4331
  end
4195
4332
 
@@ -4207,6 +4344,7 @@ module Aws::ConfigService
4207
4344
  class GetOrganizationConfigRuleDetailedStatusResponse < Struct.new(
4208
4345
  :organization_config_rule_detailed_status,
4209
4346
  :next_token)
4347
+ SENSITIVE = []
4210
4348
  include Aws::Structure
4211
4349
  end
4212
4350
 
@@ -4250,6 +4388,7 @@ module Aws::ConfigService
4250
4388
  :filters,
4251
4389
  :limit,
4252
4390
  :next_token)
4391
+ SENSITIVE = []
4253
4392
  include Aws::Structure
4254
4393
  end
4255
4394
 
@@ -4267,6 +4406,7 @@ module Aws::ConfigService
4267
4406
  class GetOrganizationConformancePackDetailedStatusResponse < Struct.new(
4268
4407
  :organization_conformance_pack_detailed_statuses,
4269
4408
  :next_token)
4409
+ SENSITIVE = []
4270
4410
  include Aws::Structure
4271
4411
  end
4272
4412
 
@@ -4330,6 +4470,7 @@ module Aws::ConfigService
4330
4470
  :chronological_order,
4331
4471
  :limit,
4332
4472
  :next_token)
4473
+ SENSITIVE = []
4333
4474
  include Aws::Structure
4334
4475
  end
4335
4476
 
@@ -4350,6 +4491,7 @@ module Aws::ConfigService
4350
4491
  class GetResourceConfigHistoryResponse < Struct.new(
4351
4492
  :configuration_items,
4352
4493
  :next_token)
4494
+ SENSITIVE = []
4353
4495
  include Aws::Structure
4354
4496
  end
4355
4497
 
@@ -4370,6 +4512,7 @@ module Aws::ConfigService
4370
4512
  class GroupedResourceCount < Struct.new(
4371
4513
  :group_name,
4372
4514
  :resource_count)
4515
+ SENSITIVE = []
4373
4516
  include Aws::Structure
4374
4517
  end
4375
4518
 
@@ -4549,6 +4692,7 @@ module Aws::ConfigService
4549
4692
  :filters,
4550
4693
  :limit,
4551
4694
  :next_token)
4695
+ SENSITIVE = []
4552
4696
  include Aws::Structure
4553
4697
  end
4554
4698
 
@@ -4566,6 +4710,7 @@ module Aws::ConfigService
4566
4710
  class ListAggregateDiscoveredResourcesResponse < Struct.new(
4567
4711
  :resource_identifiers,
4568
4712
  :next_token)
4713
+ SENSITIVE = []
4569
4714
  include Aws::Structure
4570
4715
  end
4571
4716
 
@@ -4624,6 +4769,7 @@ module Aws::ConfigService
4624
4769
  :limit,
4625
4770
  :include_deleted_resources,
4626
4771
  :next_token)
4772
+ SENSITIVE = []
4627
4773
  include Aws::Structure
4628
4774
  end
4629
4775
 
@@ -4643,6 +4789,7 @@ module Aws::ConfigService
4643
4789
  class ListDiscoveredResourcesResponse < Struct.new(
4644
4790
  :resource_identifiers,
4645
4791
  :next_token)
4792
+ SENSITIVE = []
4646
4793
  include Aws::Structure
4647
4794
  end
4648
4795
 
@@ -4679,6 +4826,7 @@ module Aws::ConfigService
4679
4826
  :resource_arn,
4680
4827
  :limit,
4681
4828
  :next_token)
4829
+ SENSITIVE = []
4682
4830
  include Aws::Structure
4683
4831
  end
4684
4832
 
@@ -4696,6 +4844,7 @@ module Aws::ConfigService
4696
4844
  class ListTagsForResourceResponse < Struct.new(
4697
4845
  :tags,
4698
4846
  :next_token)
4847
+ SENSITIVE = []
4699
4848
  include Aws::Structure
4700
4849
  end
4701
4850
 
@@ -4831,6 +4980,7 @@ module Aws::ConfigService
4831
4980
  :error_code,
4832
4981
  :error_message,
4833
4982
  :last_update_time)
4983
+ SENSITIVE = []
4834
4984
  include Aws::Structure
4835
4985
  end
4836
4986
 
@@ -4978,6 +5128,7 @@ module Aws::ConfigService
4978
5128
  :role_arn,
4979
5129
  :aws_regions,
4980
5130
  :all_aws_regions)
5131
+ SENSITIVE = []
4981
5132
  include Aws::Structure
4982
5133
  end
4983
5134
 
@@ -5025,6 +5176,7 @@ module Aws::ConfigService
5025
5176
  :organization_custom_rule_metadata,
5026
5177
  :excluded_accounts,
5027
5178
  :last_update_time)
5179
+ SENSITIVE = []
5028
5180
  include Aws::Structure
5029
5181
  end
5030
5182
 
@@ -5098,6 +5250,7 @@ module Aws::ConfigService
5098
5250
  :error_code,
5099
5251
  :error_message,
5100
5252
  :last_update_time)
5253
+ SENSITIVE = []
5101
5254
  include Aws::Structure
5102
5255
  end
5103
5256
 
@@ -5145,6 +5298,7 @@ module Aws::ConfigService
5145
5298
  :conformance_pack_input_parameters,
5146
5299
  :excluded_accounts,
5147
5300
  :last_update_time)
5301
+ SENSITIVE = []
5148
5302
  include Aws::Structure
5149
5303
  end
5150
5304
 
@@ -5225,6 +5379,7 @@ module Aws::ConfigService
5225
5379
  :error_code,
5226
5380
  :error_message,
5227
5381
  :last_update_time)
5382
+ SENSITIVE = []
5228
5383
  include Aws::Structure
5229
5384
  end
5230
5385
 
@@ -5299,6 +5454,7 @@ module Aws::ConfigService
5299
5454
  :error_code,
5300
5455
  :error_message,
5301
5456
  :last_update_time)
5457
+ SENSITIVE = []
5302
5458
  include Aws::Structure
5303
5459
  end
5304
5460
 
@@ -5405,6 +5561,7 @@ module Aws::ConfigService
5405
5561
  :resource_id_scope,
5406
5562
  :tag_key_scope,
5407
5563
  :tag_value_scope)
5564
+ SENSITIVE = []
5408
5565
  include Aws::Structure
5409
5566
  end
5410
5567
 
@@ -5487,6 +5644,7 @@ module Aws::ConfigService
5487
5644
  :resource_id_scope,
5488
5645
  :tag_key_scope,
5489
5646
  :tag_value_scope)
5647
+ SENSITIVE = []
5490
5648
  include Aws::Structure
5491
5649
  end
5492
5650
 
@@ -5552,6 +5710,7 @@ module Aws::ConfigService
5552
5710
  class OrganizationResourceDetailedStatusFilters < Struct.new(
5553
5711
  :account_id,
5554
5712
  :status)
5713
+ SENSITIVE = []
5555
5714
  include Aws::Structure
5556
5715
  end
5557
5716
 
@@ -5577,6 +5736,7 @@ module Aws::ConfigService
5577
5736
  class PendingAggregationRequest < Struct.new(
5578
5737
  :requester_account_id,
5579
5738
  :requester_aws_region)
5739
+ SENSITIVE = []
5580
5740
  include Aws::Structure
5581
5741
  end
5582
5742
 
@@ -5612,6 +5772,7 @@ module Aws::ConfigService
5612
5772
  :authorized_account_id,
5613
5773
  :authorized_aws_region,
5614
5774
  :tags)
5775
+ SENSITIVE = []
5615
5776
  include Aws::Structure
5616
5777
  end
5617
5778
 
@@ -5623,6 +5784,7 @@ module Aws::ConfigService
5623
5784
  #
5624
5785
  class PutAggregationAuthorizationResponse < Struct.new(
5625
5786
  :aggregation_authorization)
5787
+ SENSITIVE = []
5626
5788
  include Aws::Structure
5627
5789
  end
5628
5790
 
@@ -5678,6 +5840,7 @@ module Aws::ConfigService
5678
5840
  class PutConfigRuleRequest < Struct.new(
5679
5841
  :config_rule,
5680
5842
  :tags)
5843
+ SENSITIVE = []
5681
5844
  include Aws::Structure
5682
5845
  end
5683
5846
 
@@ -5729,6 +5892,7 @@ module Aws::ConfigService
5729
5892
  :account_aggregation_sources,
5730
5893
  :organization_aggregation_source,
5731
5894
  :tags)
5895
+ SENSITIVE = []
5732
5896
  include Aws::Structure
5733
5897
  end
5734
5898
 
@@ -5740,6 +5904,7 @@ module Aws::ConfigService
5740
5904
  #
5741
5905
  class PutConfigurationAggregatorResponse < Struct.new(
5742
5906
  :configuration_aggregator)
5907
+ SENSITIVE = []
5743
5908
  include Aws::Structure
5744
5909
  end
5745
5910
 
@@ -5769,6 +5934,7 @@ module Aws::ConfigService
5769
5934
  #
5770
5935
  class PutConfigurationRecorderRequest < Struct.new(
5771
5936
  :configuration_recorder)
5937
+ SENSITIVE = []
5772
5938
  include Aws::Structure
5773
5939
  end
5774
5940
 
@@ -5837,6 +6003,7 @@ module Aws::ConfigService
5837
6003
  :delivery_s3_bucket,
5838
6004
  :delivery_s3_key_prefix,
5839
6005
  :conformance_pack_input_parameters)
6006
+ SENSITIVE = []
5840
6007
  include Aws::Structure
5841
6008
  end
5842
6009
 
@@ -5848,6 +6015,7 @@ module Aws::ConfigService
5848
6015
  #
5849
6016
  class PutConformancePackResponse < Struct.new(
5850
6017
  :conformance_pack_arn)
6018
+ SENSITIVE = []
5851
6019
  include Aws::Structure
5852
6020
  end
5853
6021
 
@@ -5878,6 +6046,7 @@ module Aws::ConfigService
5878
6046
  #
5879
6047
  class PutDeliveryChannelRequest < Struct.new(
5880
6048
  :delivery_channel)
6049
+ SENSITIVE = []
5881
6050
  include Aws::Structure
5882
6051
  end
5883
6052
 
@@ -5929,6 +6098,7 @@ module Aws::ConfigService
5929
6098
  :evaluations,
5930
6099
  :result_token,
5931
6100
  :test_mode)
6101
+ SENSITIVE = []
5932
6102
  include Aws::Structure
5933
6103
  end
5934
6104
 
@@ -5940,6 +6110,7 @@ module Aws::ConfigService
5940
6110
  #
5941
6111
  class PutEvaluationsResponse < Struct.new(
5942
6112
  :failed_evaluations)
6113
+ SENSITIVE = []
5943
6114
  include Aws::Structure
5944
6115
  end
5945
6116
 
@@ -5996,6 +6167,7 @@ module Aws::ConfigService
5996
6167
  :organization_managed_rule_metadata,
5997
6168
  :organization_custom_rule_metadata,
5998
6169
  :excluded_accounts)
6170
+ SENSITIVE = []
5999
6171
  include Aws::Structure
6000
6172
  end
6001
6173
 
@@ -6007,6 +6179,7 @@ module Aws::ConfigService
6007
6179
  #
6008
6180
  class PutOrganizationConfigRuleResponse < Struct.new(
6009
6181
  :organization_config_rule_arn)
6182
+ SENSITIVE = []
6010
6183
  include Aws::Structure
6011
6184
  end
6012
6185
 
@@ -6085,6 +6258,7 @@ module Aws::ConfigService
6085
6258
  :delivery_s3_key_prefix,
6086
6259
  :conformance_pack_input_parameters,
6087
6260
  :excluded_accounts)
6261
+ SENSITIVE = []
6088
6262
  include Aws::Structure
6089
6263
  end
6090
6264
 
@@ -6096,6 +6270,7 @@ module Aws::ConfigService
6096
6270
  #
6097
6271
  class PutOrganizationConformancePackResponse < Struct.new(
6098
6272
  :organization_conformance_pack_arn)
6273
+ SENSITIVE = []
6099
6274
  include Aws::Structure
6100
6275
  end
6101
6276
 
@@ -6143,6 +6318,7 @@ module Aws::ConfigService
6143
6318
  #
6144
6319
  class PutRemediationConfigurationsRequest < Struct.new(
6145
6320
  :remediation_configurations)
6321
+ SENSITIVE = []
6146
6322
  include Aws::Structure
6147
6323
  end
6148
6324
 
@@ -6154,6 +6330,7 @@ module Aws::ConfigService
6154
6330
  #
6155
6331
  class PutRemediationConfigurationsResponse < Struct.new(
6156
6332
  :failed_batches)
6333
+ SENSITIVE = []
6157
6334
  include Aws::Structure
6158
6335
  end
6159
6336
 
@@ -6198,6 +6375,7 @@ module Aws::ConfigService
6198
6375
  :resource_keys,
6199
6376
  :message,
6200
6377
  :expiration_time)
6378
+ SENSITIVE = []
6201
6379
  include Aws::Structure
6202
6380
  end
6203
6381
 
@@ -6211,6 +6389,7 @@ module Aws::ConfigService
6211
6389
  #
6212
6390
  class PutRemediationExceptionsResponse < Struct.new(
6213
6391
  :failed_batches)
6392
+ SENSITIVE = []
6214
6393
  include Aws::Structure
6215
6394
  end
6216
6395
 
@@ -6274,6 +6453,7 @@ module Aws::ConfigService
6274
6453
  :resource_name,
6275
6454
  :configuration,
6276
6455
  :tags)
6456
+ SENSITIVE = []
6277
6457
  include Aws::Structure
6278
6458
  end
6279
6459
 
@@ -6296,6 +6476,7 @@ module Aws::ConfigService
6296
6476
  #
6297
6477
  class PutRetentionConfigurationRequest < Struct.new(
6298
6478
  :retention_period_in_days)
6479
+ SENSITIVE = []
6299
6480
  include Aws::Structure
6300
6481
  end
6301
6482
 
@@ -6307,6 +6488,7 @@ module Aws::ConfigService
6307
6488
  #
6308
6489
  class PutRetentionConfigurationResponse < Struct.new(
6309
6490
  :retention_configuration)
6491
+ SENSITIVE = []
6310
6492
  include Aws::Structure
6311
6493
  end
6312
6494
 
@@ -6320,6 +6502,7 @@ module Aws::ConfigService
6320
6502
  #
6321
6503
  class QueryInfo < Struct.new(
6322
6504
  :select_fields)
6505
+ SENSITIVE = []
6323
6506
  include Aws::Structure
6324
6507
  end
6325
6508
 
@@ -6429,6 +6612,7 @@ module Aws::ConfigService
6429
6612
  :all_supported,
6430
6613
  :include_global_resource_types,
6431
6614
  :resource_types)
6615
+ SENSITIVE = []
6432
6616
  include Aws::Structure
6433
6617
  end
6434
6618
 
@@ -6457,6 +6641,7 @@ module Aws::ConfigService
6457
6641
  :resource_id,
6458
6642
  :resource_name,
6459
6643
  :relationship_name)
6644
+ SENSITIVE = []
6460
6645
  include Aws::Structure
6461
6646
  end
6462
6647
 
@@ -6571,6 +6756,7 @@ module Aws::ConfigService
6571
6756
  :retry_attempt_seconds,
6572
6757
  :arn,
6573
6758
  :created_by_service)
6759
+ SENSITIVE = []
6574
6760
  include Aws::Structure
6575
6761
  end
6576
6762
 
@@ -6607,6 +6793,7 @@ module Aws::ConfigService
6607
6793
  :resource_id,
6608
6794
  :message,
6609
6795
  :expiration_time)
6796
+ SENSITIVE = []
6610
6797
  include Aws::Structure
6611
6798
  end
6612
6799
 
@@ -6634,6 +6821,7 @@ module Aws::ConfigService
6634
6821
  class RemediationExceptionResourceKey < Struct.new(
6635
6822
  :resource_type,
6636
6823
  :resource_id)
6824
+ SENSITIVE = []
6637
6825
  include Aws::Structure
6638
6826
  end
6639
6827
 
@@ -6669,6 +6857,7 @@ module Aws::ConfigService
6669
6857
  :step_details,
6670
6858
  :invocation_time,
6671
6859
  :last_updated_time)
6860
+ SENSITIVE = []
6672
6861
  include Aws::Structure
6673
6862
  end
6674
6863
 
@@ -6702,6 +6891,7 @@ module Aws::ConfigService
6702
6891
  :error_message,
6703
6892
  :start_time,
6704
6893
  :stop_time)
6894
+ SENSITIVE = []
6705
6895
  include Aws::Structure
6706
6896
  end
6707
6897
 
@@ -6740,6 +6930,7 @@ module Aws::ConfigService
6740
6930
  class RemediationParameterValue < Struct.new(
6741
6931
  :resource_value,
6742
6932
  :static_value)
6933
+ SENSITIVE = []
6743
6934
  include Aws::Structure
6744
6935
  end
6745
6936
 
@@ -6758,6 +6949,7 @@ module Aws::ConfigService
6758
6949
  class ResourceCount < Struct.new(
6759
6950
  :resource_type,
6760
6951
  :count)
6952
+ SENSITIVE = []
6761
6953
  include Aws::Structure
6762
6954
  end
6763
6955
 
@@ -6791,6 +6983,7 @@ module Aws::ConfigService
6791
6983
  :resource_type,
6792
6984
  :account_id,
6793
6985
  :region)
6986
+ SENSITIVE = []
6794
6987
  include Aws::Structure
6795
6988
  end
6796
6989
 
@@ -6830,6 +7023,7 @@ module Aws::ConfigService
6830
7023
  :resource_id,
6831
7024
  :resource_name,
6832
7025
  :region)
7026
+ SENSITIVE = []
6833
7027
  include Aws::Structure
6834
7028
  end
6835
7029
 
@@ -6860,6 +7054,7 @@ module Aws::ConfigService
6860
7054
  :resource_id,
6861
7055
  :resource_name,
6862
7056
  :resource_deletion_time)
7057
+ SENSITIVE = []
6863
7058
  include Aws::Structure
6864
7059
  end
6865
7060
 
@@ -6917,6 +7112,7 @@ module Aws::ConfigService
6917
7112
  class ResourceKey < Struct.new(
6918
7113
  :resource_type,
6919
7114
  :resource_id)
7115
+ SENSITIVE = []
6920
7116
  include Aws::Structure
6921
7117
  end
6922
7118
 
@@ -6950,6 +7146,7 @@ module Aws::ConfigService
6950
7146
  #
6951
7147
  class ResourceValue < Struct.new(
6952
7148
  :value)
7149
+ SENSITIVE = []
6953
7150
  include Aws::Structure
6954
7151
  end
6955
7152
 
@@ -6974,6 +7171,7 @@ module Aws::ConfigService
6974
7171
  class RetentionConfiguration < Struct.new(
6975
7172
  :name,
6976
7173
  :retention_period_in_days)
7174
+ SENSITIVE = []
6977
7175
  include Aws::Structure
6978
7176
  end
6979
7177
 
@@ -7025,6 +7223,7 @@ module Aws::ConfigService
7025
7223
  :tag_key,
7026
7224
  :tag_value,
7027
7225
  :compliance_resource_id)
7226
+ SENSITIVE = []
7028
7227
  include Aws::Structure
7029
7228
  end
7030
7229
 
@@ -7067,6 +7266,7 @@ module Aws::ConfigService
7067
7266
  :limit,
7068
7267
  :max_results,
7069
7268
  :next_token)
7269
+ SENSITIVE = []
7070
7270
  include Aws::Structure
7071
7271
  end
7072
7272
 
@@ -7089,6 +7289,7 @@ module Aws::ConfigService
7089
7289
  :results,
7090
7290
  :query_info,
7091
7291
  :next_token)
7292
+ SENSITIVE = []
7092
7293
  include Aws::Structure
7093
7294
  end
7094
7295
 
@@ -7120,6 +7321,7 @@ module Aws::ConfigService
7120
7321
  :expression,
7121
7322
  :limit,
7122
7323
  :next_token)
7324
+ SENSITIVE = []
7123
7325
  include Aws::Structure
7124
7326
  end
7125
7327
 
@@ -7142,6 +7344,7 @@ module Aws::ConfigService
7142
7344
  :results,
7143
7345
  :query_info,
7144
7346
  :next_token)
7347
+ SENSITIVE = []
7145
7348
  include Aws::Structure
7146
7349
  end
7147
7350
 
@@ -7194,6 +7397,7 @@ module Aws::ConfigService
7194
7397
  :owner,
7195
7398
  :source_identifier,
7196
7399
  :source_details)
7400
+ SENSITIVE = []
7197
7401
  include Aws::Structure
7198
7402
  end
7199
7403
 
@@ -7268,6 +7472,7 @@ module Aws::ConfigService
7268
7472
  :event_source,
7269
7473
  :message_type,
7270
7474
  :maximum_execution_frequency)
7475
+ SENSITIVE = []
7271
7476
  include Aws::Structure
7272
7477
  end
7273
7478
 
@@ -7301,6 +7506,7 @@ module Aws::ConfigService
7301
7506
  class SsmControls < Struct.new(
7302
7507
  :concurrent_execution_rate_percentage,
7303
7508
  :error_percentage)
7509
+ SENSITIVE = []
7304
7510
  include Aws::Structure
7305
7511
  end
7306
7512
 
@@ -7320,6 +7526,7 @@ module Aws::ConfigService
7320
7526
  #
7321
7527
  class StartConfigRulesEvaluationRequest < Struct.new(
7322
7528
  :config_rule_names)
7529
+ SENSITIVE = []
7323
7530
  include Aws::Structure
7324
7531
  end
7325
7532
 
@@ -7348,6 +7555,7 @@ module Aws::ConfigService
7348
7555
  #
7349
7556
  class StartConfigurationRecorderRequest < Struct.new(
7350
7557
  :configuration_recorder_name)
7558
+ SENSITIVE = []
7351
7559
  include Aws::Structure
7352
7560
  end
7353
7561
 
@@ -7380,6 +7588,7 @@ module Aws::ConfigService
7380
7588
  class StartRemediationExecutionRequest < Struct.new(
7381
7589
  :config_rule_name,
7382
7590
  :resource_keys)
7591
+ SENSITIVE = []
7383
7592
  include Aws::Structure
7384
7593
  end
7385
7594
 
@@ -7398,6 +7607,7 @@ module Aws::ConfigService
7398
7607
  class StartRemediationExecutionResponse < Struct.new(
7399
7608
  :failure_message,
7400
7609
  :failed_items)
7610
+ SENSITIVE = []
7401
7611
  include Aws::Structure
7402
7612
  end
7403
7613
 
@@ -7418,6 +7628,7 @@ module Aws::ConfigService
7418
7628
  #
7419
7629
  class StaticValue < Struct.new(
7420
7630
  :values)
7631
+ SENSITIVE = []
7421
7632
  include Aws::Structure
7422
7633
  end
7423
7634
 
@@ -7482,6 +7693,7 @@ module Aws::ConfigService
7482
7693
  class StatusDetailFilters < Struct.new(
7483
7694
  :account_id,
7484
7695
  :member_account_rule_status)
7696
+ SENSITIVE = []
7485
7697
  include Aws::Structure
7486
7698
  end
7487
7699
 
@@ -7503,6 +7715,7 @@ module Aws::ConfigService
7503
7715
  #
7504
7716
  class StopConfigurationRecorderRequest < Struct.new(
7505
7717
  :configuration_recorder_name)
7718
+ SENSITIVE = []
7506
7719
  include Aws::Structure
7507
7720
  end
7508
7721
 
@@ -7535,6 +7748,7 @@ module Aws::ConfigService
7535
7748
  class Tag < Struct.new(
7536
7749
  :key,
7537
7750
  :value)
7751
+ SENSITIVE = []
7538
7752
  include Aws::Structure
7539
7753
  end
7540
7754
 
@@ -7567,6 +7781,7 @@ module Aws::ConfigService
7567
7781
  class TagResourceRequest < Struct.new(
7568
7782
  :resource_arn,
7569
7783
  :tags)
7784
+ SENSITIVE = []
7570
7785
  include Aws::Structure
7571
7786
  end
7572
7787
 
@@ -7601,6 +7816,7 @@ module Aws::ConfigService
7601
7816
  class UntagResourceRequest < Struct.new(
7602
7817
  :resource_arn,
7603
7818
  :tag_keys)
7819
+ SENSITIVE = []
7604
7820
  include Aws::Structure
7605
7821
  end
7606
7822