aws-sdk-ssm 1.82.0 → 1.83.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89b2780e964aac2f35594fa42eb0d85067d33aa4a6657a09971bc86354742967
4
- data.tar.gz: 5092209c6f492e36e4a38b368ed7c5a0ff1ab81a93af8b5b1cd8d037dab947f5
3
+ metadata.gz: e336e202496d18e11a23b2cfe880acfd146e7eb2d8b554a72cfbb2f6170108f2
4
+ data.tar.gz: 13bfd1c9241c892d58b4eef2e3758600e913bc7d3fb8479a80023ff0ab6189da
5
5
  SHA512:
6
- metadata.gz: f7ca28f04dd0818bf47537d947019bed780e3eeb96a795cc1296108e82f356479710d9e6570662e731e13a3f308d5dc54cf9f4640460b6179e0b58808cced98c
7
- data.tar.gz: a4a5a8b221a34265a4d89b16ba0454905fac8b449531ca6650e5ca97a835232213d400e1c84b63cb81a089d6dcae7641eac9171f9e8b5caaaa9d0918601b1996
6
+ metadata.gz: ca7de125c64ba419a3ebd719399a9bb861902b5f628a9865139ee10ea2a35cdbc1eea575c568fcc73de6b7d014a1599f356425560d561c60e504d37339c117d0
7
+ data.tar.gz: 18aa153781e2264262efc6f1f692b8d416ae0ba560bb755bf1ecad519dfeae18213c4a52bf109c476671ad1dc56ed8d41c27681f1107f65cc3334884566fcb9a
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-ssm/customizations'
47
47
  # @service
48
48
  module Aws::SSM
49
49
 
50
- GEM_VERSION = '1.82.0'
50
+ GEM_VERSION = '1.83.0'
51
51
 
52
52
  end
@@ -9579,7 +9579,7 @@ module Aws::SSM
9579
9579
  params: params,
9580
9580
  config: config)
9581
9581
  context[:gem_name] = 'aws-sdk-ssm'
9582
- context[:gem_version] = '1.82.0'
9582
+ context[:gem_version] = '1.83.0'
9583
9583
  Seahorse::Client::Request.new(handlers, context)
9584
9584
  end
9585
9585
 
@@ -26,6 +26,7 @@ module Aws::SSM
26
26
  class AccountSharingInfo < Struct.new(
27
27
  :account_id,
28
28
  :shared_document_version)
29
+ SENSITIVE = []
29
30
  include Aws::Structure
30
31
  end
31
32
 
@@ -91,6 +92,7 @@ module Aws::SSM
91
92
  :expired,
92
93
  :created_date,
93
94
  :tags)
95
+ SENSITIVE = []
94
96
  include Aws::Structure
95
97
  end
96
98
 
@@ -154,6 +156,7 @@ module Aws::SSM
154
156
  :resource_type,
155
157
  :resource_id,
156
158
  :tags)
159
+ SENSITIVE = []
157
160
  include Aws::Structure
158
161
  end
159
162
 
@@ -172,6 +175,7 @@ module Aws::SSM
172
175
  #
173
176
  class AlreadyExistsException < Struct.new(
174
177
  :message)
178
+ SENSITIVE = []
175
179
  include Aws::Structure
176
180
  end
177
181
 
@@ -241,6 +245,7 @@ module Aws::SSM
241
245
  :overview,
242
246
  :schedule_expression,
243
247
  :association_name)
248
+ SENSITIVE = []
244
249
  include Aws::Structure
245
250
  end
246
251
 
@@ -407,6 +412,7 @@ module Aws::SSM
407
412
  :compliance_severity,
408
413
  :sync_compliance,
409
414
  :apply_only_at_cron_interval)
415
+ SENSITIVE = []
410
416
  include Aws::Structure
411
417
  end
412
418
 
@@ -419,6 +425,7 @@ module Aws::SSM
419
425
  #
420
426
  class AssociationDoesNotExist < Struct.new(
421
427
  :message)
428
+ SENSITIVE = []
422
429
  include Aws::Structure
423
430
  end
424
431
 
@@ -468,6 +475,7 @@ module Aws::SSM
468
475
  :created_time,
469
476
  :last_execution_date,
470
477
  :resource_count_by_status)
478
+ SENSITIVE = []
471
479
  include Aws::Structure
472
480
  end
473
481
 
@@ -481,6 +489,7 @@ module Aws::SSM
481
489
  #
482
490
  class AssociationExecutionDoesNotExist < Struct.new(
483
491
  :message)
492
+ SENSITIVE = []
484
493
  include Aws::Structure
485
494
  end
486
495
 
@@ -513,6 +522,7 @@ module Aws::SSM
513
522
  :key,
514
523
  :value,
515
524
  :type)
525
+ SENSITIVE = []
516
526
  include Aws::Structure
517
527
  end
518
528
 
@@ -567,6 +577,7 @@ module Aws::SSM
567
577
  :detailed_status,
568
578
  :last_execution_date,
569
579
  :output_source)
580
+ SENSITIVE = []
570
581
  include Aws::Structure
571
582
  end
572
583
 
@@ -593,6 +604,7 @@ module Aws::SSM
593
604
  class AssociationExecutionTargetsFilter < Struct.new(
594
605
  :key,
595
606
  :value)
607
+ SENSITIVE = []
596
608
  include Aws::Structure
597
609
  end
598
610
 
@@ -619,6 +631,7 @@ module Aws::SSM
619
631
  class AssociationFilter < Struct.new(
620
632
  :key,
621
633
  :value)
634
+ SENSITIVE = []
622
635
  include Aws::Structure
623
636
  end
624
637
 
@@ -652,6 +665,7 @@ module Aws::SSM
652
665
  :status,
653
666
  :detailed_status,
654
667
  :association_status_aggregated_count)
668
+ SENSITIVE = []
655
669
  include Aws::Structure
656
670
  end
657
671
 
@@ -690,6 +704,7 @@ module Aws::SSM
690
704
  :name,
691
705
  :message,
692
706
  :additional_info)
707
+ SENSITIVE = []
693
708
  include Aws::Structure
694
709
  end
695
710
 
@@ -816,6 +831,7 @@ module Aws::SSM
816
831
  :compliance_severity,
817
832
  :sync_compliance,
818
833
  :apply_only_at_cron_interval)
834
+ SENSITIVE = []
819
835
  include Aws::Structure
820
836
  end
821
837
 
@@ -829,6 +845,7 @@ module Aws::SSM
829
845
  #
830
846
  class AssociationVersionLimitExceeded < Struct.new(
831
847
  :message)
848
+ SENSITIVE = []
832
849
  include Aws::Structure
833
850
  end
834
851
 
@@ -863,6 +880,7 @@ module Aws::SSM
863
880
  :hash,
864
881
  :hash_type,
865
882
  :url)
883
+ SENSITIVE = []
866
884
  include Aws::Structure
867
885
  end
868
886
 
@@ -876,6 +894,7 @@ module Aws::SSM
876
894
  #
877
895
  class AttachmentInformation < Struct.new(
878
896
  :name)
897
+ SENSITIVE = []
879
898
  include Aws::Structure
880
899
  end
881
900
 
@@ -938,6 +957,7 @@ module Aws::SSM
938
957
  :key,
939
958
  :values,
940
959
  :name)
960
+ SENSITIVE = []
941
961
  include Aws::Structure
942
962
  end
943
963
 
@@ -950,6 +970,7 @@ module Aws::SSM
950
970
  #
951
971
  class AutomationDefinitionNotFoundException < Struct.new(
952
972
  :message)
973
+ SENSITIVE = []
953
974
  include Aws::Structure
954
975
  end
955
976
 
@@ -963,6 +984,7 @@ module Aws::SSM
963
984
  #
964
985
  class AutomationDefinitionVersionNotFoundException < Struct.new(
965
986
  :message)
987
+ SENSITIVE = []
966
988
  include Aws::Structure
967
989
  end
968
990
 
@@ -1109,6 +1131,7 @@ module Aws::SSM
1109
1131
  :target,
1110
1132
  :target_locations,
1111
1133
  :progress_counters)
1134
+ SENSITIVE = []
1112
1135
  include Aws::Structure
1113
1136
  end
1114
1137
 
@@ -1139,6 +1162,7 @@ module Aws::SSM
1139
1162
  class AutomationExecutionFilter < Struct.new(
1140
1163
  :key,
1141
1164
  :values)
1165
+ SENSITIVE = []
1142
1166
  include Aws::Structure
1143
1167
  end
1144
1168
 
@@ -1152,6 +1176,7 @@ module Aws::SSM
1152
1176
  #
1153
1177
  class AutomationExecutionLimitExceededException < Struct.new(
1154
1178
  :message)
1179
+ SENSITIVE = []
1155
1180
  include Aws::Structure
1156
1181
  end
1157
1182
 
@@ -1282,6 +1307,7 @@ module Aws::SSM
1282
1307
  :max_errors,
1283
1308
  :target,
1284
1309
  :automation_type)
1310
+ SENSITIVE = []
1285
1311
  include Aws::Structure
1286
1312
  end
1287
1313
 
@@ -1295,6 +1321,7 @@ module Aws::SSM
1295
1321
  #
1296
1322
  class AutomationExecutionNotFoundException < Struct.new(
1297
1323
  :message)
1324
+ SENSITIVE = []
1298
1325
  include Aws::Structure
1299
1326
  end
1300
1327
 
@@ -1308,6 +1335,7 @@ module Aws::SSM
1308
1335
  #
1309
1336
  class AutomationStepNotFoundException < Struct.new(
1310
1337
  :message)
1338
+ SENSITIVE = []
1311
1339
  include Aws::Structure
1312
1340
  end
1313
1341
 
@@ -1334,6 +1362,7 @@ module Aws::SSM
1334
1362
  class CancelCommandRequest < Struct.new(
1335
1363
  :command_id,
1336
1364
  :instance_ids)
1365
+ SENSITIVE = []
1337
1366
  include Aws::Structure
1338
1367
  end
1339
1368
 
@@ -1359,6 +1388,7 @@ module Aws::SSM
1359
1388
  #
1360
1389
  class CancelMaintenanceWindowExecutionRequest < Struct.new(
1361
1390
  :window_execution_id)
1391
+ SENSITIVE = []
1362
1392
  include Aws::Structure
1363
1393
  end
1364
1394
 
@@ -1370,6 +1400,7 @@ module Aws::SSM
1370
1400
  #
1371
1401
  class CancelMaintenanceWindowExecutionResult < Struct.new(
1372
1402
  :window_execution_id)
1403
+ SENSITIVE = []
1373
1404
  include Aws::Structure
1374
1405
  end
1375
1406
 
@@ -1399,6 +1430,7 @@ module Aws::SSM
1399
1430
  class CloudWatchOutputConfig < Struct.new(
1400
1431
  :cloud_watch_log_group_name,
1401
1432
  :cloud_watch_output_enabled)
1433
+ SENSITIVE = []
1402
1434
  include Aws::Structure
1403
1435
  end
1404
1436
 
@@ -1605,6 +1637,7 @@ module Aws::SSM
1605
1637
  :notification_config,
1606
1638
  :cloud_watch_output_config,
1607
1639
  :timeout_seconds)
1640
+ SENSITIVE = []
1608
1641
  include Aws::Structure
1609
1642
  end
1610
1643
 
@@ -1670,6 +1703,7 @@ module Aws::SSM
1670
1703
  class CommandFilter < Struct.new(
1671
1704
  :key,
1672
1705
  :value)
1706
+ SENSITIVE = []
1673
1707
  include Aws::Structure
1674
1708
  end
1675
1709
 
@@ -1825,6 +1859,7 @@ module Aws::SSM
1825
1859
  :service_role,
1826
1860
  :notification_config,
1827
1861
  :cloud_watch_output_config)
1862
+ SENSITIVE = []
1828
1863
  include Aws::Structure
1829
1864
  end
1830
1865
 
@@ -1978,6 +2013,7 @@ module Aws::SSM
1978
2013
  :output_s3_region,
1979
2014
  :output_s3_bucket_name,
1980
2015
  :output_s3_key_prefix)
2016
+ SENSITIVE = []
1981
2017
  include Aws::Structure
1982
2018
  end
1983
2019
 
@@ -2017,6 +2053,7 @@ module Aws::SSM
2017
2053
  :execution_time,
2018
2054
  :execution_id,
2019
2055
  :execution_type)
2056
+ SENSITIVE = []
2020
2057
  include Aws::Structure
2021
2058
  end
2022
2059
 
@@ -2085,6 +2122,7 @@ module Aws::SSM
2085
2122
  :severity,
2086
2123
  :execution_summary,
2087
2124
  :details)
2125
+ SENSITIVE = []
2088
2126
  include Aws::Structure
2089
2127
  end
2090
2128
 
@@ -2137,6 +2175,7 @@ module Aws::SSM
2137
2175
  :severity,
2138
2176
  :status,
2139
2177
  :details)
2178
+ SENSITIVE = []
2140
2179
  include Aws::Structure
2141
2180
  end
2142
2181
 
@@ -2171,6 +2210,7 @@ module Aws::SSM
2171
2210
  :key,
2172
2211
  :values,
2173
2212
  :type)
2213
+ SENSITIVE = []
2174
2214
  include Aws::Structure
2175
2215
  end
2176
2216
 
@@ -2195,6 +2235,7 @@ module Aws::SSM
2195
2235
  :compliance_type,
2196
2236
  :compliant_summary,
2197
2237
  :non_compliant_summary)
2238
+ SENSITIVE = []
2198
2239
  include Aws::Structure
2199
2240
  end
2200
2241
 
@@ -2208,6 +2249,7 @@ module Aws::SSM
2208
2249
  #
2209
2250
  class ComplianceTypeCountLimitExceededException < Struct.new(
2210
2251
  :message)
2252
+ SENSITIVE = []
2211
2253
  include Aws::Structure
2212
2254
  end
2213
2255
 
@@ -2227,6 +2269,7 @@ module Aws::SSM
2227
2269
  class CompliantSummary < Struct.new(
2228
2270
  :compliant_count,
2229
2271
  :severity_summary)
2272
+ SENSITIVE = []
2230
2273
  include Aws::Structure
2231
2274
  end
2232
2275
 
@@ -2321,6 +2364,7 @@ module Aws::SSM
2321
2364
  :registration_limit,
2322
2365
  :expiration_date,
2323
2366
  :tags)
2367
+ SENSITIVE = []
2324
2368
  include Aws::Structure
2325
2369
  end
2326
2370
 
@@ -2340,6 +2384,7 @@ module Aws::SSM
2340
2384
  class CreateActivationResult < Struct.new(
2341
2385
  :activation_id,
2342
2386
  :activation_code)
2387
+ SENSITIVE = []
2343
2388
  include Aws::Structure
2344
2389
  end
2345
2390
 
@@ -2388,6 +2433,7 @@ module Aws::SSM
2388
2433
  #
2389
2434
  class CreateAssociationBatchRequest < Struct.new(
2390
2435
  :entries)
2436
+ SENSITIVE = []
2391
2437
  include Aws::Structure
2392
2438
  end
2393
2439
 
@@ -2560,6 +2606,7 @@ module Aws::SSM
2560
2606
  :compliance_severity,
2561
2607
  :sync_compliance,
2562
2608
  :apply_only_at_cron_interval)
2609
+ SENSITIVE = []
2563
2610
  include Aws::Structure
2564
2611
  end
2565
2612
 
@@ -2576,6 +2623,7 @@ module Aws::SSM
2576
2623
  class CreateAssociationBatchResult < Struct.new(
2577
2624
  :successful,
2578
2625
  :failed)
2626
+ SENSITIVE = []
2579
2627
  include Aws::Structure
2580
2628
  end
2581
2629
 
@@ -2766,6 +2814,7 @@ module Aws::SSM
2766
2814
  :compliance_severity,
2767
2815
  :sync_compliance,
2768
2816
  :apply_only_at_cron_interval)
2817
+ SENSITIVE = []
2769
2818
  include Aws::Structure
2770
2819
  end
2771
2820
 
@@ -2777,6 +2826,7 @@ module Aws::SSM
2777
2826
  #
2778
2827
  class CreateAssociationResult < Struct.new(
2779
2828
  :association_description)
2829
+ SENSITIVE = []
2780
2830
  include Aws::Structure
2781
2831
  end
2782
2832
 
@@ -2924,6 +2974,7 @@ module Aws::SSM
2924
2974
  :document_format,
2925
2975
  :target_type,
2926
2976
  :tags)
2977
+ SENSITIVE = []
2927
2978
  include Aws::Structure
2928
2979
  end
2929
2980
 
@@ -2935,6 +2986,7 @@ module Aws::SSM
2935
2986
  #
2936
2987
  class CreateDocumentResult < Struct.new(
2937
2988
  :document_description)
2989
+ SENSITIVE = []
2938
2990
  include Aws::Structure
2939
2991
  end
2940
2992
 
@@ -3077,6 +3129,7 @@ module Aws::SSM
3077
3129
  :allow_unassociated_targets,
3078
3130
  :client_token,
3079
3131
  :tags)
3132
+ SENSITIVE = [:description]
3080
3133
  include Aws::Structure
3081
3134
  end
3082
3135
 
@@ -3088,6 +3141,7 @@ module Aws::SSM
3088
3141
  #
3089
3142
  class CreateMaintenanceWindowResult < Struct.new(
3090
3143
  :window_id)
