aws-sdk-ssm 1.82.0 → 1.88.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ssm.rb +3 -2
- data/lib/aws-sdk-ssm/client.rb +276 -24
- data/lib/aws-sdk-ssm/client_api.rb +209 -5
- data/lib/aws-sdk-ssm/types.rb +566 -26
- data/lib/aws-sdk-ssm/waiters.rb +156 -0
- metadata +3 -2
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -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,11 +1637,17 @@ 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
|
|
1611
1644
|
# Describes a command filter.
|
1612
1645
|
#
|
1646
|
+
# <note markdown="1"> An instance ID can't be specified when a command status is `Pending`
|
1647
|
+
# because the command hasn't run on the instance yet.
|
1648
|
+
#
|
1649
|
+
# </note>
|
1650
|
+
#
|
1613
1651
|
# @note When making an API call, you may pass CommandFilter
|
1614
1652
|
# data as a hash:
|
1615
1653
|
#
|
@@ -1670,6 +1708,7 @@ module Aws::SSM
|
|
1670
1708
|
class CommandFilter < Struct.new(
|
1671
1709
|
:key,
|
1672
1710
|
:value)
|
1711
|
+
SENSITIVE = []
|
1673
1712
|
include Aws::Structure
|
1674
1713
|
end
|
1675
1714
|
|
@@ -1825,6 +1864,7 @@ module Aws::SSM
|
|
1825
1864
|
:service_role,
|
1826
1865
|
:notification_config,
|
1827
1866
|
:cloud_watch_output_config)
|
1867
|
+
SENSITIVE = []
|
1828
1868
|
include Aws::Structure
|
1829
1869
|
end
|
1830
1870
|
|
@@ -1978,6 +2018,7 @@ module Aws::SSM
|
|
1978
2018
|
:output_s3_region,
|
1979
2019
|
:output_s3_bucket_name,
|
1980
2020
|
:output_s3_key_prefix)
|
2021
|
+
SENSITIVE = []
|
1981
2022
|
include Aws::Structure
|
1982
2023
|
end
|
1983
2024
|
|
@@ -2017,6 +2058,7 @@ module Aws::SSM
|
|
2017
2058
|
:execution_time,
|
2018
2059
|
:execution_id,
|
2019
2060
|
:execution_type)
|
2061
|
+
SENSITIVE = []
|
2020
2062
|
include Aws::Structure
|
2021
2063
|
end
|
2022
2064
|
|
@@ -2085,6 +2127,7 @@ module Aws::SSM
|
|
2085
2127
|
:severity,
|
2086
2128
|
:execution_summary,
|
2087
2129
|
:details)
|
2130
|
+
SENSITIVE = []
|
2088
2131
|
include Aws::Structure
|
2089
2132
|
end
|
2090
2133
|
|
@@ -2137,6 +2180,7 @@ module Aws::SSM
|
|
2137
2180
|
:severity,
|
2138
2181
|
:status,
|
2139
2182
|
:details)
|
2183
|
+
SENSITIVE = []
|
2140
2184
|
include Aws::Structure
|
2141
2185
|
end
|
2142
2186
|
|
@@ -2171,6 +2215,7 @@ module Aws::SSM
|
|
2171
2215
|
:key,
|
2172
2216
|
:values,
|
2173
2217
|
:type)
|
2218
|
+
SENSITIVE = []
|
2174
2219
|
include Aws::Structure
|
2175
2220
|
end
|
2176
2221
|
|
@@ -2195,6 +2240,7 @@ module Aws::SSM
|
|
2195
2240
|
:compliance_type,
|
2196
2241
|
:compliant_summary,
|
2197
2242
|
:non_compliant_summary)
|
2243
|
+
SENSITIVE = []
|
2198
2244
|
include Aws::Structure
|
2199
2245
|
end
|
2200
2246
|
|
@@ -2208,6 +2254,7 @@ module Aws::SSM
|
|
2208
2254
|
#
|
2209
2255
|
class ComplianceTypeCountLimitExceededException < Struct.new(
|
2210
2256
|
:message)
|
2257
|
+
SENSITIVE = []
|
2211
2258
|
include Aws::Structure
|
2212
2259
|
end
|
2213
2260
|
|
@@ -2227,6 +2274,7 @@ module Aws::SSM
|
|
2227
2274
|
class CompliantSummary < Struct.new(
|
2228
2275
|
:compliant_count,
|
2229
2276
|
:severity_summary)
|
2277
|
+
SENSITIVE = []
|
2230
2278
|
include Aws::Structure
|
2231
2279
|
end
|
2232
2280
|
|
@@ -2321,6 +2369,7 @@ module Aws::SSM
|
|
2321
2369
|
:registration_limit,
|
2322
2370
|
:expiration_date,
|
2323
2371
|
:tags)
|
2372
|
+
SENSITIVE = []
|
2324
2373
|
include Aws::Structure
|
2325
2374
|
end
|
2326
2375
|
|
@@ -2340,6 +2389,7 @@ module Aws::SSM
|
|
2340
2389
|
class CreateActivationResult < Struct.new(
|
2341
2390
|
:activation_id,
|
2342
2391
|
:activation_code)
|
2392
|
+
SENSITIVE = []
|
2343
2393
|
include Aws::Structure
|
2344
2394
|
end
|
2345
2395
|
|
@@ -2388,6 +2438,7 @@ module Aws::SSM
|
|
2388
2438
|
#
|
2389
2439
|
class CreateAssociationBatchRequest < Struct.new(
|
2390
2440
|
:entries)
|
2441
|
+
SENSITIVE = []
|
2391
2442
|
include Aws::Structure
|
2392
2443
|
end
|
2393
2444
|
|
@@ -2560,6 +2611,7 @@ module Aws::SSM
|
|
2560
2611
|
:compliance_severity,
|
2561
2612
|
:sync_compliance,
|
2562
2613
|
:apply_only_at_cron_interval)
|
2614
|
+
SENSITIVE = []
|
2563
2615
|
include Aws::Structure
|
2564
2616
|
end
|
2565
2617
|
|
@@ -2576,6 +2628,7 @@ module Aws::SSM
|
|
2576
2628
|
class CreateAssociationBatchResult < Struct.new(
|
2577
2629
|
:successful,
|
2578
2630
|
:failed)
|
2631
|
+
SENSITIVE = []
|
2579
2632
|
include Aws::Structure
|
2580
2633
|
end
|
2581
2634
|
|
@@ -2766,6 +2819,7 @@ module Aws::SSM
|
|
2766
2819
|
:compliance_severity,
|
2767
2820
|
:sync_compliance,
|
2768
2821
|
:apply_only_at_cron_interval)
|
2822
|
+
SENSITIVE = []
|
2769
2823
|
include Aws::Structure
|
2770
2824
|
end
|
2771
2825
|
|
@@ -2777,6 +2831,7 @@ module Aws::SSM
|
|
2777
2831
|
#
|
2778
2832
|
class CreateAssociationResult < Struct.new(
|
2779
2833
|
:association_description)
|
2834
|
+
SENSITIVE = []
|
2780
2835
|
include Aws::Structure
|
2781
2836
|
end
|
2782
2837
|
|
@@ -2924,6 +2979,7 @@ module Aws::SSM
|
|
2924
2979
|
:document_format,
|
2925
2980
|
:target_type,
|
2926
2981
|
:tags)
|
2982
|
+
SENSITIVE = []
|
2927
2983
|
include Aws::Structure
|
2928
2984
|
end
|
2929
2985
|
|
@@ -2935,6 +2991,7 @@ module Aws::SSM
|
|
2935
2991
|
#
|
2936
2992
|
class CreateDocumentResult < Struct.new(
|
2937
2993
|
:document_description)
|
2994
|
+
SENSITIVE = []
|
2938
2995
|
include Aws::Structure
|
2939
2996
|
end
|
2940
2997
|
|
@@ -3077,6 +3134,7 @@ module Aws::SSM
|
|
3077
3134
|
:allow_unassociated_targets,
|
3078
3135
|
:client_token,
|
3079
3136
|
:tags)
|
3137
|
+
SENSITIVE = [:description]
|
3080
3138
|
include Aws::Structure
|
3081
3139
|
end
|
3082
3140
|
|
@@ -3088,6 +3146,7 @@ module Aws::SSM
|
|
3088
3146
|
#
|
3089
3147
|
class CreateMaintenanceWindowResult < Struct.new(
|
3090
3148
|
:window_id)
|
3149
|
+
SENSITIVE = []
|
3091
3150
|
include Aws::Structure
|
3092
3151
|
end
|
3093
3152
|
|
@@ -3231,6 +3290,7 @@ module Aws::SSM
|
|
3231
3290
|
:tags,
|
3232
3291
|
:category,
|
3233
3292
|
:severity)
|
3293
|
+
SENSITIVE = []
|
3234
3294
|
include Aws::Structure
|
3235
3295
|
end
|
3236
3296
|
|
@@ -3242,6 +3302,7 @@ module Aws::SSM
|
|
3242
3302
|
#
|
3243
3303
|
class CreateOpsItemResponse < Struct.new(
|
3244
3304
|
:ops_item_id)
|
3305
|
+
SENSITIVE = []
|
3245
3306
|
include Aws::Structure
|
3246
3307
|
end
|
3247
3308
|
|
@@ -3422,6 +3483,7 @@ module Aws::SSM
|
|
3422
3483
|
:sources,
|
3423
3484
|
:client_token,
|
3424
3485
|
:tags)
|
3486
|
+
SENSITIVE = []
|
3425
3487
|
include Aws::Structure
|
3426
3488
|
end
|
3427
3489
|
|
@@ -3433,6 +3495,7 @@ module Aws::SSM
|
|
3433
3495
|
#
|
3434
3496
|
class CreatePatchBaselineResult < Struct.new(
|
3435
3497
|
:baseline_id)
|
3498
|
+
SENSITIVE = []
|
3436
3499
|
include Aws::Structure
|
3437
3500
|
end
|
3438
3501
|
|
@@ -3499,6 +3562,7 @@ module Aws::SSM
|
|
3499
3562
|
:s3_destination,
|
3500
3563
|
:sync_type,
|
3501
3564
|
:sync_source)
|
3565
|
+
SENSITIVE = []
|
3502
3566
|
include Aws::Structure
|
3503
3567
|
end
|
3504
3568
|
|
@@ -3516,6 +3580,7 @@ module Aws::SSM
|
|
3516
3580
|
#
|
3517
3581
|
class CustomSchemaCountLimitExceededException < Struct.new(
|
3518
3582
|
:message)
|
3583
|
+
SENSITIVE = []
|
3519
3584
|
include Aws::Structure
|
3520
3585
|
end
|
3521
3586
|
|
@@ -3534,6 +3599,7 @@ module Aws::SSM
|
|
3534
3599
|
#
|
3535
3600
|
class DeleteActivationRequest < Struct.new(
|
3536
3601
|
:activation_id)
|
3602
|
+
SENSITIVE = []
|
3537
3603
|
include Aws::Structure
|
3538
3604
|
end
|
3539
3605
|
|
@@ -3568,6 +3634,7 @@ module Aws::SSM
|
|
3568
3634
|
:name,
|
3569
3635
|
:instance_id,
|
3570
3636
|
:association_id)
|
3637
|
+
SENSITIVE = []
|
3571
3638
|
include Aws::Structure
|
3572
3639
|
end
|
3573
3640
|
|
@@ -3614,6 +3681,7 @@ module Aws::SSM
|
|
3614
3681
|
:document_version,
|
3615
3682
|
:version_name,
|
3616
3683
|
:force)
|
3684
|
+
SENSITIVE = []
|
3617
3685
|
include Aws::Structure
|
3618
3686
|
end
|
3619
3687
|
|
@@ -3628,12 +3696,12 @@ module Aws::SSM
|
|
3628
3696
|
# type_name: "InventoryItemTypeName", # required
|
3629
3697
|
# schema_delete_option: "DisableSchema", # accepts DisableSchema, DeleteSchema
|
3630
3698
|
# dry_run: false,
|
3631
|
-
# client_token: "
|
3699
|
+
# client_token: "UUID",
|
3632
3700
|
# }
|
3633
3701
|
#
|
3634
3702
|
# @!attribute [rw] type_name
|
3635
3703
|
# The name of the custom inventory type for which you want to delete
|
3636
|
-
# either all previously collected data
|
3704
|
+
# either all previously collected data or the inventory type itself.
|
3637
3705
|
# @return [String]
|
3638
3706
|
#
|
3639
3707
|
# @!attribute [rw] schema_delete_option
|
@@ -3673,6 +3741,7 @@ module Aws::SSM
|
|
3673
3741
|
:schema_delete_option,
|
3674
3742
|
:dry_run,
|
3675
3743
|
:client_token)
|
3744
|
+
SENSITIVE = []
|
3676
3745
|
include Aws::Structure
|
3677
3746
|
end
|
3678
3747
|
|
@@ -3703,6 +3772,7 @@ module Aws::SSM
|
|
3703
3772
|
:deletion_id,
|
3704
3773
|
:type_name,
|
3705
3774
|
:deletion_summary)
|
3775
|
+
SENSITIVE = []
|
3706
3776
|
include Aws::Structure
|
3707
3777
|
end
|
3708
3778
|
|
@@ -3721,6 +3791,7 @@ module Aws::SSM
|
|
3721
3791
|
#
|
3722
3792
|
class DeleteMaintenanceWindowRequest < Struct.new(
|
3723
3793
|
:window_id)
|
3794
|
+
SENSITIVE = []
|
3724
3795
|
include Aws::Structure
|
3725
3796
|
end
|
3726
3797
|
|
@@ -3732,6 +3803,7 @@ module Aws::SSM
|
|
3732
3803
|
#
|
3733
3804
|
class DeleteMaintenanceWindowResult < Struct.new(
|
3734
3805
|
:window_id)
|
3806
|
+
SENSITIVE = []
|
3735
3807
|
include Aws::Structure
|
3736
3808
|
end
|
3737
3809
|
|
@@ -3750,6 +3822,7 @@ module Aws::SSM
|
|
3750
3822
|
#
|
3751
3823
|
class DeleteParameterRequest < Struct.new(
|
3752
3824
|
:name)
|
3825
|
+
SENSITIVE = []
|
3753
3826
|
include Aws::Structure
|
3754
3827
|
end
|
3755
3828
|
|
@@ -3772,6 +3845,7 @@ module Aws::SSM
|
|
3772
3845
|
#
|
3773
3846
|
class DeleteParametersRequest < Struct.new(
|
3774
3847
|
:names)
|
3848
|
+
SENSITIVE = []
|
3775
3849
|
include Aws::Structure
|
3776
3850
|
end
|
3777
3851
|
|
@@ -3789,6 +3863,7 @@ module Aws::SSM
|
|
3789
3863
|
class DeleteParametersResult < Struct.new(
|
3790
3864
|
:deleted_parameters,
|
3791
3865
|
:invalid_parameters)
|
3866
|
+
SENSITIVE = []
|
3792
3867
|
include Aws::Structure
|
3793
3868
|
end
|
3794
3869
|
|
@@ -3807,6 +3882,7 @@ module Aws::SSM
|
|
3807
3882
|
#
|
3808
3883
|
class DeletePatchBaselineRequest < Struct.new(
|
3809
3884
|
:baseline_id)
|
3885
|
+
SENSITIVE = []
|
3810
3886
|
include Aws::Structure
|
3811
3887
|
end
|
3812
3888
|
|
@@ -3818,6 +3894,7 @@ module Aws::SSM
|
|
3818
3894
|
#
|
3819
3895
|
class DeletePatchBaselineResult < Struct.new(
|
3820
3896
|
:baseline_id)
|
3897
|
+
SENSITIVE = []
|
3821
3898
|
include Aws::Structure
|
3822
3899
|
end
|
3823
3900
|
|
@@ -3842,6 +3919,7 @@ module Aws::SSM
|
|
3842
3919
|
class DeleteResourceDataSyncRequest < Struct.new(
|
3843
3920
|
:sync_name,
|
3844
3921
|
:sync_type)
|
3922
|
+
SENSITIVE = []
|
3845
3923
|
include Aws::Structure
|
3846
3924
|
end
|
3847
3925
|
|
@@ -3865,6 +3943,7 @@ module Aws::SSM
|
|
3865
3943
|
#
|
3866
3944
|
class DeregisterManagedInstanceRequest < Struct.new(
|
3867
3945
|
:instance_id)
|
3946
|
+
SENSITIVE = []
|
3868
3947
|
include Aws::Structure
|
3869
3948
|
end
|
3870
3949
|
|
@@ -3894,6 +3973,7 @@ module Aws::SSM
|
|
3894
3973
|
class DeregisterPatchBaselineForPatchGroupRequest < Struct.new(
|
3895
3974
|
:baseline_id,
|
3896
3975
|
:patch_group)
|
3976
|
+
SENSITIVE = []
|
3897
3977
|
include Aws::Structure
|
3898
3978
|
end
|
3899
3979
|
|
@@ -3910,6 +3990,7 @@ module Aws::SSM
|
|
3910
3990
|
class DeregisterPatchBaselineForPatchGroupResult < Struct.new(
|
3911
3991
|
:baseline_id,
|
3912
3992
|
:patch_group)
|
3993
|
+
SENSITIVE = []
|
3913
3994
|
include Aws::Structure
|
3914
3995
|
end
|
3915
3996
|
|
@@ -3942,6 +4023,7 @@ module Aws::SSM
|
|
3942
4023
|
:window_id,
|
3943
4024
|
:window_target_id,
|
3944
4025
|
:safe)
|
4026
|
+
SENSITIVE = []
|
3945
4027
|
include Aws::Structure
|
3946
4028
|
end
|
3947
4029
|
|
@@ -3958,6 +4040,7 @@ module Aws::SSM
|
|
3958
4040
|
class DeregisterTargetFromMaintenanceWindowResult < Struct.new(
|
3959
4041
|
:window_id,
|
3960
4042
|
:window_target_id)
|
4043
|
+
SENSITIVE = []
|
3961
4044
|
include Aws::Structure
|
3962
4045
|
end
|
3963
4046
|
|
@@ -3982,6 +4065,7 @@ module Aws::SSM
|
|
3982
4065
|
class DeregisterTaskFromMaintenanceWindowRequest < Struct.new(
|
3983
4066
|
:window_id,
|
3984
4067
|
:window_task_id)
|
4068
|
+
SENSITIVE = []
|
3985
4069
|
include Aws::Structure
|
3986
4070
|
end
|
3987
4071
|
|
@@ -3998,6 +4082,7 @@ module Aws::SSM
|
|
3998
4082
|
class DeregisterTaskFromMaintenanceWindowResult < Struct.new(
|
3999
4083
|
:window_id,
|
4000
4084
|
:window_task_id)
|
4085
|
+
SENSITIVE = []
|
4001
4086
|
include Aws::Structure
|
4002
4087
|
end
|
4003
4088
|
|
@@ -4024,6 +4109,7 @@ module Aws::SSM
|
|
4024
4109
|
class DescribeActivationsFilter < Struct.new(
|
4025
4110
|
:filter_key,
|
4026
4111
|
:filter_values)
|
4112
|
+
SENSITIVE = []
|
4027
4113
|
include Aws::Structure
|
4028
4114
|
end
|
4029
4115
|
|
@@ -4062,6 +4148,7 @@ module Aws::SSM
|
|
4062
4148
|
:filters,
|
4063
4149
|
:max_results,
|
4064
4150
|
:next_token)
|
4151
|
+
SENSITIVE = []
|
4065
4152
|
include Aws::Structure
|
4066
4153
|
end
|
4067
4154
|
|
@@ -4079,6 +4166,7 @@ module Aws::SSM
|
|
4079
4166
|
class DescribeActivationsResult < Struct.new(
|
4080
4167
|
:activation_list,
|
4081
4168
|
:next_token)
|
4169
|
+
SENSITIVE = []
|
4082
4170
|
include Aws::Structure
|
4083
4171
|
end
|
4084
4172
|
|
@@ -4137,6 +4225,7 @@ module Aws::SSM
|
|
4137
4225
|
:filters,
|
4138
4226
|
:max_results,
|
4139
4227
|
:next_token)
|
4228
|
+
SENSITIVE = []
|
4140
4229
|
include Aws::Structure
|
4141
4230
|
end
|
4142
4231
|
|
@@ -4154,6 +4243,7 @@ module Aws::SSM
|
|
4154
4243
|
class DescribeAssociationExecutionTargetsResult < Struct.new(
|
4155
4244
|
:association_execution_targets,
|
4156
4245
|
:next_token)
|
4246
|
+
SENSITIVE = []
|
4157
4247
|
include Aws::Structure
|
4158
4248
|
end
|
4159
4249
|
|
@@ -4207,6 +4297,7 @@ module Aws::SSM
|
|
4207
4297
|
:filters,
|
4208
4298
|
:max_results,
|
4209
4299
|
:next_token)
|
4300
|
+
SENSITIVE = []
|
4210
4301
|
include Aws::Structure
|
4211
4302
|
end
|
4212
4303
|
|
@@ -4224,6 +4315,7 @@ module Aws::SSM
|
|
4224
4315
|
class DescribeAssociationExecutionsResult < Struct.new(
|
4225
4316
|
:association_executions,
|
4226
4317
|
:next_token)
|
4318
|
+
SENSITIVE = []
|
4227
4319
|
include Aws::Structure
|
4228
4320
|
end
|
4229
4321
|
|
@@ -4264,6 +4356,7 @@ module Aws::SSM
|
|
4264
4356
|
:instance_id,
|
4265
4357
|
:association_id,
|
4266
4358
|
:association_version)
|
4359
|
+
SENSITIVE = []
|
4267
4360
|
include Aws::Structure
|
4268
4361
|
end
|
4269
4362
|
|
@@ -4275,6 +4368,7 @@ module Aws::SSM
|
|
4275
4368
|
#
|
4276
4369
|
class DescribeAssociationResult < Struct.new(
|
4277
4370
|
:association_description)
|
4371
|
+
SENSITIVE = []
|
4278
4372
|
include Aws::Structure
|
4279
4373
|
end
|
4280
4374
|
|
@@ -4313,6 +4407,7 @@ module Aws::SSM
|
|
4313
4407
|
:filters,
|
4314
4408
|
:max_results,
|
4315
4409
|
:next_token)
|
4410
|
+
SENSITIVE = []
|
4316
4411
|
include Aws::Structure
|
4317
4412
|
end
|
4318
4413
|
|
@@ -4331,6 +4426,7 @@ module Aws::SSM
|
|
4331
4426
|
class DescribeAutomationExecutionsResult < Struct.new(
|
4332
4427
|
:automation_execution_metadata_list,
|
4333
4428
|
:next_token)
|
4429
|
+
SENSITIVE = []
|
4334
4430
|
include Aws::Structure
|
4335
4431
|
end
|
4336
4432
|
|
@@ -4384,6 +4480,7 @@ module Aws::SSM
|
|
4384
4480
|
:next_token,
|
4385
4481
|
:max_results,
|
4386
4482
|
:reverse_order)
|
4483
|
+
SENSITIVE = []
|
4387
4484
|
include Aws::Structure
|
4388
4485
|
end
|
4389
4486
|
|
@@ -4402,6 +4499,7 @@ module Aws::SSM
|
|
4402
4499
|
class DescribeAutomationStepExecutionsResult < Struct.new(
|
4403
4500
|
:step_executions,
|
4404
4501
|
:next_token)
|
4502
|
+
SENSITIVE = []
|
4405
4503
|
include Aws::Structure
|
4406
4504
|
end
|
4407
4505
|
|
@@ -4438,6 +4536,7 @@ module Aws::SSM
|
|
4438
4536
|
:filters,
|
4439
4537
|
:max_results,
|
4440
4538
|
:next_token)
|
4539
|
+
SENSITIVE = []
|
4441
4540
|
include Aws::Structure
|
4442
4541
|
end
|
4443
4542
|
|
@@ -4455,6 +4554,7 @@ module Aws::SSM
|
|
4455
4554
|
class DescribeAvailablePatchesResult < Struct.new(
|
4456
4555
|
:patches,
|
4457
4556
|
:next_token)
|
4557
|
+
SENSITIVE = []
|
4458
4558
|
include Aws::Structure
|
4459
4559
|
end
|
4460
4560
|
|
@@ -4480,6 +4580,7 @@ module Aws::SSM
|
|
4480
4580
|
class DescribeDocumentPermissionRequest < Struct.new(
|
4481
4581
|
:name,
|
4482
4582
|
:permission_type)
|
4583
|
+
SENSITIVE = []
|
4483
4584
|
include Aws::Structure
|
4484
4585
|
end
|
4485
4586
|
|
@@ -4498,6 +4599,7 @@ module Aws::SSM
|
|
4498
4599
|
class DescribeDocumentPermissionResponse < Struct.new(
|
4499
4600
|
:account_ids,
|
4500
4601
|
:account_sharing_info_list)
|
4602
|
+
SENSITIVE = []
|
4501
4603
|
include Aws::Structure
|
4502
4604
|
end
|
4503
4605
|
|
@@ -4531,6 +4633,7 @@ module Aws::SSM
|
|
4531
4633
|
:name,
|
4532
4634
|
:document_version,
|
4533
4635
|
:version_name)
|
4636
|
+
SENSITIVE = []
|
4534
4637
|
include Aws::Structure
|
4535
4638
|
end
|
4536
4639
|
|
@@ -4542,6 +4645,7 @@ module Aws::SSM
|
|
4542
4645
|
#
|
4543
4646
|
class DescribeDocumentResult < Struct.new(
|
4544
4647
|
:document)
|
4648
|
+
SENSITIVE = []
|
4545
4649
|
include Aws::Structure
|
4546
4650
|
end
|
4547
4651
|
|
@@ -4575,6 +4679,7 @@ module Aws::SSM
|
|
4575
4679
|
:instance_id,
|
4576
4680
|
:max_results,
|
4577
4681
|
:next_token)
|
4682
|
+
SENSITIVE = []
|
4578
4683
|
include Aws::Structure
|
4579
4684
|
end
|
4580
4685
|
|
@@ -4592,6 +4697,7 @@ module Aws::SSM
|
|
4592
4697
|
class DescribeEffectiveInstanceAssociationsResult < Struct.new(
|
4593
4698
|
:associations,
|
4594
4699
|
:next_token)
|
4700
|
+
SENSITIVE = []
|
4595
4701
|
include Aws::Structure
|
4596
4702
|
end
|
4597
4703
|
|
@@ -4623,6 +4729,7 @@ module Aws::SSM
|
|
4623
4729
|
:baseline_id,
|
4624
4730
|
:max_results,
|
4625
4731
|
:next_token)
|
4732
|
+
SENSITIVE = []
|
4626
4733
|
include Aws::Structure
|
4627
4734
|
end
|
4628
4735
|
|
@@ -4640,6 +4747,7 @@ module Aws::SSM
|
|
4640
4747
|
class DescribeEffectivePatchesForPatchBaselineResult < Struct.new(
|
4641
4748
|
:effective_patches,
|
4642
4749
|
:next_token)
|
4750
|
+
SENSITIVE = []
|
4643
4751
|
include Aws::Structure
|
4644
4752
|
end
|
4645
4753
|
|
@@ -4673,6 +4781,7 @@ module Aws::SSM
|
|
4673
4781
|
:instance_id,
|
4674
4782
|
:max_results,
|
4675
4783
|
:next_token)
|
4784
|
+
SENSITIVE = []
|
4676
4785
|
include Aws::Structure
|
4677
4786
|
end
|
4678
4787
|
|
@@ -4690,6 +4799,7 @@ module Aws::SSM
|
|
4690
4799
|
class DescribeInstanceAssociationsStatusResult < Struct.new(
|
4691
4800
|
:instance_association_status_infos,
|
4692
4801
|
:next_token)
|
4802
|
+
SENSITIVE = []
|
4693
4803
|
include Aws::Structure
|
4694
4804
|
end
|
4695
4805
|
|
@@ -4750,6 +4860,7 @@ module Aws::SSM
|
|
4750
4860
|
:filters,
|
4751
4861
|
:max_results,
|
4752
4862
|
:next_token)
|
4863
|
+
SENSITIVE = []
|
4753
4864
|
include Aws::Structure
|
4754
4865
|
end
|
4755
4866
|
|
@@ -4767,6 +4878,7 @@ module Aws::SSM
|
|
4767
4878
|
class DescribeInstanceInformationResult < Struct.new(
|
4768
4879
|
:instance_information_list,
|
4769
4880
|
:next_token)
|
4881
|
+
SENSITIVE = []
|
4770
4882
|
include Aws::Structure
|
4771
4883
|
end
|
4772
4884
|
|
@@ -4817,6 +4929,7 @@ module Aws::SSM
|
|
4817
4929
|
:filters,
|
4818
4930
|
:next_token,
|
4819
4931
|
:max_results)
|
4932
|
+
SENSITIVE = []
|
4820
4933
|
include Aws::Structure
|
4821
4934
|
end
|
4822
4935
|
|
@@ -4834,6 +4947,7 @@ module Aws::SSM
|
|
4834
4947
|
class DescribeInstancePatchStatesForPatchGroupResult < Struct.new(
|
4835
4948
|
:instance_patch_states,
|
4836
4949
|
:next_token)
|
4950
|
+
SENSITIVE = []
|
4837
4951
|
include Aws::Structure
|
4838
4952
|
end
|
4839
4953
|
|
@@ -4866,6 +4980,7 @@ module Aws::SSM
|
|
4866
4980
|
:instance_ids,
|
4867
4981
|
:next_token,
|
4868
4982
|
:max_results)
|
4983
|
+
SENSITIVE = []
|
4869
4984
|
include Aws::Structure
|
4870
4985
|
end
|
4871
4986
|
|
@@ -4883,6 +4998,7 @@ module Aws::SSM
|
|
4883
4998
|
class DescribeInstancePatchStatesResult < Struct.new(
|
4884
4999
|
:instance_patch_states,
|
4885
5000
|
:next_token)
|
5001
|
+
SENSITIVE = []
|
4886
5002
|
include Aws::Structure
|
4887
5003
|
end
|
4888
5004
|
|
@@ -4928,6 +5044,7 @@ module Aws::SSM
|
|
4928
5044
|
:filters,
|
4929
5045
|
:next_token,
|
4930
5046
|
:max_results)
|
5047
|
+
SENSITIVE = []
|
4931
5048
|
include Aws::Structure
|
4932
5049
|
end
|
4933
5050
|
|
@@ -4959,6 +5076,7 @@ module Aws::SSM
|
|
4959
5076
|
class DescribeInstancePatchesResult < Struct.new(
|
4960
5077
|
:patches,
|
4961
5078
|
:next_token)
|
5079
|
+
SENSITIVE = []
|
4962
5080
|
include Aws::Structure
|
4963
5081
|
end
|
4964
5082
|
|
@@ -4966,7 +5084,7 @@ module Aws::SSM
|
|
4966
5084
|
# data as a hash:
|
4967
5085
|
#
|
4968
5086
|
# {
|
4969
|
-
# deletion_id: "
|
5087
|
+
# deletion_id: "UUID",
|
4970
5088
|
# next_token: "NextToken",
|
4971
5089
|
# max_results: 1,
|
4972
5090
|
# }
|
@@ -4993,6 +5111,7 @@ module Aws::SSM
|
|
4993
5111
|
:deletion_id,
|
4994
5112
|
:next_token,
|
4995
5113
|
:max_results)
|
5114
|
+
SENSITIVE = []
|
4996
5115
|
include Aws::Structure
|
4997
5116
|
end
|
4998
5117
|
|
@@ -5010,6 +5129,7 @@ module Aws::SSM
|
|
5010
5129
|
class DescribeInventoryDeletionsResult < Struct.new(
|
5011
5130
|
:inventory_deletions,
|
5012
5131
|
:next_token)
|
5132
|
+
SENSITIVE = []
|
5013
5133
|
include Aws::Structure
|
5014
5134
|
end
|
5015
5135
|
|
@@ -5064,6 +5184,7 @@ module Aws::SSM
|
|
5064
5184
|
:filters,
|
5065
5185
|
:max_results,
|
5066
5186
|
:next_token)
|
5187
|
+
SENSITIVE = []
|
5067
5188
|
include Aws::Structure
|
5068
5189
|
end
|
5069
5190
|
|
@@ -5081,6 +5202,7 @@ module Aws::SSM
|
|
5081
5202
|
class DescribeMaintenanceWindowExecutionTaskInvocationsResult < Struct.new(
|
5082
5203
|
:window_execution_task_invocation_identities,
|
5083
5204
|
:next_token)
|
5205
|
+
SENSITIVE = []
|
5084
5206
|
include Aws::Structure
|
5085
5207
|
end
|
5086
5208
|
|
@@ -5129,6 +5251,7 @@ module Aws::SSM
|
|
5129
5251
|
:filters,
|
5130
5252
|
:max_results,
|
5131
5253
|
:next_token)
|
5254
|
+
SENSITIVE = []
|
5132
5255
|
include Aws::Structure
|
5133
5256
|
end
|
5134
5257
|
|
@@ -5146,6 +5269,7 @@ module Aws::SSM
|
|
5146
5269
|
class DescribeMaintenanceWindowExecutionTasksResult < Struct.new(
|
5147
5270
|
:window_execution_task_identities,
|
5148
5271
|
:next_token)
|
5272
|
+
SENSITIVE = []
|
5149
5273
|
include Aws::Structure
|
5150
5274
|
end
|
5151
5275
|
|
@@ -5199,6 +5323,7 @@ module Aws::SSM
|
|
5199
5323
|
:filters,
|
5200
5324
|
:max_results,
|
5201
5325
|
:next_token)
|
5326
|
+
SENSITIVE = []
|
5202
5327
|
include Aws::Structure
|
5203
5328
|
end
|
5204
5329
|
|
@@ -5216,6 +5341,7 @@ module Aws::SSM
|
|
5216
5341
|
class DescribeMaintenanceWindowExecutionsResult < Struct.new(
|
5217
5342
|
:window_executions,
|
5218
5343
|
:next_token)
|
5344
|
+
SENSITIVE = []
|
5219
5345
|
include Aws::Structure
|
5220
5346
|
end
|
5221
5347
|
|
@@ -5280,6 +5406,7 @@ module Aws::SSM
|
|
5280
5406
|
:filters,
|
5281
5407
|
:max_results,
|
5282
5408
|
:next_token)
|
5409
|
+
SENSITIVE = []
|
5283
5410
|
include Aws::Structure
|
5284
5411
|
end
|
5285
5412
|
|
@@ -5298,6 +5425,7 @@ module Aws::SSM
|
|
5298
5425
|
class DescribeMaintenanceWindowScheduleResult < Struct.new(
|
5299
5426
|
:scheduled_window_executions,
|
5300
5427
|
:next_token)
|
5428
|
+
SENSITIVE = []
|
5301
5429
|
include Aws::Structure
|
5302
5430
|
end
|
5303
5431
|
|
@@ -5344,6 +5472,7 @@ module Aws::SSM
|
|
5344
5472
|
:filters,
|
5345
5473
|
:max_results,
|
5346
5474
|
:next_token)
|
5475
|
+
SENSITIVE = []
|
5347
5476
|
include Aws::Structure
|
5348
5477
|
end
|
5349
5478
|
|
@@ -5361,6 +5490,7 @@ module Aws::SSM
|
|
5361
5490
|
class DescribeMaintenanceWindowTargetsResult < Struct.new(
|
5362
5491
|
:targets,
|
5363
5492
|
:next_token)
|
5493
|
+
SENSITIVE = []
|
5364
5494
|
include Aws::Structure
|
5365
5495
|
end
|
5366
5496
|
|
@@ -5407,6 +5537,7 @@ module Aws::SSM
|
|
5407
5537
|
:filters,
|
5408
5538
|
:max_results,
|
5409
5539
|
:next_token)
|
5540
|
+
SENSITIVE = []
|
5410
5541
|
include Aws::Structure
|
5411
5542
|
end
|
5412
5543
|
|
@@ -5424,6 +5555,7 @@ module Aws::SSM
|
|
5424
5555
|
class DescribeMaintenanceWindowTasksResult < Struct.new(
|
5425
5556
|
:tasks,
|
5426
5557
|
:next_token)
|
5558
|
+
SENSITIVE = []
|
5427
5559
|
include Aws::Structure
|
5428
5560
|
end
|
5429
5561
|
|
@@ -5469,6 +5601,7 @@ module Aws::SSM
|
|
5469
5601
|
:resource_type,
|
5470
5602
|
:max_results,
|
5471
5603
|
:next_token)
|
5604
|
+
SENSITIVE = []
|
5472
5605
|
include Aws::Structure
|
5473
5606
|
end
|
5474
5607
|
|
@@ -5487,6 +5620,7 @@ module Aws::SSM
|
|
5487
5620
|
class DescribeMaintenanceWindowsForTargetResult < Struct.new(
|
5488
5621
|
:window_identities,
|
5489
5622
|
:next_token)
|
5623
|
+
SENSITIVE = []
|
5490
5624
|
include Aws::Structure
|
5491
5625
|
end
|
5492
5626
|
|
@@ -5527,6 +5661,7 @@ module Aws::SSM
|
|
5527
5661
|
:filters,
|
5528
5662
|
:max_results,
|
5529
5663
|
:next_token)
|
5664
|
+
SENSITIVE = []
|
5530
5665
|
include Aws::Structure
|
5531
5666
|
end
|
5532
5667
|
|
@@ -5544,6 +5679,7 @@ module Aws::SSM
|
|
5544
5679
|
class DescribeMaintenanceWindowsResult < Struct.new(
|
5545
5680
|
:window_identities,
|
5546
5681
|
:next_token)
|
5682
|
+
SENSITIVE = []
|
5547
5683
|
include Aws::Structure
|
5548
5684
|
end
|
5549
5685
|
|
@@ -5639,6 +5775,7 @@ module Aws::SSM
|
|
5639
5775
|
:ops_item_filters,
|
5640
5776
|
:max_results,
|
5641
5777
|
:next_token)
|
5778
|
+
SENSITIVE = []
|
5642
5779
|
include Aws::Structure
|
5643
5780
|
end
|
5644
5781
|
|
@@ -5656,6 +5793,7 @@ module Aws::SSM
|
|
5656
5793
|
class DescribeOpsItemsResponse < Struct.new(
|
5657
5794
|
:next_token,
|
5658
5795
|
:ops_item_summaries)
|
5796
|
+
SENSITIVE = []
|
5659
5797
|
include Aws::Structure
|
5660
5798
|
end
|
5661
5799
|
|
@@ -5706,6 +5844,7 @@ module Aws::SSM
|
|
5706
5844
|
:parameter_filters,
|
5707
5845
|
:max_results,
|
5708
5846
|
:next_token)
|
5847
|
+
SENSITIVE = []
|
5709
5848
|
include Aws::Structure
|
5710
5849
|
end
|
5711
5850
|
|
@@ -5722,6 +5861,7 @@ module Aws::SSM
|
|
5722
5861
|
class DescribeParametersResult < Struct.new(
|
5723
5862
|
:parameters,
|
5724
5863
|
:next_token)
|
5864
|
+
SENSITIVE = []
|
5725
5865
|
include Aws::Structure
|
5726
5866
|
end
|
5727
5867
|
|
@@ -5763,6 +5903,7 @@ module Aws::SSM
|
|
5763
5903
|
:filters,
|
5764
5904
|
:max_results,
|
5765
5905
|
:next_token)
|
5906
|
+
SENSITIVE = []
|
5766
5907
|
include Aws::Structure
|
5767
5908
|
end
|
5768
5909
|
|
@@ -5780,6 +5921,7 @@ module Aws::SSM
|
|
5780
5921
|
class DescribePatchBaselinesResult < Struct.new(
|
5781
5922
|
:baseline_identities,
|
5782
5923
|
:next_token)
|
5924
|
+
SENSITIVE = []
|
5783
5925
|
include Aws::Structure
|
5784
5926
|
end
|
5785
5927
|
|
@@ -5799,6 +5941,7 @@ module Aws::SSM
|
|
5799
5941
|
#
|
5800
5942
|
class DescribePatchGroupStateRequest < Struct.new(
|
5801
5943
|
:patch_group)
|
5944
|
+
SENSITIVE = []
|
5802
5945
|
include Aws::Structure
|
5803
5946
|
end
|
5804
5947
|
|
@@ -5866,6 +6009,7 @@ module Aws::SSM
|
|
5866
6009
|
:instances_with_failed_patches,
|
5867
6010
|
:instances_with_not_applicable_patches,
|
5868
6011
|
:instances_with_unreported_not_applicable_patches)
|
6012
|
+
SENSITIVE = []
|
5869
6013
|
include Aws::Structure
|
5870
6014
|
end
|
5871
6015
|
|
@@ -5890,6 +6034,22 @@ module Aws::SSM
|
|
5890
6034
|
# @!attribute [rw] filters
|
5891
6035
|
# One or more filters. Use a filter to return a more specific list of
|
5892
6036
|
# results.
|
6037
|
+
#
|
6038
|
+
# For `DescribePatchGroups`,valid filter keys include the following:
|
6039
|
+
#
|
6040
|
+
# * `NAME_PREFIX`\: The name of the patch group. Wildcards (*) are
|
6041
|
+
# accepted.
|
6042
|
+
#
|
6043
|
+
# * `OPERATING_SYSTEM`\: The supported operating system type to return
|
6044
|
+
# results for. For valid operating system values, see
|
6045
|
+
# GetDefaultPatchBaselineRequest$OperatingSystem in
|
6046
|
+
# CreatePatchBaseline.
|
6047
|
+
#
|
6048
|
+
# Examples:
|
6049
|
+
#
|
6050
|
+
# * `--filters Key=NAME_PREFIX,Values=MyPatchGroup*`
|
6051
|
+
#
|
6052
|
+
# * `--filters Key=OPERATING_SYSTEM,Values=AMAZON_LINUX_2`
|
5893
6053
|
# @return [Array<Types::PatchOrchestratorFilter>]
|
5894
6054
|
#
|
5895
6055
|
# @!attribute [rw] next_token
|
@@ -5903,6 +6063,7 @@ module Aws::SSM
|
|
5903
6063
|
:max_results,
|
5904
6064
|
:filters,
|
5905
6065
|
:next_token)
|
6066
|
+
SENSITIVE = []
|
5906
6067
|
include Aws::Structure
|
5907
6068
|
end
|
5908
6069
|
|
@@ -5925,6 +6086,7 @@ module Aws::SSM
|
|
5925
6086
|
class DescribePatchGroupsResult < Struct.new(
|
5926
6087
|
:mappings,
|
5927
6088
|
:next_token)
|
6089
|
+
SENSITIVE = []
|
5928
6090
|
include Aws::Structure
|
5929
6091
|
end
|
5930
6092
|
|
@@ -5972,6 +6134,7 @@ module Aws::SSM
|
|
5972
6134
|
:patch_set,
|
5973
6135
|
:max_results,
|
5974
6136
|
:next_token)
|
6137
|
+
SENSITIVE = []
|
5975
6138
|
include Aws::Structure
|
5976
6139
|
end
|
5977
6140
|
|
@@ -5990,6 +6153,7 @@ module Aws::SSM
|
|
5990
6153
|
class DescribePatchPropertiesResult < Struct.new(
|
5991
6154
|
:properties,
|
5992
6155
|
:next_token)
|
6156
|
+
SENSITIVE = []
|
5993
6157
|
include Aws::Structure
|
5994
6158
|
end
|
5995
6159
|
|
@@ -6036,6 +6200,7 @@ module Aws::SSM
|
|
6036
6200
|
:max_results,
|
6037
6201
|
:next_token,
|
6038
6202
|
:filters)
|
6203
|
+
SENSITIVE = []
|
6039
6204
|
include Aws::Structure
|
6040
6205
|
end
|
6041
6206
|
|
@@ -6053,6 +6218,7 @@ module Aws::SSM
|
|
6053
6218
|
class DescribeSessionsResponse < Struct.new(
|
6054
6219
|
:sessions,
|
6055
6220
|
:next_token)
|
6221
|
+
SENSITIVE = []
|
6056
6222
|
include Aws::Structure
|
6057
6223
|
end
|
6058
6224
|
|
@@ -6065,6 +6231,7 @@ module Aws::SSM
|
|
6065
6231
|
#
|
6066
6232
|
class DocumentAlreadyExists < Struct.new(
|
6067
6233
|
:message)
|
6234
|
+
SENSITIVE = []
|
6068
6235
|
include Aws::Structure
|
6069
6236
|
end
|
6070
6237
|
|
@@ -6088,6 +6255,7 @@ module Aws::SSM
|
|
6088
6255
|
:name,
|
6089
6256
|
:default_version,
|
6090
6257
|
:default_version_name)
|
6258
|
+
SENSITIVE = []
|
6091
6259
|
include Aws::Structure
|
6092
6260
|
end
|
6093
6261
|
|
@@ -6230,6 +6398,7 @@ module Aws::SSM
|
|
6230
6398
|
:tags,
|
6231
6399
|
:attachments_information,
|
6232
6400
|
:requires)
|
6401
|
+
SENSITIVE = []
|
6233
6402
|
include Aws::Structure
|
6234
6403
|
end
|
6235
6404
|
|
@@ -6256,6 +6425,7 @@ module Aws::SSM
|
|
6256
6425
|
class DocumentFilter < Struct.new(
|
6257
6426
|
:key,
|
6258
6427
|
:value)
|
6428
|
+
SENSITIVE = []
|
6259
6429
|
include Aws::Structure
|
6260
6430
|
end
|
6261
6431
|
|
@@ -6330,6 +6500,7 @@ module Aws::SSM
|
|
6330
6500
|
:target_type,
|
6331
6501
|
:tags,
|
6332
6502
|
:requires)
|
6503
|
+
SENSITIVE = []
|
6333
6504
|
include Aws::Structure
|
6334
6505
|
end
|
6335
6506
|
|
@@ -6386,6 +6557,7 @@ module Aws::SSM
|
|
6386
6557
|
class DocumentKeyValuesFilter < Struct.new(
|
6387
6558
|
:key,
|
6388
6559
|
:values)
|
6560
|
+
SENSITIVE = []
|
6389
6561
|
include Aws::Structure
|
6390
6562
|
end
|
6391
6563
|
|
@@ -6398,6 +6570,7 @@ module Aws::SSM
|
|
6398
6570
|
#
|
6399
6571
|
class DocumentLimitExceeded < Struct.new(
|
6400
6572
|
:message)
|
6573
|
+
SENSITIVE = []
|
6401
6574
|
include Aws::Structure
|
6402
6575
|
end
|
6403
6576
|
|
@@ -6430,6 +6603,7 @@ module Aws::SSM
|
|
6430
6603
|
:type,
|
6431
6604
|
:description,
|
6432
6605
|
:default_value)
|
6606
|
+
SENSITIVE = []
|
6433
6607
|
include Aws::Structure
|
6434
6608
|
end
|
6435
6609
|
|
@@ -6445,6 +6619,7 @@ module Aws::SSM
|
|
6445
6619
|
#
|
6446
6620
|
class DocumentPermissionLimit < Struct.new(
|
6447
6621
|
:message)
|
6622
|
+
SENSITIVE = []
|
6448
6623
|
include Aws::Structure
|
6449
6624
|
end
|
6450
6625
|
|
@@ -6472,6 +6647,7 @@ module Aws::SSM
|
|
6472
6647
|
class DocumentRequires < Struct.new(
|
6473
6648
|
:name,
|
6474
6649
|
:version)
|
6650
|
+
SENSITIVE = []
|
6475
6651
|
include Aws::Structure
|
6476
6652
|
end
|
6477
6653
|
|
@@ -6526,6 +6702,7 @@ module Aws::SSM
|
|
6526
6702
|
:document_format,
|
6527
6703
|
:status,
|
6528
6704
|
:status_information)
|
6705
|
+
SENSITIVE = []
|
6529
6706
|
include Aws::Structure
|
6530
6707
|
end
|
6531
6708
|
|
@@ -6539,6 +6716,7 @@ module Aws::SSM
|
|
6539
6716
|
#
|
6540
6717
|
class DocumentVersionLimitExceeded < Struct.new(
|
6541
6718
|
:message)
|
6719
|
+
SENSITIVE = []
|
6542
6720
|
include Aws::Structure
|
6543
6721
|
end
|
6544
6722
|
|
@@ -6559,6 +6737,7 @@ module Aws::SSM
|
|
6559
6737
|
#
|
6560
6738
|
class DoesNotExistException < Struct.new(
|
6561
6739
|
:message)
|
6740
|
+
SENSITIVE = []
|
6562
6741
|
include Aws::Structure
|
6563
6742
|
end
|
6564
6743
|
|
@@ -6572,6 +6751,7 @@ module Aws::SSM
|
|
6572
6751
|
#
|
6573
6752
|
class DuplicateDocumentContent < Struct.new(
|
6574
6753
|
:message)
|
6754
|
+
SENSITIVE = []
|
6575
6755
|
include Aws::Structure
|
6576
6756
|
end
|
6577
6757
|
|
@@ -6585,6 +6765,7 @@ module Aws::SSM
|
|
6585
6765
|
#
|
6586
6766
|
class DuplicateDocumentVersionName < Struct.new(
|
6587
6767
|
:message)
|
6768
|
+
SENSITIVE = []
|
6588
6769
|
include Aws::Structure
|
6589
6770
|
end
|
6590
6771
|
|
@@ -6618,6 +6799,7 @@ module Aws::SSM
|
|
6618
6799
|
class EffectivePatch < Struct.new(
|
6619
6800
|
:patch,
|
6620
6801
|
:patch_status)
|
6802
|
+
SENSITIVE = []
|
6621
6803
|
include Aws::Structure
|
6622
6804
|
end
|
6623
6805
|
|
@@ -6641,6 +6823,7 @@ module Aws::SSM
|
|
6641
6823
|
:entry,
|
6642
6824
|
:message,
|
6643
6825
|
:fault)
|
6826
|
+
SENSITIVE = []
|
6644
6827
|
include Aws::Structure
|
6645
6828
|
end
|
6646
6829
|
|
@@ -6667,6 +6850,7 @@ module Aws::SSM
|
|
6667
6850
|
:failure_stage,
|
6668
6851
|
:failure_type,
|
6669
6852
|
:details)
|
6853
|
+
SENSITIVE = []
|
6670
6854
|
include Aws::Structure
|
6671
6855
|
end
|
6672
6856
|
|
@@ -6680,6 +6864,7 @@ module Aws::SSM
|
|
6680
6864
|
#
|
6681
6865
|
class FeatureNotAvailableException < Struct.new(
|
6682
6866
|
:message)
|
6867
|
+
SENSITIVE = []
|
6683
6868
|
include Aws::Structure
|
6684
6869
|
end
|
6685
6870
|
|
@@ -6700,6 +6885,7 @@ module Aws::SSM
|
|
6700
6885
|
#
|
6701
6886
|
class GetAutomationExecutionRequest < Struct.new(
|
6702
6887
|
:automation_execution_id)
|
6888
|
+
SENSITIVE = []
|
6703
6889
|
include Aws::Structure
|
6704
6890
|
end
|
6705
6891
|
|
@@ -6712,6 +6898,7 @@ module Aws::SSM
|
|
6712
6898
|
#
|
6713
6899
|
class GetAutomationExecutionResult < Struct.new(
|
6714
6900
|
:automation_execution)
|
6901
|
+
SENSITIVE = []
|
6715
6902
|
include Aws::Structure
|
6716
6903
|
end
|
6717
6904
|
|
@@ -6744,6 +6931,7 @@ module Aws::SSM
|
|
6744
6931
|
class GetCalendarStateRequest < Struct.new(
|
6745
6932
|
:calendar_names,
|
6746
6933
|
:at_time)
|
6934
|
+
SENSITIVE = []
|
6747
6935
|
include Aws::Structure
|
6748
6936
|
end
|
6749
6937
|
|
@@ -6780,6 +6968,7 @@ module Aws::SSM
|
|
6780
6968
|
:state,
|
6781
6969
|
:at_time,
|
6782
6970
|
:next_transition_time)
|
6971
|
+
SENSITIVE = []
|
6783
6972
|
include Aws::Structure
|
6784
6973
|
end
|
6785
6974
|
|
@@ -6806,6 +6995,9 @@ module Aws::SSM
|
|
6806
6995
|
# (Optional) The name of the plugin for which you want detailed
|
6807
6996
|
# results. If the document contains only one plugin, the name can be
|
6808
6997
|
# omitted and the details will be returned.
|
6998
|
+
#
|
6999
|
+
# Plugin names are also referred to as step names in Systems Manager
|
7000
|
+
# documents.
|
6809
7001
|
# @return [String]
|
6810
7002
|
#
|
6811
7003
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCommandInvocationRequest AWS API Documentation
|
@@ -6814,6 +7006,7 @@ module Aws::SSM
|
|
6814
7006
|
:command_id,
|
6815
7007
|
:instance_id,
|
6816
7008
|
:plugin_name)
|
7009
|
+
SENSITIVE = []
|
6817
7010
|
include Aws::Structure
|
6818
7011
|
end
|
6819
7012
|
|
@@ -6990,6 +7183,7 @@ module Aws::SSM
|
|
6990
7183
|
:standard_error_content,
|
6991
7184
|
:standard_error_url,
|
6992
7185
|
:cloud_watch_output_config)
|
7186
|
+
SENSITIVE = []
|
6993
7187
|
include Aws::Structure
|
6994
7188
|
end
|
6995
7189
|
|
@@ -7008,6 +7202,7 @@ module Aws::SSM
|
|
7008
7202
|
#
|
7009
7203
|
class GetConnectionStatusRequest < Struct.new(
|
7010
7204
|
:target)
|
7205
|
+
SENSITIVE = []
|
7011
7206
|
include Aws::Structure
|
7012
7207
|
end
|
7013
7208
|
|
@@ -7025,6 +7220,7 @@ module Aws::SSM
|
|
7025
7220
|
class GetConnectionStatusResponse < Struct.new(
|
7026
7221
|
:target,
|
7027
7222
|
:status)
|
7223
|
+
SENSITIVE = []
|
7028
7224
|
include Aws::Structure
|
7029
7225
|
end
|
7030
7226
|
|
@@ -7044,6 +7240,7 @@ module Aws::SSM
|
|
7044
7240
|
#
|
7045
7241
|
class GetDefaultPatchBaselineRequest < Struct.new(
|
7046
7242
|
:operating_system)
|
7243
|
+
SENSITIVE = []
|
7047
7244
|
include Aws::Structure
|
7048
7245
|
end
|
7049
7246
|
|
@@ -7060,6 +7257,7 @@ module Aws::SSM
|
|
7060
7257
|
class GetDefaultPatchBaselineResult < Struct.new(
|
7061
7258
|
:baseline_id,
|
7062
7259
|
:operating_system)
|
7260
|
+
SENSITIVE = []
|
7063
7261
|
include Aws::Structure
|
7064
7262
|
end
|
7065
7263
|
|
@@ -7085,6 +7283,7 @@ module Aws::SSM
|
|
7085
7283
|
class GetDeployablePatchSnapshotForInstanceRequest < Struct.new(
|
7086
7284
|
:instance_id,
|
7087
7285
|
:snapshot_id)
|
7286
|
+
SENSITIVE = []
|
7088
7287
|
include Aws::Structure
|
7089
7288
|
end
|
7090
7289
|
|
@@ -7114,6 +7313,7 @@ module Aws::SSM
|
|
7114
7313
|
:snapshot_id,
|
7115
7314
|
:snapshot_download_url,
|
7116
7315
|
:product)
|
7316
|
+
SENSITIVE = []
|
7117
7317
|
include Aws::Structure
|
7118
7318
|
end
|
7119
7319
|
|
@@ -7153,6 +7353,7 @@ module Aws::SSM
|
|
7153
7353
|
:version_name,
|
7154
7354
|
:document_version,
|
7155
7355
|
:document_format)
|
7356
|
+
SENSITIVE = []
|
7156
7357
|
include Aws::Structure
|
7157
7358
|
end
|
7158
7359
|
|
@@ -7218,6 +7419,7 @@ module Aws::SSM
|
|
7218
7419
|
:document_format,
|
7219
7420
|
:requires,
|
7220
7421
|
:attachments_content)
|
7422
|
+
SENSITIVE = []
|
7221
7423
|
include Aws::Structure
|
7222
7424
|
end
|
7223
7425
|
|
@@ -7297,6 +7499,7 @@ module Aws::SSM
|
|
7297
7499
|
:result_attributes,
|
7298
7500
|
:next_token,
|
7299
7501
|
:max_results)
|
7502
|
+
SENSITIVE = []
|
7300
7503
|
include Aws::Structure
|
7301
7504
|
end
|
7302
7505
|
|
@@ -7315,6 +7518,7 @@ module Aws::SSM
|
|
7315
7518
|
class GetInventoryResult < Struct.new(
|
7316
7519
|
:entities,
|
7317
7520
|
:next_token)
|
7521
|
+
SENSITIVE = []
|
7318
7522
|
include Aws::Structure
|
7319
7523
|
end
|
7320
7524
|
|
@@ -7363,6 +7567,7 @@ module Aws::SSM
|
|
7363
7567
|
:max_results,
|
7364
7568
|
:aggregator,
|
7365
7569
|
:sub_type)
|
7570
|
+
SENSITIVE = []
|
7366
7571
|
include Aws::Structure
|
7367
7572
|
end
|
7368
7573
|
|
@@ -7380,6 +7585,7 @@ module Aws::SSM
|
|
7380
7585
|
class GetInventorySchemaResult < Struct.new(
|
7381
7586
|
:schemas,
|
7382
7587
|
:next_token)
|
7588
|
+
SENSITIVE = []
|
7383
7589
|
include Aws::Structure
|
7384
7590
|
end
|
7385
7591
|
|
@@ -7398,6 +7604,7 @@ module Aws::SSM
|
|
7398
7604
|
#
|
7399
7605
|
class GetMaintenanceWindowExecutionRequest < Struct.new(
|
7400
7606
|
:window_execution_id)
|
7607
|
+
SENSITIVE = []
|
7401
7608
|
include Aws::Structure
|
7402
7609
|
end
|
7403
7610
|
|
@@ -7435,6 +7642,7 @@ module Aws::SSM
|
|
7435
7642
|
:status_details,
|
7436
7643
|
:start_time,
|
7437
7644
|
:end_time)
|
7645
|
+
SENSITIVE = []
|
7438
7646
|
include Aws::Structure
|
7439
7647
|
end
|
7440
7648
|
|
@@ -7467,6 +7675,7 @@ module Aws::SSM
|
|
7467
7675
|
:window_execution_id,
|
7468
7676
|
:task_id,
|
7469
7677
|
:invocation_id)
|
7678
|
+
SENSITIVE = []
|
7470
7679
|
include Aws::Structure
|
7471
7680
|
end
|
7472
7681
|
|
@@ -7536,6 +7745,7 @@ module Aws::SSM
|
|
7536
7745
|
:end_time,
|
7537
7746
|
:owner_information,
|
7538
7747
|
:window_target_id)
|
7748
|
+
SENSITIVE = [:parameters, :owner_information]
|
7539
7749
|
include Aws::Structure
|
7540
7750
|
end
|
7541
7751
|
|
@@ -7561,6 +7771,7 @@ module Aws::SSM
|
|
7561
7771
|
class GetMaintenanceWindowExecutionTaskRequest < Struct.new(
|
7562
7772
|
:window_execution_id,
|
7563
7773
|
:task_id)
|
7774
|
+
SENSITIVE = []
|
7564
7775
|
include Aws::Structure
|
7565
7776
|
end
|
7566
7777
|
|
@@ -7651,6 +7862,7 @@ module Aws::SSM
|
|
7651
7862
|
:status_details,
|
7652
7863
|
:start_time,
|
7653
7864
|
:end_time)
|
7865
|
+
SENSITIVE = [:task_parameters]
|
7654
7866
|
include Aws::Structure
|
7655
7867
|
end
|
7656
7868
|
|
@@ -7670,6 +7882,7 @@ module Aws::SSM
|
|
7670
7882
|
#
|
7671
7883
|
class GetMaintenanceWindowRequest < Struct.new(
|
7672
7884
|
:window_id)
|
7885
|
+
SENSITIVE = []
|
7673
7886
|
include Aws::Structure
|
7674
7887
|
end
|
7675
7888
|
|
@@ -7769,6 +7982,7 @@ module Aws::SSM
|
|
7769
7982
|
:enabled,
|
7770
7983
|
:created_date,
|
7771
7984
|
:modified_date)
|
7985
|
+
SENSITIVE = [:description]
|
7772
7986
|
include Aws::Structure
|
7773
7987
|
end
|
7774
7988
|
|
@@ -7793,6 +8007,7 @@ module Aws::SSM
|
|
7793
8007
|
class GetMaintenanceWindowTaskRequest < Struct.new(
|
7794
8008
|
:window_id,
|
7795
8009
|
:window_task_id)
|
8010
|
+
SENSITIVE = []
|
7796
8011
|
include Aws::Structure
|
7797
8012
|
end
|
7798
8013
|
|
@@ -7895,6 +8110,7 @@ module Aws::SSM
|
|
7895
8110
|
:logging_info,
|
7896
8111
|
:name,
|
7897
8112
|
:description)
|
8113
|
+
SENSITIVE = [:task_parameters, :description]
|
7898
8114
|
include Aws::Structure
|
7899
8115
|
end
|
7900
8116
|
|
@@ -7913,6 +8129,7 @@ module Aws::SSM
|
|
7913
8129
|
#
|
7914
8130
|
class GetOpsItemRequest < Struct.new(
|
7915
8131
|
:ops_item_id)
|
8132
|
+
SENSITIVE = []
|
7916
8133
|
include Aws::Structure
|
7917
8134
|
end
|
7918
8135
|
|
@@ -7924,6 +8141,7 @@ module Aws::SSM
|
|
7924
8141
|
#
|
7925
8142
|
class GetOpsItemResponse < Struct.new(
|
7926
8143
|
:ops_item)
|
8144
|
+
SENSITIVE = []
|
7927
8145
|
include Aws::Structure
|
7928
8146
|
end
|
7929
8147
|
|
@@ -8005,6 +8223,7 @@ module Aws::SSM
|
|
8005
8223
|
:result_attributes,
|
8006
8224
|
:next_token,
|
8007
8225
|
:max_results)
|
8226
|
+
SENSITIVE = []
|
8008
8227
|
include Aws::Structure
|
8009
8228
|
end
|
8010
8229
|
|
@@ -8022,6 +8241,7 @@ module Aws::SSM
|
|
8022
8241
|
class GetOpsSummaryResult < Struct.new(
|
8023
8242
|
:entities,
|
8024
8243
|
:next_token)
|
8244
|
+
SENSITIVE = []
|
8025
8245
|
include Aws::Structure
|
8026
8246
|
end
|
8027
8247
|
|
@@ -8062,6 +8282,7 @@ module Aws::SSM
|
|
8062
8282
|
:with_decryption,
|
8063
8283
|
:max_results,
|
8064
8284
|
:next_token)
|
8285
|
+
SENSITIVE = []
|
8065
8286
|
include Aws::Structure
|
8066
8287
|
end
|
8067
8288
|
|
@@ -8079,6 +8300,7 @@ module Aws::SSM
|
|
8079
8300
|
class GetParameterHistoryResult < Struct.new(
|
8080
8301
|
:parameters,
|
8081
8302
|
:next_token)
|
8303
|
+
SENSITIVE = []
|
8082
8304
|
include Aws::Structure
|
8083
8305
|
end
|
8084
8306
|
|
@@ -8104,6 +8326,7 @@ module Aws::SSM
|
|
8104
8326
|
class GetParameterRequest < Struct.new(
|
8105
8327
|
:name,
|
8106
8328
|
:with_decryption)
|
8329
|
+
SENSITIVE = []
|
8107
8330
|
include Aws::Structure
|
8108
8331
|
end
|
8109
8332
|
|
@@ -8115,6 +8338,7 @@ module Aws::SSM
|
|
8115
8338
|
#
|
8116
8339
|
class GetParameterResult < Struct.new(
|
8117
8340
|
:parameter)
|
8341
|
+
SENSITIVE = []
|
8118
8342
|
include Aws::Structure
|
8119
8343
|
end
|
8120
8344
|
|
@@ -8182,6 +8406,7 @@ module Aws::SSM
|
|
8182
8406
|
:with_decryption,
|
8183
8407
|
:max_results,
|
8184
8408
|
:next_token)
|
8409
|
+
SENSITIVE = []
|
8185
8410
|
include Aws::Structure
|
8186
8411
|
end
|
8187
8412
|
|
@@ -8199,6 +8424,7 @@ module Aws::SSM
|
|
8199
8424
|
class GetParametersByPathResult < Struct.new(
|
8200
8425
|
:parameters,
|
8201
8426
|
:next_token)
|
8427
|
+
SENSITIVE = []
|
8202
8428
|
include Aws::Structure
|
8203
8429
|
end
|
8204
8430
|
|
@@ -8225,6 +8451,7 @@ module Aws::SSM
|
|
8225
8451
|
class GetParametersRequest < Struct.new(
|
8226
8452
|
:names,
|
8227
8453
|
:with_decryption)
|
8454
|
+
SENSITIVE = []
|
8228
8455
|
include Aws::Structure
|
8229
8456
|
end
|
8230
8457
|
|
@@ -8242,6 +8469,7 @@ module Aws::SSM
|
|
8242
8469
|
class GetParametersResult < Struct.new(
|
8243
8470
|
:parameters,
|
8244
8471
|
:invalid_parameters)
|
8472
|
+
SENSITIVE = []
|
8245
8473
|
include Aws::Structure
|
8246
8474
|
end
|
8247
8475
|
|
@@ -8268,6 +8496,7 @@ module Aws::SSM
|
|
8268
8496
|
class GetPatchBaselineForPatchGroupRequest < Struct.new(
|
8269
8497
|
:patch_group,
|
8270
8498
|
:operating_system)
|
8499
|
+
SENSITIVE = []
|
8271
8500
|
include Aws::Structure
|
8272
8501
|
end
|
8273
8502
|
|
@@ -8291,6 +8520,7 @@ module Aws::SSM
|
|
8291
8520
|
:baseline_id,
|
8292
8521
|
:patch_group,
|
8293
8522
|
:operating_system)
|
8523
|
+
SENSITIVE = []
|
8294
8524
|
include Aws::Structure
|
8295
8525
|
end
|
8296
8526
|
|
@@ -8309,6 +8539,7 @@ module Aws::SSM
|
|
8309
8539
|
#
|
8310
8540
|
class GetPatchBaselineRequest < Struct.new(
|
8311
8541
|
:baseline_id)
|
8542
|
+
SENSITIVE = []
|
8312
8543
|
include Aws::Structure
|
8313
8544
|
end
|
8314
8545
|
|
@@ -8398,6 +8629,7 @@ module Aws::SSM
|
|
8398
8629
|
:modified_date,
|
8399
8630
|
:description,
|
8400
8631
|
:sources)
|
8632
|
+
SENSITIVE = []
|
8401
8633
|
include Aws::Structure
|
8402
8634
|
end
|
8403
8635
|
|
@@ -8421,6 +8653,7 @@ module Aws::SSM
|
|
8421
8653
|
#
|
8422
8654
|
class GetServiceSettingRequest < Struct.new(
|
8423
8655
|
:setting_id)
|
8656
|
+
SENSITIVE = []
|
8424
8657
|
include Aws::Structure
|
8425
8658
|
end
|
8426
8659
|
|
@@ -8434,6 +8667,7 @@ module Aws::SSM
|
|
8434
8667
|
#
|
8435
8668
|
class GetServiceSettingResult < Struct.new(
|
8436
8669
|
:service_setting)
|
8670
|
+
SENSITIVE = []
|
8437
8671
|
include Aws::Structure
|
8438
8672
|
end
|
8439
8673
|
|
@@ -8459,6 +8693,7 @@ module Aws::SSM
|
|
8459
8693
|
#
|
8460
8694
|
class HierarchyLevelLimitExceededException < Struct.new(
|
8461
8695
|
:message)
|
8696
|
+
SENSITIVE = []
|
8462
8697
|
include Aws::Structure
|
8463
8698
|
end
|
8464
8699
|
|
@@ -8478,6 +8713,7 @@ module Aws::SSM
|
|
8478
8713
|
#
|
8479
8714
|
class HierarchyTypeMismatchException < Struct.new(
|
8480
8715
|
:message)
|
8716
|
+
SENSITIVE = []
|
8481
8717
|
include Aws::Structure
|
8482
8718
|
end
|
8483
8719
|
|
@@ -8492,6 +8728,7 @@ module Aws::SSM
|
|
8492
8728
|
#
|
8493
8729
|
class IdempotentParameterMismatch < Struct.new(
|
8494
8730
|
:message)
|
8731
|
+
SENSITIVE = []
|
8495
8732
|
include Aws::Structure
|
8496
8733
|
end
|
8497
8734
|
|
@@ -8506,6 +8743,7 @@ module Aws::SSM
|
|
8506
8743
|
#
|
8507
8744
|
class IncompatiblePolicyException < Struct.new(
|
8508
8745
|
:message)
|
8746
|
+
SENSITIVE = []
|
8509
8747
|
include Aws::Structure
|
8510
8748
|
end
|
8511
8749
|
|
@@ -8524,6 +8762,7 @@ module Aws::SSM
|
|
8524
8762
|
class InstanceAggregatedAssociationOverview < Struct.new(
|
8525
8763
|
:detailed_status,
|
8526
8764
|
:instance_association_status_aggregated_count)
|
8765
|
+
SENSITIVE = []
|
8527
8766
|
include Aws::Structure
|
8528
8767
|
end
|
8529
8768
|
|
@@ -8552,6 +8791,7 @@ module Aws::SSM
|
|
8552
8791
|
:instance_id,
|
8553
8792
|
:content,
|
8554
8793
|
:association_version)
|
8794
|
+
SENSITIVE = []
|
8555
8795
|
include Aws::Structure
|
8556
8796
|
end
|
8557
8797
|
|
@@ -8576,6 +8816,7 @@ module Aws::SSM
|
|
8576
8816
|
#
|
8577
8817
|
class InstanceAssociationOutputLocation < Struct.new(
|
8578
8818
|
:s3_location)
|
8819
|
+
SENSITIVE = []
|
8579
8820
|
include Aws::Structure
|
8580
8821
|
end
|
8581
8822
|
|
@@ -8591,6 +8832,7 @@ module Aws::SSM
|
|
8591
8832
|
#
|
8592
8833
|
class InstanceAssociationOutputUrl < Struct.new(
|
8593
8834
|
:s3_output_url)
|
8835
|
+
SENSITIVE = []
|
8594
8836
|
include Aws::Structure
|
8595
8837
|
end
|
8596
8838
|
|
@@ -8660,6 +8902,7 @@ module Aws::SSM
|
|
8660
8902
|
:error_code,
|
8661
8903
|
:output_url,
|
8662
8904
|
:association_name)
|
8905
|
+
SENSITIVE = []
|
8663
8906
|
include Aws::Structure
|
8664
8907
|
end
|
8665
8908
|
|
@@ -8708,8 +8951,17 @@ module Aws::SSM
|
|
8708
8951
|
#
|
8709
8952
|
# @!attribute [rw] iam_role
|
8710
8953
|
# The Amazon Identity and Access Management (IAM) role assigned to the
|
8711
|
-
# on-premises Systems Manager managed
|
8712
|
-
# return the IAM role for EC2 instances.
|
8954
|
+
# on-premises Systems Manager managed instance. This call does not
|
8955
|
+
# return the IAM role for EC2 instances. To retrieve the IAM role for
|
8956
|
+
# an EC2 instance, use the Amazon EC2 `DescribeInstances` action. For
|
8957
|
+
# information, see [DescribeInstances][1] in the *Amazon EC2 API
|
8958
|
+
# Reference* or [describe-instances][2] in the *AWS CLI Command
|
8959
|
+
# Reference*.
|
8960
|
+
#
|
8961
|
+
#
|
8962
|
+
#
|
8963
|
+
# [1]: http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html
|
8964
|
+
# [2]: http://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html
|
8713
8965
|
# @return [String]
|
8714
8966
|
#
|
8715
8967
|
# @!attribute [rw] registration_date
|
@@ -8723,7 +8975,25 @@ module Aws::SSM
|
|
8723
8975
|
# @return [String]
|
8724
8976
|
#
|
8725
8977
|
# @!attribute [rw] name
|
8726
|
-
# The name
|
8978
|
+
# The name assigned to an on-premises server or virtual machine (VM)
|
8979
|
+
# when it is activated as a Systems Manager managed instance. The name
|
8980
|
+
# is specified as the `DefaultInstanceName` property using the
|
8981
|
+
# CreateActivation command. It is applied to the managed instance by
|
8982
|
+
# specifying the Activation Code and Activation ID when you install
|
8983
|
+
# SSM Agent on the instance, as explained in [Install SSM Agent for a
|
8984
|
+
# hybrid environment (Linux)][1] and [Install SSM Agent for a hybrid
|
8985
|
+
# environment (Windows)][2]. To retrieve the Name tag of an EC2
|
8986
|
+
# instance, use the Amazon EC2 `DescribeInstances` action. For
|
8987
|
+
# information, see [DescribeInstances][3] in the *Amazon EC2 API
|
8988
|
+
# Reference* or [describe-instances][4] in the *AWS CLI Command
|
8989
|
+
# Reference*.
|
8990
|
+
#
|
8991
|
+
#
|
8992
|
+
#
|
8993
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-linux.html
|
8994
|
+
# [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-win.html
|
8995
|
+
# [3]: http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html
|
8996
|
+
# [4]: http://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html
|
8727
8997
|
# @return [String]
|
8728
8998
|
#
|
8729
8999
|
# @!attribute [rw] ip_address
|
@@ -8772,6 +9042,7 @@ module Aws::SSM
|
|
8772
9042
|
:last_association_execution_date,
|
8773
9043
|
:last_successful_association_execution_date,
|
8774
9044
|
:association_overview)
|
9045
|
+
SENSITIVE = []
|
8775
9046
|
include Aws::Structure
|
8776
9047
|
end
|
8777
9048
|
|
@@ -8805,6 +9076,7 @@ module Aws::SSM
|
|
8805
9076
|
class InstanceInformationFilter < Struct.new(
|
8806
9077
|
:key,
|
8807
9078
|
:value_set)
|
9079
|
+
SENSITIVE = []
|
8808
9080
|
include Aws::Structure
|
8809
9081
|
end
|
8810
9082
|
|
@@ -8835,6 +9107,7 @@ module Aws::SSM
|
|
8835
9107
|
class InstanceInformationStringFilter < Struct.new(
|
8836
9108
|
:key,
|
8837
9109
|
:values)
|
9110
|
+
SENSITIVE = []
|
8838
9111
|
include Aws::Structure
|
8839
9112
|
end
|
8840
9113
|
|
@@ -8995,6 +9268,7 @@ module Aws::SSM
|
|
8995
9268
|
:operation,
|
8996
9269
|
:last_no_reboot_install_operation_time,
|
8997
9270
|
:reboot_option)
|
9271
|
+
SENSITIVE = [:owner_information]
|
8998
9272
|
include Aws::Structure
|
8999
9273
|
end
|
9000
9274
|
|
@@ -9032,6 +9306,7 @@ module Aws::SSM
|
|
9032
9306
|
:key,
|
9033
9307
|
:values,
|
9034
9308
|
:type)
|
9309
|
+
SENSITIVE = []
|
9035
9310
|
include Aws::Structure
|
9036
9311
|
end
|
9037
9312
|
|
@@ -9044,6 +9319,7 @@ module Aws::SSM
|
|
9044
9319
|
#
|
9045
9320
|
class InternalServerError < Struct.new(
|
9046
9321
|
:message)
|
9322
|
+
SENSITIVE = []
|
9047
9323
|
include Aws::Structure
|
9048
9324
|
end
|
9049
9325
|
|
@@ -9057,6 +9333,7 @@ module Aws::SSM
|
|
9057
9333
|
#
|
9058
9334
|
class InvalidActivation < Struct.new(
|
9059
9335
|
:message)
|
9336
|
+
SENSITIVE = []
|
9060
9337
|
include Aws::Structure
|
9061
9338
|
end
|
9062
9339
|
|
@@ -9070,6 +9347,7 @@ module Aws::SSM
|
|
9070
9347
|
#
|
9071
9348
|
class InvalidActivationId < Struct.new(
|
9072
9349
|
:message)
|
9350
|
+
SENSITIVE = []
|
9073
9351
|
include Aws::Structure
|
9074
9352
|
end
|
9075
9353
|
|
@@ -9084,6 +9362,7 @@ module Aws::SSM
|
|
9084
9362
|
#
|
9085
9363
|
class InvalidAggregatorException < Struct.new(
|
9086
9364
|
:message)
|
9365
|
+
SENSITIVE = []
|
9087
9366
|
include Aws::Structure
|
9088
9367
|
end
|
9089
9368
|
|
@@ -9097,6 +9376,7 @@ module Aws::SSM
|
|
9097
9376
|
#
|
9098
9377
|
class InvalidAllowedPatternException < Struct.new(
|
9099
9378
|
:message)
|
9379
|
+
SENSITIVE = []
|
9100
9380
|
include Aws::Structure
|
9101
9381
|
end
|
9102
9382
|
|
@@ -9109,6 +9389,7 @@ module Aws::SSM
|
|
9109
9389
|
#
|
9110
9390
|
class InvalidAssociation < Struct.new(
|
9111
9391
|
:message)
|
9392
|
+
SENSITIVE = []
|
9112
9393
|
include Aws::Structure
|
9113
9394
|
end
|
9114
9395
|
|
@@ -9124,6 +9405,7 @@ module Aws::SSM
|
|
9124
9405
|
#
|
9125
9406
|
class InvalidAssociationVersion < Struct.new(
|
9126
9407
|
:message)
|
9408
|
+
SENSITIVE = []
|
9127
9409
|
include Aws::Structure
|
9128
9410
|
end
|
9129
9411
|
|
@@ -9138,6 +9420,7 @@ module Aws::SSM
|
|
9138
9420
|
#
|
9139
9421
|
class InvalidAutomationExecutionParametersException < Struct.new(
|
9140
9422
|
:message)
|
9423
|
+
SENSITIVE = []
|
9141
9424
|
include Aws::Structure
|
9142
9425
|
end
|
9143
9426
|
|
@@ -9150,6 +9433,7 @@ module Aws::SSM
|
|
9150
9433
|
#
|
9151
9434
|
class InvalidAutomationSignalException < Struct.new(
|
9152
9435
|
:message)
|
9436
|
+
SENSITIVE = []
|
9153
9437
|
include Aws::Structure
|
9154
9438
|
end
|
9155
9439
|
|
@@ -9162,6 +9446,7 @@ module Aws::SSM
|
|
9162
9446
|
#
|
9163
9447
|
class InvalidAutomationStatusUpdateException < Struct.new(
|
9164
9448
|
:message)
|
9449
|
+
SENSITIVE = []
|
9165
9450
|
include Aws::Structure
|
9166
9451
|
end
|
9167
9452
|
|
@@ -9179,6 +9464,7 @@ module Aws::SSM
|
|
9179
9464
|
#
|
9180
9465
|
class InvalidDeleteInventoryParametersException < Struct.new(
|
9181
9466
|
:message)
|
9467
|
+
SENSITIVE = []
|
9182
9468
|
include Aws::Structure
|
9183
9469
|
end
|
9184
9470
|
|
@@ -9192,6 +9478,7 @@ module Aws::SSM
|
|
9192
9478
|
#
|
9193
9479
|
class InvalidDeletionIdException < Struct.new(
|
9194
9480
|
:message)
|
9481
|
+
SENSITIVE = []
|
9195
9482
|
include Aws::Structure
|
9196
9483
|
end
|
9197
9484
|
|
@@ -9209,6 +9496,7 @@ module Aws::SSM
|
|
9209
9496
|
#
|
9210
9497
|
class InvalidDocument < Struct.new(
|
9211
9498
|
:message)
|
9499
|
+
SENSITIVE = []
|
9212
9500
|
include Aws::Structure
|
9213
9501
|
end
|
9214
9502
|
|
@@ -9222,6 +9510,7 @@ module Aws::SSM
|
|
9222
9510
|
#
|
9223
9511
|
class InvalidDocumentContent < Struct.new(
|
9224
9512
|
:message)
|
9513
|
+
SENSITIVE = []
|
9225
9514
|
include Aws::Structure
|
9226
9515
|
end
|
9227
9516
|
|
@@ -9235,6 +9524,7 @@ module Aws::SSM
|
|
9235
9524
|
#
|
9236
9525
|
class InvalidDocumentOperation < Struct.new(
|
9237
9526
|
:message)
|
9527
|
+
SENSITIVE = []
|
9238
9528
|
include Aws::Structure
|
9239
9529
|
end
|
9240
9530
|
|
@@ -9247,6 +9537,7 @@ module Aws::SSM
|
|
9247
9537
|
#
|
9248
9538
|
class InvalidDocumentSchemaVersion < Struct.new(
|
9249
9539
|
:message)
|
9540
|
+
SENSITIVE = []
|
9250
9541
|
include Aws::Structure
|
9251
9542
|
end
|
9252
9543
|
|
@@ -9260,6 +9551,7 @@ module Aws::SSM
|
|
9260
9551
|
#
|
9261
9552
|
class InvalidDocumentType < Struct.new(
|
9262
9553
|
:message)
|
9554
|
+
SENSITIVE = []
|
9263
9555
|
include Aws::Structure
|
9264
9556
|
end
|
9265
9557
|
|
@@ -9272,6 +9564,7 @@ module Aws::SSM
|
|
9272
9564
|
#
|
9273
9565
|
class InvalidDocumentVersion < Struct.new(
|
9274
9566
|
:message)
|
9567
|
+
SENSITIVE = []
|
9275
9568
|
include Aws::Structure
|
9276
9569
|
end
|
9277
9570
|
|
@@ -9285,6 +9578,7 @@ module Aws::SSM
|
|
9285
9578
|
#
|
9286
9579
|
class InvalidFilter < Struct.new(
|
9287
9580
|
:message)
|
9581
|
+
SENSITIVE = []
|
9288
9582
|
include Aws::Structure
|
9289
9583
|
end
|
9290
9584
|
|
@@ -9307,6 +9601,7 @@ module Aws::SSM
|
|
9307
9601
|
#
|
9308
9602
|
class InvalidFilterOption < Struct.new(
|
9309
9603
|
:message)
|
9604
|
+
SENSITIVE = []
|
9310
9605
|
include Aws::Structure
|
9311
9606
|
end
|
9312
9607
|
|
@@ -9319,6 +9614,7 @@ module Aws::SSM
|
|
9319
9614
|
#
|
9320
9615
|
class InvalidFilterValue < Struct.new(
|
9321
9616
|
:message)
|
9617
|
+
SENSITIVE = []
|
9322
9618
|
include Aws::Structure
|
9323
9619
|
end
|
9324
9620
|
|
@@ -9342,6 +9638,7 @@ module Aws::SSM
|
|
9342
9638
|
#
|
9343
9639
|
class InvalidInstanceId < Struct.new(
|
9344
9640
|
:message)
|
9641
|
+
SENSITIVE = []
|
9345
9642
|
include Aws::Structure
|
9346
9643
|
end
|
9347
9644
|
|
@@ -9354,6 +9651,7 @@ module Aws::SSM
|
|
9354
9651
|
#
|
9355
9652
|
class InvalidInstanceInformationFilterValue < Struct.new(
|
9356
9653
|
:message)
|
9654
|
+
SENSITIVE = []
|
9357
9655
|
include Aws::Structure
|
9358
9656
|
end
|
9359
9657
|
|
@@ -9366,6 +9664,7 @@ module Aws::SSM
|
|
9366
9664
|
#
|
9367
9665
|
class InvalidInventoryGroupException < Struct.new(
|
9368
9666
|
:message)
|
9667
|
+
SENSITIVE = []
|
9369
9668
|
include Aws::Structure
|
9370
9669
|
end
|
9371
9670
|
|
@@ -9379,6 +9678,7 @@ module Aws::SSM
|
|
9379
9678
|
#
|
9380
9679
|
class InvalidInventoryItemContextException < Struct.new(
|
9381
9680
|
:message)
|
9681
|
+
SENSITIVE = []
|
9382
9682
|
include Aws::Structure
|
9383
9683
|
end
|
9384
9684
|
|
@@ -9391,6 +9691,7 @@ module Aws::SSM
|
|
9391
9691
|
#
|
9392
9692
|
class InvalidInventoryRequestException < Struct.new(
|
9393
9693
|
:message)
|
9694
|
+
SENSITIVE = []
|
9394
9695
|
include Aws::Structure
|
9395
9696
|
end
|
9396
9697
|
|
@@ -9407,6 +9708,7 @@ module Aws::SSM
|
|
9407
9708
|
class InvalidItemContentException < Struct.new(
|
9408
9709
|
:type_name,
|
9409
9710
|
:message)
|
9711
|
+
SENSITIVE = []
|
9410
9712
|
include Aws::Structure
|
9411
9713
|
end
|
9412
9714
|
|
@@ -9419,6 +9721,7 @@ module Aws::SSM
|
|
9419
9721
|
#
|
9420
9722
|
class InvalidKeyId < Struct.new(
|
9421
9723
|
:message)
|
9724
|
+
SENSITIVE = []
|
9422
9725
|
include Aws::Structure
|
9423
9726
|
end
|
9424
9727
|
|
@@ -9431,6 +9734,7 @@ module Aws::SSM
|
|
9431
9734
|
#
|
9432
9735
|
class InvalidNextToken < Struct.new(
|
9433
9736
|
:message)
|
9737
|
+
SENSITIVE = []
|
9434
9738
|
include Aws::Structure
|
9435
9739
|
end
|
9436
9740
|
|
@@ -9444,6 +9748,7 @@ module Aws::SSM
|
|
9444
9748
|
#
|
9445
9749
|
class InvalidNotificationConfig < Struct.new(
|
9446
9750
|
:message)
|
9751
|
+
SENSITIVE = []
|
9447
9752
|
include Aws::Structure
|
9448
9753
|
end
|
9449
9754
|
|
@@ -9457,6 +9762,7 @@ module Aws::SSM
|
|
9457
9762
|
#
|
9458
9763
|
class InvalidOptionException < Struct.new(
|
9459
9764
|
:message)
|
9765
|
+
SENSITIVE = []
|
9460
9766
|
include Aws::Structure
|
9461
9767
|
end
|
9462
9768
|
|
@@ -9483,6 +9789,7 @@ module Aws::SSM
|
|
9483
9789
|
#
|
9484
9790
|
class InvalidParameters < Struct.new(
|
9485
9791
|
:message)
|
9792
|
+
SENSITIVE = []
|
9486
9793
|
include Aws::Structure
|
9487
9794
|
end
|
9488
9795
|
|
@@ -9496,6 +9803,7 @@ module Aws::SSM
|
|
9496
9803
|
#
|
9497
9804
|
class InvalidPermissionType < Struct.new(
|
9498
9805
|
:message)
|
9806
|
+
SENSITIVE = []
|
9499
9807
|
include Aws::Structure
|
9500
9808
|
end
|
9501
9809
|
|
@@ -9514,6 +9822,7 @@ module Aws::SSM
|
|
9514
9822
|
#
|
9515
9823
|
class InvalidPolicyAttributeException < Struct.new(
|
9516
9824
|
:message)
|
9825
|
+
SENSITIVE = []
|
9517
9826
|
include Aws::Structure
|
9518
9827
|
end
|
9519
9828
|
|
@@ -9528,6 +9837,7 @@ module Aws::SSM
|
|
9528
9837
|
#
|
9529
9838
|
class InvalidPolicyTypeException < Struct.new(
|
9530
9839
|
:message)
|
9840
|
+
SENSITIVE = []
|
9531
9841
|
include Aws::Structure
|
9532
9842
|
end
|
9533
9843
|
|
@@ -9554,6 +9864,7 @@ module Aws::SSM
|
|
9554
9864
|
#
|
9555
9865
|
class InvalidResultAttributeException < Struct.new(
|
9556
9866
|
:message)
|
9867
|
+
SENSITIVE = []
|
9557
9868
|
include Aws::Structure
|
9558
9869
|
end
|
9559
9870
|
|
@@ -9574,6 +9885,7 @@ module Aws::SSM
|
|
9574
9885
|
#
|
9575
9886
|
class InvalidRole < Struct.new(
|
9576
9887
|
:message)
|
9888
|
+
SENSITIVE = []
|
9577
9889
|
include Aws::Structure
|
9578
9890
|
end
|
9579
9891
|
|
@@ -9587,6 +9899,7 @@ module Aws::SSM
|
|
9587
9899
|
#
|
9588
9900
|
class InvalidSchedule < Struct.new(
|
9589
9901
|
:message)
|
9902
|
+
SENSITIVE = []
|
9590
9903
|
include Aws::Structure
|
9591
9904
|
end
|
9592
9905
|
|
@@ -9601,6 +9914,7 @@ module Aws::SSM
|
|
9601
9914
|
#
|
9602
9915
|
class InvalidTarget < Struct.new(
|
9603
9916
|
:message)
|
9917
|
+
SENSITIVE = []
|
9604
9918
|
include Aws::Structure
|
9605
9919
|
end
|
9606
9920
|
|
@@ -9613,6 +9927,7 @@ module Aws::SSM
|
|
9613
9927
|
#
|
9614
9928
|
class InvalidTypeNameException < Struct.new(
|
9615
9929
|
:message)
|
9930
|
+
SENSITIVE = []
|
9616
9931
|
include Aws::Structure
|
9617
9932
|
end
|
9618
9933
|
|
@@ -9625,6 +9940,7 @@ module Aws::SSM
|
|
9625
9940
|
#
|
9626
9941
|
class InvalidUpdate < Struct.new(
|
9627
9942
|
:message)
|
9943
|
+
SENSITIVE = []
|
9628
9944
|
include Aws::Structure
|
9629
9945
|
end
|
9630
9946
|
|
@@ -9691,6 +10007,7 @@ module Aws::SSM
|
|
9691
10007
|
:expression,
|
9692
10008
|
:aggregators,
|
9693
10009
|
:groups)
|
10010
|
+
SENSITIVE = []
|
9694
10011
|
include Aws::Structure
|
9695
10012
|
end
|
9696
10013
|
|
@@ -9741,6 +10058,7 @@ module Aws::SSM
|
|
9741
10058
|
:last_status_message,
|
9742
10059
|
:deletion_summary,
|
9743
10060
|
:last_status_update_time)
|
10061
|
+
SENSITIVE = []
|
9744
10062
|
include Aws::Structure
|
9745
10063
|
end
|
9746
10064
|
|
@@ -9765,6 +10083,7 @@ module Aws::SSM
|
|
9765
10083
|
:total_count,
|
9766
10084
|
:remaining_count,
|
9767
10085
|
:summary_items)
|
10086
|
+
SENSITIVE = []
|
9768
10087
|
include Aws::Structure
|
9769
10088
|
end
|
9770
10089
|
|
@@ -9789,6 +10108,7 @@ module Aws::SSM
|
|
9789
10108
|
:version,
|
9790
10109
|
:count,
|
9791
10110
|
:remaining_count)
|
10111
|
+
SENSITIVE = []
|
9792
10112
|
include Aws::Structure
|
9793
10113
|
end
|
9794
10114
|
|
@@ -9835,6 +10155,7 @@ module Aws::SSM
|
|
9835
10155
|
:key,
|
9836
10156
|
:values,
|
9837
10157
|
:type)
|
10158
|
+
SENSITIVE = []
|
9838
10159
|
include Aws::Structure
|
9839
10160
|
end
|
9840
10161
|
|
@@ -9872,6 +10193,7 @@ module Aws::SSM
|
|
9872
10193
|
class InventoryGroup < Struct.new(
|
9873
10194
|
:name,
|
9874
10195
|
:filters)
|
10196
|
+
SENSITIVE = []
|
9875
10197
|
include Aws::Structure
|
9876
10198
|
end
|
9877
10199
|
|
@@ -9939,6 +10261,7 @@ module Aws::SSM
|
|
9939
10261
|
:content_hash,
|
9940
10262
|
:content,
|
9941
10263
|
:context)
|
10264
|
+
SENSITIVE = []
|
9942
10265
|
include Aws::Structure
|
9943
10266
|
end
|
9944
10267
|
|
@@ -9958,6 +10281,7 @@ module Aws::SSM
|
|
9958
10281
|
class InventoryItemAttribute < Struct.new(
|
9959
10282
|
:name,
|
9960
10283
|
:data_type)
|
10284
|
+
SENSITIVE = []
|
9961
10285
|
include Aws::Structure
|
9962
10286
|
end
|
9963
10287
|
|
@@ -9993,6 +10317,7 @@ module Aws::SSM
|
|
9993
10317
|
:version,
|
9994
10318
|
:attributes,
|
9995
10319
|
:display_name)
|
10320
|
+
SENSITIVE = []
|
9996
10321
|
include Aws::Structure
|
9997
10322
|
end
|
9998
10323
|
|
@@ -10013,6 +10338,7 @@ module Aws::SSM
|
|
10013
10338
|
class InventoryResultEntity < Struct.new(
|
10014
10339
|
:id,
|
10015
10340
|
:data)
|
10341
|
+
SENSITIVE = []
|
10016
10342
|
include Aws::Structure
|
10017
10343
|
end
|
10018
10344
|
|
@@ -10050,6 +10376,7 @@ module Aws::SSM
|
|
10050
10376
|
:capture_time,
|
10051
10377
|
:content_hash,
|
10052
10378
|
:content)
|
10379
|
+
SENSITIVE = []
|
10053
10380
|
include Aws::Structure
|
10054
10381
|
end
|
10055
10382
|
|
@@ -10073,6 +10400,7 @@ module Aws::SSM
|
|
10073
10400
|
class ItemContentMismatchException < Struct.new(
|
10074
10401
|
:type_name,
|
10075
10402
|
:message)
|
10403
|
+
SENSITIVE = []
|
10076
10404
|
include Aws::Structure
|
10077
10405
|
end
|
10078
10406
|
|
@@ -10089,6 +10417,7 @@ module Aws::SSM
|
|
10089
10417
|
class ItemSizeLimitExceededException < Struct.new(
|
10090
10418
|
:type_name,
|
10091
10419
|
:message)
|
10420
|
+
SENSITIVE = []
|
10092
10421
|
include Aws::Structure
|
10093
10422
|
end
|
10094
10423
|
|
@@ -10121,6 +10450,7 @@ module Aws::SSM
|
|
10121
10450
|
:name,
|
10122
10451
|
:parameter_version,
|
10123
10452
|
:labels)
|
10453
|
+
SENSITIVE = []
|
10124
10454
|
include Aws::Structure
|
10125
10455
|
end
|
10126
10456
|
|
@@ -10143,6 +10473,7 @@ module Aws::SSM
|
|
10143
10473
|
class LabelParameterVersionResult < Struct.new(
|
10144
10474
|
:invalid_labels,
|
10145
10475
|
:parameter_version)
|
10476
|
+
SENSITIVE = []
|
10146
10477
|
include Aws::Structure
|
10147
10478
|
end
|
10148
10479
|
|
@@ -10176,6 +10507,7 @@ module Aws::SSM
|
|
10176
10507
|
:association_id,
|
10177
10508
|
:max_results,
|
10178
10509
|
:next_token)
|
10510
|
+
SENSITIVE = []
|
10179
10511
|
include Aws::Structure
|
10180
10512
|
end
|
10181
10513
|
|
@@ -10194,6 +10526,7 @@ module Aws::SSM
|
|
10194
10526
|
class ListAssociationVersionsResult < Struct.new(
|
10195
10527
|
:association_versions,
|
10196
10528
|
:next_token)
|
10529
|
+
SENSITIVE = []
|
10197
10530
|
include Aws::Structure
|
10198
10531
|
end
|
10199
10532
|
|
@@ -10233,6 +10566,7 @@ module Aws::SSM
|
|
10233
10566
|
:association_filter_list,
|
10234
10567
|
:max_results,
|
10235
10568
|
:next_token)
|
10569
|
+
SENSITIVE = []
|
10236
10570
|
include Aws::Structure
|
10237
10571
|
end
|
10238
10572
|
|
@@ -10250,6 +10584,7 @@ module Aws::SSM
|
|
10250
10584
|
class ListAssociationsResult < Struct.new(
|
10251
10585
|
:associations,
|
10252
10586
|
:next_token)
|
10587
|
+
SENSITIVE = []
|
10253
10588
|
include Aws::Structure
|
10254
10589
|
end
|
10255
10590
|
|
@@ -10308,6 +10643,7 @@ module Aws::SSM
|
|
10308
10643
|
:next_token,
|
10309
10644
|
:filters,
|
10310
10645
|
:details)
|
10646
|
+
SENSITIVE = []
|
10311
10647
|
include Aws::Structure
|
10312
10648
|
end
|
10313
10649
|
|
@@ -10325,6 +10661,7 @@ module Aws::SSM
|
|
10325
10661
|
class ListCommandInvocationsResult < Struct.new(
|
10326
10662
|
:command_invocations,
|
10327
10663
|
:next_token)
|
10664
|
+
SENSITIVE = []
|
10328
10665
|
include Aws::Structure
|
10329
10666
|
end
|
10330
10667
|
|
@@ -10350,6 +10687,12 @@ module Aws::SSM
|
|
10350
10687
|
#
|
10351
10688
|
# @!attribute [rw] instance_id
|
10352
10689
|
# (Optional) Lists commands issued against this instance ID.
|
10690
|
+
#
|
10691
|
+
# <note markdown="1"> You can't specify an instance ID in the same command that you
|
10692
|
+
# specify `Status` = `Pending`. This is because the command has not
|
10693
|
+
# reached the instance yet.
|
10694
|
+
#
|
10695
|
+
# </note>
|
10353
10696
|
# @return [String]
|
10354
10697
|
#
|
10355
10698
|
# @!attribute [rw] max_results
|
@@ -10376,6 +10719,7 @@ module Aws::SSM
|
|
10376
10719
|
:max_results,
|
10377
10720
|
:next_token,
|
10378
10721
|
:filters)
|
10722
|
+
SENSITIVE = []
|
10379
10723
|
include Aws::Structure
|
10380
10724
|
end
|
10381
10725
|
|
@@ -10393,6 +10737,7 @@ module Aws::SSM
|
|
10393
10737
|
class ListCommandsResult < Struct.new(
|
10394
10738
|
:commands,
|
10395
10739
|
:next_token)
|
10740
|
+
SENSITIVE = []
|
10396
10741
|
include Aws::Structure
|
10397
10742
|
end
|
10398
10743
|
|
@@ -10447,6 +10792,7 @@ module Aws::SSM
|
|
10447
10792
|
:resource_types,
|
10448
10793
|
:next_token,
|
10449
10794
|
:max_results)
|
10795
|
+
SENSITIVE = []
|
10450
10796
|
include Aws::Structure
|
10451
10797
|
end
|
10452
10798
|
|
@@ -10464,6 +10810,7 @@ module Aws::SSM
|
|
10464
10810
|
class ListComplianceItemsResult < Struct.new(
|
10465
10811
|
:compliance_items,
|
10466
10812
|
:next_token)
|
10813
|
+
SENSITIVE = []
|
10467
10814
|
include Aws::Structure
|
10468
10815
|
end
|
10469
10816
|
|
@@ -10504,6 +10851,7 @@ module Aws::SSM
|
|
10504
10851
|
:filters,
|
10505
10852
|
:next_token,
|
10506
10853
|
:max_results)
|
10854
|
+
SENSITIVE = []
|
10507
10855
|
include Aws::Structure
|
10508
10856
|
end
|
10509
10857
|
|
@@ -10524,6 +10872,7 @@ module Aws::SSM
|
|
10524
10872
|
class ListComplianceSummariesResult < Struct.new(
|
10525
10873
|
:compliance_summary_items,
|
10526
10874
|
:next_token)
|
10875
|
+
SENSITIVE = []
|
10527
10876
|
include Aws::Structure
|
10528
10877
|
end
|
10529
10878
|
|
@@ -10558,6 +10907,7 @@ module Aws::SSM
|
|
10558
10907
|
:name,
|
10559
10908
|
:max_results,
|
10560
10909
|
:next_token)
|
10910
|
+
SENSITIVE = []
|
10561
10911
|
include Aws::Structure
|
10562
10912
|
end
|
10563
10913
|
|
@@ -10575,6 +10925,7 @@ module Aws::SSM
|
|
10575
10925
|
class ListDocumentVersionsResult < Struct.new(
|
10576
10926
|
:document_versions,
|
10577
10927
|
:next_token)
|
10928
|
+
SENSITIVE = []
|
10578
10929
|
include Aws::Structure
|
10579
10930
|
end
|
10580
10931
|
|
@@ -10630,6 +10981,7 @@ module Aws::SSM
|
|
10630
10981
|
:filters,
|
10631
10982
|
:max_results,
|
10632
10983
|
:next_token)
|
10984
|
+
SENSITIVE = []
|
10633
10985
|
include Aws::Structure
|
10634
10986
|
end
|
10635
10987
|
|
@@ -10647,6 +10999,7 @@ module Aws::SSM
|
|
10647
10999
|
class ListDocumentsResult < Struct.new(
|
10648
11000
|
:document_identifiers,
|
10649
11001
|
:next_token)
|
11002
|
+
SENSITIVE = []
|
10650
11003
|
include Aws::Structure
|
10651
11004
|
end
|
10652
11005
|
|
@@ -10699,6 +11052,7 @@ module Aws::SSM
|
|
10699
11052
|
:filters,
|
10700
11053
|
:next_token,
|
10701
11054
|
:max_results)
|
11055
|
+
SENSITIVE = []
|
10702
11056
|
include Aws::Structure
|
10703
11057
|
end
|
10704
11058
|
|
@@ -10738,6 +11092,7 @@ module Aws::SSM
|
|
10738
11092
|
:capture_time,
|
10739
11093
|
:entries,
|
10740
11094
|
:next_token)
|
11095
|
+
SENSITIVE = []
|
10741
11096
|
include Aws::Structure
|
10742
11097
|
end
|
10743
11098
|
|
@@ -10778,6 +11133,7 @@ module Aws::SSM
|
|
10778
11133
|
:filters,
|
10779
11134
|
:next_token,
|
10780
11135
|
:max_results)
|
11136
|
+
SENSITIVE = []
|
10781
11137
|
include Aws::Structure
|
10782
11138
|
end
|
10783
11139
|
|
@@ -10798,6 +11154,7 @@ module Aws::SSM
|
|
10798
11154
|
class ListResourceComplianceSummariesResult < Struct.new(
|
10799
11155
|
:resource_compliance_summary_items,
|
10800
11156
|
:next_token)
|
11157
|
+
SENSITIVE = []
|
10801
11158
|
include Aws::Structure
|
10802
11159
|
end
|
10803
11160
|
|
@@ -10835,6 +11192,7 @@ module Aws::SSM
|
|
10835
11192
|
:sync_type,
|
10836
11193
|
:next_token,
|
10837
11194
|
:max_results)
|
11195
|
+
SENSITIVE = []
|
10838
11196
|
include Aws::Structure
|
10839
11197
|
end
|
10840
11198
|
|
@@ -10853,6 +11211,7 @@ module Aws::SSM
|
|
10853
11211
|
class ListResourceDataSyncResult < Struct.new(
|
10854
11212
|
:resource_data_sync_items,
|
10855
11213
|
:next_token)
|
11214
|
+
SENSITIVE = []
|
10856
11215
|
include Aws::Structure
|
10857
11216
|
end
|
10858
11217
|
|
@@ -10877,6 +11236,7 @@ module Aws::SSM
|
|
10877
11236
|
class ListTagsForResourceRequest < Struct.new(
|
10878
11237
|
:resource_type,
|
10879
11238
|
:resource_id)
|
11239
|
+
SENSITIVE = []
|
10880
11240
|
include Aws::Structure
|
10881
11241
|
end
|
10882
11242
|
|
@@ -10888,6 +11248,7 @@ module Aws::SSM
|
|
10888
11248
|
#
|
10889
11249
|
class ListTagsForResourceResult < Struct.new(
|
10890
11250
|
:tag_list)
|
11251
|
+
SENSITIVE = []
|
10891
11252
|
include Aws::Structure
|
10892
11253
|
end
|
10893
11254
|
|
@@ -10929,6 +11290,7 @@ module Aws::SSM
|
|
10929
11290
|
:s3_bucket_name,
|
10930
11291
|
:s3_key_prefix,
|
10931
11292
|
:s3_region)
|
11293
|
+
SENSITIVE = []
|
10932
11294
|
include Aws::Structure
|
10933
11295
|
end
|
10934
11296
|
|
@@ -10978,6 +11340,7 @@ module Aws::SSM
|
|
10978
11340
|
class MaintenanceWindowAutomationParameters < Struct.new(
|
10979
11341
|
:document_version,
|
10980
11342
|
:parameters)
|
11343
|
+
SENSITIVE = []
|
10981
11344
|
include Aws::Structure
|
10982
11345
|
end
|
10983
11346
|
|
@@ -11017,6 +11380,7 @@ module Aws::SSM
|
|
11017
11380
|
:status_details,
|
11018
11381
|
:start_time,
|
11019
11382
|
:end_time)
|
11383
|
+
SENSITIVE = []
|
11020
11384
|
include Aws::Structure
|
11021
11385
|
end
|
11022
11386
|
|
@@ -11068,6 +11432,7 @@ module Aws::SSM
|
|
11068
11432
|
:end_time,
|
11069
11433
|
:task_arn,
|
11070
11434
|
:task_type)
|
11435
|
+
SENSITIVE = []
|
11071
11436
|
include Aws::Structure
|
11072
11437
|
end
|
11073
11438
|
|
@@ -11146,6 +11511,7 @@ module Aws::SSM
|
|
11146
11511
|
:end_time,
|
11147
11512
|
:owner_information,
|
11148
11513
|
:window_target_id)
|
11514
|
+
SENSITIVE = [:parameters, :owner_information]
|
11149
11515
|
include Aws::Structure
|
11150
11516
|
end
|
11151
11517
|
|
@@ -11173,6 +11539,7 @@ module Aws::SSM
|
|
11173
11539
|
class MaintenanceWindowFilter < Struct.new(
|
11174
11540
|
:key,
|
11175
11541
|
:values)
|
11542
|
+
SENSITIVE = []
|
11176
11543
|
include Aws::Structure
|
11177
11544
|
end
|
11178
11545
|
|
@@ -11249,6 +11616,7 @@ module Aws::SSM
|
|
11249
11616
|
:end_date,
|
11250
11617
|
:start_date,
|
11251
11618
|
:next_execution_time)
|
11619
|
+
SENSITIVE = [:description]
|
11252
11620
|
include Aws::Structure
|
11253
11621
|
end
|
11254
11622
|
|
@@ -11267,6 +11635,7 @@ module Aws::SSM
|
|
11267
11635
|
class MaintenanceWindowIdentityForTarget < Struct.new(
|
11268
11636
|
:window_id,
|
11269
11637
|
:name)
|
11638
|
+
SENSITIVE = []
|
11270
11639
|
include Aws::Structure
|
11271
11640
|
end
|
11272
11641
|
|
@@ -11326,6 +11695,7 @@ module Aws::SSM
|
|
11326
11695
|
:client_context,
|
11327
11696
|
:qualifier,
|
11328
11697
|
:payload)
|
11698
|
+
SENSITIVE = [:payload]
|
11329
11699
|
include Aws::Structure
|
11330
11700
|
end
|
11331
11701
|
|
@@ -11452,6 +11822,7 @@ module Aws::SSM
|
|
11452
11822
|
:parameters,
|
11453
11823
|
:service_role_arn,
|
11454
11824
|
:timeout_seconds)
|
11825
|
+
SENSITIVE = []
|
11455
11826
|
include Aws::Structure
|
11456
11827
|
end
|
11457
11828
|
|
@@ -11499,6 +11870,7 @@ module Aws::SSM
|
|
11499
11870
|
class MaintenanceWindowStepFunctionsParameters < Struct.new(
|
11500
11871
|
:input,
|
11501
11872
|
:name)
|
11873
|
+
SENSITIVE = [:input]
|
11502
11874
|
include Aws::Structure
|
11503
11875
|
end
|
11504
11876
|
|
@@ -11553,6 +11925,7 @@ module Aws::SSM
|
|
11553
11925
|
:owner_information,
|
11554
11926
|
:name,
|
11555
11927
|
:description)
|
11928
|
+
SENSITIVE = [:owner_information, :description]
|
11556
11929
|
include Aws::Structure
|
11557
11930
|
end
|
11558
11931
|
|
@@ -11655,6 +12028,7 @@ module Aws::SSM
|
|
11655
12028
|
:max_errors,
|
11656
12029
|
:name,
|
11657
12030
|
:description)
|
12031
|
+
SENSITIVE = [:task_parameters, :description]
|
11658
12032
|
include Aws::Structure
|
11659
12033
|
end
|
11660
12034
|
|
@@ -11726,6 +12100,7 @@ module Aws::SSM
|
|
11726
12100
|
:automation,
|
11727
12101
|
:step_functions,
|
11728
12102
|
:lambda)
|
12103
|
+
SENSITIVE = []
|
11729
12104
|
include Aws::Structure
|
11730
12105
|
end
|
11731
12106
|
|
@@ -11747,6 +12122,7 @@ module Aws::SSM
|
|
11747
12122
|
#
|
11748
12123
|
class MaintenanceWindowTaskParameterValueExpression < Struct.new(
|
11749
12124
|
:values)
|
12125
|
+
SENSITIVE = [:values]
|
11750
12126
|
include Aws::Structure
|
11751
12127
|
end
|
11752
12128
|
|
@@ -11759,6 +12135,7 @@ module Aws::SSM
|
|
11759
12135
|
#
|
11760
12136
|
class MaxDocumentSizeExceeded < Struct.new(
|
11761
12137
|
:message)
|
12138
|
+
SENSITIVE = []
|
11762
12139
|
include Aws::Structure
|
11763
12140
|
end
|
11764
12141
|
|
@@ -11808,6 +12185,7 @@ module Aws::SSM
|
|
11808
12185
|
:account_ids_to_add,
|
11809
12186
|
:account_ids_to_remove,
|
11810
12187
|
:shared_document_version)
|
12188
|
+
SENSITIVE = []
|
11811
12189
|
include Aws::Structure
|
11812
12190
|
end
|
11813
12191
|
|
@@ -11831,6 +12209,7 @@ module Aws::SSM
|
|
11831
12209
|
class NonCompliantSummary < Struct.new(
|
11832
12210
|
:non_compliant_count,
|
11833
12211
|
:severity_summary)
|
12212
|
+
SENSITIVE = []
|
11834
12213
|
include Aws::Structure
|
11835
12214
|
end
|
11836
12215
|
|
@@ -11876,6 +12255,7 @@ module Aws::SSM
|
|
11876
12255
|
:notification_arn,
|
11877
12256
|
:notification_events,
|
11878
12257
|
:notification_type)
|
12258
|
+
SENSITIVE = []
|
11879
12259
|
include Aws::Structure
|
11880
12260
|
end
|
11881
12261
|
|
@@ -11956,6 +12336,7 @@ module Aws::SSM
|
|
11956
12336
|
:values,
|
11957
12337
|
:filters,
|
11958
12338
|
:aggregators)
|
12339
|
+
SENSITIVE = []
|
11959
12340
|
include Aws::Structure
|
11960
12341
|
end
|
11961
12342
|
|
@@ -11974,6 +12355,7 @@ module Aws::SSM
|
|
11974
12355
|
class OpsEntity < Struct.new(
|
11975
12356
|
:id,
|
11976
12357
|
:data)
|
12358
|
+
SENSITIVE = []
|
11977
12359
|
include Aws::Structure
|
11978
12360
|
end
|
11979
12361
|
|
@@ -11992,6 +12374,7 @@ module Aws::SSM
|
|
11992
12374
|
class OpsEntityItem < Struct.new(
|
11993
12375
|
:capture_time,
|
11994
12376
|
:content)
|
12377
|
+
SENSITIVE = []
|
11995
12378
|
include Aws::Structure
|
11996
12379
|
end
|
11997
12380
|
|
@@ -12024,6 +12407,7 @@ module Aws::SSM
|
|
12024
12407
|
:key,
|
12025
12408
|
:values,
|
12026
12409
|
:type)
|
12410
|
+
SENSITIVE = []
|
12027
12411
|
include Aws::Structure
|
12028
12412
|
end
|
12029
12413
|
|
@@ -12161,6 +12545,7 @@ module Aws::SSM
|
|
12161
12545
|
:operational_data,
|
12162
12546
|
:category,
|
12163
12547
|
:severity)
|
12548
|
+
SENSITIVE = []
|
12164
12549
|
include Aws::Structure
|
12165
12550
|
end
|
12166
12551
|
|
@@ -12177,6 +12562,7 @@ module Aws::SSM
|
|
12177
12562
|
class OpsItemAlreadyExistsException < Struct.new(
|
12178
12563
|
:message,
|
12179
12564
|
:ops_item_id)
|
12565
|
+
SENSITIVE = []
|
12180
12566
|
include Aws::Structure
|
12181
12567
|
end
|
12182
12568
|
|
@@ -12205,6 +12591,7 @@ module Aws::SSM
|
|
12205
12591
|
class OpsItemDataValue < Struct.new(
|
12206
12592
|
:value,
|
12207
12593
|
:type)
|
12594
|
+
SENSITIVE = []
|
12208
12595
|
include Aws::Structure
|
12209
12596
|
end
|
12210
12597
|
|
@@ -12237,6 +12624,7 @@ module Aws::SSM
|
|
12237
12624
|
:key,
|
12238
12625
|
:values,
|
12239
12626
|
:operator)
|
12627
|
+
SENSITIVE = []
|
12240
12628
|
include Aws::Structure
|
12241
12629
|
end
|
12242
12630
|
|
@@ -12254,6 +12642,7 @@ module Aws::SSM
|
|
12254
12642
|
class OpsItemInvalidParameterException < Struct.new(
|
12255
12643
|
:parameter_names,
|
12256
12644
|
:message)
|
12645
|
+
SENSITIVE = []
|
12257
12646
|
include Aws::Structure
|
12258
12647
|
end
|
12259
12648
|
|
@@ -12284,6 +12673,7 @@ module Aws::SSM
|
|
12284
12673
|
:limit,
|
12285
12674
|
:limit_type,
|
12286
12675
|
:message)
|
12676
|
+
SENSITIVE = []
|
12287
12677
|
include Aws::Structure
|
12288
12678
|
end
|
12289
12679
|
|
@@ -12296,6 +12686,7 @@ module Aws::SSM
|
|
12296
12686
|
#
|
12297
12687
|
class OpsItemNotFoundException < Struct.new(
|
12298
12688
|
:message)
|
12689
|
+
SENSITIVE = []
|
12299
12690
|
include Aws::Structure
|
12300
12691
|
end
|
12301
12692
|
|
@@ -12317,6 +12708,7 @@ module Aws::SSM
|
|
12317
12708
|
#
|
12318
12709
|
class OpsItemNotification < Struct.new(
|
12319
12710
|
:arn)
|
12711
|
+
SENSITIVE = []
|
12320
12712
|
include Aws::Structure
|
12321
12713
|
end
|
12322
12714
|
|
@@ -12391,6 +12783,7 @@ module Aws::SSM
|
|
12391
12783
|
:operational_data,
|
12392
12784
|
:category,
|
12393
12785
|
:severity)
|
12786
|
+
SENSITIVE = []
|
12394
12787
|
include Aws::Structure
|
12395
12788
|
end
|
12396
12789
|
|
@@ -12413,6 +12806,7 @@ module Aws::SSM
|
|
12413
12806
|
#
|
12414
12807
|
class OpsResultAttribute < Struct.new(
|
12415
12808
|
:type_name)
|
12809
|
+
SENSITIVE = []
|
12416
12810
|
include Aws::Structure
|
12417
12811
|
end
|
12418
12812
|
|
@@ -12433,6 +12827,7 @@ module Aws::SSM
|
|
12433
12827
|
class OutputSource < Struct.new(
|
12434
12828
|
:output_source_id,
|
12435
12829
|
:output_source_type)
|
12830
|
+
SENSITIVE = []
|
12436
12831
|
include Aws::Structure
|
12437
12832
|
end
|
12438
12833
|
|
@@ -12497,6 +12892,7 @@ module Aws::SSM
|
|
12497
12892
|
:last_modified_date,
|
12498
12893
|
:arn,
|
12499
12894
|
:data_type)
|
12895
|
+
SENSITIVE = []
|
12500
12896
|
include Aws::Structure
|
12501
12897
|
end
|
12502
12898
|
|
@@ -12509,6 +12905,7 @@ module Aws::SSM
|
|
12509
12905
|
#
|
12510
12906
|
class ParameterAlreadyExists < Struct.new(
|
12511
12907
|
:message)
|
12908
|
+
SENSITIVE = []
|
12512
12909
|
include Aws::Structure
|
12513
12910
|
end
|
12514
12911
|
|
@@ -12593,6 +12990,7 @@ module Aws::SSM
|
|
12593
12990
|
:tier,
|
12594
12991
|
:policies,
|
12595
12992
|
:data_type)
|
12993
|
+
SENSITIVE = []
|
12596
12994
|
include Aws::Structure
|
12597
12995
|
end
|
12598
12996
|
|
@@ -12620,6 +13018,7 @@ module Aws::SSM
|
|
12620
13018
|
:policy_text,
|
12621
13019
|
:policy_type,
|
12622
13020
|
:policy_status)
|
13021
|
+
SENSITIVE = []
|
12623
13022
|
include Aws::Structure
|
12624
13023
|
end
|
12625
13024
|
|
@@ -12633,6 +13032,7 @@ module Aws::SSM
|
|
12633
13032
|
#
|
12634
13033
|
class ParameterLimitExceeded < Struct.new(
|
12635
13034
|
:message)
|
13035
|
+
SENSITIVE = []
|
12636
13036
|
include Aws::Structure
|
12637
13037
|
end
|
12638
13038
|
|
@@ -12645,6 +13045,7 @@ module Aws::SSM
|
|
12645
13045
|
#
|
12646
13046
|
class ParameterMaxVersionLimitExceeded < Struct.new(
|
12647
13047
|
:message)
|
13048
|
+
SENSITIVE = []
|
12648
13049
|
include Aws::Structure
|
12649
13050
|
end
|
12650
13051
|
|
@@ -12714,6 +13115,7 @@ module Aws::SSM
|
|
12714
13115
|
:tier,
|
12715
13116
|
:policies,
|
12716
13117
|
:data_type)
|
13118
|
+
SENSITIVE = []
|
12717
13119
|
include Aws::Structure
|
12718
13120
|
end
|
12719
13121
|
|
@@ -12726,6 +13128,7 @@ module Aws::SSM
|
|
12726
13128
|
#
|
12727
13129
|
class ParameterNotFound < Struct.new(
|
12728
13130
|
:message)
|
13131
|
+
SENSITIVE = []
|
12729
13132
|
include Aws::Structure
|
12730
13133
|
end
|
12731
13134
|
|
@@ -12739,6 +13142,7 @@ module Aws::SSM
|
|
12739
13142
|
#
|
12740
13143
|
class ParameterPatternMismatchException < Struct.new(
|
12741
13144
|
:message)
|
13145
|
+
SENSITIVE = []
|
12742
13146
|
include Aws::Structure
|
12743
13147
|
end
|
12744
13148
|
|
@@ -12798,6 +13202,7 @@ module Aws::SSM
|
|
12798
13202
|
:key,
|
12799
13203
|
:option,
|
12800
13204
|
:values)
|
13205
|
+
SENSITIVE = []
|
12801
13206
|
include Aws::Structure
|
12802
13207
|
end
|
12803
13208
|
|
@@ -12810,6 +13215,7 @@ module Aws::SSM
|
|
12810
13215
|
#
|
12811
13216
|
class ParameterVersionLabelLimitExceeded < Struct.new(
|
12812
13217
|
:message)
|
13218
|
+
SENSITIVE = []
|
12813
13219
|
include Aws::Structure
|
12814
13220
|
end
|
12815
13221
|
|
@@ -12823,6 +13229,7 @@ module Aws::SSM
|
|
12823
13229
|
#
|
12824
13230
|
class ParameterVersionNotFound < Struct.new(
|
12825
13231
|
:message)
|
13232
|
+
SENSITIVE = []
|
12826
13233
|
include Aws::Structure
|
12827
13234
|
end
|
12828
13235
|
|
@@ -12849,6 +13256,7 @@ module Aws::SSM
|
|
12849
13256
|
class ParametersFilter < Struct.new(
|
12850
13257
|
:key,
|
12851
13258
|
:values)
|
13259
|
+
SENSITIVE = []
|
12852
13260
|
include Aws::Structure
|
12853
13261
|
end
|
12854
13262
|
|
@@ -12927,6 +13335,7 @@ module Aws::SSM
|
|
12927
13335
|
:kb_number,
|
12928
13336
|
:msrc_number,
|
12929
13337
|
:language)
|
13338
|
+
SENSITIVE = []
|
12930
13339
|
include Aws::Structure
|
12931
13340
|
end
|
12932
13341
|
|
@@ -12963,6 +13372,7 @@ module Aws::SSM
|
|
12963
13372
|
:operating_system,
|
12964
13373
|
:baseline_description,
|
12965
13374
|
:default_baseline)
|
13375
|
+
SENSITIVE = []
|
12966
13376
|
include Aws::Structure
|
12967
13377
|
end
|
12968
13378
|
|
@@ -13012,6 +13422,7 @@ module Aws::SSM
|
|
13012
13422
|
:severity,
|
13013
13423
|
:state,
|
13014
13424
|
:installed_time)
|
13425
|
+
SENSITIVE = []
|
13015
13426
|
include Aws::Structure
|
13016
13427
|
end
|
13017
13428
|
|
@@ -13060,6 +13471,7 @@ module Aws::SSM
|
|
13060
13471
|
class PatchFilter < Struct.new(
|
13061
13472
|
:key,
|
13062
13473
|
:values)
|
13474
|
+
SENSITIVE = []
|
13063
13475
|
include Aws::Structure
|
13064
13476
|
end
|
13065
13477
|
|
@@ -13085,6 +13497,7 @@ module Aws::SSM
|
|
13085
13497
|
#
|
13086
13498
|
class PatchFilterGroup < Struct.new(
|
13087
13499
|
:patch_filters)
|
13500
|
+
SENSITIVE = []
|
13088
13501
|
include Aws::Structure
|
13089
13502
|
end
|
13090
13503
|
|
@@ -13104,6 +13517,7 @@ module Aws::SSM
|
|
13104
13517
|
class PatchGroupPatchBaselineMapping < Struct.new(
|
13105
13518
|
:patch_group,
|
13106
13519
|
:baseline_identity)
|
13520
|
+
SENSITIVE = []
|
13107
13521
|
include Aws::Structure
|
13108
13522
|
end
|
13109
13523
|
|
@@ -13130,6 +13544,7 @@ module Aws::SSM
|
|
13130
13544
|
class PatchOrchestratorFilter < Struct.new(
|
13131
13545
|
:key,
|
13132
13546
|
:values)
|
13547
|
+
SENSITIVE = []
|
13133
13548
|
include Aws::Structure
|
13134
13549
|
end
|
13135
13550
|
|
@@ -13192,6 +13607,7 @@ module Aws::SSM
|
|
13192
13607
|
:approve_after_days,
|
13193
13608
|
:approve_until_date,
|
13194
13609
|
:enable_non_security)
|
13610
|
+
SENSITIVE = []
|
13195
13611
|
include Aws::Structure
|
13196
13612
|
end
|
13197
13613
|
|
@@ -13227,6 +13643,7 @@ module Aws::SSM
|
|
13227
13643
|
#
|
13228
13644
|
class PatchRuleGroup < Struct.new(
|
13229
13645
|
:patch_rules)
|
13646
|
+
SENSITIVE = []
|
13230
13647
|
include Aws::Structure
|
13231
13648
|
end
|
13232
13649
|
|
@@ -13272,6 +13689,7 @@ module Aws::SSM
|
|
13272
13689
|
:name,
|
13273
13690
|
:products,
|
13274
13691
|
:configuration)
|
13692
|
+
SENSITIVE = [:configuration]
|
13275
13693
|
include Aws::Structure
|
13276
13694
|
end
|
13277
13695
|
|
@@ -13297,6 +13715,7 @@ module Aws::SSM
|
|
13297
13715
|
:deployment_status,
|
13298
13716
|
:compliance_level,
|
13299
13717
|
:approval_date)
|
13718
|
+
SENSITIVE = []
|
13300
13719
|
include Aws::Structure
|
13301
13720
|
end
|
13302
13721
|
|
@@ -13310,6 +13729,7 @@ module Aws::SSM
|
|
13310
13729
|
#
|
13311
13730
|
class PoliciesLimitExceededException < Struct.new(
|
13312
13731
|
:message)
|
13732
|
+
SENSITIVE = []
|
13313
13733
|
include Aws::Structure
|
13314
13734
|
end
|
13315
13735
|
|
@@ -13350,6 +13770,7 @@ module Aws::SSM
|
|
13350
13770
|
:failed_steps,
|
13351
13771
|
:cancelled_steps,
|
13352
13772
|
:timed_out_steps)
|
13773
|
+
SENSITIVE = []
|
13353
13774
|
include Aws::Structure
|
13354
13775
|
end
|
13355
13776
|
|
@@ -13441,6 +13862,7 @@ module Aws::SSM
|
|
13441
13862
|
:items,
|
13442
13863
|
:item_content_hash,
|
13443
13864
|
:upload_type)
|
13865
|
+
SENSITIVE = []
|
13444
13866
|
include Aws::Structure
|
13445
13867
|
end
|
13446
13868
|
|
@@ -13484,6 +13906,7 @@ module Aws::SSM
|
|
13484
13906
|
class PutInventoryRequest < Struct.new(
|
13485
13907
|
:instance_id,
|
13486
13908
|
:items)
|
13909
|
+
SENSITIVE = []
|
13487
13910
|
include Aws::Structure
|
13488
13911
|
end
|
13489
13912
|
|
@@ -13495,6 +13918,7 @@ module Aws::SSM
|
|
13495
13918
|
#
|
13496
13919
|
class PutInventoryResult < Struct.new(
|
13497
13920
|
:message)
|
13921
|
+
SENSITIVE = []
|
13498
13922
|
include Aws::Structure
|
13499
13923
|
end
|
13500
13924
|
|
@@ -13575,6 +13999,12 @@ module Aws::SSM
|
|
13575
13999
|
# The parameter value that you want to add to the system. Standard
|
13576
14000
|
# parameters have a value limit of 4 KB. Advanced parameters have a
|
13577
14001
|
# value limit of 8 KB.
|
14002
|
+
#
|
14003
|
+
# <note markdown="1"> Parameters can't be referenced or nested in the values of other
|
14004
|
+
# parameters. You can't include `\{\{\}\}` or
|
14005
|
+
# `\{\{ssm:parameter-name\}\}` in a parameter value.
|
14006
|
+
#
|
14007
|
+
# </note>
|
13578
14008
|
# @return [String]
|
13579
14009
|
#
|
13580
14010
|
# @!attribute [rw] type
|
@@ -13788,6 +14218,7 @@ module Aws::SSM
|
|
13788
14218
|
:tier,
|
13789
14219
|
:policies,
|
13790
14220
|
:data_type)
|
14221
|
+
SENSITIVE = []
|
13791
14222
|
include Aws::Structure
|
13792
14223
|
end
|
13793
14224
|
|
@@ -13810,6 +14241,7 @@ module Aws::SSM
|
|
13810
14241
|
class PutParameterResult < Struct.new(
|
13811
14242
|
:version,
|
13812
14243
|
:tier)
|
14244
|
+
SENSITIVE = []
|
13813
14245
|
include Aws::Structure
|
13814
14246
|
end
|
13815
14247
|
|
@@ -13829,6 +14261,7 @@ module Aws::SSM
|
|
13829
14261
|
#
|
13830
14262
|
class RegisterDefaultPatchBaselineRequest < Struct.new(
|
13831
14263
|
:baseline_id)
|
14264
|
+
SENSITIVE = []
|
13832
14265
|
include Aws::Structure
|
13833
14266
|
end
|
13834
14267
|
|
@@ -13840,6 +14273,7 @@ module Aws::SSM
|
|
13840
14273
|
#
|
13841
14274
|
class RegisterDefaultPatchBaselineResult < Struct.new(
|
13842
14275
|
:baseline_id)
|
14276
|
+
SENSITIVE = []
|
13843
14277
|
include Aws::Structure
|
13844
14278
|
end
|
13845
14279
|
|
@@ -13865,6 +14299,7 @@ module Aws::SSM
|
|
13865
14299
|
class RegisterPatchBaselineForPatchGroupRequest < Struct.new(
|
13866
14300
|
:baseline_id,
|
13867
14301
|
:patch_group)
|
14302
|
+
SENSITIVE = []
|
13868
14303
|
include Aws::Structure
|
13869
14304
|
end
|
13870
14305
|
|
@@ -13881,6 +14316,7 @@ module Aws::SSM
|
|
13881
14316
|
class RegisterPatchBaselineForPatchGroupResult < Struct.new(
|
13882
14317
|
:baseline_id,
|
13883
14318
|
:patch_group)
|
14319
|
+
SENSITIVE = []
|
13884
14320
|
include Aws::Structure
|
13885
14321
|
end
|
13886
14322
|
|
@@ -13987,6 +14423,7 @@ module Aws::SSM
|
|
13987
14423
|
:name,
|
13988
14424
|
:description,
|
13989
14425
|
:client_token)
|
14426
|
+
SENSITIVE = [:owner_information, :description]
|
13990
14427
|
include Aws::Structure
|
13991
14428
|
end
|
13992
14429
|
|
@@ -13998,6 +14435,7 @@ module Aws::SSM
|
|
13998
14435
|
#
|
13999
14436
|
class RegisterTargetWithMaintenanceWindowResult < Struct.new(
|
14000
14437
|
:window_target_id)
|
14438
|
+
SENSITIVE = []
|
14001
14439
|
include Aws::Structure
|
14002
14440
|
end
|
14003
14441
|
|
@@ -14198,6 +14636,7 @@ module Aws::SSM
|
|
14198
14636
|
:name,
|
14199
14637
|
:description,
|
14200
14638
|
:client_token)
|
14639
|
+
SENSITIVE = [:task_parameters, :description]
|
14201
14640
|
include Aws::Structure
|
14202
14641
|
end
|
14203
14642
|
|
@@ -14209,6 +14648,7 @@ module Aws::SSM
|
|
14209
14648
|
#
|
14210
14649
|
class RegisterTaskWithMaintenanceWindowResult < Struct.new(
|
14211
14650
|
:window_task_id)
|
14651
|
+
SENSITIVE = []
|
14212
14652
|
include Aws::Structure
|
14213
14653
|
end
|
14214
14654
|
|
@@ -14231,6 +14671,7 @@ module Aws::SSM
|
|
14231
14671
|
#
|
14232
14672
|
class RelatedOpsItem < Struct.new(
|
14233
14673
|
:ops_item_id)
|
14674
|
+
SENSITIVE = []
|
14234
14675
|
include Aws::Structure
|
14235
14676
|
end
|
14236
14677
|
|
@@ -14282,6 +14723,7 @@ module Aws::SSM
|
|
14282
14723
|
:resource_type,
|
14283
14724
|
:resource_id,
|
14284
14725
|
:tag_keys)
|
14726
|
+
SENSITIVE = []
|
14285
14727
|
include Aws::Structure
|
14286
14728
|
end
|
14287
14729
|
|
@@ -14310,6 +14752,7 @@ module Aws::SSM
|
|
14310
14752
|
#
|
14311
14753
|
class ResetServiceSettingRequest < Struct.new(
|
14312
14754
|
:setting_id)
|
14755
|
+
SENSITIVE = []
|
14313
14756
|
include Aws::Structure
|
14314
14757
|
end
|
14315
14758
|
|
@@ -14324,6 +14767,7 @@ module Aws::SSM
|
|
14324
14767
|
#
|
14325
14768
|
class ResetServiceSettingResult < Struct.new(
|
14326
14769
|
:service_setting)
|
14770
|
+
SENSITIVE = []
|
14327
14771
|
include Aws::Structure
|
14328
14772
|
end
|
14329
14773
|
|
@@ -14345,6 +14789,7 @@ module Aws::SSM
|
|
14345
14789
|
class ResolvedTargets < Struct.new(
|
14346
14790
|
:parameter_values,
|
14347
14791
|
:truncated)
|
14792
|
+
SENSITIVE = []
|
14348
14793
|
include Aws::Structure
|
14349
14794
|
end
|
14350
14795
|
|
@@ -14394,6 +14839,7 @@ module Aws::SSM
|
|
14394
14839
|
:execution_summary,
|
14395
14840
|
:compliant_summary,
|
14396
14841
|
:non_compliant_summary)
|
14842
|
+
SENSITIVE = []
|
14397
14843
|
include Aws::Structure
|
14398
14844
|
end
|
14399
14845
|
|
@@ -14406,6 +14852,7 @@ module Aws::SSM
|
|
14406
14852
|
#
|
14407
14853
|
class ResourceDataSyncAlreadyExistsException < Struct.new(
|
14408
14854
|
:sync_name)
|
14855
|
+
SENSITIVE = []
|
14409
14856
|
include Aws::Structure
|
14410
14857
|
end
|
14411
14858
|
|
@@ -14443,6 +14890,7 @@ module Aws::SSM
|
|
14443
14890
|
class ResourceDataSyncAwsOrganizationsSource < Struct.new(
|
14444
14891
|
:organization_source_type,
|
14445
14892
|
:organizational_units)
|
14893
|
+
SENSITIVE = []
|
14446
14894
|
include Aws::Structure
|
14447
14895
|
end
|
14448
14896
|
|
@@ -14456,6 +14904,7 @@ module Aws::SSM
|
|
14456
14904
|
#
|
14457
14905
|
class ResourceDataSyncConflictException < Struct.new(
|
14458
14906
|
:message)
|
14907
|
+
SENSITIVE = []
|
14459
14908
|
include Aws::Structure
|
14460
14909
|
end
|
14461
14910
|
|
@@ -14468,6 +14917,7 @@ module Aws::SSM
|
|
14468
14917
|
#
|
14469
14918
|
class ResourceDataSyncCountExceededException < Struct.new(
|
14470
14919
|
:message)
|
14920
|
+
SENSITIVE = []
|
14471
14921
|
include Aws::Structure
|
14472
14922
|
end
|
14473
14923
|
|
@@ -14491,6 +14941,7 @@ module Aws::SSM
|
|
14491
14941
|
#
|
14492
14942
|
class ResourceDataSyncDestinationDataSharing < Struct.new(
|
14493
14943
|
:destination_data_sharing_type)
|
14944
|
+
SENSITIVE = []
|
14494
14945
|
include Aws::Structure
|
14495
14946
|
end
|
14496
14947
|
|
@@ -14503,6 +14954,7 @@ module Aws::SSM
|
|
14503
14954
|
#
|
14504
14955
|
class ResourceDataSyncInvalidConfigurationException < Struct.new(
|
14505
14956
|
:message)
|
14957
|
+
SENSITIVE = []
|
14506
14958
|
include Aws::Structure
|
14507
14959
|
end
|
14508
14960
|
|
@@ -14567,6 +15019,7 @@ module Aws::SSM
|
|
14567
15019
|
:last_status,
|
14568
15020
|
:sync_created_time,
|
14569
15021
|
:last_sync_status_message)
|
15022
|
+
SENSITIVE = []
|
14570
15023
|
include Aws::Structure
|
14571
15024
|
end
|
14572
15025
|
|
@@ -14587,6 +15040,7 @@ module Aws::SSM
|
|
14587
15040
|
:sync_name,
|
14588
15041
|
:sync_type,
|
14589
15042
|
:message)
|
15043
|
+
SENSITIVE = []
|
14590
15044
|
include Aws::Structure
|
14591
15045
|
end
|
14592
15046
|
|
@@ -14607,6 +15061,7 @@ module Aws::SSM
|
|
14607
15061
|
#
|
14608
15062
|
class ResourceDataSyncOrganizationalUnit < Struct.new(
|
14609
15063
|
:organizational_unit_id)
|
15064
|
+
SENSITIVE = []
|
14610
15065
|
include Aws::Structure
|
14611
15066
|
end
|
14612
15067
|
|
@@ -14662,6 +15117,7 @@ module Aws::SSM
|
|
14662
15117
|
:region,
|
14663
15118
|
:awskms_key_arn,
|
14664
15119
|
:destination_data_sharing)
|
15120
|
+
SENSITIVE = []
|
14665
15121
|
include Aws::Structure
|
14666
15122
|
end
|
14667
15123
|
|
@@ -14713,6 +15169,7 @@ module Aws::SSM
|
|
14713
15169
|
:aws_organizations_source,
|
14714
15170
|
:source_regions,
|
14715
15171
|
:include_future_regions)
|
15172
|
+
SENSITIVE = []
|
14716
15173
|
include Aws::Structure
|
14717
15174
|
end
|
14718
15175
|
|
@@ -14776,6 +15233,7 @@ module Aws::SSM
|
|
14776
15233
|
:source_regions,
|
14777
15234
|
:include_future_regions,
|
14778
15235
|
:state)
|
15236
|
+
SENSITIVE = []
|
14779
15237
|
include Aws::Structure
|
14780
15238
|
end
|
14781
15239
|
|
@@ -14789,6 +15247,7 @@ module Aws::SSM
|
|
14789
15247
|
#
|
14790
15248
|
class ResourceInUseException < Struct.new(
|
14791
15249
|
:message)
|
15250
|
+
SENSITIVE = []
|
14792
15251
|
include Aws::Structure
|
14793
15252
|
end
|
14794
15253
|
|
@@ -14810,6 +15269,7 @@ module Aws::SSM
|
|
14810
15269
|
#
|
14811
15270
|
class ResourceLimitExceededException < Struct.new(
|
14812
15271
|
:message)
|
15272
|
+
SENSITIVE = []
|
14813
15273
|
include Aws::Structure
|
14814
15274
|
end
|
14815
15275
|
|
@@ -14831,6 +15291,7 @@ module Aws::SSM
|
|
14831
15291
|
#
|
14832
15292
|
class ResultAttribute < Struct.new(
|
14833
15293
|
:type_name)
|
15294
|
+
SENSITIVE = []
|
14834
15295
|
include Aws::Structure
|
14835
15296
|
end
|
14836
15297
|
|
@@ -14849,6 +15310,7 @@ module Aws::SSM
|
|
14849
15310
|
#
|
14850
15311
|
class ResumeSessionRequest < Struct.new(
|
14851
15312
|
:session_id)
|
15313
|
+
SENSITIVE = []
|
14852
15314
|
include Aws::Structure
|
14853
15315
|
end
|
14854
15316
|
|
@@ -14887,6 +15349,7 @@ module Aws::SSM
|
|
14887
15349
|
:session_id,
|
14888
15350
|
:token_value,
|
14889
15351
|
:stream_url)
|
15352
|
+
SENSITIVE = []
|
14890
15353
|
include Aws::Structure
|
14891
15354
|
end
|
14892
15355
|
|
@@ -14921,6 +15384,7 @@ module Aws::SSM
|
|
14921
15384
|
:output_s3_region,
|
14922
15385
|
:output_s3_bucket_name,
|
14923
15386
|
:output_s3_key_prefix)
|
15387
|
+
SENSITIVE = []
|
14924
15388
|
include Aws::Structure
|
14925
15389
|
end
|
14926
15390
|
|
@@ -14936,6 +15400,7 @@ module Aws::SSM
|
|
14936
15400
|
#
|
14937
15401
|
class S3OutputUrl < Struct.new(
|
14938
15402
|
:output_url)
|
15403
|
+
SENSITIVE = []
|
14939
15404
|
include Aws::Structure
|
14940
15405
|
end
|
14941
15406
|
|
@@ -14960,6 +15425,7 @@ module Aws::SSM
|
|
14960
15425
|
:window_id,
|
14961
15426
|
:name,
|
14962
15427
|
:execution_time)
|
15428
|
+
SENSITIVE = []
|
14963
15429
|
include Aws::Structure
|
14964
15430
|
end
|
14965
15431
|
|
@@ -15009,6 +15475,7 @@ module Aws::SSM
|
|
15009
15475
|
:automation_execution_id,
|
15010
15476
|
:signal_type,
|
15011
15477
|
:payload)
|
15478
|
+
SENSITIVE = []
|
15012
15479
|
include Aws::Structure
|
15013
15480
|
end
|
15014
15481
|
|
@@ -15054,13 +15521,19 @@ module Aws::SSM
|
|
15054
15521
|
# }
|
15055
15522
|
#
|
15056
15523
|
# @!attribute [rw] instance_ids
|
15057
|
-
# The
|
15058
|
-
#
|
15059
|
-
#
|
15060
|
-
#
|
15061
|
-
#
|
15062
|
-
#
|
15063
|
-
#
|
15524
|
+
# The IDs of the instances where the command should run. Specifying
|
15525
|
+
# instance IDs is most useful when you are targeting a limited number
|
15526
|
+
# of instances, though you can specify up to 50 IDs.
|
15527
|
+
#
|
15528
|
+
# To target a larger number of instances, or if you prefer not to list
|
15529
|
+
# individual instance IDs, we recommend using the `Targets` option
|
15530
|
+
# instead. Using `Targets`, which accepts tag key-value pairs to
|
15531
|
+
# identify the instances to send commands to, you can a send command
|
15532
|
+
# to tens, hundreds, or thousands of instances at once.
|
15533
|
+
#
|
15534
|
+
# For more information about how to use targets, see [Using targets
|
15535
|
+
# and rate controls to send commands to a fleet][1] in the *AWS
|
15536
|
+
# Systems Manager User Guide*.
|
15064
15537
|
#
|
15065
15538
|
#
|
15066
15539
|
#
|
@@ -15068,11 +15541,18 @@ module Aws::SSM
|
|
15068
15541
|
# @return [Array<String>]
|
15069
15542
|
#
|
15070
15543
|
# @!attribute [rw] targets
|
15071
|
-
#
|
15072
|
-
#
|
15073
|
-
#
|
15074
|
-
#
|
15075
|
-
#
|
15544
|
+
# An array of search criteria that targets instances using a
|
15545
|
+
# `Key,Value` combination that you specify. Specifying targets is most
|
15546
|
+
# useful when you want to send a command to a large number of
|
15547
|
+
# instances at once. Using `Targets`, which accepts tag key-value
|
15548
|
+
# pairs to identify instances, you can send a command to tens,
|
15549
|
+
# hundreds, or thousands of instances at once.
|
15550
|
+
#
|
15551
|
+
# To send a command to a smaller number of instances, you can use the
|
15552
|
+
# `InstanceIds` option instead.
|
15553
|
+
#
|
15554
|
+
# For more information about how to use targets, see [Sending commands
|
15555
|
+
# to a fleet][1] in the *AWS Systems Manager User Guide*.
|
15076
15556
|
#
|
15077
15557
|
#
|
15078
15558
|
#
|
@@ -15206,6 +15686,7 @@ module Aws::SSM
|
|
15206
15686
|
:service_role_arn,
|
15207
15687
|
:notification_config,
|
15208
15688
|
:cloud_watch_output_config)
|
15689
|
+
SENSITIVE = []
|
15209
15690
|
include Aws::Structure
|
15210
15691
|
end
|
15211
15692
|
|
@@ -15218,6 +15699,7 @@ module Aws::SSM
|
|
15218
15699
|
#
|
15219
15700
|
class SendCommandResult < Struct.new(
|
15220
15701
|
:command)
|
15702
|
+
SENSITIVE = []
|
15221
15703
|
include Aws::Structure
|
15222
15704
|
end
|
15223
15705
|
|
@@ -15283,6 +15765,7 @@ module Aws::SSM
|
|
15283
15765
|
:last_modified_user,
|
15284
15766
|
:arn,
|
15285
15767
|
:status)
|
15768
|
+
SENSITIVE = []
|
15286
15769
|
include Aws::Structure
|
15287
15770
|
end
|
15288
15771
|
|
@@ -15296,6 +15779,7 @@ module Aws::SSM
|
|
15296
15779
|
#
|
15297
15780
|
class ServiceSettingNotFound < Struct.new(
|
15298
15781
|
:message)
|
15782
|
+
SENSITIVE = []
|
15299
15783
|
include Aws::Structure
|
15300
15784
|
end
|
15301
15785
|
|
@@ -15354,6 +15838,7 @@ module Aws::SSM
|
|
15354
15838
|
:owner,
|
15355
15839
|
:details,
|
15356
15840
|
:output_url)
|
15841
|
+
SENSITIVE = []
|
15357
15842
|
include Aws::Structure
|
15358
15843
|
end
|
15359
15844
|
|
@@ -15409,6 +15894,7 @@ module Aws::SSM
|
|
15409
15894
|
class SessionFilter < Struct.new(
|
15410
15895
|
:key,
|
15411
15896
|
:value)
|
15897
|
+
SENSITIVE = []
|
15412
15898
|
include Aws::Structure
|
15413
15899
|
end
|
15414
15900
|
|
@@ -15427,6 +15913,7 @@ module Aws::SSM
|
|
15427
15913
|
class SessionManagerOutputUrl < Struct.new(
|
15428
15914
|
:s3_output_url,
|
15429
15915
|
:cloud_watch_output_url)
|
15916
|
+
SENSITIVE = []
|
15430
15917
|
include Aws::Structure
|
15431
15918
|
end
|
15432
15919
|
|
@@ -15478,6 +15965,7 @@ module Aws::SSM
|
|
15478
15965
|
:low_count,
|
15479
15966
|
:informational_count,
|
15480
15967
|
:unspecified_count)
|
15968
|
+
SENSITIVE = []
|
15481
15969
|
include Aws::Structure
|
15482
15970
|
end
|
15483
15971
|
|
@@ -15497,6 +15985,7 @@ module Aws::SSM
|
|
15497
15985
|
#
|
15498
15986
|
class StartAssociationsOnceRequest < Struct.new(
|
15499
15987
|
:association_ids)
|
15988
|
+
SENSITIVE = []
|
15500
15989
|
include Aws::Structure
|
15501
15990
|
end
|
15502
15991
|
|
@@ -15654,6 +16143,7 @@ module Aws::SSM
|
|
15654
16143
|
:max_errors,
|
15655
16144
|
:target_locations,
|
15656
16145
|
:tags)
|
16146
|
+
SENSITIVE = []
|
15657
16147
|
include Aws::Structure
|
15658
16148
|
end
|
15659
16149
|
|
@@ -15665,6 +16155,7 @@ module Aws::SSM
|
|
15665
16155
|
#
|
15666
16156
|
class StartAutomationExecutionResult < Struct.new(
|
15667
16157
|
:automation_execution_id)
|
16158
|
+
SENSITIVE = []
|
15668
16159
|
include Aws::Structure
|
15669
16160
|
end
|
15670
16161
|
|
@@ -15701,6 +16192,7 @@ module Aws::SSM
|
|
15701
16192
|
:target,
|
15702
16193
|
:document_name,
|
15703
16194
|
:parameters)
|
16195
|
+
SENSITIVE = []
|
15704
16196
|
include Aws::Structure
|
15705
16197
|
end
|
15706
16198
|
|
@@ -15739,6 +16231,7 @@ module Aws::SSM
|
|
15739
16231
|
:session_id,
|
15740
16232
|
:token_value,
|
15741
16233
|
:stream_url)
|
16234
|
+
SENSITIVE = []
|
15742
16235
|
include Aws::Structure
|
15743
16236
|
end
|
15744
16237
|
|
@@ -15877,6 +16370,7 @@ module Aws::SSM
|
|
15877
16370
|
:valid_next_steps,
|
15878
16371
|
:targets,
|
15879
16372
|
:target_location)
|
16373
|
+
SENSITIVE = []
|
15880
16374
|
include Aws::Structure
|
15881
16375
|
end
|
15882
16376
|
|
@@ -15906,6 +16400,7 @@ module Aws::SSM
|
|
15906
16400
|
class StepExecutionFilter < Struct.new(
|
15907
16401
|
:key,
|
15908
16402
|
:values)
|
16403
|
+
SENSITIVE = []
|
15909
16404
|
include Aws::Structure
|
15910
16405
|
end
|
15911
16406
|
|
@@ -15931,6 +16426,7 @@ module Aws::SSM
|
|
15931
16426
|
class StopAutomationExecutionRequest < Struct.new(
|
15932
16427
|
:automation_execution_id,
|
15933
16428
|
:type)
|
16429
|
+
SENSITIVE = []
|
15934
16430
|
include Aws::Structure
|
15935
16431
|
end
|
15936
16432
|
|
@@ -15947,6 +16443,7 @@ module Aws::SSM
|
|
15947
16443
|
#
|
15948
16444
|
class SubTypeCountLimitExceededException < Struct.new(
|
15949
16445
|
:message)
|
16446
|
+
SENSITIVE = []
|
15950
16447
|
include Aws::Structure
|
15951
16448
|
end
|
15952
16449
|
|
@@ -15977,6 +16474,7 @@ module Aws::SSM
|
|
15977
16474
|
class Tag < Struct.new(
|
15978
16475
|
:key,
|
15979
16476
|
:value)
|
16477
|
+
SENSITIVE = []
|
15980
16478
|
include Aws::Structure
|
15981
16479
|
end
|
15982
16480
|
|
@@ -15991,13 +16489,16 @@ module Aws::SSM
|
|
15991
16489
|
#
|
15992
16490
|
# * `Key=tag-key,Values=my-tag-key-1,my-tag-key-2 `
|
15993
16491
|
#
|
15994
|
-
# *
|
16492
|
+
# * **Run Command and Maintenance window targets only**\:
|
15995
16493
|
# `Key=resource-groups:Name,Values=resource-group-name `
|
15996
16494
|
#
|
15997
|
-
# *
|
16495
|
+
# * **Maintenance window targets only**\:
|
15998
16496
|
# `Key=resource-groups:ResourceTypeFilters,Values=resource-type-1,resource-type-2
|
15999
16497
|
# `
|
16000
16498
|
#
|
16499
|
+
# * **Automation targets only**\:
|
16500
|
+
# `Key=ResourceGroup;Values=resource-group-name `
|
16501
|
+
#
|
16001
16502
|
# For example:
|
16002
16503
|
#
|
16003
16504
|
# * `Key=InstanceIds,Values=i-02573cafcfEXAMPLE,i-0471e04240EXAMPLE,i-07782c72faEXAMPLE`
|
@@ -16006,28 +16507,32 @@ module Aws::SSM
|
|
16006
16507
|
#
|
16007
16508
|
# * `Key=tag-key,Values=Name,Instance-Type,CostCenter`
|
16008
16509
|
#
|
16009
|
-
# *
|
16510
|
+
# * **Run Command and Maintenance window targets only**\:
|
16010
16511
|
# `Key=resource-groups:Name,Values=ProductionResourceGroup`
|
16011
16512
|
#
|
16012
16513
|
# This example demonstrates how to target all resources in the
|
16013
16514
|
# resource group **ProductionResourceGroup** in your maintenance
|
16014
16515
|
# window.
|
16015
16516
|
#
|
16016
|
-
# *
|
16517
|
+
# * **Maintenance window targets only**\:
|
16017
16518
|
# `Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC
|
16018
16519
|
# `
|
16019
16520
|
#
|
16020
16521
|
# This example demonstrates how to target only EC2 instances and VPCs
|
16021
16522
|
# in your maintenance window.
|
16022
16523
|
#
|
16023
|
-
# *
|
16524
|
+
# * **Automation targets only**\:
|
16525
|
+
# `Key=ResourceGroup,Values=MyResourceGroup`
|
16526
|
+
#
|
16527
|
+
# * **State Manager association targets only**\:
|
16528
|
+
# `Key=InstanceIds,Values=* `
|
16024
16529
|
#
|
16025
16530
|
# This example demonstrates how to target all managed instances in the
|
16026
16531
|
# AWS Region where the association was created.
|
16027
16532
|
#
|
16028
|
-
# For information about how to send commands that target instances
|
16029
|
-
# `Key,Value` parameters, see [Targeting multiple instances][1] in
|
16030
|
-
# *AWS Systems Manager User Guide*.
|
16533
|
+
# For more information about how to send commands that target instances
|
16534
|
+
# using `Key,Value` parameters, see [Targeting multiple instances][1] in
|
16535
|
+
# the *AWS Systems Manager User Guide*.
|
16031
16536
|
#
|
16032
16537
|
#
|
16033
16538
|
#
|
@@ -16058,6 +16563,7 @@ module Aws::SSM
|
|
16058
16563
|
class Target < Struct.new(
|
16059
16564
|
:key,
|
16060
16565
|
:values)
|
16566
|
+
SENSITIVE = []
|
16061
16567
|
include Aws::Structure
|
16062
16568
|
end
|
16063
16569
|
|
@@ -16072,6 +16578,7 @@ module Aws::SSM
|
|
16072
16578
|
#
|
16073
16579
|
class TargetInUseException < Struct.new(
|
16074
16580
|
:message)
|
16581
|
+
SENSITIVE = []
|
16075
16582
|
include Aws::Structure
|
16076
16583
|
end
|
16077
16584
|
|
@@ -16121,6 +16628,7 @@ module Aws::SSM
|
|
16121
16628
|
:target_location_max_concurrency,
|
16122
16629
|
:target_location_max_errors,
|
16123
16630
|
:execution_role_name)
|
16631
|
+
SENSITIVE = []
|
16124
16632
|
include Aws::Structure
|
16125
16633
|
end
|
16126
16634
|
|
@@ -16140,6 +16648,7 @@ module Aws::SSM
|
|
16140
16648
|
#
|
16141
16649
|
class TargetNotConnected < Struct.new(
|
16142
16650
|
:message)
|
16651
|
+
SENSITIVE = []
|
16143
16652
|
include Aws::Structure
|
16144
16653
|
end
|
16145
16654
|
|
@@ -16158,6 +16667,7 @@ module Aws::SSM
|
|
16158
16667
|
#
|
16159
16668
|
class TerminateSessionRequest < Struct.new(
|
16160
16669
|
:session_id)
|
16670
|
+
SENSITIVE = []
|
16161
16671
|
include Aws::Structure
|
16162
16672
|
end
|
16163
16673
|
|
@@ -16169,6 +16679,7 @@ module Aws::SSM
|
|
16169
16679
|
#
|
16170
16680
|
class TerminateSessionResponse < Struct.new(
|
16171
16681
|
:session_id)
|
16682
|
+
SENSITIVE = []
|
16172
16683
|
include Aws::Structure
|
16173
16684
|
end
|
16174
16685
|
|
@@ -16189,6 +16700,7 @@ module Aws::SSM
|
|
16189
16700
|
#
|
16190
16701
|
class TooManyUpdates < Struct.new(
|
16191
16702
|
:message)
|
16703
|
+
SENSITIVE = []
|
16192
16704
|
include Aws::Structure
|
16193
16705
|
end
|
16194
16706
|
|
@@ -16202,6 +16714,7 @@ module Aws::SSM
|
|
16202
16714
|
#
|
16203
16715
|
class TotalSizeLimitExceededException < Struct.new(
|
16204
16716
|
:message)
|
16717
|
+
SENSITIVE = []
|
16205
16718
|
include Aws::Structure
|
16206
16719
|
end
|
16207
16720
|
|
@@ -16215,6 +16728,7 @@ module Aws::SSM
|
|
16215
16728
|
#
|
16216
16729
|
class UnsupportedCalendarException < Struct.new(
|
16217
16730
|
:message)
|
16731
|
+
SENSITIVE = []
|
16218
16732
|
include Aws::Structure
|
16219
16733
|
end
|
16220
16734
|
|
@@ -16235,6 +16749,7 @@ module Aws::SSM
|
|
16235
16749
|
#
|
16236
16750
|
class UnsupportedFeatureRequiredException < Struct.new(
|
16237
16751
|
:message)
|
16752
|
+
SENSITIVE = []
|
16238
16753
|
include Aws::Structure
|
16239
16754
|
end
|
16240
16755
|
|
@@ -16253,6 +16768,7 @@ module Aws::SSM
|
|
16253
16768
|
class UnsupportedInventoryItemContextException < Struct.new(
|
16254
16769
|
:type_name,
|
16255
16770
|
:message)
|
16771
|
+
SENSITIVE = []
|
16256
16772
|
include Aws::Structure
|
16257
16773
|
end
|
16258
16774
|
|
@@ -16267,6 +16783,7 @@ module Aws::SSM
|
|
16267
16783
|
#
|
16268
16784
|
class UnsupportedInventorySchemaVersionException < Struct.new(
|
16269
16785
|
:message)
|
16786
|
+
SENSITIVE = []
|
16270
16787
|
include Aws::Structure
|
16271
16788
|
end
|
16272
16789
|
|
@@ -16281,6 +16798,7 @@ module Aws::SSM
|
|
16281
16798
|
#
|
16282
16799
|
class UnsupportedOperatingSystem < Struct.new(
|
16283
16800
|
:message)
|
16801
|
+
SENSITIVE = []
|
16284
16802
|
include Aws::Structure
|
16285
16803
|
end
|
16286
16804
|
|
@@ -16293,6 +16811,7 @@ module Aws::SSM
|
|
16293
16811
|
#
|
16294
16812
|
class UnsupportedParameterType < Struct.new(
|
16295
16813
|
:message)
|
16814
|
+
SENSITIVE = []
|
16296
16815
|
include Aws::Structure
|
16297
16816
|
end
|
16298
16817
|
|
@@ -16307,6 +16826,7 @@ module Aws::SSM
|
|
16307
16826
|
#
|
16308
16827
|
class UnsupportedPlatformType < Struct.new(
|
16309
16828
|
:message)
|
16829
|
+
SENSITIVE = []
|
16310
16830
|
include Aws::Structure
|
16311
16831
|
end
|
16312
16832
|
|
@@ -16494,6 +17014,7 @@ module Aws::SSM
|
|
16494
17014
|
:compliance_severity,
|
16495
17015
|
:sync_compliance,
|
16496
17016
|
:apply_only_at_cron_interval)
|
17017
|
+
SENSITIVE = []
|
16497
17018
|
include Aws::Structure
|
16498
17019
|
end
|
16499
17020
|
|
@@ -16505,6 +17026,7 @@ module Aws::SSM
|
|
16505
17026
|
#
|
16506
17027
|
class UpdateAssociationResult < Struct.new(
|
16507
17028
|
:association_description)
|
17029
|
+
SENSITIVE = []
|
16508
17030
|
include Aws::Structure
|
16509
17031
|
end
|
16510
17032
|
|
@@ -16540,6 +17062,7 @@ module Aws::SSM
|
|
16540
17062
|
:name,
|
16541
17063
|
:instance_id,
|
16542
17064
|
:association_status)
|
17065
|
+
SENSITIVE = []
|
16543
17066
|
include Aws::Structure
|
16544
17067
|
end
|
16545
17068
|
|
@@ -16551,6 +17074,7 @@ module Aws::SSM
|
|
16551
17074
|
#
|
16552
17075
|
class UpdateAssociationStatusResult < Struct.new(
|
16553
17076
|
:association_description)
|
17077
|
+
SENSITIVE = []
|
16554
17078
|
include Aws::Structure
|
16555
17079
|
end
|
16556
17080
|
|
@@ -16577,6 +17101,7 @@ module Aws::SSM
|
|
16577
17101
|
class UpdateDocumentDefaultVersionRequest < Struct.new(
|
16578
17102
|
:name,
|
16579
17103
|
:document_version)
|
17104
|
+
SENSITIVE = []
|
16580
17105
|
include Aws::Structure
|
16581
17106
|
end
|
16582
17107
|
|
@@ -16589,6 +17114,7 @@ module Aws::SSM
|
|
16589
17114
|
#
|
16590
17115
|
class UpdateDocumentDefaultVersionResult < Struct.new(
|
16591
17116
|
:description)
|
17117
|
+
SENSITIVE = []
|
16592
17118
|
include Aws::Structure
|
16593
17119
|
end
|
16594
17120
|
|
@@ -16658,6 +17184,7 @@ module Aws::SSM
|
|
16658
17184
|
:document_version,
|
16659
17185
|
:document_format,
|
16660
17186
|
:target_type)
|
17187
|
+
SENSITIVE = []
|
16661
17188
|
include Aws::Structure
|
16662
17189
|
end
|
16663
17190
|
|
@@ -16669,6 +17196,7 @@ module Aws::SSM
|
|
16669
17196
|
#
|
16670
17197
|
class UpdateDocumentResult < Struct.new(
|
16671
17198
|
:document_description)
|
17199
|
+
SENSITIVE = []
|
16672
17200
|
include Aws::Structure
|
16673
17201
|
end
|
16674
17202
|
|
@@ -16792,6 +17320,7 @@ module Aws::SSM
|
|
16792
17320
|
:allow_unassociated_targets,
|
16793
17321
|
:enabled,
|
16794
17322
|
:replace)
|
17323
|
+
SENSITIVE = [:description]
|
16795
17324
|
include Aws::Structure
|
16796
17325
|
end
|
16797
17326
|
|
@@ -16874,6 +17403,7 @@ module Aws::SSM
|
|
16874
17403
|
:cutoff,
|
16875
17404
|
:allow_unassociated_targets,
|
16876
17405
|
:enabled)
|
17406
|
+
SENSITIVE = [:description]
|
16877
17407
|
include Aws::Structure
|
16878
17408
|
end
|
16879
17409
|
|
@@ -16938,6 +17468,7 @@ module Aws::SSM
|
|
16938
17468
|
:name,
|
16939
17469
|
:description,
|
16940
17470
|
:replace)
|
17471
|
+
SENSITIVE = [:owner_information, :description]
|
16941
17472
|
include Aws::Structure
|
16942
17473
|
end
|
16943
17474
|
|
@@ -16974,6 +17505,7 @@ module Aws::SSM
|
|
16974
17505
|
:owner_information,
|
16975
17506
|
:name,
|
16976
17507
|
:description)
|
17508
|
+
SENSITIVE = [:owner_information, :description]
|
16977
17509
|
include Aws::Structure
|
16978
17510
|
end
|
16979
17511
|
|
@@ -17175,6 +17707,7 @@ module Aws::SSM
|
|
17175
17707
|
:name,
|
17176
17708
|
:description,
|
17177
17709
|
:replace)
|
17710
|
+
SENSITIVE = [:task_parameters, :description]
|
17178
17711
|
include Aws::Structure
|
17179
17712
|
end
|
17180
17713
|
|
@@ -17265,6 +17798,7 @@ module Aws::SSM
|
|
17265
17798
|
:logging_info,
|
17266
17799
|
:name,
|
17267
17800
|
:description)
|
17801
|
+
SENSITIVE = [:task_parameters, :description]
|
17268
17802
|
include Aws::Structure
|
17269
17803
|
end
|
17270
17804
|
|
@@ -17289,6 +17823,7 @@ module Aws::SSM
|
|
17289
17823
|
class UpdateManagedInstanceRoleRequest < Struct.new(
|
17290
17824
|
:instance_id,
|
17291
17825
|
:iam_role)
|
17826
|
+
SENSITIVE = []
|
17292
17827
|
include Aws::Structure
|
17293
17828
|
end
|
17294
17829
|
|
@@ -17427,6 +17962,7 @@ module Aws::SSM
|
|
17427
17962
|
:title,
|
17428
17963
|
:category,
|
17429
17964
|
:severity)
|
17965
|
+
SENSITIVE = []
|
17430
17966
|
include Aws::Structure
|
17431
17967
|
end
|
17432
17968
|
|
@@ -17583,6 +18119,7 @@ module Aws::SSM
|
|
17583
18119
|
:description,
|
17584
18120
|
:sources,
|
17585
18121
|
:replace)
|
18122
|
+
SENSITIVE = []
|
17586
18123
|
include Aws::Structure
|
17587
18124
|
end
|
17588
18125
|
|
@@ -17667,6 +18204,7 @@ module Aws::SSM
|
|
17667
18204
|
:modified_date,
|
17668
18205
|
:description,
|
17669
18206
|
:sources)
|
18207
|
+
SENSITIVE = []
|
17670
18208
|
include Aws::Structure
|
17671
18209
|
end
|
17672
18210
|
|
@@ -17710,6 +18248,7 @@ module Aws::SSM
|
|
17710
18248
|
:sync_name,
|
17711
18249
|
:sync_type,
|
17712
18250
|
:sync_source)
|
18251
|
+
SENSITIVE = []
|
17713
18252
|
include Aws::Structure
|
17714
18253
|
end
|
17715
18254
|
|
@@ -17761,6 +18300,7 @@ module Aws::SSM
|
|
17761
18300
|
class UpdateServiceSettingRequest < Struct.new(
|
17762
18301
|
:setting_id,
|
17763
18302
|
:setting_value)
|
18303
|
+
SENSITIVE = []
|
17764
18304
|
include Aws::Structure
|
17765
18305
|
end
|
17766
18306
|
|