3144
+ SENSITIVE = []
3091
3145
  include Aws::Structure
3092
3146
  end
3093
3147
 
@@ -3231,6 +3285,7 @@ module Aws::SSM
3231
3285
  :tags,
3232
3286
  :category,
3233
3287
  :severity)
3288
+ SENSITIVE = []
3234
3289
  include Aws::Structure
3235
3290
  end
3236
3291
 
@@ -3242,6 +3297,7 @@ module Aws::SSM
3242
3297
  #
3243
3298
  class CreateOpsItemResponse < Struct.new(
3244
3299
  :ops_item_id)
3300
+ SENSITIVE = []
3245
3301
  include Aws::Structure
3246
3302
  end
3247
3303
 
@@ -3422,6 +3478,7 @@ module Aws::SSM
3422
3478
  :sources,
3423
3479
  :client_token,
3424
3480
  :tags)
3481
+ SENSITIVE = []
3425
3482
  include Aws::Structure
3426
3483
  end
3427
3484
 
@@ -3433,6 +3490,7 @@ module Aws::SSM
3433
3490
  #
3434
3491
  class CreatePatchBaselineResult < Struct.new(
3435
3492
  :baseline_id)
3493
+ SENSITIVE = []
3436
3494
  include Aws::Structure
3437
3495
  end
3438
3496
 
@@ -3499,6 +3557,7 @@ module Aws::SSM
3499
3557
  :s3_destination,
3500
3558
  :sync_type,
3501
3559
  :sync_source)
3560
+ SENSITIVE = []
3502
3561
  include Aws::Structure
3503
3562
  end
3504
3563
 
@@ -3516,6 +3575,7 @@ module Aws::SSM
3516
3575
  #
3517
3576
  class CustomSchemaCountLimitExceededException < Struct.new(
3518
3577
  :message)
3578
+ SENSITIVE = []
3519
3579
  include Aws::Structure
3520
3580
  end
3521
3581
 
@@ -3534,6 +3594,7 @@ module Aws::SSM
3534
3594
  #
3535
3595
  class DeleteActivationRequest < Struct.new(
3536
3596
  :activation_id)
3597
+ SENSITIVE = []
3537
3598
  include Aws::Structure
3538
3599
  end
3539
3600
 
@@ -3568,6 +3629,7 @@ module Aws::SSM
3568
3629
  :name,
3569
3630
  :instance_id,
3570
3631
  :association_id)
3632
+ SENSITIVE = []
3571
3633
  include Aws::Structure
3572
3634
  end
3573
3635
 
@@ -3614,6 +3676,7 @@ module Aws::SSM
3614
3676
  :document_version,
3615
3677
  :version_name,
3616
3678
  :force)
3679
+ SENSITIVE = []
3617
3680
  include Aws::Structure
3618
3681
  end
3619
3682
 
@@ -3673,6 +3736,7 @@ module Aws::SSM
3673
3736
  :schema_delete_option,
3674
3737
  :dry_run,
3675
3738
  :client_token)
3739
+ SENSITIVE = []
3676
3740
  include Aws::Structure
3677
3741
  end
3678
3742
 
@@ -3703,6 +3767,7 @@ module Aws::SSM
3703
3767
  :deletion_id,
3704
3768
  :type_name,
3705
3769
  :deletion_summary)
3770
+ SENSITIVE = []
3706
3771
  include Aws::Structure
3707
3772
  end
3708
3773
 
@@ -3721,6 +3786,7 @@ module Aws::SSM
3721
3786
  #
3722
3787
  class DeleteMaintenanceWindowRequest < Struct.new(
3723
3788
  :window_id)
3789
+ SENSITIVE = []
3724
3790
  include Aws::Structure
3725
3791
  end
3726
3792
 
@@ -3732,6 +3798,7 @@ module Aws::SSM
3732
3798
  #
3733
3799
  class DeleteMaintenanceWindowResult < Struct.new(
3734
3800
  :window_id)
3801
+ SENSITIVE = []
3735
3802
  include Aws::Structure
3736
3803
  end
3737
3804
 
@@ -3750,6 +3817,7 @@ module Aws::SSM
3750
3817
  #
3751
3818
  class DeleteParameterRequest < Struct.new(
3752
3819
  :name)
3820
+ SENSITIVE = []
3753
3821
  include Aws::Structure
3754
3822
  end
3755
3823
 
@@ -3772,6 +3840,7 @@ module Aws::SSM
3772
3840
  #
3773
3841
  class DeleteParametersRequest < Struct.new(
3774
3842
  :names)
3843
+ SENSITIVE = []
3775
3844
  include Aws::Structure
3776
3845
  end
3777
3846
 
@@ -3789,6 +3858,7 @@ module Aws::SSM
3789
3858
  class DeleteParametersResult < Struct.new(
3790
3859
  :deleted_parameters,
3791
3860
  :invalid_parameters)
3861
+ SENSITIVE = []
3792
3862
  include Aws::Structure
3793
3863
  end
3794
3864
 
@@ -3807,6 +3877,7 @@ module Aws::SSM
3807
3877
  #
3808
3878
  class DeletePatchBaselineRequest < Struct.new(
3809
3879
  :baseline_id)
3880
+ SENSITIVE = []
3810
3881
  include Aws::Structure
3811
3882
  end
3812
3883
 
@@ -3818,6 +3889,7 @@ module Aws::SSM
3818
3889
  #
3819
3890
  class DeletePatchBaselineResult < Struct.new(
3820
3891
  :baseline_id)
3892
+ SENSITIVE = []
3821
3893
  include Aws::Structure
3822
3894
  end
3823
3895
 
@@ -3842,6 +3914,7 @@ module Aws::SSM
3842
3914
  class DeleteResourceDataSyncRequest < Struct.new(
3843
3915
  :sync_name,
3844
3916
  :sync_type)
3917
+ SENSITIVE = []
3845
3918
  include Aws::Structure
3846
3919
  end
3847
3920
 
@@ -3865,6 +3938,7 @@ module Aws::SSM
3865
3938
  #
3866
3939
  class DeregisterManagedInstanceRequest < Struct.new(
3867
3940
  :instance_id)
3941
+ SENSITIVE = []
3868
3942
  include Aws::Structure
3869
3943
  end
3870
3944
 
@@ -3894,6 +3968,7 @@ module Aws::SSM
3894
3968
  class DeregisterPatchBaselineForPatchGroupRequest < Struct.new(
3895
3969
  :baseline_id,
3896
3970
  :patch_group)
3971
+ SENSITIVE = []
3897
3972
  include Aws::Structure
3898
3973
  end
3899
3974
 
@@ -3910,6 +3985,7 @@ module Aws::SSM
3910
3985
  class DeregisterPatchBaselineForPatchGroupResult < Struct.new(
3911
3986
  :baseline_id,
3912
3987
  :patch_group)
3988
+ SENSITIVE = []
3913
3989
  include Aws::Structure
3914
3990
  end
3915
3991
 
@@ -3942,6 +4018,7 @@ module Aws::SSM
3942
4018
  :window_id,
3943
4019
  :window_target_id,
3944
4020
  :safe)
4021
+ SENSITIVE = []
3945
4022
  include Aws::Structure
3946
4023
  end
3947
4024
 
@@ -3958,6 +4035,7 @@ module Aws::SSM
3958
4035
  class DeregisterTargetFromMaintenanceWindowResult < Struct.new(
3959
4036
  :window_id,
3960
4037
  :window_target_id)
4038
+ SENSITIVE = []
3961
4039
  include Aws::Structure
3962
4040
  end
3963
4041
 
@@ -3982,6 +4060,7 @@ module Aws::SSM
3982
4060
  class DeregisterTaskFromMaintenanceWindowRequest < Struct.new(
3983
4061
  :window_id,
3984
4062
  :window_task_id)
4063
+ SENSITIVE = []
3985
4064
  include Aws::Structure
3986
4065
  end
3987
4066
 
@@ -3998,6 +4077,7 @@ module Aws::SSM
3998
4077
  class DeregisterTaskFromMaintenanceWindowResult < Struct.new(
3999
4078
  :window_id,
4000
4079
  :window_task_id)
4080
+ SENSITIVE = []
4001
4081
  include Aws::Structure
4002
4082
  end
4003
4083
 
@@ -4024,6 +4104,7 @@ module Aws::SSM
4024
4104
  class DescribeActivationsFilter < Struct.new(
4025
4105
  :filter_key,
4026
4106
  :filter_values)
4107
+ SENSITIVE = []
4027
4108
  include Aws::Structure
4028
4109
  end
4029
4110
 
@@ -4062,6 +4143,7 @@ module Aws::SSM
4062
4143
  :filters,
4063
4144
  :max_results,
4064
4145
  :next_token)
4146
+ SENSITIVE = []
4065
4147
  include Aws::Structure
4066
4148
  end
4067
4149
 
@@ -4079,6 +4161,7 @@ module Aws::SSM
4079
4161
  class DescribeActivationsResult < Struct.new(
4080
4162
  :activation_list,
4081
4163
  :next_token)
4164
+ SENSITIVE = []
4082
4165
  include Aws::Structure
4083
4166
  end
4084
4167
 
@@ -4137,6 +4220,7 @@ module Aws::SSM
4137
4220
  :filters,
4138
4221
  :max_results,
4139
4222
  :next_token)
4223
+ SENSITIVE = []
4140
4224
  include Aws::Structure
4141
4225
  end
4142
4226
 
@@ -4154,6 +4238,7 @@ module Aws::SSM
4154
4238
  class DescribeAssociationExecutionTargetsResult < Struct.new(
4155
4239
  :association_execution_targets,
4156
4240
  :next_token)
4241
+ SENSITIVE = []
4157
4242
  include Aws::Structure
4158
4243
  end
4159
4244
 
@@ -4207,6 +4292,7 @@ module Aws::SSM
4207
4292
  :filters,
4208
4293
  :max_results,
4209
4294
  :next_token)
4295
+ SENSITIVE = []
4210
4296
  include Aws::Structure
4211
4297
  end
4212
4298
 
@@ -4224,6 +4310,7 @@ module Aws::SSM
4224
4310
  class DescribeAssociationExecutionsResult < Struct.new(
4225
4311
  :association_executions,
4226
4312
  :next_token)
4313
+ SENSITIVE = []
4227
4314
  include Aws::Structure
4228
4315
  end
4229
4316
 
@@ -4264,6 +4351,7 @@ module Aws::SSM
4264
4351
  :instance_id,
4265
4352
  :association_id,
4266
4353
  :association_version)
4354
+ SENSITIVE = []
4267
4355
  include Aws::Structure
4268
4356
  end
4269
4357
 
@@ -4275,6 +4363,7 @@ module Aws::SSM
4275
4363
  #
4276
4364
  class DescribeAssociationResult < Struct.new(
4277
4365
  :association_description)
4366
+ SENSITIVE = []
4278
4367
  include Aws::Structure
4279
4368
  end
4280
4369
 
@@ -4313,6 +4402,7 @@ module Aws::SSM
4313
4402
  :filters,
4314
4403
  :max_results,
4315
4404
  :next_token)
4405
+ SENSITIVE = []
4316
4406
  include Aws::Structure
4317
4407
  end
4318
4408
 
@@ -4331,6 +4421,7 @@ module Aws::SSM
4331
4421
  class DescribeAutomationExecutionsResult < Struct.new(
4332
4422
  :automation_execution_metadata_list,
4333
4423
  :next_token)
4424
+ SENSITIVE = []
4334
4425
  include Aws::Structure
4335
4426
  end
4336
4427
 
@@ -4384,6 +4475,7 @@ module Aws::SSM
4384
4475
  :next_token,
4385
4476
  :max_results,
4386
4477
  :reverse_order)
4478
+ SENSITIVE = []
4387
4479
  include Aws::Structure
4388
4480
  end
4389
4481
 
@@ -4402,6 +4494,7 @@ module Aws::SSM
4402
4494
  class DescribeAutomationStepExecutionsResult < Struct.new(
4403
4495
  :step_executions,
4404
4496
  :next_token)
4497
+ SENSITIVE = []
4405
4498
  include Aws::Structure
4406
4499
  end
4407
4500
 
@@ -4438,6 +4531,7 @@ module Aws::SSM
4438
4531
  :filters,
4439
4532
  :max_results,
4440
4533
  :next_token)
4534
+ SENSITIVE = []
4441
4535
  include Aws::Structure
4442
4536
  end
4443
4537
 
@@ -4455,6 +4549,7 @@ module Aws::SSM
4455
4549
  class DescribeAvailablePatchesResult < Struct.new(
4456
4550
  :patches,
4457
4551
  :next_token)
4552
+ SENSITIVE = []
4458
4553
  include Aws::Structure
4459
4554
  end
4460
4555
 
@@ -4480,6 +4575,7 @@ module Aws::SSM
4480
4575
  class DescribeDocumentPermissionRequest < Struct.new(
4481
4576
  :name,
4482
4577
  :permission_type)
4578
+ SENSITIVE = []
4483
4579
  include Aws::Structure
4484
4580
  end
4485
4581
 
@@ -4498,6 +4594,7 @@ module Aws::SSM
4498
4594
  class DescribeDocumentPermissionResponse < Struct.new(
4499
4595
  :account_ids,
4500
4596
  :account_sharing_info_list)
4597
+ SENSITIVE = []
4501
4598
  include Aws::Structure
4502
4599
  end
4503
4600
 
@@ -4531,6 +4628,7 @@ module Aws::SSM
4531
4628
  :name,
4532
4629
  :document_version,
4533
4630
  :version_name)
4631
+ SENSITIVE = []
4534
4632
  include Aws::Structure
4535
4633
  end
4536
4634
 
@@ -4542,6 +4640,7 @@ module Aws::SSM
4542
4640
  #
4543
4641
  class DescribeDocumentResult < Struct.new(
4544
4642
  :document)
4643
+ SENSITIVE = []
4545
4644
  include Aws::Structure
4546
4645
  end
4547
4646
 
@@ -4575,6 +4674,7 @@ module Aws::SSM
4575
4674
  :instance_id,
4576
4675
  :max_results,
4577
4676
  :next_token)
4677
+ SENSITIVE = []
4578
4678
  include Aws::Structure
4579
4679
  end
4580
4680
 
@@ -4592,6 +4692,7 @@ module Aws::SSM
4592
4692
  class DescribeEffectiveInstanceAssociationsResult < Struct.new(
4593
4693
  :associations,
4594
4694
  :next_token)
4695
+ SENSITIVE = []
4595
4696
  include Aws::Structure
4596
4697
  end
4597
4698
 
@@ -4623,6 +4724,7 @@ module Aws::SSM
4623
4724
  :baseline_id,
4624
4725
  :max_results,
4625
4726
  :next_token)
4727
+ SENSITIVE = []
4626
4728
  include Aws::Structure
4627
4729
  end
4628
4730
 
@@ -4640,6 +4742,7 @@ module Aws::SSM
4640
4742
  class DescribeEffectivePatchesForPatchBaselineResult < Struct.new(
4641
4743
  :effective_patches,
4642
4744
  :next_token)
4745
+ SENSITIVE = []
4643
4746
  include Aws::Structure
4644
4747
  end
4645
4748
 
@@ -4673,6 +4776,7 @@ module Aws::SSM
4673
4776
  :instance_id,
4674
4777
  :max_results,
4675
4778
  :next_token)
4779
+ SENSITIVE = []
4676
4780
  include Aws::Structure
4677
4781
  end
4678
4782
 
@@ -4690,6 +4794,7 @@ module Aws::SSM
4690
4794
  class DescribeInstanceAssociationsStatusResult < Struct.new(
4691
4795
  :instance_association_status_infos,
4692
4796
  :next_token)
4797
+ SENSITIVE = []
4693
4798
  include Aws::Structure
4694
4799
  end
4695
4800
 
@@ -4750,6 +4855,7 @@ module Aws::SSM
4750
4855
  :filters,
4751
4856
  :max_results,
4752
4857
  :next_token)
4858
+ SENSITIVE = []
4753
4859
  include Aws::Structure
4754
4860
  end
4755
4861
 
@@ -4767,6 +4873,7 @@ module Aws::SSM
4767
4873
  class DescribeInstanceInformationResult < Struct.new(
4768
4874
  :instance_information_list,
4769
4875
  :next_token)
4876
+ SENSITIVE = []
4770
4877
  include Aws::Structure
4771
4878
  end
4772
4879
 
@@ -4817,6 +4924,7 @@ module Aws::SSM
4817
4924
  :filters,
4818
4925
  :next_token,
4819
4926
  :max_results)
4927
+ SENSITIVE = []
4820
4928
  include Aws::Structure
4821
4929
  end
4822
4930
 
@@ -4834,6 +4942,7 @@ module Aws::SSM
4834
4942
  class DescribeInstancePatchStatesForPatchGroupResult < Struct.new(
4835
4943
  :instance_patch_states,
4836
4944
  :next_token)
4945
+ SENSITIVE = []
4837
4946
  include Aws::Structure
4838
4947
  end
4839
4948
 
@@ -4866,6 +4975,7 @@ module Aws::SSM
4866
4975
  :instance_ids,
4867
4976
  :next_token,
4868
4977
  :max_results)
4978
+ SENSITIVE = []
4869
4979
  include Aws::Structure
4870
4980
  end
4871
4981
 
@@ -4883,6 +4993,7 @@ module Aws::SSM
4883
4993
  class DescribeInstancePatchStatesResult < Struct.new(
4884
4994
  :instance_patch_states,
4885
4995
  :next_token)
4996
+ SENSITIVE = []
4886
4997
  include Aws::Structure
4887
4998
  end
4888
4999
 
@@ -4928,6 +5039,7 @@ module Aws::SSM
4928
5039
  :filters,
4929
5040
  :next_token,
4930
5041
  :max_results)
5042
+ SENSITIVE = []
4931
5043
  include Aws::Structure
4932
5044
  end
4933
5045
 
@@ -4959,6 +5071,7 @@ module Aws::SSM
4959
5071
  class DescribeInstancePatchesResult < Struct.new(
4960
5072
  :patches,
4961
5073
  :next_token)
5074
+ SENSITIVE = []
4962
5075
  include Aws::Structure
4963
5076
  end
4964
5077
 
@@ -4993,6 +5106,7 @@ module Aws::SSM
4993
5106
  :deletion_id,
4994
5107
  :next_token,
4995
5108
  :max_results)
5109
+ SENSITIVE = []
4996
5110
  include Aws::Structure
4997
5111
  end
4998
5112
 
@@ -5010,6 +5124,7 @@ module Aws::SSM
5010
5124
  class DescribeInventoryDeletionsResult < Struct.new(
5011
5125
  :inventory_deletions,
5012
5126
  :next_token)
5127
+ SENSITIVE = []
5013
5128
  include Aws::Structure
5014
5129
  end
5015
5130
 
@@ -5064,6 +5179,7 @@ module Aws::SSM
5064
5179
  :filters,
5065
5180
  :max_results,
5066
5181
  :next_token)
5182
+ SENSITIVE = []
5067
5183
  include Aws::Structure
5068
5184
  end
5069
5185
 
@@ -5081,6 +5197,7 @@ module Aws::SSM
5081
5197
  class DescribeMaintenanceWindowExecutionTaskInvocationsResult < Struct.new(
5082
5198
  :window_execution_task_invocation_identities,
5083
5199
  :next_token)
5200
+ SENSITIVE = []
5084
5201
  include Aws::Structure
5085
5202
  end
5086
5203
 
@@ -5129,6 +5246,7 @@ module Aws::SSM
5129
5246
  :filters,
5130
5247
  :max_results,
5131
5248
  :next_token)
5249
+ SENSITIVE = []
5132
5250
  include Aws::Structure
5133
5251
  end
5134
5252
 
@@ -5146,6 +5264,7 @@ module Aws::SSM
5146
5264
  class DescribeMaintenanceWindowExecutionTasksResult < Struct.new(
5147
5265
  :window_execution_task_identities,
5148
5266
  :next_token)
5267
+ SENSITIVE = []
5149
5268
  include Aws::Structure
5150
5269
  end
5151
5270
 
@@ -5199,6 +5318,7 @@ module Aws::SSM
5199
5318
  :filters,
5200
5319
  :max_results,
5201
5320
  :next_token)
5321
+ SENSITIVE = []
5202
5322
  include Aws::Structure
5203
5323
  end
5204
5324
 
@@ -5216,6 +5336,7 @@ module Aws::SSM
5216
5336
  class DescribeMaintenanceWindowExecutionsResult < Struct.new(
5217
5337
  :window_executions,
5218
5338
  :next_token)
5339
+ SENSITIVE = []
5219
5340
  include Aws::Structure
5220
5341
  end
5221
5342
 
@@ -5280,6 +5401,7 @@ module Aws::SSM
5280
5401
  :filters,
5281
5402
  :max_results,
5282
5403
  :next_token)
5404
+ SENSITIVE = []
5283
5405
  include Aws::Structure
5284
5406
  end
5285
5407
 
@@ -5298,6 +5420,7 @@ module Aws::SSM
5298
5420
  class DescribeMaintenanceWindowScheduleResult < Struct.new(
5299
5421
  :scheduled_window_executions,
5300
5422
  :next_token)
5423
+ SENSITIVE = []
5301
5424
  include Aws::Structure
5302
5425
  end
5303
5426
 
@@ -5344,6 +5467,7 @@ module Aws::SSM
5344
5467
  :filters,
5345
5468
  :max_results,
5346
5469
  :next_token)
5470
+ SENSITIVE = []
5347
5471
  include Aws::Structure
5348
5472
  end
5349
5473
 
@@ -5361,6 +5485,7 @@ module Aws::SSM
5361
5485
  class DescribeMaintenanceWindowTargetsResult < Struct.new(
5362
5486
  :targets,
5363
5487
  :next_token)
5488
+ SENSITIVE = []
5364
5489
  include Aws::Structure
5365
5490
  end
5366
5491
 
@@ -5407,6 +5532,7 @@ module Aws::SSM
5407
5532
  :filters,
5408
5533
  :max_results,
5409
5534
  :next_token)
5535
+ SENSITIVE = []
5410
5536
  include Aws::Structure
5411
5537
  end
5412
5538
 
@@ -5424,6 +5550,7 @@ module Aws::SSM
5424
5550
  class DescribeMaintenanceWindowTasksResult < Struct.new(
5425
5551
  :tasks,
5426
5552
  :next_token)
5553
+ SENSITIVE = []
5427
5554
  include Aws::Structure
5428
5555
  end
5429
5556
 
@@ -5469,6 +5596,7 @@ module Aws::SSM
5469
5596
  :resource_type,
5470
5597
  :max_results,
5471
5598
  :next_token)
5599
+ SENSITIVE = []
5472
5600
  include Aws::Structure
5473
5601
  end
5474
5602
 
@@ -5487,6 +5615,7 @@ module Aws::SSM
5487
5615
  class DescribeMaintenanceWindowsForTargetResult < Struct.new(
5488
5616
  :window_identities,
5489
5617
  :next_token)
5618
+ SENSITIVE = []
5490
5619
  include Aws::Structure
5491
5620
  end
5492
5621
 
@@ -5527,6 +5656,7 @@ module Aws::SSM
5527
5656
  :filters,
5528
5657
  :max_results,
5529
5658
  :next_token)
5659
+ SENSITIVE = []
5530
5660
  include Aws::Structure
5531
5661
  end
5532
5662
 
@@ -5544,6 +5674,7 @@ module Aws::SSM
5544
5674
  class DescribeMaintenanceWindowsResult < Struct.new(
5545
5675
  :window_identities,
5546
5676
  :next_token)
5677
+ SENSITIVE = []
5547
5678
  include Aws::Structure
5548
5679
  end
5549
5680
 
@@ -5639,6 +5770,7 @@ module Aws::SSM
5639
5770
  :ops_item_filters,
5640
5771
  :max_results,
5641
5772
  :next_token)
5773
+ SENSITIVE = []
5642
5774
  include Aws::Structure
5643
5775
  end
5644
5776
 
@@ -5656,6 +5788,7 @@ module Aws::SSM
5656
5788
  class DescribeOpsItemsResponse < Struct.new(
5657
5789
  :next_token,
5658
5790
  :ops_item_summaries)
5791
+ SENSITIVE = []
5659
5792
  include Aws::Structure
5660
5793
  end
5661
5794
 
@@ -5706,6 +5839,7 @@ module Aws::SSM
5706
5839
  :parameter_filters,
5707
5840
  :max_results,
5708
5841
  :next_token)
5842
+ SENSITIVE = []
5709
5843
  include Aws::Structure
5710
5844
  end
5711
5845
 
@@ -5722,6 +5856,7 @@ module Aws::SSM
5722
5856
  class DescribeParametersResult < Struct.new(
5723
5857
  :parameters,
5724
5858
  :next_token)
5859
+ SENSITIVE = []
5725
5860
  include Aws::Structure
5726
5861
  end
5727
5862
 
@@ -5763,6 +5898,7 @@ module Aws::SSM
5763
5898
  :filters,
5764
5899
  :max_results,
5765
5900
  :next_token)
5901
+ SENSITIVE = []
5766
5902
  include Aws::Structure
5767
5903
  end
5768
5904
 
@@ -5780,6 +5916,7 @@ module Aws::SSM
5780
5916
  class DescribePatchBaselinesResult < Struct.new(
5781
5917
  :baseline_identities,
5782
5918
  :next_token)
5919
+ SENSITIVE = []
5783
5920
  include Aws::Structure
5784
5921
  end
5785
5922
 
@@ -5799,6 +5936,7 @@ module Aws::SSM
5799
5936
  #
5800
5937
  class DescribePatchGroupStateRequest < Struct.new(
5801
5938
  :patch_group)
5939
+ SENSITIVE = []
5802
5940
  include Aws::Structure
5803
5941
  end
5804
5942
 
@@ -5866,6 +6004,7 @@ module Aws::SSM
5866
6004
  :instances_with_failed_patches,
5867
6005
  :instances_with_not_applicable_patches,
5868
6006
  :instances_with_unreported_not_applicable_patches)
6007
+ SENSITIVE = []
5869
6008
  include Aws::Structure
5870
6009
  end
5871
6010
 
@@ -5903,6 +6042,7 @@ module Aws::SSM
5903
6042
  :max_results,
5904
6043
  :filters,
5905
6044
  :next_token)
6045
+ SENSITIVE = []
5906
6046
  include Aws::Structure
5907
6047
  end
5908
6048
 
@@ -5925,6 +6065,7 @@ module Aws::SSM
5925
6065
  class DescribePatchGroupsResult < Struct.new(
5926
6066
  :mappings,
5927
6067
  :next_token)
6068
+ SENSITIVE = []
5928
6069
  include Aws::Structure
5929
6070
  end
5930
6071
 
@@ -5972,6 +6113,7 @@ module Aws::SSM
5972
6113
  :patch_set,
5973
6114
  :max_results,
5974
6115
  :next_token)
6116
+ SENSITIVE = []
5975
6117
  include Aws::Structure
5976
6118
  end
5977
6119
 
@@ -5990,6 +6132,7 @@ module Aws::SSM
5990
6132
  class DescribePatchPropertiesResult < Struct.new(
5991
6133
  :properties,
5992
6134
  :next_token)
6135
+ SENSITIVE = []
5993
6136
  include Aws::Structure
5994
6137
  end
5995
6138
 
@@ -6036,6 +6179,7 @@ module Aws::SSM
6036
6179
  :max_results,
6037
6180
  :next_token,
6038
6181
  :filters)
6182
+ SENSITIVE = []
6039
6183
  include Aws::Structure
6040
6184
  end
6041
6185
 
@@ -6053,6 +6197,7 @@ module Aws::SSM
6053
6197
  class DescribeSessionsResponse < Struct.new(
6054
6198
  :sessions,
6055
6199
  :next_token)
6200
+ SENSITIVE = []
6056
6201
  include Aws::Structure
6057
6202
  end
6058
6203
 
@@ -6065,6 +6210,7 @@ module Aws::SSM
6065
6210
  #
6066
6211
  class DocumentAlreadyExists < Struct.new(
6067
6212
  :message)
6213
+ SENSITIVE = []
6068
6214
  include Aws::Structure
6069
6215
  end
6070
6216
 
@@ -6088,6 +6234,7 @@ module Aws::SSM
6088
6234
  :name,
6089
6235
  :default_version,
6090
6236
  :default_version_name)
6237
+ SENSITIVE = []
6091
6238
  include Aws::Structure
6092
6239
  end
6093
6240
 
@@ -6230,6 +6377,7 @@ module Aws::SSM
6230
6377
  :tags,
6231
6378
  :attachments_information,
6232
6379
  :requires)
6380
+ SENSITIVE = []
6233
6381
  include Aws::Structure
6234
6382
  end
6235
6383
 
@@ -6256,6 +6404,7 @@ module Aws::SSM
6256
6404
  class DocumentFilter < Struct.new(
6257
6405
  :key,
6258
6406
  :value)
6407
+ SENSITIVE = []
6259
6408
  include Aws::Structure
6260
6409
  end
6261
6410
 
@@ -6330,6 +6479,7 @@ module Aws::SSM
6330
6479
  :target_type,
6331
6480
  :tags,
6332
6481
  :requires)
6482
+ SENSITIVE = []
6333
6483
  include Aws::Structure
6334
6484
  end
6335
6485
 
@@ -6386,6 +6536,7 @@ module Aws::SSM
6386
6536
  class DocumentKeyValuesFilter < Struct.new(
6387
6537
  :key,
6388
6538
  :values)
6539
+ SENSITIVE = []
6389
6540
  include Aws::Structure
6390
6541
  end
6391
6542
 
@@ -6398,6 +6549,7 @@ module Aws::SSM
6398
6549
  #
6399
6550
  class DocumentLimitExceeded < Struct.new(
6400
6551
  :message)
6552
+ SENSITIVE = []
6401
6553
  include Aws::Structure
6402
6554
  end
6403
6555
 
@@ -6430,6 +6582,7 @@ module Aws::SSM
6430
6582
  :type,
6431
6583
  :description,
6432
6584
  :default_value)
6585
+ SENSITIVE = []
6433
6586
  include Aws::Structure
6434
6587
  end
6435
6588
 
@@ -6445,6 +6598,7 @@ module Aws::SSM
6445
6598
  #
6446
6599
  class DocumentPermissionLimit < Struct.new(
6447
6600
  :message)
6601
+ SENSITIVE = []
6448
6602
  include Aws::Structure
6449
6603
  end
6450
6604
 
@@ -6472,6 +6626,7 @@ module Aws::SSM
6472
6626
  class DocumentRequires < Struct.new(
6473
6627
  :name,
6474
6628
  :version)
6629
+ SENSITIVE = []
6475
6630
  include Aws::Structure
6476
6631
  end
6477
6632
 
@@ -6526,6 +6681,7 @@ module Aws::SSM
6526
6681
  :document_format,
6527
6682
  :status,
6528
6683
  :status_information)
6684
+ SENSITIVE = []
6529
6685
  include Aws::Structure
6530
6686
  end
6531
6687
 
@@ -6539,6 +6695,7 @@ module Aws::SSM
6539
6695
  #
6540
6696
  class DocumentVersionLimitExceeded < Struct.new(
6541
6697
  :message)
6698
+ SENSITIVE = []
6542
6699
  include Aws::Structure
6543
6700
  end
6544
6701
 
@@ -6559,6 +6716,7 @@ module Aws::SSM
6559
6716
  #
6560
6717
  class DoesNotExistException < Struct.new(
6561
6718
  :message)
6719
+ SENSITIVE = []
6562
6720
  include Aws::Structure
6563
6721
  end
6564
6722
 
@@ -6572,6 +6730,7 @@ module Aws::SSM
6572
6730
  #
6573
6731
  class DuplicateDocumentContent < Struct.new(
6574
6732
  :message)
6733
+ SENSITIVE = []
6575
6734
  include Aws::Structure
6576
6735
  end
6577
6736
 
@@ -6585,6 +6744,7 @@ module Aws::SSM
6585
6744
  #
6586
6745
  class DuplicateDocumentVersionName < Struct.new(
6587
6746
  :message)
6747
+ SENSITIVE = []
6588
6748
  include Aws::Structure
6589
6749
  end
6590
6750
 
@@ -6618,6 +6778,7 @@ module Aws::SSM
6618
6778
  class EffectivePatch < Struct.new(
6619
6779
  :patch,
6620
6780
  :patch_status)
6781
+ SENSITIVE = []
6621
6782
  include Aws::Structure
6622
6783
  end
6623
6784
 
@@ -6641,6 +6802,7 @@ module Aws::SSM
6641
6802
  :entry,
6642
6803
  :message,
6643
6804
  :fault)
6805
+ SENSITIVE = []
6644
6806
  include Aws::Structure
6645
6807
  end
6646
6808
 
@@ -6667,6 +6829,7 @@ module Aws::SSM
6667
6829
  :failure_stage,
6668
6830
  :failure_type,
6669
6831
  :details)
6832
+ SENSITIVE = []
6670
6833
  include Aws::Structure
6671
6834
  end
6672
6835
 
@@ -6680,6 +6843,7 @@ module Aws::SSM
6680
6843
  #
6681
6844
  class FeatureNotAvailableException < Struct.new(
6682
6845
  :message)
6846
+ SENSITIVE = []
6683
6847
  include Aws::Structure
6684
6848
  end
6685
6849
 
@@ -6700,6 +6864,7 @@ module Aws::SSM
6700
6864
  #
6701
6865
  class GetAutomationExecutionRequest < Struct.new(
6702
6866
  :automation_execution_id)
6867
+ SENSITIVE = []
6703
6868
  include Aws::Structure
6704
6869
  end
6705
6870
 
@@ -6712,6 +6877,7 @@ module Aws::SSM
6712
6877
  #
6713
6878
  class GetAutomationExecutionResult < Struct.new(
6714
6879
  :automation_execution)
6880
+ SENSITIVE = []
6715
6881
  include Aws::Structure
6716
6882
  end
6717
6883
 
@@ -6744,6 +6910,7 @@ module Aws::SSM
6744
6910
  class GetCalendarStateRequest < Struct.new(
6745
6911
  :calendar_names,
6746
6912
  :at_time)
6913
+ SENSITIVE = []
6747
6914
  include Aws::Structure
6748
6915
  end
6749
6916
 
@@ -6780,6 +6947,7 @@ module Aws::SSM
6780
6947
  :state,
6781
6948
  :at_time,
6782
6949
  :next_transition_time)
6950
+ SENSITIVE = []
6783
6951
  include Aws::Structure
6784
6952
  end
6785
6953
 
@@ -6814,6 +6982,7 @@ module Aws::SSM
6814
6982
  :command_id,
6815
6983
  :instance_id,
6816
6984
  :plugin_name)
6985
+ SENSITIVE = []
6817
6986
  include Aws::Structure
6818
6987
  end
6819
6988
 
@@ -6990,6 +7159,7 @@ module Aws::SSM
6990
7159
  :standard_error_content,
6991
7160
  :standard_error_url,
6992
7161
  :cloud_watch_output_config)
7162
+ SENSITIVE = []
6993
7163
  include Aws::Structure
6994
7164
  end
6995
7165
 
@@ -7008,6 +7178,7 @@ module Aws::SSM
7008
7178
  #
7009
7179
  class GetConnectionStatusRequest < Struct.new(
7010
7180
  :target)
7181
+ SENSITIVE = []
7011
7182
  include Aws::Structure
7012
7183
  end
7013
7184
 
@@ -7025,6 +7196,7 @@ module Aws::SSM
7025
7196
  class GetConnectionStatusResponse < Struct.new(
7026
7197
  :target,
7027
7198
  :status)
7199
+ SENSITIVE = []
7028
7200
  include Aws::Structure
7029
7201
  end
7030
7202
 
@@ -7044,6 +7216,7 @@ module Aws::SSM
7044
7216
  #
7045
7217
  class GetDefaultPatchBaselineRequest < Struct.new(
7046
7218
  :operating_system)
7219
+ SENSITIVE = []
7047
7220
  include Aws::Structure
7048
7221
  end
7049
7222
 
@@ -7060,6 +7233,7 @@ module Aws::SSM
7060
7233
  class GetDefaultPatchBaselineResult < Struct.new(
7061
7234
  :baseline_id,
7062
7235
  :operating_system)
7236
+ SENSITIVE = []
7063
7237
  include Aws::Structure
7064
7238
  end
7065
7239
 
@@ -7085,6 +7259,7 @@ module Aws::SSM
7085
7259
  class GetDeployablePatchSnapshotForInstanceRequest < Struct.new(
7086
7260
  :instance_id,
7087
7261
  :snapshot_id)
7262
+ SENSITIVE = []
7088
7263
  include Aws::Structure
7089
7264
  end
7090
7265
 
@@ -7114,6 +7289,7 @@ module Aws::SSM
7114
7289
  :snapshot_id,
7115
7290
  :snapshot_download_url,
7116
7291
  :product)
7292
+ SENSITIVE = []
7117
7293
  include Aws::Structure
7118
7294
  end
7119
7295
 
@@ -7153,6 +7329,7 @@ module Aws::SSM
7153
7329
  :version_name,
7154
7330
  :document_version,
7155
7331
  :document_format)
7332
+ SENSITIVE = []
7156
7333
  include Aws::Structure
7157
7334
  end
7158
7335
 
@@ -7218,6 +7395,7 @@ module Aws::SSM
7218
7395
  :document_format,
7219
7396
  :requires,
7220
7397
  :attachments_content)
7398
+ SENSITIVE = []
7221
7399
  include Aws::Structure
7222
7400
  end
7223
7401
 
@@ -7297,6 +7475,7 @@ module Aws::SSM
7297
7475
  :result_attributes,
7298
7476
  :next_token,
7299
7477
  :max_results)
7478
+ SENSITIVE = []
7300
7479
  include Aws::Structure
7301
7480
  end
7302
7481
 
@@ -7315,6 +7494,7 @@ module Aws::SSM
7315
7494
  class GetInventoryResult < Struct.new(
7316
7495
  :entities,
7317
7496
  :next_token)
7497
+ SENSITIVE = []
7318
7498
  include Aws::Structure
7319
7499
  end
7320
7500
 
@@ -7363,6 +7543,7 @@ module Aws::SSM
7363
7543
  :max_results,
7364
7544
  :aggregator,
7365
7545
  :sub_type)
7546
+ SENSITIVE = []
7366
7547
  include Aws::Structure
7367
7548
  end
7368
7549
 
@@ -7380,6 +7561,7 @@ module Aws::SSM
7380
7561
  class GetInventorySchemaResult < Struct.new(
7381
7562
  :schemas,
7382
7563
  :next_token)
7564
+ SENSITIVE = []
7383
7565
  include Aws::Structure
7384
7566
  end
7385
7567
 
@@ -7398,6 +7580,7 @@ module Aws::SSM
7398
7580
  #
7399
7581
  class GetMaintenanceWindowExecutionRequest < Struct.new(
7400
7582
  :window_execution_id)
7583
+ SENSITIVE = []
7401
7584
  include Aws::Structure
7402
7585
  end
7403
7586
 
@@ -7435,6 +7618,7 @@ module Aws::SSM
7435
7618
  :status_details,
7436
7619
  :start_time,
7437
7620
  :end_time)
7621
+ SENSITIVE = []
7438
7622
  include Aws::Structure
7439
7623
  end
7440
7624
 
@@ -7467,6 +7651,7 @@ module Aws::SSM
7467
7651
  :window_execution_id,
7468
7652
  :task_id,
7469
7653
  :invocation_id)
7654
+ SENSITIVE = []
7470
7655
  include Aws::Structure
7471
7656
  end
7472
7657
 
@@ -7536,6 +7721,7 @@ module Aws::SSM
7536
7721
  :end_time,
7537
7722
  :owner_information,
7538
7723
  :window_target_id)
7724
+ SENSITIVE = [:parameters, :owner_information]
7539
7725
  include Aws::Structure
7540
7726
  end
7541
7727
 
@@ -7561,6 +7747,7 @@ module Aws::SSM
7561
7747
  class GetMaintenanceWindowExecutionTaskRequest < Struct.new(
7562
7748
  :window_execution_id,
7563
7749
  :task_id)
7750
+ SENSITIVE = []
7564
7751
  include Aws::Structure
7565
7752
  end
7566
7753
 
@@ -7651,6 +7838,7 @@ module Aws::SSM
7651
7838
  :status_details,
7652
7839
  :start_time,
7653
7840
  :end_time)
7841
+ SENSITIVE = [:task_parameters]
7654
7842
  include Aws::Structure
7655
7843
  end
7656
7844
 
@@ -7670,6 +7858,7 @@ module Aws::SSM
7670
7858
  #
7671
7859
  class GetMaintenanceWindowRequest < Struct.new(
7672
7860
  :window_id)
7861
+ SENSITIVE = []
7673
7862
  include Aws::Structure
7674
7863
  end
7675
7864
 
@@ -7769,6 +7958,7 @@ module Aws::SSM
7769
7958
  :enabled,
7770
7959
  :created_date,
7771
7960
  :modified_date)
7961
+ SENSITIVE = [:description]
7772
7962
  include Aws::Structure
7773
7963
  end
7774
7964
 
@@ -7793,6 +7983,7 @@ module Aws::SSM
7793
7983
  class GetMaintenanceWindowTaskRequest < Struct.new(
7794
7984
  :window_id,
7795
7985
  :window_task_id)
7986
+ SENSITIVE = []
7796
7987
  include Aws::Structure
7797
7988
  end
7798
7989
 
@@ -7895,6 +8086,7 @@ module Aws::SSM
7895
8086
  :logging_info,
7896
8087
  :name,
7897
8088
  :description)
8089
+ SENSITIVE = [:task_parameters, :description]
7898
8090
  include Aws::Structure
7899
8091
  end
7900
8092
 
@@ -7913,6 +8105,7 @@ module Aws::SSM
7913
8105
  #
7914
8106
  class GetOpsItemRequest < Struct.new(
7915
8107
  :ops_item_id)
8108
+ SENSITIVE = []
7916
8109
  include Aws::Structure
7917
8110
  end
7918
8111
 
@@ -7924,6 +8117,7 @@ module Aws::SSM
7924
8117
  #
7925
8118
  class GetOpsItemResponse < Struct.new(
7926
8119
  :ops_item)
8120
+ SENSITIVE = []
7927
8121
  include Aws::Structure
7928
8122
  end
7929
8123
 
@@ -8005,6 +8199,7 @@ module Aws::SSM
8005
8199
  :result_attributes,
8006
8200
  :next_token,
8007
8201
  :max_results)
8202
+ SENSITIVE = []
8008
8203
  include Aws::Structure
8009
8204
  end
8010
8205
 
@@ -8022,6 +8217,7 @@ module Aws::SSM
8022
8217
  class GetOpsSummaryResult < Struct.new(
8023
8218
  :entities,
8024
8219
  :next_token)
8220
+ SENSITIVE = []
8025
8221
  include Aws::Structure
8026
8222
  end
8027
8223
 
@@ -8062,6 +8258,7 @@ module Aws::SSM
8062
8258
  :with_decryption,
8063
8259
  :max_results,
8064
8260
  :next_token)
8261
+ SENSITIVE = []
8065
8262
  include Aws::Structure
8066
8263
  end
8067
8264
 
@@ -8079,6 +8276,7 @@ module Aws::SSM
8079
8276
  class GetParameterHistoryResult < Struct.new(
8080
8277
  :parameters,
8081
8278
  :next_token)
8279
+ SENSITIVE = []
8082
8280
  include Aws::Structure
8083
8281
  end
8084
8282
 
@@ -8104,6 +8302,7 @@ module Aws::SSM
8104
8302
  class GetParameterRequest < Struct.new(
8105
8303
  :name,
8106
8304
  :with_decryption)
8305
+ SENSITIVE = []
8107
8306
  include Aws::Structure
8108
8307
  end
8109
8308
 
@@ -8115,6 +8314,7 @@ module Aws::SSM
8115
8314
  #
8116
8315
  class GetParameterResult < Struct.new(
8117
8316
  :parameter)
8317
+ SENSITIVE = []
8118
8318
  include Aws::Structure
8119
8319
  end
8120
8320
 
@@ -8182,6 +8382,7 @@ module Aws::SSM
8182
8382
  :with_decryption,
8183
8383
  :max_results,
8184
8384
  :next_token)
8385
+ SENSITIVE = []
8185
8386
  include Aws::Structure
8186
8387
  end
8187
8388
 
@@ -8199,6 +8400,7 @@ module Aws::SSM
8199
8400
  class GetParametersByPathResult < Struct.new(
8200
8401
  :parameters,
8201
8402
  :next_token)
8403
+ SENSITIVE = []
8202
8404
  include Aws::Structure
8203
8405
  end
8204
8406
 
@@ -8225,6 +8427,7 @@ module Aws::SSM
8225
8427
  class GetParametersRequest < Struct.new(
8226
8428
  :names,
8227
8429
  :with_decryption)
8430
+ SENSITIVE = []
8228
8431
  include Aws::Structure
8229
8432
  end
8230
8433
 
@@ -8242,6 +8445,7 @@ module Aws::SSM
8242
8445
  class GetParametersResult < Struct.new(
8243
8446
  :parameters,
8244
8447
  :invalid_parameters)
8448
+ SENSITIVE = []
8245
8449
  include Aws::Structure
8246
8450
  end
8247
8451
 
@@ -8268,6 +8472,7 @@ module Aws::SSM
8268
8472
  class GetPatchBaselineForPatchGroupRequest < Struct.new(
8269
8473
  :patch_group,
8270
8474
  :operating_system)
8475
+ SENSITIVE = []
8271
8476
  include Aws::Structure
8272
8477
  end
8273
8478
 
@@ -8291,6 +8496,7 @@ module Aws::SSM
8291
8496
  :baseline_id,
8292
8497
  :patch_group,
8293
8498
  :operating_system)
8499
+ SENSITIVE = []
8294
8500
  include Aws::Structure
8295
8501
  end
8296
8502
 
@@ -8309,6 +8515,7 @@ module Aws::SSM
8309
8515
  #
8310
8516
  class GetPatchBaselineRequest < Struct.new(
8311
8517
  :baseline_id)
8518
+ SENSITIVE = []
8312
8519
  include Aws::Structure
8313
8520
  end
8314
8521
 
@@ -8398,6 +8605,7 @@ module Aws::SSM
8398
8605
  :modified_date,
8399
8606
  :description,
8400
8607
  :sources)
8608
+ SENSITIVE = []
8401
8609
  include Aws::Structure
8402
8610
  end
8403
8611
 
@@ -8421,6 +8629,7 @@ module Aws::SSM
8421
8629
  #
8422
8630
  class GetServiceSettingRequest < Struct.new(
8423
8631
  :setting_id)
8632
+ SENSITIVE = []
8424
8633
  include Aws::Structure
8425
8634
  end
8426
8635
 
@@ -8434,6 +8643,7 @@ module Aws::SSM
8434
8643
  #
8435
8644
  class GetServiceSettingResult < Struct.new(
8436
8645
  :service_setting)
8646
+ SENSITIVE = []
8437
8647
  include Aws::Structure
8438
8648
  end
8439
8649
 
@@ -8459,6 +8669,7 @@ module Aws::SSM
8459
8669
  #
8460
8670
  class HierarchyLevelLimitExceededException < Struct.new(
8461
8671
  :message)
8672
+ SENSITIVE = []
8462
8673
  include Aws::Structure
8463
8674
  end
8464
8675
 
@@ -8478,6 +8689,7 @@ module Aws::SSM
8478
8689
  #
8479
8690
  class HierarchyTypeMismatchException < Struct.new(
8480
8691
  :message)
8692
+ SENSITIVE = []
8481
8693
  include Aws::Structure
8482
8694
  end
8483
8695
 
@@ -8492,6 +8704,7 @@ module Aws::SSM
8492
8704
  #
8493
8705
  class IdempotentParameterMismatch < Struct.new(
8494
8706
  :message)
8707
+ SENSITIVE = []
8495
8708
  include Aws::Structure
8496
8709
  end
8497
8710
 
@@ -8506,6 +8719,7 @@ module Aws::SSM
8506
8719
  #
8507
8720
  class IncompatiblePolicyException < Struct.new(
8508
8721
  :message)
8722
+ SENSITIVE = []
8509
8723
  include Aws::Structure
8510
8724
  end
8511
8725
 
@@ -8524,6 +8738,7 @@ module Aws::SSM
8524
8738
  class InstanceAggregatedAssociationOverview < Struct.new(
8525
8739
  :detailed_status,
8526
8740
  :instance_association_status_aggregated_count)
8741
+ SENSITIVE = []
8527
8742
  include Aws::Structure
8528
8743
  end
8529
8744
 
@@ -8552,6 +8767,7 @@ module Aws::SSM
8552
8767
  :instance_id,
8553
8768
  :content,
8554
8769
  :association_version)
8770
+ SENSITIVE = []
8555
8771
  include Aws::Structure
8556
8772
  end
8557
8773
 
@@ -8576,6 +8792,7 @@ module Aws::SSM
8576
8792
  #
8577
8793
  class InstanceAssociationOutputLocation < Struct.new(
8578
8794
  :s3_location)
8795
+ SENSITIVE = []
8579
8796
  include Aws::Structure
8580
8797
  end
8581
8798
 
@@ -8591,6 +8808,7 @@ module Aws::SSM
8591
8808
  #
8592
8809
  class InstanceAssociationOutputUrl < Struct.new(
8593
8810
  :s3_output_url)
8811
+ SENSITIVE = []
8594
8812
  include Aws::Structure
8595
8813
  end
8596
8814
 
@@ -8660,6 +8878,7 @@ module Aws::SSM
8660
8878
  :error_code,
8661
8879
  :output_url,
8662
8880
  :association_name)
8881
+ SENSITIVE = []
8663
8882
  include Aws::Structure
8664
8883
  end
8665
8884
 
@@ -8772,6 +8991,7 @@ module Aws::SSM
8772
8991
  :last_association_execution_date,
8773
8992
  :last_successful_association_execution_date,
8774
8993
  :association_overview)
8994
+ SENSITIVE = []
8775
8995
  include Aws::Structure
8776
8996
  end
8777
8997
 
@@ -8805,6 +9025,7 @@ module Aws::SSM
8805
9025
  class InstanceInformationFilter < Struct.new(
8806
9026
  :key,
8807
9027
  :value_set)
9028
+ SENSITIVE = []
8808
9029
  include Aws::Structure
8809
9030
  end
8810
9031
 
@@ -8835,6 +9056,7 @@ module Aws::SSM
8835
9056
  class InstanceInformationStringFilter < Struct.new(
8836
9057
  :key,
8837
9058
  :values)
9059
+ SENSITIVE = []
8838
9060
  include Aws::Structure
8839
9061
  end
8840
9062
 
@@ -8995,6 +9217,7 @@ module Aws::SSM
8995
9217
  :operation,
8996
9218
  :last_no_reboot_install_operation_time,
8997
9219
  :reboot_option)
9220
+ SENSITIVE = [:owner_information]
8998
9221
  include Aws::Structure
8999
9222
  end
9000
9223
 
@@ -9032,6 +9255,7 @@ module Aws::SSM
9032
9255
  :key,
9033
9256
  :values,
9034
9257
  :type)
9258
+ SENSITIVE = []
9035
9259
  include Aws::Structure
9036
9260
  end
9037
9261
 
@@ -9044,6 +9268,7 @@ module Aws::SSM
9044
9268
  #
9045
9269
  class InternalServerError < Struct.new(
9046
9270
  :message)
9271
+ SENSITIVE = []
9047
9272
  include Aws::Structure
9048
9273
  end
9049
9274
 
@@ -9057,6 +9282,7 @@ module Aws::SSM
9057
9282
  #
9058
9283
  class InvalidActivation < Struct.new(
9059
9284
  :message)
9285
+ SENSITIVE = []
9060
9286
  include Aws::Structure
9061
9287
  end
9062
9288
 
@@ -9070,6 +9296,7 @@ module Aws::SSM
9070
9296
  #
9071
9297
  class InvalidActivationId < Struct.new(
9072
9298
  :message)
9299
+ SENSITIVE = []
9073
9300
  include Aws::Structure
9074
9301
  end
9075
9302
 
@@ -9084,6 +9311,7 @@ module Aws::SSM
9084
9311
  #
9085
9312
  class InvalidAggregatorException < Struct.new(
9086
9313
  :message)
9314
+ SENSITIVE = []
9087
9315
  include Aws::Structure
9088
9316
  end
9089
9317
 
@@ -9097,6 +9325,7 @@ module Aws::SSM
9097
9325
  #
9098
9326
  class InvalidAllowedPatternException < Struct.new(
9099
9327
  :message)
9328
+ SENSITIVE = []
9100
9329
  include Aws::Structure
9101
9330
  end
9102
9331
 
@@ -9109,6 +9338,7 @@ module Aws::SSM
9109
9338
  #
9110
9339
  class InvalidAssociation < Struct.new(
9111
9340
  :message)
9341
+ SENSITIVE = []
9112
9342
  include Aws::Structure
9113
9343
  end
9114
9344
 
@@ -9124,6 +9354,7 @@ module Aws::SSM
9124
9354
  #
9125
9355
  class InvalidAssociationVersion < Struct.new(
9126
9356
  :message)
9357
+ SENSITIVE = []
9127
9358
  include Aws::Structure
9128
9359
  end
9129
9360
 
@@ -9138,6 +9369,7 @@ module Aws::SSM
9138
9369
  #
9139
9370
  class InvalidAutomationExecutionParametersException < Struct.new(
9140
9371
  :message)
9372
+ SENSITIVE = []
9141
9373
  include Aws::Structure
9142
9374
  end
9143
9375
 
@@ -9150,6 +9382,7 @@ module Aws::SSM
9150
9382
  #
9151
9383
  class InvalidAutomationSignalException < Struct.new(
9152
9384
  :message)
9385
+ SENSITIVE = []
9153
9386
  include Aws::Structure
9154
9387
  end
9155
9388
 
@@ -9162,6 +9395,7 @@ module Aws::SSM
9162
9395
  #
9163
9396
  class InvalidAutomationStatusUpdateException < Struct.new(
9164
9397
  :message)
9398
+ SENSITIVE = []
9165
9399
  include Aws::Structure
9166
9400
  end
9167
9401
 
@@ -9179,6 +9413,7 @@ module Aws::SSM
9179
9413
  #
9180
9414
  class InvalidDeleteInventoryParametersException < Struct.new(
9181
9415
  :message)
9416
+ SENSITIVE = []
9182
9417
  include Aws::Structure
9183
9418
  end
9184
9419
 
@@ -9192,6 +9427,7 @@ module Aws::SSM
9192
9427
  #
9193
9428
  class InvalidDeletionIdException < Struct.new(
9194
9429
  :message)
9430
+ SENSITIVE = []
9195
9431
  include Aws::Structure
9196
9432
  end
9197
9433
 
@@ -9209,6 +9445,7 @@ module Aws::SSM
9209
9445
  #
9210
9446
  class InvalidDocument < Struct.new(
9211
9447
  :message)
9448
+ SENSITIVE = []
9212
9449
  include Aws::Structure
9213
9450
  end
9214
9451
 
@@ -9222,6 +9459,7 @@ module Aws::SSM
9222
9459
  #
9223
9460
  class InvalidDocumentContent < Struct.new(
9224
9461
  :message)
9462
+ SENSITIVE = []
9225
9463
  include Aws::Structure
9226
9464
  end
9227
9465
 
@@ -9235,6 +9473,7 @@ module Aws::SSM
9235
9473
  #
9236
9474
  class InvalidDocumentOperation < Struct.new(
9237
9475
  :message)
9476
+ SENSITIVE = []
9238
9477
  include Aws::Structure
9239
9478
  end
9240
9479
 
@@ -9247,6 +9486,7 @@ module Aws::SSM
9247
9486
  #
9248
9487
  class InvalidDocumentSchemaVersion < Struct.new(
9249
9488
  :message)
9489
+ SENSITIVE = []
9250
9490
  include Aws::Structure
9251
9491
  end
9252
9492
 
@@ -9260,6 +9500,7 @@ module Aws::SSM
9260
9500
  #
9261
9501
  class InvalidDocumentType < Struct.new(
9262
9502
  :message)
9503
+ SENSITIVE = []
9263
9504
  include Aws::Structure
9264
9505
  end
9265
9506
 
@@ -9272,6 +9513,7 @@ module Aws::SSM
9272
9513
  #
9273
9514
  class InvalidDocumentVersion < Struct.new(
9274
9515
  :message)
9516
+ SENSITIVE = []
9275
9517
  include Aws::Structure
9276
9518
  end
9277
9519
 
@@ -9285,6 +9527,7 @@ module Aws::SSM
9285
9527
  #
9286
9528
  class InvalidFilter < Struct.new(
9287
9529
  :message)
9530
+ SENSITIVE = []
9288
9531
  include Aws::Structure
9289
9532
  end
9290
9533
 
@@ -9307,6 +9550,7 @@ module Aws::SSM
9307
9550
  #
9308
9551
  class InvalidFilterOption < Struct.new(
9309
9552
  :message)
9553
+ SENSITIVE = []
9310
9554
  include Aws::Structure
9311
9555
  end
9312
9556
 
@@ -9319,6 +9563,7 @@ module Aws::SSM
9319
9563
  #
9320
9564
  class InvalidFilterValue < Struct.new(
9321
9565
  :message)
9566
+ SENSITIVE = []
9322
9567
  include Aws::Structure
9323
9568
  end
9324
9569
 
@@ -9342,6 +9587,7 @@ module Aws::SSM
9342
9587
  #
9343
9588
  class InvalidInstanceId < Struct.new(
9344
9589
  :message)
9590
+ SENSITIVE = []
9345
9591
  include Aws::Structure
9346
9592
  end
9347
9593
 
@@ -9354,6 +9600,7 @@ module Aws::SSM
9354
9600
  #
9355
9601
  class InvalidInstanceInformationFilterValue < Struct.new(
9356
9602
  :message)
9603
+ SENSITIVE = []
9357
9604
  include Aws::Structure
9358
9605
  end
9359
9606
 
@@ -9366,6 +9613,7 @@ module Aws::SSM
9366
9613
  #
9367
9614
  class InvalidInventoryGroupException < Struct.new(
9368
9615
  :message)
9616
+ SENSITIVE = []
9369
9617
  include Aws::Structure
9370
9618
  end
9371
9619
 
@@ -9379,6 +9627,7 @@ module Aws::SSM
9379
9627
  #
9380
9628
  class InvalidInventoryItemContextException < Struct.new(
9381
9629
  :message)
9630
+ SENSITIVE = []
9382
9631
  include Aws::Structure
9383
9632
  end
9384
9633
 
@@ -9391,6 +9640,7 @@ module Aws::SSM
9391
9640
  #
9392
9641
  class InvalidInventoryRequestException < Struct.new(
9393
9642
  :message)
9643
+ SENSITIVE = []
9394
9644
  include Aws::Structure
9395
9645
  end
9396
9646
 
@@ -9407,6 +9657,7 @@ module Aws::SSM
9407
9657
  class InvalidItemContentException < Struct.new(
9408
9658
  :type_name,
9409
9659
  :message)
9660
+ SENSITIVE = []
9410
9661
  include Aws::Structure
9411
9662
  end
9412
9663
 
@@ -9419,6 +9670,7 @@ module Aws::SSM
9419
9670
  #
9420
9671
  class InvalidKeyId < Struct.new(
9421
9672
  :message)
9673
+ SENSITIVE = []
9422
9674
  include Aws::Structure
9423
9675
  end
9424
9676
 
@@ -9431,6 +9683,7 @@ module Aws::SSM
9431
9683
  #
9432
9684
  class InvalidNextToken < Struct.new(
9433
9685
  :message)
9686
+ SENSITIVE = []
9434
9687
  include Aws::Structure
9435
9688
  end
9436
9689
 
@@ -9444,6 +9697,7 @@ module Aws::SSM
9444
9697
  #
9445
9698
  class InvalidNotificationConfig < Struct.new(
9446
9699
  :message)
9700
+ SENSITIVE = []
9447
9701
  include Aws::Structure
9448
9702
  end
9449
9703
 
@@ -9457,6 +9711,7 @@ module Aws::SSM
9457
9711
  #
9458
9712
  class InvalidOptionException < Struct.new(
9459
9713
  :message)
9714
+ SENSITIVE = []
9460
9715
  include Aws::Structure
9461
9716
  end
9462
9717
 
@@ -9483,6 +9738,7 @@ module Aws::SSM
9483
9738
  #
9484
9739
  class InvalidParameters < Struct.new(
9485
9740
  :message)
9741
+ SENSITIVE = []
9486
9742
  include Aws::Structure
9487
9743
  end
9488
9744
 
@@ -9496,6 +9752,7 @@ module Aws::SSM
9496
9752
  #
9497
9753
  class InvalidPermissionType < Struct.new(
9498
9754
  :message)
9755
+ SENSITIVE = []
9499
9756
  include Aws::Structure
9500
9757
  end
9501
9758
 
@@ -9514,6 +9771,7 @@ module Aws::SSM
9514
9771
  #
9515
9772
  class InvalidPolicyAttributeException < Struct.new(
9516
9773
  :message)
9774
+ SENSITIVE = []
9517
9775
  include Aws::Structure
9518
9776
  end
9519
9777
 
@@ -9528,6 +9786,7 @@ module Aws::SSM
9528
9786
  #
9529
9787
  class InvalidPolicyTypeException < Struct.new(
9530
9788
  :message)
9789
+ SENSITIVE = []
9531
9790
  include Aws::Structure
9532
9791
  end
9533
9792
 
@@ -9554,6 +9813,7 @@ module Aws::SSM
9554
9813
  #
9555
9814
  class InvalidResultAttributeException < Struct.new(
9556
9815
  :message)
9816
+ SENSITIVE = []
9557
9817
  include Aws::Structure
9558
9818
  end
9559
9819
 
@@ -9574,6 +9834,7 @@ module Aws::SSM
9574
9834
  #
9575
9835
  class InvalidRole < Struct.new(
9576
9836
  :message)
9837
+ SENSITIVE = []
9577
9838
  include Aws::Structure
9578
9839
  end
9579
9840
 
@@ -9587,6 +9848,7 @@ module Aws::SSM
9587
9848
  #
9588
9849
  class InvalidSchedule < Struct.new(
9589
9850
  :message)
9851
+ SENSITIVE = []
9590
9852
  include Aws::Structure
9591
9853
  end
9592
9854
 
@@ -9601,6 +9863,7 @@ module Aws::SSM
9601
9863
  #
9602
9864
  class InvalidTarget < Struct.new(
9603
9865
  :message)
9866
+ SENSITIVE = []
9604
9867
  include Aws::Structure
9605
9868
  end
9606
9869
 
@@ -9613,6 +9876,7 @@ module Aws::SSM
9613
9876
  #
9614
9877
  class InvalidTypeNameException < Struct.new(
9615
9878
  :message)
9879
+ SENSITIVE = []
9616
9880
  include Aws::Structure
9617
9881
  end
9618
9882
 
@@ -9625,6 +9889,7 @@ module Aws::SSM
9625
9889
  #
9626
9890
  class InvalidUpdate < Struct.new(
9627
9891
  :message)
9892
+ SENSITIVE = []
9628
9893
  include Aws::Structure
9629
9894
  end
9630
9895
 
@@ -9691,6 +9956,7 @@ module Aws::SSM
9691
9956
  :expression,
9692
9957
  :aggregators,
9693
9958
  :groups)
9959
+ SENSITIVE = []
9694
9960
  include Aws::Structure
9695
9961
  end
9696
9962
 
@@ -9741,6 +10007,7 @@ module Aws::SSM
9741
10007
  :last_status_message,
9742
10008
  :deletion_summary,
9743
10009
  :last_status_update_time)
10010
+ SENSITIVE = []
9744
10011
  include Aws::Structure
9745
10012
  end
9746
10013
 
@@ -9765,6 +10032,7 @@ module Aws::SSM
9765
10032
  :total_count,
9766
10033
  :remaining_count,
9767
10034
  :summary_items)
10035
+ SENSITIVE = []
9768
10036
  include Aws::Structure
9769
10037
  end
9770
10038
 
@@ -9789,6 +10057,7 @@ module Aws::SSM
9789
10057
  :version,
9790
10058
  :count,
9791
10059
  :remaining_count)
10060
+ SENSITIVE = []
9792
10061
  include Aws::Structure
9793
10062
  end
9794
10063
 
@@ -9835,6 +10104,7 @@ module Aws::SSM
9835
10104
  :key,
9836
10105
  :values,
9837
10106
  :type)
10107
+ SENSITIVE = []
9838
10108
  include Aws::Structure
9839
10109
  end
9840
10110
 
@@ -9872,6 +10142,7 @@ module Aws::SSM
9872
10142
  class InventoryGroup < Struct.new(
9873
10143
  :name,
9874
10144
  :filters)
10145
+ SENSITIVE = []
9875
10146
  include Aws::Structure
9876
10147
  end
9877
10148
 
@@ -9939,6 +10210,7 @@ module Aws::SSM
9939
10210
  :content_hash,
9940
10211
  :content,
9941
10212
  :context)
10213
+ SENSITIVE = []
9942
10214
  include Aws::Structure
9943
10215
  end
9944
10216
 
@@ -9958,6 +10230,7 @@ module Aws::SSM
9958
10230
  class InventoryItemAttribute < Struct.new(
9959
10231
  :name,
9960
10232
  :data_type)
10233
+ SENSITIVE = []
9961
10234
  include Aws::Structure
9962
10235
  end
9963
10236
 
@@ -9993,6 +10266,7 @@ module Aws::SSM
9993
10266
  :version,
9994
10267
  :attributes,
9995
10268
  :display_name)
10269
+ SENSITIVE = []
9996
10270
  include Aws::Structure
9997
10271
  end
9998
10272
 
@@ -10013,6 +10287,7 @@ module Aws::SSM
10013
10287
  class InventoryResultEntity < Struct.new(
10014
10288
  :id,
10015
10289
  :data)
10290
+ SENSITIVE = []
10016
10291
  include Aws::Structure
10017
10292
  end
10018
10293
 
@@ -10050,6 +10325,7 @@ module Aws::SSM
10050
10325
  :capture_time,
10051
10326
  :content_hash,
10052
10327
  :content)
10328
+ SENSITIVE = []
10053
10329
  include Aws::Structure
10054
10330
  end
10055
10331
 
@@ -10073,6 +10349,7 @@ module Aws::SSM
10073
10349
  class ItemContentMismatchException < Struct.new(
10074
10350
  :type_name,
10075
10351
  :message)
10352
+ SENSITIVE = []
10076
10353
  include Aws::Structure
10077
10354
  end
10078
10355
 
@@ -10089,6 +10366,7 @@ module Aws::SSM
10089
10366
  class ItemSizeLimitExceededException < Struct.new(
10090
10367
  :type_name,
10091
10368
  :message)
10369
+ SENSITIVE = []
10092
10370
  include Aws::Structure
10093
10371
  end
10094
10372
 
@@ -10121,6 +10399,7 @@ module Aws::SSM
10121
10399
  :name,
10122
10400
  :parameter_version,
10123
10401
  :labels)
10402
+ SENSITIVE = []
10124
10403
  include Aws::Structure
10125
10404
  end
10126
10405
 
@@ -10143,6 +10422,7 @@ module Aws::SSM
10143
10422
  class LabelParameterVersionResult < Struct.new(
10144
10423
  :invalid_labels,
10145
10424
  :parameter_version)
10425
+ SENSITIVE = []
10146
10426
  include Aws::Structure
10147
10427
  end
10148
10428
 
@@ -10176,6 +10456,7 @@ module Aws::SSM
10176
10456
  :association_id,
10177
10457
  :max_results,
10178
10458
  :next_token)
10459
+ SENSITIVE = []
10179
10460
  include Aws::Structure
10180
10461
  end
10181
10462
 
@@ -10194,6 +10475,7 @@ module Aws::SSM
10194
10475
  class ListAssociationVersionsResult < Struct.new(
10195
10476
  :association_versions,
10196
10477
  :next_token)
10478
+ SENSITIVE = []
10197
10479
  include Aws::Structure
10198
10480
  end
10199
10481
 
@@ -10233,6 +10515,7 @@ module Aws::SSM
10233
10515
  :association_filter_list,
10234
10516
  :max_results,
10235
10517
  :next_token)
10518
+ SENSITIVE = []
10236
10519
  include Aws::Structure
10237
10520
  end
10238
10521
 
@@ -10250,6 +10533,7 @@ module Aws::SSM
10250
10533
  class ListAssociationsResult < Struct.new(
10251
10534
  :associations,
10252
10535
  :next_token)
10536
+ SENSITIVE = []
10253
10537
  include Aws::Structure
10254
10538
  end
10255
10539
 
@@ -10308,6 +10592,7 @@ module Aws::SSM
10308
10592
  :next_token,
10309
10593
  :filters,
10310
10594
  :details)
10595
+ SENSITIVE = []
10311
10596
  include Aws::Structure
10312
10597
  end
10313
10598
 
@@ -10325,6 +10610,7 @@ module Aws::SSM
10325
10610
  class ListCommandInvocationsResult < Struct.new(
10326
10611
  :command_invocations,
10327
10612
  :next_token)
10613
+ SENSITIVE = []
10328
10614
  include Aws::Structure
10329
10615
  end
10330
10616
 
@@ -10376,6 +10662,7 @@ module Aws::SSM
10376
10662
  :max_results,
10377
10663
  :next_token,
10378
10664
  :filters)
10665
+ SENSITIVE = []
10379
10666
  include Aws::Structure
10380
10667
  end
10381
10668
 
@@ -10393,6 +10680,7 @@ module Aws::SSM
10393
10680
  class ListCommandsResult < Struct.new(
10394
10681
  :commands,
10395
10682
  :next_token)
10683
+ SENSITIVE = []
10396
10684
  include Aws::Structure
10397
10685
  end
10398
10686
 
@@ -10447,6 +10735,7 @@ module Aws::SSM
10447
10735
  :resource_types,
10448
10736
  :next_token,
10449
10737
  :max_results)
10738
+ SENSITIVE = []
10450
10739
  include Aws::Structure
10451
10740
  end
10452
10741
 
@@ -10464,6 +10753,7 @@ module Aws::SSM
10464
10753
  class ListComplianceItemsResult < Struct.new(
10465
10754
  :compliance_items,
10466
10755
  :next_token)
10756
+ SENSITIVE = []
10467
10757
  include Aws::Structure
10468
10758
  end
10469
10759
 
@@ -10504,6 +10794,7 @@ module Aws::SSM
10504
10794
  :filters,
10505
10795
  :next_token,
10506
10796
  :max_results)
10797
+ SENSITIVE = []
10507
10798
  include Aws::Structure
10508
10799
  end
10509
10800
 
@@ -10524,6 +10815,7 @@ module Aws::SSM
10524
10815
  class ListComplianceSummariesResult < Struct.new(
10525
10816
  :compliance_summary_items,
10526
10817
  :next_token)
10818
+ SENSITIVE = []
10527
10819
  include Aws::Structure
10528
10820
  end
10529
10821
 
@@ -10558,6 +10850,7 @@ module Aws::SSM
10558
10850
  :name,
10559
10851
  :max_results,
10560
10852
  :next_token)
10853
+ SENSITIVE = []
10561
10854
  include Aws::Structure
10562
10855
  end
10563
10856
 
@@ -10575,6 +10868,7 @@ module Aws::SSM
10575
10868
  class ListDocumentVersionsResult < Struct.new(
10576
10869
  :document_versions,
10577
10870
  :next_token)
10871
+ SENSITIVE = []
10578
10872
  include Aws::Structure
10579
10873
  end
10580
10874
 
@@ -10630,6 +10924,7 @@ module Aws::SSM
10630
10924
  :filters,
10631
10925
  :max_results,
10632
10926
  :next_token)
10927
+ SENSITIVE = []
10633
10928
  include Aws::Structure
10634
10929
  end
10635
10930
 
@@ -10647,6 +10942,7 @@ module Aws::SSM
10647
10942
  class ListDocumentsResult < Struct.new(
10648
10943
  :document_identifiers,
10649
10944
  :next_token)
10945
+ SENSITIVE = []
10650
10946
  include Aws::Structure
10651
10947
  end
10652
10948
 
@@ -10699,6 +10995,7 @@ module Aws::SSM
10699
10995
  :filters,
10700
10996
  :next_token,
10701
10997
  :max_results)
10998
+ SENSITIVE = []
10702
10999
  include Aws::Structure
10703
11000
  end
10704
11001
 
@@ -10738,6 +11035,7 @@ module Aws::SSM
10738
11035
  :capture_time,
10739
11036
  :entries,
10740
11037
  :next_token)
11038
+ SENSITIVE = []
10741
11039
  include Aws::Structure
10742
11040
  end
10743
11041
 
@@ -10778,6 +11076,7 @@ module Aws::SSM
10778
11076
  :filters,
10779
11077
  :next_token,
10780
11078
  :max_results)
11079
+ SENSITIVE = []
10781
11080
  include Aws::Structure
10782
11081
  end
10783
11082
 
@@ -10798,6 +11097,7 @@ module Aws::SSM
10798
11097
  class ListResourceComplianceSummariesResult < Struct.new(
10799
11098
  :resource_compliance_summary_items,
10800
11099
  :next_token)
11100
+ SENSITIVE = []
10801
11101
  include Aws::Structure
10802
11102
  end
10803
11103
 
@@ -10835,6 +11135,7 @@ module Aws::SSM
10835
11135
  :sync_type,
10836
11136
  :next_token,
10837
11137
  :max_results)
11138
+ SENSITIVE = []
10838
11139
  include Aws::Structure
10839
11140
  end
10840
11141
 
@@ -10853,6 +11154,7 @@ module Aws::SSM
10853
11154
  class ListResourceDataSyncResult < Struct.new(
10854
11155
  :resource_data_sync_items,
10855
11156
  :next_token)
11157
+ SENSITIVE = []
10856
11158
  include Aws::Structure
10857
11159
  end
10858
11160
 
@@ -10877,6 +11179,7 @@ module Aws::SSM
10877
11179
  class ListTagsForResourceRequest < Struct.new(
10878
11180
  :resource_type,
10879
11181
  :resource_id)
11182
+ SENSITIVE = []
10880
11183
  include Aws::Structure
10881
11184
  end
10882
11185
 
@@ -10888,6 +11191,7 @@ module Aws::SSM
10888
11191
  #
10889
11192
  class ListTagsForResourceResult < Struct.new(
10890
11193
  :tag_list)
11194
+ SENSITIVE = []
10891
11195
  include Aws::Structure
10892
11196
  end
10893
11197
 
@@ -10929,6 +11233,7 @@ module Aws::SSM
10929
11233
  :s3_bucket_name,
10930
11234
  :s3_key_prefix,
10931
11235
  :s3_region)
11236
+ SENSITIVE = []
10932
11237
  include Aws::Structure
10933
11238
  end
10934
11239
 
@@ -10978,6 +11283,7 @@ module Aws::SSM
10978
11283
  class MaintenanceWindowAutomationParameters < Struct.new(
10979
11284
  :document_version,
10980
11285
  :parameters)
11286
+ SENSITIVE = []
10981
11287
  include Aws::Structure
10982
11288
  end
10983
11289
 
@@ -11017,6 +11323,7 @@ module Aws::SSM
11017
11323
  :status_details,
11018
11324
  :start_time,
11019
11325
  :end_time)
11326
+ SENSITIVE = []
11020
11327
  include Aws::Structure
11021
11328
  end
11022
11329
 
@@ -11068,6 +11375,7 @@ module Aws::SSM
11068
11375
  :end_time,
11069
11376
  :task_arn,
11070
11377
  :task_type)
11378
+ SENSITIVE = []
11071
11379
  include Aws::Structure
11072
11380
  end
11073
11381
 
@@ -11146,6 +11454,7 @@ module Aws::SSM
11146
11454
  :end_time,
11147
11455
  :owner_information,
11148
11456
  :window_target_id)
11457
+ SENSITIVE = [:parameters, :owner_information]
11149
11458
  include Aws::Structure
11150
11459
  end
11151
11460
 
@@ -11173,6 +11482,7 @@ module Aws::SSM
11173
11482
  class MaintenanceWindowFilter < Struct.new(
11174
11483
  :key,
11175
11484
  :values)
11485
+ SENSITIVE = []
11176
11486
  include Aws::Structure
11177
11487
  end
11178
11488
 
@@ -11249,6 +11559,7 @@ module Aws::SSM
11249
11559
  :end_date,
11250
11560
  :start_date,
11251
11561
  :next_execution_time)
11562
+ SENSITIVE = [:description]
11252
11563
  include Aws::Structure
11253
11564
  end
11254
11565
 
@@ -11267,6 +11578,7 @@ module Aws::SSM
11267
11578
  class MaintenanceWindowIdentityForTarget < Struct.new(
11268
11579
  :window_id,
11269
11580
  :name)
11581
+ SENSITIVE = []
11270
11582
  include Aws::Structure
11271
11583
  end
11272
11584
 
@@ -11326,6 +11638,7 @@ module Aws::SSM
11326
11638
  :client_context,
11327
11639
  :qualifier,
11328
11640
  :payload)
11641
+ SENSITIVE = [:payload]
11329
11642
  include Aws::Structure
11330
11643
  end
11331
11644
 
@@ -11452,6 +11765,7 @@ module Aws::SSM
11452
11765
  :parameters,
11453
11766
  :service_role_arn,
11454
11767
  :timeout_seconds)
11768
+ SENSITIVE = []
11455
11769
  include Aws::Structure
11456
11770
  end
11457
11771
 
@@ -11499,6 +11813,7 @@ module Aws::SSM
11499
11813
  class MaintenanceWindowStepFunctionsParameters < Struct.new(
11500
11814
  :input,
11501
11815
  :name)
11816
+ SENSITIVE = [:input]
11502
11817
  include Aws::Structure
11503
11818
  end
11504
11819
 
@@ -11553,6 +11868,7 @@ module Aws::SSM
11553
11868
  :owner_information,
11554
11869
  :name,
11555
11870
  :description)
11871
+ SENSITIVE = [:owner_information, :description]
11556
11872
  include Aws::Structure
11557
11873
  end
11558
11874
 
@@ -11655,6 +11971,7 @@ module Aws::SSM
11655
11971
  :max_errors,
11656
11972
  :name,
11657
11973
  :description)
11974
+ SENSITIVE = [:task_parameters, :description]
11658
11975
  include Aws::Structure
11659
11976
  end
11660
11977
 
@@ -11726,6 +12043,7 @@ module Aws::SSM
11726
12043
  :automation,
11727
12044
  :step_functions,
11728
12045
  :lambda)
12046
+ SENSITIVE = []
11729
12047
  include Aws::Structure
11730
12048
  end
11731
12049
 
@@ -11747,6 +12065,7 @@ module Aws::SSM
11747
12065
  #
11748
12066
  class MaintenanceWindowTaskParameterValueExpression < Struct.new(
11749
12067
  :values)
12068
+ SENSITIVE = [:values]
11750
12069
  include Aws::Structure
11751
12070
  end
11752
12071
 
@@ -11759,6 +12078,7 @@ module Aws::SSM
11759
12078
  #
11760
12079
  class MaxDocumentSizeExceeded < Struct.new(
11761
12080
  :message)
12081
+ SENSITIVE = []
11762
12082
  include Aws::Structure
11763
12083
  end
11764
12084
 
@@ -11808,6 +12128,7 @@ module Aws::SSM
11808
12128
  :account_ids_to_add,
11809
12129
  :account_ids_to_remove,
11810
12130
  :shared_document_version)
12131
+ SENSITIVE = []
11811
12132
  include Aws::Structure
11812
12133
  end
11813
12134
 
@@ -11831,6 +12152,7 @@ module Aws::SSM
11831
12152
  class NonCompliantSummary < Struct.new(
11832
12153
  :non_compliant_count,
11833
12154
  :severity_summary)
12155
+ SENSITIVE = []
11834
12156
  include Aws::Structure
11835
12157
  end
11836
12158
 
@@ -11876,6 +12198,7 @@ module Aws::SSM
11876
12198
  :notification_arn,
11877
12199
  :notification_events,
11878
12200
  :notification_type)
12201
+ SENSITIVE = []
11879
12202
  include Aws::Structure
11880
12203
  end
11881
12204
 
@@ -11956,6 +12279,7 @@ module Aws::SSM
11956
12279
  :values,
11957
12280
  :filters,
11958
12281
  :aggregators)
12282
+ SENSITIVE = []
11959
12283
  include Aws::Structure
11960
12284
  end
11961
12285
 
@@ -11974,6 +12298,7 @@ module Aws::SSM
11974
12298
  class OpsEntity < Struct.new(
11975
12299
  :id,
11976
12300
  :data)
12301
+ SENSITIVE = []
11977
12302
  include Aws::Structure
11978
12303
  end
11979
12304
 
@@ -11992,6 +12317,7 @@ module Aws::SSM
11992
12317
  class OpsEntityItem < Struct.new(
11993
12318
  :capture_time,
11994
12319
  :content)
12320
+ SENSITIVE = []
11995
12321
  include Aws::Structure
11996
12322
  end
11997
12323
 
@@ -12024,6 +12350,7 @@ module Aws::SSM
12024
12350
  :key,
12025
12351
  :values,
12026
12352
  :type)
12353
+ SENSITIVE = []
12027
12354
  include Aws::Structure
12028
12355
  end
12029
12356
 
@@ -12161,6 +12488,7 @@ module Aws::SSM
12161
12488
  :operational_data,
12162
12489
  :category,
12163
12490
  :severity)
12491
+ SENSITIVE = []
12164
12492
  include Aws::Structure
12165
12493
  end
12166
12494
 
@@ -12177,6 +12505,7 @@ module Aws::SSM
12177
12505
  class OpsItemAlreadyExistsException < Struct.new(
12178
12506
  :message,
12179
12507
  :ops_item_id)
12508
+ SENSITIVE = []
12180
12509
  include Aws::Structure
12181
12510
  end
12182
12511
 
@@ -12205,6 +12534,7 @@ module Aws::SSM
12205
12534
  class OpsItemDataValue < Struct.new(
12206
12535
  :value,
12207
12536
  :type)
12537
+ SENSITIVE = []
12208
12538
  include Aws::Structure
12209
12539
  end
12210
12540
 
@@ -12237,6 +12567,7 @@ module Aws::SSM
12237
12567
  :key,
12238
12568
  :values,
12239
12569
  :operator)
12570
+ SENSITIVE = []
12240
12571
  include Aws::Structure
12241
12572
  end
12242
12573
 
@@ -12254,6 +12585,7 @@ module Aws::SSM
12254
12585
  class OpsItemInvalidParameterException < Struct.new(
12255
12586
  :parameter_names,
12256
12587
  :message)
12588
+ SENSITIVE = []
12257
12589
  include Aws::Structure
12258
12590
  end
12259
12591
 
@@ -12284,6 +12616,7 @@ module Aws::SSM
12284
12616
  :limit,
12285
12617
  :limit_type,
12286
12618
  :message)
12619
+ SENSITIVE = []
12287
12620
  include Aws::Structure
12288
12621
  end
12289
12622
 
@@ -12296,6 +12629,7 @@ module Aws::SSM
12296
12629
  #
12297
12630
  class OpsItemNotFoundException < Struct.new(
12298
12631
  :message)
12632
+ SENSITIVE = []
12299
12633
  include Aws::Structure
12300
12634
  end
12301
12635
 
@@ -12317,6 +12651,7 @@ module Aws::SSM
12317
12651
  #
12318
12652
  class OpsItemNotification < Struct.new(
12319
12653
  :arn)
12654
+ SENSITIVE = []
12320
12655
  include Aws::Structure
12321
12656
  end
12322
12657
 
@@ -12391,6 +12726,7 @@ module Aws::SSM
12391
12726
  :operational_data,
12392
12727
  :category,
12393
12728
  :severity)
12729
+ SENSITIVE = []
12394
12730
  include Aws::Structure
12395
12731
  end
12396
12732
 
@@ -12413,6 +12749,7 @@ module Aws::SSM
12413
12749
  #
12414
12750
  class OpsResultAttribute < Struct.new(
12415
12751
  :type_name)
12752
+ SENSITIVE = []
12416
12753
  include Aws::Structure
12417
12754
  end
12418
12755
 
@@ -12433,6 +12770,7 @@ module Aws::SSM
12433
12770
  class OutputSource < Struct.new(
12434
12771
  :output_source_id,
12435
12772
  :output_source_type)
12773
+ SENSITIVE = []
12436
12774
  include Aws::Structure
12437
12775
  end
12438
12776
 
@@ -12497,6 +12835,7 @@ module Aws::SSM
12497
12835
  :last_modified_date,
12498
12836
  :arn,
12499
12837
  :data_type)
12838
+ SENSITIVE = []
12500
12839
  include Aws::Structure
12501
12840
  end
12502
12841
 
@@ -12509,6 +12848,7 @@ module Aws::SSM
12509
12848
  #
12510
12849
  class ParameterAlreadyExists < Struct.new(
12511
12850
  :message)
12851
+ SENSITIVE = []
12512
12852
  include Aws::Structure
12513
12853
  end
12514
12854
 
@@ -12593,6 +12933,7 @@ module Aws::SSM
12593
12933
  :tier,
12594
12934
  :policies,
12595
12935
  :data_type)
12936
+ SENSITIVE = []
12596
12937
  include Aws::Structure
12597
12938
  end
12598
12939
 
@@ -12620,6 +12961,7 @@ module Aws::SSM
12620
12961
  :policy_text,
12621
12962
  :policy_type,
12622
12963
  :policy_status)
12964
+ SENSITIVE = []
12623
12965
  include Aws::Structure
12624
12966
  end
12625
12967
 
@@ -12633,6 +12975,7 @@ module Aws::SSM
12633
12975
  #
12634
12976
  class ParameterLimitExceeded < Struct.new(
12635
12977
  :message)
12978
+ SENSITIVE = []
12636
12979
  include Aws::Structure
12637
12980
  end
12638
12981
 
@@ -12645,6 +12988,7 @@ module Aws::SSM
12645
12988
  #
12646
12989
  class ParameterMaxVersionLimitExceeded < Struct.new(
12647
12990
  :message)
12991
+ SENSITIVE = []
12648
12992
  include Aws::Structure
12649
12993
  end
12650
12994
 
@@ -12714,6 +13058,7 @@ module Aws::SSM
12714
13058
  :tier,
12715
13059
  :policies,
12716
13060
  :data_type)
13061
+ SENSITIVE = []
12717
13062
  include Aws::Structure
12718
13063
  end
12719
13064
 
@@ -12726,6 +13071,7 @@ module Aws::SSM
12726
13071
  #
12727
13072
  class ParameterNotFound < Struct.new(
12728
13073
  :message)
13074
+ SENSITIVE = []
12729
13075
  include Aws::Structure
12730
13076
  end
12731
13077
 
@@ -12739,6 +13085,7 @@ module Aws::SSM
12739
13085
  #
12740
13086
  class ParameterPatternMismatchException < Struct.new(
12741
13087
  :message)
13088
+ SENSITIVE = []
12742
13089
  include Aws::Structure
12743
13090
  end
12744
13091
 
@@ -12798,6 +13145,7 @@ module Aws::SSM
12798
13145
  :key,
12799
13146
  :option,
12800
13147
  :values)
13148
+ SENSITIVE = []
12801
13149
  include Aws::Structure
12802
13150
  end
12803
13151
 
@@ -12810,6 +13158,7 @@ module Aws::SSM
12810
13158
  #
12811
13159
  class ParameterVersionLabelLimitExceeded < Struct.new(
12812
13160
  :message)
13161
+ SENSITIVE = []
12813
13162
  include Aws::Structure
12814
13163
  end
12815
13164
 
@@ -12823,6 +13172,7 @@ module Aws::SSM
12823
13172
  #
12824
13173
  class ParameterVersionNotFound < Struct.new(
12825
13174
  :message)
13175
+ SENSITIVE = []
12826
13176
  include Aws::Structure
12827
13177
  end
12828
13178
 
@@ -12849,6 +13199,7 @@ module Aws::SSM
12849
13199
  class ParametersFilter < Struct.new(
12850
13200
  :key,
12851
13201
  :values)
13202
+ SENSITIVE = []
12852
13203
  include Aws::Structure
12853
13204
  end
12854
13205
 
@@ -12927,6 +13278,7 @@ module Aws::SSM
12927
13278
  :kb_number,
12928
13279
  :msrc_number,
12929
13280
  :language)
13281
+ SENSITIVE = []
12930
13282
  include Aws::Structure
12931
13283
  end
12932
13284
 
@@ -12963,6 +13315,7 @@ module Aws::SSM
12963
13315
  :operating_system,
12964
13316
  :baseline_description,
12965
13317
  :default_baseline)
13318
+ SENSITIVE = []
12966
13319
  include Aws::Structure
12967
13320
  end
12968
13321
 
@@ -13012,6 +13365,7 @@ module Aws::SSM
13012
13365
  :severity,
13013
13366
  :state,
13014
13367
  :installed_time)
13368
+ SENSITIVE = []
13015
13369
  include Aws::Structure
13016
13370
  end
13017
13371
 
@@ -13060,6 +13414,7 @@ module Aws::SSM
13060
13414
  class PatchFilter < Struct.new(
13061
13415
  :key,
13062
13416
  :values)
13417
+ SENSITIVE = []
13063
13418
  include Aws::Structure
13064
13419
  end
13065
13420
 
@@ -13085,6 +13440,7 @@ module Aws::SSM
13085
13440
  #
13086
13441
  class PatchFilterGroup < Struct.new(
13087
13442
  :patch_filters)
13443
+ SENSITIVE = []
13088
13444
  include Aws::Structure
13089
13445
  end
13090
13446
 
@@ -13104,6 +13460,7 @@ module Aws::SSM
13104
13460
  class PatchGroupPatchBaselineMapping < Struct.new(
13105
13461
  :patch_group,
13106
13462
  :baseline_identity)
13463
+ SENSITIVE = []
13107
13464
  include Aws::Structure
13108
13465
  end
13109
13466
 
@@ -13130,6 +13487,7 @@ module Aws::SSM
13130
13487
  class PatchOrchestratorFilter < Struct.new(
13131
13488
  :key,
13132
13489
  :values)
13490
+ SENSITIVE = []
13133
13491
  include Aws::Structure
13134
13492
  end
13135
13493
 
@@ -13192,6 +13550,7 @@ module Aws::SSM
13192
13550
  :approve_after_days,
13193
13551
  :approve_until_date,
13194
13552
  :enable_non_security)
13553
+ SENSITIVE = []
13195
13554
  include Aws::Structure
13196
13555
  end
13197
13556
 
@@ -13227,6 +13586,7 @@ module Aws::SSM
13227
13586
  #
13228
13587
  class PatchRuleGroup < Struct.new(
13229
13588
  :patch_rules)
13589
+ SENSITIVE = []
13230
13590
  include Aws::Structure
13231
13591
  end
13232
13592
 
@@ -13272,6 +13632,7 @@ module Aws::SSM
13272
13632
  :name,
13273
13633
  :products,
13274
13634
  :configuration)
13635
+ SENSITIVE = [:configuration]
13275
13636
  include Aws::Structure
13276
13637
  end
13277
13638
 
@@ -13297,6 +13658,7 @@ module Aws::SSM
13297
13658
  :deployment_status,
13298
13659
  :compliance_level,
13299
13660
  :approval_date)
13661
+ SENSITIVE = []
13300
13662
  include Aws::Structure
13301
13663
  end
13302
13664
 
@@ -13310,6 +13672,7 @@ module Aws::SSM
13310
13672
  #
13311
13673
  class PoliciesLimitExceededException < Struct.new(
13312
13674
  :message)
13675
+ SENSITIVE = []
13313
13676
  include Aws::Structure
13314
13677
  end
13315
13678
 
@@ -13350,6 +13713,7 @@ module Aws::SSM
13350
13713
  :failed_steps,
13351
13714
  :cancelled_steps,
13352
13715
  :timed_out_steps)
13716
+ SENSITIVE = []
13353
13717
  include Aws::Structure
13354
13718
  end
13355
13719
 
@@ -13441,6 +13805,7 @@ module Aws::SSM
13441
13805
  :items,
13442
13806
  :item_content_hash,
13443
13807
  :upload_type)
13808
+ SENSITIVE = []
13444
13809
  include Aws::Structure
13445
13810
  end
13446
13811
 
@@ -13484,6 +13849,7 @@ module Aws::SSM
13484
13849
  class PutInventoryRequest < Struct.new(
13485
13850
  :instance_id,
13486
13851
  :items)
13852
+ SENSITIVE = []
13487
13853
  include Aws::Structure
13488
13854
  end
13489
13855
 
@@ -13495,6 +13861,7 @@ module Aws::SSM
13495
13861
  #
13496
13862
  class PutInventoryResult < Struct.new(
13497
13863
  :message)
13864
+ SENSITIVE = []
13498
13865
  include Aws::Structure
13499
13866
  end
13500
13867
 
@@ -13788,6 +14155,7 @@ module Aws::SSM
13788
14155
  :tier,
13789
14156
  :policies,
13790
14157
  :data_type)
14158
+ SENSITIVE = []
13791
14159
  include Aws::Structure
13792
14160
  end
13793
14161
 
@@ -13810,6 +14178,7 @@ module Aws::SSM
13810
14178
  class PutParameterResult < Struct.new(
13811
14179
  :version,
13812
14180
  :tier)
14181
+ SENSITIVE = []
13813
14182
  include Aws::Structure
13814
14183
  end
13815
14184
 
@@ -13829,6 +14198,7 @@ module Aws::SSM
13829
14198
  #
13830
14199
  class RegisterDefaultPatchBaselineRequest < Struct.new(
13831
14200
  :baseline_id)
14201
+ SENSITIVE = []
13832
14202
  include Aws::Structure
13833
14203
  end
13834
14204
 
@@ -13840,6 +14210,7 @@ module Aws::SSM
13840
14210
  #
13841
14211
  class RegisterDefaultPatchBaselineResult < Struct.new(
13842
14212
  :baseline_id)
14213
+ SENSITIVE = []
13843
14214
  include Aws::Structure
13844
14215
  end
13845
14216
 
@@ -13865,6 +14236,7 @@ module Aws::SSM
13865
14236
  class RegisterPatchBaselineForPatchGroupRequest < Struct.new(
13866
14237
  :baseline_id,
13867
14238
  :patch_group)
14239
+ SENSITIVE = []
13868
14240
  include Aws::Structure
13869
14241
  end
13870
14242
 
@@ -13881,6 +14253,7 @@ module Aws::SSM
13881
14253
  class RegisterPatchBaselineForPatchGroupResult < Struct.new(
13882
14254
  :baseline_id,
13883
14255
  :patch_group)
14256
+ SENSITIVE = []
13884
14257
  include Aws::Structure
13885
14258
  end
13886
14259
 
@@ -13987,6 +14360,7 @@ module Aws::SSM
13987
14360
  :name,
13988
14361
  :description,
13989
14362
  :client_token)
14363
+ SENSITIVE = [:owner_information, :description]
13990
14364
  include Aws::Structure
13991
14365
  end
13992
14366
 
@@ -13998,6 +14372,7 @@ module Aws::SSM
13998
14372
  #
13999
14373
  class RegisterTargetWithMaintenanceWindowResult < Struct.new(
14000
14374
  :window_target_id)
14375
+ SENSITIVE = []
14001
14376
  include Aws::Structure
14002
14377
  end
14003
14378
 
@@ -14198,6 +14573,7 @@ module Aws::SSM
14198
14573
  :name,
14199
14574
  :description,
14200
14575
  :client_token)
14576
+ SENSITIVE = [:task_parameters, :description]
14201
14577
  include Aws::Structure
14202
14578
  end
14203
14579
 
@@ -14209,6 +14585,7 @@ module Aws::SSM
14209
14585
  #
14210
14586
  class RegisterTaskWithMaintenanceWindowResult < Struct.new(
14211
14587
  :window_task_id)
14588
+ SENSITIVE = []
14212
14589
  include Aws::Structure
14213
14590
  end
14214
14591
 
@@ -14231,6 +14608,7 @@ module Aws::SSM
14231
14608
  #
14232
14609
  class RelatedOpsItem < Struct.new(
14233
14610
  :ops_item_id)
14611
+ SENSITIVE = []
14234
14612
  include Aws::Structure
14235
14613
  end
14236
14614
 
@@ -14282,6 +14660,7 @@ module Aws::SSM
14282
14660
  :resource_type,
14283
14661
  :resource_id,
14284
14662
  :tag_keys)
14663
+ SENSITIVE = []
14285
14664
  include Aws::Structure
14286
14665
  end
14287
14666
 
@@ -14310,6 +14689,7 @@ module Aws::SSM
14310
14689
  #
14311
14690
  class ResetServiceSettingRequest < Struct.new(
14312
14691
  :setting_id)
14692
+ SENSITIVE = []
14313
14693
  include Aws::Structure
14314
14694
  end
14315
14695
 
@@ -14324,6 +14704,7 @@ module Aws::SSM
14324
14704
  #
14325
14705
  class ResetServiceSettingResult < Struct.new(
14326
14706
  :service_setting)
14707
+ SENSITIVE = []
14327
14708
  include Aws::Structure
14328
14709
  end
14329
14710
 
@@ -14345,6 +14726,7 @@ module Aws::SSM
14345
14726
  class ResolvedTargets < Struct.new(
14346
14727
  :parameter_values,
14347
14728
  :truncated)
14729
+ SENSITIVE = []
14348
14730
  include Aws::Structure
14349
14731
  end
14350
14732
 
@@ -14394,6 +14776,7 @@ module Aws::SSM
14394
14776
  :execution_summary,
14395
14777
  :compliant_summary,
14396
14778
  :non_compliant_summary)
14779
+ SENSITIVE = []
14397
14780
  include Aws::Structure
14398
14781
  end
14399
14782
 
@@ -14406,6 +14789,7 @@ module Aws::SSM
14406
14789
  #
14407
14790
  class ResourceDataSyncAlreadyExistsException < Struct.new(
14408
14791
  :sync_name)
14792
+ SENSITIVE = []
14409
14793
  include Aws::Structure
14410
14794
  end
14411
14795
 
@@ -14443,6 +14827,7 @@ module Aws::SSM
14443
14827
  class ResourceDataSyncAwsOrganizationsSource < Struct.new(
14444
14828
  :organization_source_type,
14445
14829
  :organizational_units)
14830
+ SENSITIVE = []
14446
14831
  include Aws::Structure
14447
14832
  end
14448
14833
 
@@ -14456,6 +14841,7 @@ module Aws::SSM
14456
14841
  #
14457
14842
  class ResourceDataSyncConflictException < Struct.new(
14458
14843
  :message)
14844
+ SENSITIVE = []
14459
14845
  include Aws::Structure
14460
14846
  end
14461
14847
 
@@ -14468,6 +14854,7 @@ module Aws::SSM
14468
14854
  #
14469
14855
  class ResourceDataSyncCountExceededException < Struct.new(
14470
14856
  :message)
14857
+ SENSITIVE = []
14471
14858
  include Aws::Structure
14472
14859
  end
14473
14860
 
@@ -14491,6 +14878,7 @@ module Aws::SSM
14491
14878
  #
14492
14879
  class ResourceDataSyncDestinationDataSharing < Struct.new(
14493
14880
  :destination_data_sharing_type)
14881
+ SENSITIVE = []
14494
14882
  include Aws::Structure
14495
14883
  end
14496
14884
 
@@ -14503,6 +14891,7 @@ module Aws::SSM
14503
14891
  #
14504
14892
  class ResourceDataSyncInvalidConfigurationException < Struct.new(
14505
14893
  :message)
14894
+ SENSITIVE = []
14506
14895
  include Aws::Structure
14507
14896
  end
14508
14897
 
@@ -14567,6 +14956,7 @@ module Aws::SSM
14567
14956
  :last_status,
14568
14957
  :sync_created_time,
14569
14958
  :last_sync_status_message)
14959
+ SENSITIVE = []
14570
14960
  include Aws::Structure
14571
14961
  end
14572
14962
 
@@ -14587,6 +14977,7 @@ module Aws::SSM
14587
14977
  :sync_name,
14588
14978
  :sync_type,
14589
14979
  :message)
14980
+ SENSITIVE = []
14590
14981
  include Aws::Structure
14591
14982
  end
14592
14983
 
@@ -14607,6 +14998,7 @@ module Aws::SSM
14607
14998
  #
14608
14999
  class ResourceDataSyncOrganizationalUnit < Struct.new(
14609
15000
  :organizational_unit_id)
15001
+ SENSITIVE = []
14610
15002
  include Aws::Structure
14611
15003
  end
14612
15004
 
@@ -14662,6 +15054,7 @@ module Aws::SSM
14662
15054
  :region,
14663
15055
  :awskms_key_arn,
14664
15056
  :destination_data_sharing)
15057
+ SENSITIVE = []
14665
15058
  include Aws::Structure
14666
15059
  end
14667
15060
 
@@ -14713,6 +15106,7 @@ module Aws::SSM
14713
15106
  :aws_organizations_source,
14714
15107
  :source_regions,
14715
15108
  :include_future_regions)
15109
+ SENSITIVE = []
14716
15110
  include Aws::Structure
14717
15111
  end
14718
15112
 
@@ -14776,6 +15170,7 @@ module Aws::SSM
14776
15170
  :source_regions,
14777
15171
  :include_future_regions,
14778
15172
  :state)
15173
+ SENSITIVE = []
14779
15174
  include Aws::Structure
14780
15175
  end
14781
15176
 
@@ -14789,6 +15184,7 @@ module Aws::SSM
14789
15184
  #
14790
15185
  class ResourceInUseException < Struct.new(
14791
15186
  :message)
15187
+ SENSITIVE = []
14792
15188
  include Aws::Structure
14793
15189
  end
14794
15190
 
@@ -14810,6 +15206,7 @@ module Aws::SSM
14810
15206
  #
14811
15207
  class ResourceLimitExceededException < Struct.new(
14812
15208
  :message)
15209
+ SENSITIVE = []
14813
15210
  include Aws::Structure
14814
15211
  end
14815
15212
 
@@ -14831,6 +15228,7 @@ module Aws::SSM
14831
15228
  #
14832
15229
  class ResultAttribute < Struct.new(
14833
15230
  :type_name)
15231
+ SENSITIVE = []
14834
15232
  include Aws::Structure
14835
15233
  end
14836
15234
 
@@ -14849,6 +15247,7 @@ module Aws::SSM
14849
15247
  #
14850
15248
  class ResumeSessionRequest < Struct.new(
14851
15249
  :session_id)
15250
+ SENSITIVE = []
14852
15251
  include Aws::Structure
14853
15252
  end
14854
15253
 
@@ -14887,6 +15286,7 @@ module Aws::SSM
14887
15286
  :session_id,
14888
15287
  :token_value,
14889
15288
  :stream_url)
15289
+ SENSITIVE = []
14890
15290
  include Aws::Structure
14891
15291
  end
14892
15292
 
@@ -14921,6 +15321,7 @@ module Aws::SSM
14921
15321
  :output_s3_region,
14922
15322
  :output_s3_bucket_name,
14923
15323
  :output_s3_key_prefix)
15324
+ SENSITIVE = []
14924
15325
  include Aws::Structure
14925
15326
  end
14926
15327
 
@@ -14936,6 +15337,7 @@ module Aws::SSM
14936
15337
  #
14937
15338
  class S3OutputUrl < Struct.new(
14938
15339
  :output_url)
15340
+ SENSITIVE = []
14939
15341
  include Aws::Structure
14940
15342
  end
14941
15343
 
@@ -14960,6 +15362,7 @@ module Aws::SSM
14960
15362
  :window_id,
14961
15363
  :name,
14962
15364
  :execution_time)
15365
+ SENSITIVE = []
14963
15366
  include Aws::Structure
14964
15367
  end
14965
15368
 
@@ -15009,6 +15412,7 @@ module Aws::SSM
15009
15412
  :automation_execution_id,
15010
15413
  :signal_type,
15011
15414
  :payload)
15415
+ SENSITIVE = []
15012
15416
  include Aws::Structure
15013
15417
  end
15014
15418
 
@@ -15206,6 +15610,7 @@ module Aws::SSM
15206
15610
  :service_role_arn,
15207
15611
  :notification_config,
15208
15612
  :cloud_watch_output_config)
15613
+ SENSITIVE = []
15209
15614
  include Aws::Structure
15210
15615
  end
15211
15616
 
@@ -15218,6 +15623,7 @@ module Aws::SSM
15218
15623
  #
15219
15624
  class SendCommandResult < Struct.new(
15220
15625
  :command)
15626
+ SENSITIVE = []
15221
15627
  include Aws::Structure
15222
15628
  end
15223
15629
 
@@ -15283,6 +15689,7 @@ module Aws::SSM
15283
15689
  :last_modified_user,
15284
15690
  :arn,
15285
15691
  :status)
15692
+ SENSITIVE = []
15286
15693
  include Aws::Structure
15287
15694
  end
15288
15695
 
@@ -15296,6 +15703,7 @@ module Aws::SSM
15296
15703
  #
15297
15704
  class ServiceSettingNotFound < Struct.new(
15298
15705
  :message)
15706
+ SENSITIVE = []
15299
15707
  include Aws::Structure
15300
15708
  end
15301
15709
 
@@ -15354,6 +15762,7 @@ module Aws::SSM
15354
15762
  :owner,
15355
15763
  :details,
15356
15764
  :output_url)
15765
+ SENSITIVE = []
15357
15766
  include Aws::Structure
15358
15767
  end
15359
15768
 
@@ -15409,6 +15818,7 @@ module Aws::SSM
15409
15818
  class SessionFilter < Struct.new(
15410
15819
  :key,
15411
15820
  :value)
15821
+ SENSITIVE = []
15412
15822
  include Aws::Structure
15413
15823
  end
15414
15824
 
@@ -15427,6 +15837,7 @@ module Aws::SSM
15427
15837
  class SessionManagerOutputUrl < Struct.new(
15428
15838
  :s3_output_url,
15429
15839
  :cloud_watch_output_url)
15840
+ SENSITIVE = []
15430
15841
  include Aws::Structure
15431
15842
  end
15432
15843
 
@@ -15478,6 +15889,7 @@ module Aws::SSM
15478
15889
  :low_count,
15479
15890
  :informational_count,
15480
15891
  :unspecified_count)
15892
+ SENSITIVE = []
15481
15893
  include Aws::Structure
15482
15894
  end
15483
15895
 
@@ -15497,6 +15909,7 @@ module Aws::SSM
15497
15909
  #
15498
15910
  class StartAssociationsOnceRequest < Struct.new(
15499
15911
  :association_ids)
15912
+ SENSITIVE = []
15500
15913
  include Aws::Structure
15501
15914
  end
15502
15915
 
@@ -15654,6 +16067,7 @@ module Aws::SSM
15654
16067
  :max_errors,
15655
16068
  :target_locations,
15656
16069
  :tags)
16070
+ SENSITIVE = []
15657
16071
  include Aws::Structure
15658
16072
  end
15659
16073
 
@@ -15665,6 +16079,7 @@ module Aws::SSM
15665
16079
  #
15666
16080
  class StartAutomationExecutionResult < Struct.new(
15667
16081
  :automation_execution_id)
16082
+ SENSITIVE = []
15668
16083
  include Aws::Structure
15669
16084
  end
15670
16085
 
@@ -15701,6 +16116,7 @@ module Aws::SSM
15701
16116
  :target,
15702
16117
  :document_name,
15703
16118
  :parameters)
16119
+ SENSITIVE = []
15704
16120
  include Aws::Structure
15705
16121
  end
15706
16122
 
@@ -15739,6 +16155,7 @@ module Aws::SSM
15739
16155
  :session_id,
15740
16156
  :token_value,
15741
16157
  :stream_url)
16158
+ SENSITIVE = []
15742
16159
  include Aws::Structure
15743
16160
  end
15744
16161
 
@@ -15877,6 +16294,7 @@ module Aws::SSM
15877
16294
  :valid_next_steps,
15878
16295
  :targets,
15879
16296
  :target_location)
16297
+ SENSITIVE = []
15880
16298
  include Aws::Structure
15881
16299
  end
15882
16300
 
@@ -15906,6 +16324,7 @@ module Aws::SSM
15906
16324
  class StepExecutionFilter < Struct.new(
15907
16325
  :key,
15908
16326
  :values)
16327
+ SENSITIVE = []
15909
16328
  include Aws::Structure
15910
16329
  end
15911
16330
 
@@ -15931,6 +16350,7 @@ module Aws::SSM
15931
16350
  class StopAutomationExecutionRequest < Struct.new(
15932
16351
  :automation_execution_id,
15933
16352
  :type)
16353
+ SENSITIVE = []
15934
16354
  include Aws::Structure
15935
16355
  end
15936
16356
 
@@ -15947,6 +16367,7 @@ module Aws::SSM
15947
16367
  #
15948
16368
  class SubTypeCountLimitExceededException < Struct.new(
15949
16369
  :message)
16370
+ SENSITIVE = []
15950
16371
  include Aws::Structure
15951
16372
  end
15952
16373
 
@@ -15977,6 +16398,7 @@ module Aws::SSM
15977
16398
  class Tag < Struct.new(
15978
16399
  :key,
15979
16400
  :value)
16401
+ SENSITIVE = []
15980
16402
  include Aws::Structure
15981
16403
  end
15982
16404
 
@@ -16058,6 +16480,7 @@ module Aws::SSM
16058
16480
  class Target < Struct.new(
16059
16481
  :key,
16060
16482
  :values)
16483
+ SENSITIVE = []
16061
16484
  include Aws::Structure
16062
16485
  end
16063
16486
 
@@ -16072,6 +16495,7 @@ module Aws::SSM
16072
16495
  #
16073
16496
  class TargetInUseException < Struct.new(
16074
16497
  :message)
16498
+ SENSITIVE = []
16075
16499
  include Aws::Structure
16076
16500
  end
16077
16501
 
@@ -16121,6 +16545,7 @@ module Aws::SSM
16121
16545
  :target_location_max_concurrency,
16122
16546
  :target_location_max_errors,
16123
16547
  :execution_role_name)
16548
+ SENSITIVE = []
16124
16549
  include Aws::Structure
16125
16550
  end
16126
16551
 
@@ -16140,6 +16565,7 @@ module Aws::SSM
16140
16565
  #
16141
16566
  class TargetNotConnected < Struct.new(
16142
16567
  :message)
16568
+ SENSITIVE = []
16143
16569
  include Aws::Structure
16144
16570
  end
16145
16571
 
@@ -16158,6 +16584,7 @@ module Aws::SSM
16158
16584
  #
16159
16585
  class TerminateSessionRequest < Struct.new(
16160
16586
  :session_id)
16587
+ SENSITIVE = []
16161
16588
  include Aws::Structure
16162
16589
  end
16163
16590
 
@@ -16169,6 +16596,7 @@ module Aws::SSM
16169
16596
  #
16170
16597
  class TerminateSessionResponse < Struct.new(
16171
16598
  :session_id)
16599
+ SENSITIVE = []
16172
16600
  include Aws::Structure
16173
16601
  end
16174
16602
 
@@ -16189,6 +16617,7 @@ module Aws::SSM
16189
16617
  #
16190
16618
  class TooManyUpdates < Struct.new(
16191
16619
  :message)
16620
+ SENSITIVE = []
16192
16621
  include Aws::Structure
16193
16622
  end
16194
16623
 
@@ -16202,6 +16631,7 @@ module Aws::SSM
16202
16631
  #
16203
16632
  class TotalSizeLimitExceededException < Struct.new(
16204
16633
  :message)
16634
+ SENSITIVE = []
16205
16635
  include Aws::Structure
16206
16636
  end
16207
16637
 
@@ -16215,6 +16645,7 @@ module Aws::SSM
16215
16645
  #
16216
16646
  class UnsupportedCalendarException < Struct.new(
16217
16647
  :message)
16648
+ SENSITIVE = []
16218
16649
  include Aws::Structure
16219
16650
  end
16220
16651
 
@@ -16235,6 +16666,7 @@ module Aws::SSM
16235
16666
  #
16236
16667
  class UnsupportedFeatureRequiredException < Struct.new(
16237
16668
  :message)
16669
+ SENSITIVE = []
16238
16670
  include Aws::Structure
16239
16671
  end
16240
16672
 
@@ -16253,6 +16685,7 @@ module Aws::SSM
16253
16685
  class UnsupportedInventoryItemContextException < Struct.new(
16254
16686
  :type_name,
16255
16687
  :message)
16688
+ SENSITIVE = []
16256
16689
  include Aws::Structure
16257
16690
  end
16258
16691
 
@@ -16267,6 +16700,7 @@ module Aws::SSM
16267
16700
  #
16268
16701
  class UnsupportedInventorySchemaVersionException < Struct.new(
16269
16702
  :message)
16703
+ SENSITIVE = []
16270
16704
  include Aws::Structure
16271
16705
  end
16272
16706
 
@@ -16281,6 +16715,7 @@ module Aws::SSM
16281
16715
  #
16282
16716
  class UnsupportedOperatingSystem < Struct.new(
16283
16717
  :message)
16718
+ SENSITIVE = []
16284
16719
  include Aws::Structure
16285
16720
  end
16286
16721
 
@@ -16293,6 +16728,7 @@ module Aws::SSM
16293
16728
  #
16294
16729
  class UnsupportedParameterType < Struct.new(
16295
16730
  :message)
16731
+ SENSITIVE = []
16296
16732
  include Aws::Structure
16297
16733
  end
16298
16734
 
@@ -16307,6 +16743,7 @@ module Aws::SSM
16307
16743
  #
16308
16744
  class UnsupportedPlatformType < Struct.new(
16309
16745
  :message)
16746
+ SENSITIVE = []
16310
16747
  include Aws::Structure
16311
16748
  end
16312
16749
 
@@ -16494,6 +16931,7 @@ module Aws::SSM
16494
16931
  :compliance_severity,
16495
16932
  :sync_compliance,
16496
16933
  :apply_only_at_cron_interval)
16934
+ SENSITIVE = []
16497
16935
  include Aws::Structure
16498
16936
  end
16499
16937
 
@@ -16505,6 +16943,7 @@ module Aws::SSM
16505
16943
  #
16506
16944
  class UpdateAssociationResult < Struct.new(
16507
16945
  :association_description)
16946
+ SENSITIVE = []
16508
16947
  include Aws::Structure
16509
16948
  end
16510
16949
 
@@ -16540,6 +16979,7 @@ module Aws::SSM
16540
16979
  :name,
16541
16980
  :instance_id,
16542
16981
  :association_status)
16982
+ SENSITIVE = []
16543
16983
  include Aws::Structure
16544
16984
  end
16545
16985
 
@@ -16551,6 +16991,7 @@ module Aws::SSM
16551
16991
  #
16552
16992
  class UpdateAssociationStatusResult < Struct.new(
16553
16993
  :association_description)
16994
+ SENSITIVE = []
16554
16995
  include Aws::Structure
16555
16996
  end
16556
16997
 
@@ -16577,6 +17018,7 @@ module Aws::SSM
16577
17018
  class UpdateDocumentDefaultVersionRequest < Struct.new(
16578
17019
  :name,
16579
17020
  :document_version)
17021
+ SENSITIVE = []
16580
17022
  include Aws::Structure
16581
17023
  end
16582
17024
 
@@ -16589,6 +17031,7 @@ module Aws::SSM
16589
17031
  #
16590
17032
  class UpdateDocumentDefaultVersionResult < Struct.new(
16591
17033
  :description)
17034
+ SENSITIVE = []
16592
17035
  include Aws::Structure
16593
17036
  end
16594
17037
 
@@ -16658,6 +17101,7 @@ module Aws::SSM
16658
17101
  :document_version,
16659
17102
  :document_format,
16660
17103
  :target_type)
17104
+ SENSITIVE = []
16661
17105
  include Aws::Structure
16662
17106
  end
16663
17107
 
@@ -16669,6 +17113,7 @@ module Aws::SSM
16669
17113
  #
16670
17114
  class UpdateDocumentResult < Struct.new(
16671
17115
  :document_description)
17116
+ SENSITIVE = []
16672
17117
  include Aws::Structure
16673
17118
  end
16674
17119
 
@@ -16792,6 +17237,7 @@ module Aws::SSM
16792
17237
  :allow_unassociated_targets,
16793
17238
  :enabled,
16794
17239
  :replace)
17240
+ SENSITIVE = [:description]
16795
17241
  include Aws::Structure
16796
17242
  end
16797
17243
 
@@ -16874,6 +17320,7 @@ module Aws::SSM
16874
17320
  :cutoff,
16875
17321
  :allow_unassociated_targets,
16876
17322
  :enabled)
17323
+ SENSITIVE = [:description]
16877
17324
  include Aws::Structure
16878
17325
  end
16879
17326
 
@@ -16938,6 +17385,7 @@ module Aws::SSM
16938
17385
  :name,
16939
17386
  :description,
16940
17387
  :replace)
17388
+ SENSITIVE = [:owner_information, :description]
16941
17389
  include Aws::Structure
16942
17390
  end
16943
17391
 
@@ -16974,6 +17422,7 @@ module Aws::SSM
16974
17422
  :owner_information,
16975
17423
  :name,
16976
17424
  :description)
17425
+ SENSITIVE = [:owner_information, :description]
16977
17426
  include Aws::Structure
16978
17427
  end
16979
17428
 
@@ -17175,6 +17624,7 @@ module Aws::SSM
17175
17624
  :name,
17176
17625
  :description,
17177
17626
  :replace)
17627
+ SENSITIVE = [:task_parameters, :description]
17178
17628
  include Aws::Structure
17179
17629
  end
17180
17630
 
@@ -17265,6 +17715,7 @@ module Aws::SSM
17265
17715
  :logging_info,
17266
17716
  :name,
17267
17717
  :description)
17718
+ SENSITIVE = [:task_parameters, :description]
17268
17719
  include Aws::Structure
17269
17720
  end
17270
17721
 
@@ -17289,6 +17740,7 @@ module Aws::SSM
17289
17740
  class UpdateManagedInstanceRoleRequest < Struct.new(
17290
17741
  :instance_id,
17291
17742
  :iam_role)
17743
+ SENSITIVE = []
17292
17744
  include Aws::Structure
17293
17745
  end
17294
17746
 
@@ -17427,6 +17879,7 @@ module Aws::SSM
17427
17879
  :title,
17428
17880
  :category,
17429
17881
  :severity)
17882
+ SENSITIVE = []
17430
17883
  include Aws::Structure
17431
17884
  end
17432
17885
 
@@ -17583,6 +18036,7 @@ module Aws::SSM
17583
18036
  :description,
17584
18037
  :sources,
17585
18038
  :replace)
18039
+ SENSITIVE = []
17586
18040
  include Aws::Structure
17587
18041
  end
17588
18042
 
@@ -17667,6 +18121,7 @@ module Aws::SSM
17667
18121
  :modified_date,
17668
18122
  :description,
17669
18123
  :sources)
18124
+ SENSITIVE = []
17670
18125
  include Aws::Structure
17671
18126
  end
17672
18127
 
@@ -17710,6 +18165,7 @@ module Aws::SSM
17710
18165
  :sync_name,
17711
18166
  :sync_type,
17712
18167
  :sync_source)
18168
+ SENSITIVE = []
17713
18169
  include Aws::Structure
17714
18170
  end
17715
18171
 
@@ -17761,6 +18217,7 @@ module Aws::SSM
17761
18217
  class UpdateServiceSettingRequest < Struct.new(
17762
18218
  :setting_id,
17763
18219
  :setting_value)
18220
+ SENSITIVE = []
17764
18221
  include Aws::Structure
17765
18222
  end
17766
18223