aws-sdk-ssm 1.162.0 → 1.164.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs ADDED
@@ -0,0 +1,3018 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module SSM
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> instance
73
+ | (?Hash[Symbol, untyped]) -> instance
74
+
75
+
76
+ interface _AddTagsToResourceResponseSuccess
77
+ include ::Seahorse::Client::_ResponseSuccess[Types::AddTagsToResourceResult]
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#add_tags_to_resource-instance_method
80
+ def add_tags_to_resource: (
81
+ resource_type: ("Document" | "ManagedInstance" | "MaintenanceWindow" | "Parameter" | "PatchBaseline" | "OpsItem" | "OpsMetadata" | "Automation" | "Association"),
82
+ resource_id: ::String,
83
+ tags: Array[
84
+ {
85
+ key: ::String,
86
+ value: ::String
87
+ },
88
+ ]
89
+ ) -> _AddTagsToResourceResponseSuccess
90
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddTagsToResourceResponseSuccess
91
+
92
+ interface _AssociateOpsItemRelatedItemResponseSuccess
93
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateOpsItemRelatedItemResponse]
94
+ def association_id: () -> ::String
95
+ end
96
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#associate_ops_item_related_item-instance_method
97
+ def associate_ops_item_related_item: (
98
+ ops_item_id: ::String,
99
+ association_type: ::String,
100
+ resource_type: ::String,
101
+ resource_uri: ::String
102
+ ) -> _AssociateOpsItemRelatedItemResponseSuccess
103
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateOpsItemRelatedItemResponseSuccess
104
+
105
+ interface _CancelCommandResponseSuccess
106
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelCommandResult]
107
+ end
108
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#cancel_command-instance_method
109
+ def cancel_command: (
110
+ command_id: ::String,
111
+ ?instance_ids: Array[::String]
112
+ ) -> _CancelCommandResponseSuccess
113
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelCommandResponseSuccess
114
+
115
+ interface _CancelMaintenanceWindowExecutionResponseSuccess
116
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelMaintenanceWindowExecutionResult]
117
+ def window_execution_id: () -> ::String
118
+ end
119
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#cancel_maintenance_window_execution-instance_method
120
+ def cancel_maintenance_window_execution: (
121
+ window_execution_id: ::String
122
+ ) -> _CancelMaintenanceWindowExecutionResponseSuccess
123
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelMaintenanceWindowExecutionResponseSuccess
124
+
125
+ interface _CreateActivationResponseSuccess
126
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateActivationResult]
127
+ def activation_id: () -> ::String
128
+ def activation_code: () -> ::String
129
+ end
130
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#create_activation-instance_method
131
+ def create_activation: (
132
+ ?description: ::String,
133
+ ?default_instance_name: ::String,
134
+ iam_role: ::String,
135
+ ?registration_limit: ::Integer,
136
+ ?expiration_date: ::Time,
137
+ ?tags: Array[
138
+ {
139
+ key: ::String,
140
+ value: ::String
141
+ },
142
+ ],
143
+ ?registration_metadata: Array[
144
+ {
145
+ key: ::String,
146
+ value: ::String
147
+ },
148
+ ]
149
+ ) -> _CreateActivationResponseSuccess
150
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateActivationResponseSuccess
151
+
152
+ interface _CreateAssociationResponseSuccess
153
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAssociationResult]
154
+ def association_description: () -> Types::AssociationDescription
155
+ end
156
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#create_association-instance_method
157
+ def create_association: (
158
+ name: ::String,
159
+ ?document_version: ::String,
160
+ ?instance_id: ::String,
161
+ ?parameters: Hash[::String, Array[::String]],
162
+ ?targets: Array[
163
+ {
164
+ key: ::String?,
165
+ values: Array[::String]?
166
+ },
167
+ ],
168
+ ?schedule_expression: ::String,
169
+ ?output_location: {
170
+ s3_location: {
171
+ output_s3_region: ::String?,
172
+ output_s3_bucket_name: ::String?,
173
+ output_s3_key_prefix: ::String?
174
+ }?
175
+ },
176
+ ?association_name: ::String,
177
+ ?automation_target_parameter_name: ::String,
178
+ ?max_errors: ::String,
179
+ ?max_concurrency: ::String,
180
+ ?compliance_severity: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "UNSPECIFIED"),
181
+ ?sync_compliance: ("AUTO" | "MANUAL"),
182
+ ?apply_only_at_cron_interval: bool,
183
+ ?calendar_names: Array[::String],
184
+ ?target_locations: Array[
185
+ {
186
+ accounts: Array[::String]?,
187
+ regions: Array[::String]?,
188
+ target_location_max_concurrency: ::String?,
189
+ target_location_max_errors: ::String?,
190
+ execution_role_name: ::String?,
191
+ target_location_alarm_configuration: {
192
+ ignore_poll_alarm_failure: bool?,
193
+ alarms: Array[
194
+ {
195
+ name: ::String
196
+ },
197
+ ]
198
+ }?
199
+ },
200
+ ],
201
+ ?schedule_offset: ::Integer,
202
+ ?duration: ::Integer,
203
+ ?target_maps: Array[
204
+ Hash[::String, Array[::String]],
205
+ ],
206
+ ?tags: Array[
207
+ {
208
+ key: ::String,
209
+ value: ::String
210
+ },
211
+ ],
212
+ ?alarm_configuration: {
213
+ ignore_poll_alarm_failure: bool?,
214
+ alarms: Array[
215
+ {
216
+ name: ::String
217
+ },
218
+ ]
219
+ }
220
+ ) -> _CreateAssociationResponseSuccess
221
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAssociationResponseSuccess
222
+
223
+ interface _CreateAssociationBatchResponseSuccess
224
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAssociationBatchResult]
225
+ def successful: () -> ::Array[Types::AssociationDescription]
226
+ def failed: () -> ::Array[Types::FailedCreateAssociation]
227
+ end
228
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#create_association_batch-instance_method
229
+ def create_association_batch: (
230
+ entries: Array[
231
+ {
232
+ name: ::String,
233
+ instance_id: ::String?,
234
+ parameters: Hash[::String, Array[::String]]?,
235
+ automation_target_parameter_name: ::String?,
236
+ document_version: ::String?,
237
+ targets: Array[
238
+ {
239
+ key: ::String?,
240
+ values: Array[::String]?
241
+ },
242
+ ]?,
243
+ schedule_expression: ::String?,
244
+ output_location: {
245
+ s3_location: {
246
+ output_s3_region: ::String?,
247
+ output_s3_bucket_name: ::String?,
248
+ output_s3_key_prefix: ::String?
249
+ }?
250
+ }?,
251
+ association_name: ::String?,
252
+ max_errors: ::String?,
253
+ max_concurrency: ::String?,
254
+ compliance_severity: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "UNSPECIFIED")?,
255
+ sync_compliance: ("AUTO" | "MANUAL")?,
256
+ apply_only_at_cron_interval: bool?,
257
+ calendar_names: Array[::String]?,
258
+ target_locations: Array[
259
+ {
260
+ accounts: Array[::String]?,
261
+ regions: Array[::String]?,
262
+ target_location_max_concurrency: ::String?,
263
+ target_location_max_errors: ::String?,
264
+ execution_role_name: ::String?,
265
+ target_location_alarm_configuration: {
266
+ ignore_poll_alarm_failure: bool?,
267
+ alarms: Array[
268
+ {
269
+ name: ::String
270
+ },
271
+ ]
272
+ }?
273
+ },
274
+ ]?,
275
+ schedule_offset: ::Integer?,
276
+ duration: ::Integer?,
277
+ target_maps: Array[
278
+ Hash[::String, Array[::String]],
279
+ ]?,
280
+ alarm_configuration: {
281
+ ignore_poll_alarm_failure: bool?,
282
+ alarms: Array[
283
+ {
284
+ name: ::String
285
+ },
286
+ ]
287
+ }?
288
+ },
289
+ ]
290
+ ) -> _CreateAssociationBatchResponseSuccess
291
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAssociationBatchResponseSuccess
292
+
293
+ interface _CreateDocumentResponseSuccess
294
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDocumentResult]
295
+ def document_description: () -> Types::DocumentDescription
296
+ end
297
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#create_document-instance_method
298
+ def create_document: (
299
+ content: ::String,
300
+ ?requires: Array[
301
+ {
302
+ name: ::String,
303
+ version: ::String?,
304
+ require_type: ::String?,
305
+ version_name: ::String?
306
+ },
307
+ ],
308
+ ?attachments: Array[
309
+ {
310
+ key: ("SourceUrl" | "S3FileUrl" | "AttachmentReference")?,
311
+ values: Array[::String]?,
312
+ name: ::String?
313
+ },
314
+ ],
315
+ name: ::String,
316
+ ?display_name: ::String,
317
+ ?version_name: ::String,
318
+ ?document_type: ("Command" | "Policy" | "Automation" | "Session" | "Package" | "ApplicationConfiguration" | "ApplicationConfigurationSchema" | "DeploymentStrategy" | "ChangeCalendar" | "Automation.ChangeTemplate" | "ProblemAnalysis" | "ProblemAnalysisTemplate" | "CloudFormation" | "ConformancePackTemplate" | "QuickSetup"),
319
+ ?document_format: ("YAML" | "JSON" | "TEXT"),
320
+ ?target_type: ::String,
321
+ ?tags: Array[
322
+ {
323
+ key: ::String,
324
+ value: ::String
325
+ },
326
+ ]
327
+ ) -> _CreateDocumentResponseSuccess
328
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDocumentResponseSuccess
329
+
330
+ interface _CreateMaintenanceWindowResponseSuccess
331
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMaintenanceWindowResult]
332
+ def window_id: () -> ::String
333
+ end
334
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#create_maintenance_window-instance_method
335
+ def create_maintenance_window: (
336
+ name: ::String,
337
+ ?description: ::String,
338
+ ?start_date: ::String,
339
+ ?end_date: ::String,
340
+ schedule: ::String,
341
+ ?schedule_timezone: ::String,
342
+ ?schedule_offset: ::Integer,
343
+ duration: ::Integer,
344
+ cutoff: ::Integer,
345
+ allow_unassociated_targets: bool,
346
+ ?client_token: ::String,
347
+ ?tags: Array[
348
+ {
349
+ key: ::String,
350
+ value: ::String
351
+ },
352
+ ]
353
+ ) -> _CreateMaintenanceWindowResponseSuccess
354
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMaintenanceWindowResponseSuccess
355
+
356
+ interface _CreateOpsItemResponseSuccess
357
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateOpsItemResponse]
358
+ def ops_item_id: () -> ::String
359
+ def ops_item_arn: () -> ::String
360
+ end
361
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#create_ops_item-instance_method
362
+ def create_ops_item: (
363
+ description: ::String,
364
+ ?ops_item_type: ::String,
365
+ ?operational_data: Hash[::String, {
366
+ value: ::String?,
367
+ type: ("SearchableString" | "String")?
368
+ }],
369
+ ?notifications: Array[
370
+ {
371
+ arn: ::String?
372
+ },
373
+ ],
374
+ ?priority: ::Integer,
375
+ ?related_ops_items: Array[
376
+ {
377
+ ops_item_id: ::String
378
+ },
379
+ ],
380
+ source: ::String,
381
+ title: ::String,
382
+ ?tags: Array[
383
+ {
384
+ key: ::String,
385
+ value: ::String
386
+ },
387
+ ],
388
+ ?category: ::String,
389
+ ?severity: ::String,
390
+ ?actual_start_time: ::Time,
391
+ ?actual_end_time: ::Time,
392
+ ?planned_start_time: ::Time,
393
+ ?planned_end_time: ::Time,
394
+ ?account_id: ::String
395
+ ) -> _CreateOpsItemResponseSuccess
396
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOpsItemResponseSuccess
397
+
398
+ interface _CreateOpsMetadataResponseSuccess
399
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateOpsMetadataResult]
400
+ def ops_metadata_arn: () -> ::String
401
+ end
402
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#create_ops_metadata-instance_method
403
+ def create_ops_metadata: (
404
+ resource_id: ::String,
405
+ ?metadata: Hash[::String, {
406
+ value: ::String?
407
+ }],
408
+ ?tags: Array[
409
+ {
410
+ key: ::String,
411
+ value: ::String
412
+ },
413
+ ]
414
+ ) -> _CreateOpsMetadataResponseSuccess
415
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOpsMetadataResponseSuccess
416
+
417
+ interface _CreatePatchBaselineResponseSuccess
418
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreatePatchBaselineResult]
419
+ def baseline_id: () -> ::String
420
+ end
421
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#create_patch_baseline-instance_method
422
+ def create_patch_baseline: (
423
+ ?operating_system: ("WINDOWS" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "AMAZON_LINUX_2022" | "UBUNTU" | "REDHAT_ENTERPRISE_LINUX" | "SUSE" | "CENTOS" | "ORACLE_LINUX" | "DEBIAN" | "MACOS" | "RASPBIAN" | "ROCKY_LINUX" | "ALMA_LINUX" | "AMAZON_LINUX_2023"),
424
+ name: ::String,
425
+ ?global_filters: {
426
+ patch_filters: Array[
427
+ {
428
+ key: ("ARCH" | "ADVISORY_ID" | "BUGZILLA_ID" | "PATCH_SET" | "PRODUCT" | "PRODUCT_FAMILY" | "CLASSIFICATION" | "CVE_ID" | "EPOCH" | "MSRC_SEVERITY" | "NAME" | "PATCH_ID" | "SECTION" | "PRIORITY" | "REPOSITORY" | "RELEASE" | "SEVERITY" | "SECURITY" | "VERSION"),
429
+ values: Array[::String]
430
+ },
431
+ ]
432
+ },
433
+ ?approval_rules: {
434
+ patch_rules: Array[
435
+ {
436
+ patch_filter_group: {
437
+ patch_filters: Array[
438
+ {
439
+ key: ("ARCH" | "ADVISORY_ID" | "BUGZILLA_ID" | "PATCH_SET" | "PRODUCT" | "PRODUCT_FAMILY" | "CLASSIFICATION" | "CVE_ID" | "EPOCH" | "MSRC_SEVERITY" | "NAME" | "PATCH_ID" | "SECTION" | "PRIORITY" | "REPOSITORY" | "RELEASE" | "SEVERITY" | "SECURITY" | "VERSION"),
440
+ values: Array[::String]
441
+ },
442
+ ]
443
+ },
444
+ compliance_level: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "INFORMATIONAL" | "UNSPECIFIED")?,
445
+ approve_after_days: ::Integer?,
446
+ approve_until_date: ::String?,
447
+ enable_non_security: bool?
448
+ },
449
+ ]
450
+ },
451
+ ?approved_patches: Array[::String],
452
+ ?approved_patches_compliance_level: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "INFORMATIONAL" | "UNSPECIFIED"),
453
+ ?approved_patches_enable_non_security: bool,
454
+ ?rejected_patches: Array[::String],
455
+ ?rejected_patches_action: ("ALLOW_AS_DEPENDENCY" | "BLOCK"),
456
+ ?description: ::String,
457
+ ?sources: Array[
458
+ {
459
+ name: ::String,
460
+ products: Array[::String],
461
+ configuration: ::String
462
+ },
463
+ ],
464
+ ?client_token: ::String,
465
+ ?tags: Array[
466
+ {
467
+ key: ::String,
468
+ value: ::String
469
+ },
470
+ ]
471
+ ) -> _CreatePatchBaselineResponseSuccess
472
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePatchBaselineResponseSuccess
473
+
474
+ interface _CreateResourceDataSyncResponseSuccess
475
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateResourceDataSyncResult]
476
+ end
477
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#create_resource_data_sync-instance_method
478
+ def create_resource_data_sync: (
479
+ sync_name: ::String,
480
+ ?s3_destination: {
481
+ bucket_name: ::String,
482
+ prefix: ::String?,
483
+ sync_format: ("JsonSerDe"),
484
+ region: ::String,
485
+ awskms_key_arn: ::String?,
486
+ destination_data_sharing: {
487
+ destination_data_sharing_type: ::String?
488
+ }?
489
+ },
490
+ ?sync_type: ::String,
491
+ ?sync_source: {
492
+ source_type: ::String,
493
+ aws_organizations_source: {
494
+ organization_source_type: ::String,
495
+ organizational_units: Array[
496
+ {
497
+ organizational_unit_id: ::String?
498
+ },
499
+ ]?
500
+ }?,
501
+ source_regions: Array[::String],
502
+ include_future_regions: bool?,
503
+ enable_all_ops_data_sources: bool?
504
+ }
505
+ ) -> _CreateResourceDataSyncResponseSuccess
506
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResourceDataSyncResponseSuccess
507
+
508
+ interface _DeleteActivationResponseSuccess
509
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteActivationResult]
510
+ end
511
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#delete_activation-instance_method
512
+ def delete_activation: (
513
+ activation_id: ::String
514
+ ) -> _DeleteActivationResponseSuccess
515
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteActivationResponseSuccess
516
+
517
+ interface _DeleteAssociationResponseSuccess
518
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAssociationResult]
519
+ end
520
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#delete_association-instance_method
521
+ def delete_association: (
522
+ ?name: ::String,
523
+ ?instance_id: ::String,
524
+ ?association_id: ::String
525
+ ) -> _DeleteAssociationResponseSuccess
526
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAssociationResponseSuccess
527
+
528
+ interface _DeleteDocumentResponseSuccess
529
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDocumentResult]
530
+ end
531
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#delete_document-instance_method
532
+ def delete_document: (
533
+ name: ::String,
534
+ ?document_version: ::String,
535
+ ?version_name: ::String,
536
+ ?force: bool
537
+ ) -> _DeleteDocumentResponseSuccess
538
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDocumentResponseSuccess
539
+
540
+ interface _DeleteInventoryResponseSuccess
541
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteInventoryResult]
542
+ def deletion_id: () -> ::String
543
+ def type_name: () -> ::String
544
+ def deletion_summary: () -> Types::InventoryDeletionSummary
545
+ end
546
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#delete_inventory-instance_method
547
+ def delete_inventory: (
548
+ type_name: ::String,
549
+ ?schema_delete_option: ("DisableSchema" | "DeleteSchema"),
550
+ ?dry_run: bool,
551
+ ?client_token: ::String
552
+ ) -> _DeleteInventoryResponseSuccess
553
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteInventoryResponseSuccess
554
+
555
+ interface _DeleteMaintenanceWindowResponseSuccess
556
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteMaintenanceWindowResult]
557
+ def window_id: () -> ::String
558
+ end
559
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#delete_maintenance_window-instance_method
560
+ def delete_maintenance_window: (
561
+ window_id: ::String
562
+ ) -> _DeleteMaintenanceWindowResponseSuccess
563
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteMaintenanceWindowResponseSuccess
564
+
565
+ interface _DeleteOpsItemResponseSuccess
566
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteOpsItemResponse]
567
+ end
568
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#delete_ops_item-instance_method
569
+ def delete_ops_item: (
570
+ ops_item_id: ::String
571
+ ) -> _DeleteOpsItemResponseSuccess
572
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteOpsItemResponseSuccess
573
+
574
+ interface _DeleteOpsMetadataResponseSuccess
575
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteOpsMetadataResult]
576
+ end
577
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#delete_ops_metadata-instance_method
578
+ def delete_ops_metadata: (
579
+ ops_metadata_arn: ::String
580
+ ) -> _DeleteOpsMetadataResponseSuccess
581
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteOpsMetadataResponseSuccess
582
+
583
+ interface _DeleteParameterResponseSuccess
584
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteParameterResult]
585
+ end
586
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#delete_parameter-instance_method
587
+ def delete_parameter: (
588
+ name: ::String
589
+ ) -> _DeleteParameterResponseSuccess
590
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteParameterResponseSuccess
591
+
592
+ interface _DeleteParametersResponseSuccess
593
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteParametersResult]
594
+ def deleted_parameters: () -> ::Array[::String]
595
+ def invalid_parameters: () -> ::Array[::String]
596
+ end
597
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#delete_parameters-instance_method
598
+ def delete_parameters: (
599
+ names: Array[::String]
600
+ ) -> _DeleteParametersResponseSuccess
601
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteParametersResponseSuccess
602
+
603
+ interface _DeletePatchBaselineResponseSuccess
604
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeletePatchBaselineResult]
605
+ def baseline_id: () -> ::String
606
+ end
607
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#delete_patch_baseline-instance_method
608
+ def delete_patch_baseline: (
609
+ baseline_id: ::String
610
+ ) -> _DeletePatchBaselineResponseSuccess
611
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePatchBaselineResponseSuccess
612
+
613
+ interface _DeleteResourceDataSyncResponseSuccess
614
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteResourceDataSyncResult]
615
+ end
616
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#delete_resource_data_sync-instance_method
617
+ def delete_resource_data_sync: (
618
+ sync_name: ::String,
619
+ ?sync_type: ::String
620
+ ) -> _DeleteResourceDataSyncResponseSuccess
621
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteResourceDataSyncResponseSuccess
622
+
623
+ interface _DeleteResourcePolicyResponseSuccess
624
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteResourcePolicyResponse]
625
+ end
626
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#delete_resource_policy-instance_method
627
+ def delete_resource_policy: (
628
+ resource_arn: ::String,
629
+ policy_id: ::String,
630
+ policy_hash: ::String
631
+ ) -> _DeleteResourcePolicyResponseSuccess
632
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteResourcePolicyResponseSuccess
633
+
634
+ interface _DeregisterManagedInstanceResponseSuccess
635
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterManagedInstanceResult]
636
+ end
637
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#deregister_managed_instance-instance_method
638
+ def deregister_managed_instance: (
639
+ instance_id: ::String
640
+ ) -> _DeregisterManagedInstanceResponseSuccess
641
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterManagedInstanceResponseSuccess
642
+
643
+ interface _DeregisterPatchBaselineForPatchGroupResponseSuccess
644
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterPatchBaselineForPatchGroupResult]
645
+ def baseline_id: () -> ::String
646
+ def patch_group: () -> ::String
647
+ end
648
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#deregister_patch_baseline_for_patch_group-instance_method
649
+ def deregister_patch_baseline_for_patch_group: (
650
+ baseline_id: ::String,
651
+ patch_group: ::String
652
+ ) -> _DeregisterPatchBaselineForPatchGroupResponseSuccess
653
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterPatchBaselineForPatchGroupResponseSuccess
654
+
655
+ interface _DeregisterTargetFromMaintenanceWindowResponseSuccess
656
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterTargetFromMaintenanceWindowResult]
657
+ def window_id: () -> ::String
658
+ def window_target_id: () -> ::String
659
+ end
660
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#deregister_target_from_maintenance_window-instance_method
661
+ def deregister_target_from_maintenance_window: (
662
+ window_id: ::String,
663
+ window_target_id: ::String,
664
+ ?safe: bool
665
+ ) -> _DeregisterTargetFromMaintenanceWindowResponseSuccess
666
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterTargetFromMaintenanceWindowResponseSuccess
667
+
668
+ interface _DeregisterTaskFromMaintenanceWindowResponseSuccess
669
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterTaskFromMaintenanceWindowResult]
670
+ def window_id: () -> ::String
671
+ def window_task_id: () -> ::String
672
+ end
673
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#deregister_task_from_maintenance_window-instance_method
674
+ def deregister_task_from_maintenance_window: (
675
+ window_id: ::String,
676
+ window_task_id: ::String
677
+ ) -> _DeregisterTaskFromMaintenanceWindowResponseSuccess
678
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterTaskFromMaintenanceWindowResponseSuccess
679
+
680
+ interface _DescribeActivationsResponseSuccess
681
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeActivationsResult]
682
+ def activation_list: () -> ::Array[Types::Activation]
683
+ def next_token: () -> ::String
684
+ end
685
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_activations-instance_method
686
+ def describe_activations: (
687
+ ?filters: Array[
688
+ {
689
+ filter_key: ("ActivationIds" | "DefaultInstanceName" | "IamRole")?,
690
+ filter_values: Array[::String]?
691
+ },
692
+ ],
693
+ ?max_results: ::Integer,
694
+ ?next_token: ::String
695
+ ) -> _DescribeActivationsResponseSuccess
696
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeActivationsResponseSuccess
697
+
698
+ interface _DescribeAssociationResponseSuccess
699
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAssociationResult]
700
+ def association_description: () -> Types::AssociationDescription
701
+ end
702
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_association-instance_method
703
+ def describe_association: (
704
+ ?name: ::String,
705
+ ?instance_id: ::String,
706
+ ?association_id: ::String,
707
+ ?association_version: ::String
708
+ ) -> _DescribeAssociationResponseSuccess
709
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAssociationResponseSuccess
710
+
711
+ interface _DescribeAssociationExecutionTargetsResponseSuccess
712
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAssociationExecutionTargetsResult]
713
+ def association_execution_targets: () -> ::Array[Types::AssociationExecutionTarget]
714
+ def next_token: () -> ::String
715
+ end
716
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_association_execution_targets-instance_method
717
+ def describe_association_execution_targets: (
718
+ association_id: ::String,
719
+ execution_id: ::String,
720
+ ?filters: Array[
721
+ {
722
+ key: ("Status" | "ResourceId" | "ResourceType"),
723
+ value: ::String
724
+ },
725
+ ],
726
+ ?max_results: ::Integer,
727
+ ?next_token: ::String
728
+ ) -> _DescribeAssociationExecutionTargetsResponseSuccess
729
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAssociationExecutionTargetsResponseSuccess
730
+
731
+ interface _DescribeAssociationExecutionsResponseSuccess
732
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAssociationExecutionsResult]
733
+ def association_executions: () -> ::Array[Types::AssociationExecution]
734
+ def next_token: () -> ::String
735
+ end
736
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_association_executions-instance_method
737
+ def describe_association_executions: (
738
+ association_id: ::String,
739
+ ?filters: Array[
740
+ {
741
+ key: ("ExecutionId" | "Status" | "CreatedTime"),
742
+ value: ::String,
743
+ type: ("EQUAL" | "LESS_THAN" | "GREATER_THAN")
744
+ },
745
+ ],
746
+ ?max_results: ::Integer,
747
+ ?next_token: ::String
748
+ ) -> _DescribeAssociationExecutionsResponseSuccess
749
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAssociationExecutionsResponseSuccess
750
+
751
+ interface _DescribeAutomationExecutionsResponseSuccess
752
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAutomationExecutionsResult]
753
+ def automation_execution_metadata_list: () -> ::Array[Types::AutomationExecutionMetadata]
754
+ def next_token: () -> ::String
755
+ end
756
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_automation_executions-instance_method
757
+ def describe_automation_executions: (
758
+ ?filters: Array[
759
+ {
760
+ key: ("DocumentNamePrefix" | "ExecutionStatus" | "ExecutionId" | "ParentExecutionId" | "CurrentAction" | "StartTimeBefore" | "StartTimeAfter" | "AutomationType" | "TagKey" | "TargetResourceGroup" | "AutomationSubtype" | "OpsItemId"),
761
+ values: Array[::String]
762
+ },
763
+ ],
764
+ ?max_results: ::Integer,
765
+ ?next_token: ::String
766
+ ) -> _DescribeAutomationExecutionsResponseSuccess
767
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAutomationExecutionsResponseSuccess
768
+
769
+ interface _DescribeAutomationStepExecutionsResponseSuccess
770
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAutomationStepExecutionsResult]
771
+ def step_executions: () -> ::Array[Types::StepExecution]
772
+ def next_token: () -> ::String
773
+ end
774
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_automation_step_executions-instance_method
775
+ def describe_automation_step_executions: (
776
+ automation_execution_id: ::String,
777
+ ?filters: Array[
778
+ {
779
+ key: ("StartTimeBefore" | "StartTimeAfter" | "StepExecutionStatus" | "StepExecutionId" | "StepName" | "Action" | "ParentStepExecutionId" | "ParentStepIteration" | "ParentStepIteratorValue"),
780
+ values: Array[::String]
781
+ },
782
+ ],
783
+ ?next_token: ::String,
784
+ ?max_results: ::Integer,
785
+ ?reverse_order: bool
786
+ ) -> _DescribeAutomationStepExecutionsResponseSuccess
787
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAutomationStepExecutionsResponseSuccess
788
+
789
+ interface _DescribeAvailablePatchesResponseSuccess
790
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAvailablePatchesResult]
791
+ def patches: () -> ::Array[Types::Patch]
792
+ def next_token: () -> ::String
793
+ end
794
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_available_patches-instance_method
795
+ def describe_available_patches: (
796
+ ?filters: Array[
797
+ {
798
+ key: ::String?,
799
+ values: Array[::String]?
800
+ },
801
+ ],
802
+ ?max_results: ::Integer,
803
+ ?next_token: ::String
804
+ ) -> _DescribeAvailablePatchesResponseSuccess
805
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAvailablePatchesResponseSuccess
806
+
807
+ interface _DescribeDocumentResponseSuccess
808
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDocumentResult]
809
+ def document: () -> Types::DocumentDescription
810
+ end
811
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_document-instance_method
812
+ def describe_document: (
813
+ name: ::String,
814
+ ?document_version: ::String,
815
+ ?version_name: ::String
816
+ ) -> _DescribeDocumentResponseSuccess
817
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDocumentResponseSuccess
818
+
819
+ interface _DescribeDocumentPermissionResponseSuccess
820
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDocumentPermissionResponse]
821
+ def account_ids: () -> ::Array[::String]
822
+ def account_sharing_info_list: () -> ::Array[Types::AccountSharingInfo]
823
+ def next_token: () -> ::String
824
+ end
825
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_document_permission-instance_method
826
+ def describe_document_permission: (
827
+ name: ::String,
828
+ permission_type: ("Share"),
829
+ ?max_results: ::Integer,
830
+ ?next_token: ::String
831
+ ) -> _DescribeDocumentPermissionResponseSuccess
832
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDocumentPermissionResponseSuccess
833
+
834
+ interface _DescribeEffectiveInstanceAssociationsResponseSuccess
835
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEffectiveInstanceAssociationsResult]
836
+ def associations: () -> ::Array[Types::InstanceAssociation]
837
+ def next_token: () -> ::String
838
+ end
839
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_effective_instance_associations-instance_method
840
+ def describe_effective_instance_associations: (
841
+ instance_id: ::String,
842
+ ?max_results: ::Integer,
843
+ ?next_token: ::String
844
+ ) -> _DescribeEffectiveInstanceAssociationsResponseSuccess
845
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEffectiveInstanceAssociationsResponseSuccess
846
+
847
+ interface _DescribeEffectivePatchesForPatchBaselineResponseSuccess
848
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEffectivePatchesForPatchBaselineResult]
849
+ def effective_patches: () -> ::Array[Types::EffectivePatch]
850
+ def next_token: () -> ::String
851
+ end
852
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_effective_patches_for_patch_baseline-instance_method
853
+ def describe_effective_patches_for_patch_baseline: (
854
+ baseline_id: ::String,
855
+ ?max_results: ::Integer,
856
+ ?next_token: ::String
857
+ ) -> _DescribeEffectivePatchesForPatchBaselineResponseSuccess
858
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEffectivePatchesForPatchBaselineResponseSuccess
859
+
860
+ interface _DescribeInstanceAssociationsStatusResponseSuccess
861
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInstanceAssociationsStatusResult]
862
+ def instance_association_status_infos: () -> ::Array[Types::InstanceAssociationStatusInfo]
863
+ def next_token: () -> ::String
864
+ end
865
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_instance_associations_status-instance_method
866
+ def describe_instance_associations_status: (
867
+ instance_id: ::String,
868
+ ?max_results: ::Integer,
869
+ ?next_token: ::String
870
+ ) -> _DescribeInstanceAssociationsStatusResponseSuccess
871
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstanceAssociationsStatusResponseSuccess
872
+
873
+ interface _DescribeInstanceInformationResponseSuccess
874
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInstanceInformationResult]
875
+ def instance_information_list: () -> ::Array[Types::InstanceInformation]
876
+ def next_token: () -> ::String
877
+ end
878
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_instance_information-instance_method
879
+ def describe_instance_information: (
880
+ ?instance_information_filter_list: Array[
881
+ {
882
+ key: ("InstanceIds" | "AgentVersion" | "PingStatus" | "PlatformTypes" | "ActivationIds" | "IamRole" | "ResourceType" | "AssociationStatus"),
883
+ value_set: Array[::String]
884
+ },
885
+ ],
886
+ ?filters: Array[
887
+ {
888
+ key: ::String,
889
+ values: Array[::String]
890
+ },
891
+ ],
892
+ ?max_results: ::Integer,
893
+ ?next_token: ::String
894
+ ) -> _DescribeInstanceInformationResponseSuccess
895
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstanceInformationResponseSuccess
896
+
897
+ interface _DescribeInstancePatchStatesResponseSuccess
898
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInstancePatchStatesResult]
899
+ def instance_patch_states: () -> ::Array[Types::InstancePatchState]
900
+ def next_token: () -> ::String
901
+ end
902
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_instance_patch_states-instance_method
903
+ def describe_instance_patch_states: (
904
+ instance_ids: Array[::String],
905
+ ?next_token: ::String,
906
+ ?max_results: ::Integer
907
+ ) -> _DescribeInstancePatchStatesResponseSuccess
908
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstancePatchStatesResponseSuccess
909
+
910
+ interface _DescribeInstancePatchStatesForPatchGroupResponseSuccess
911
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInstancePatchStatesForPatchGroupResult]
912
+ def instance_patch_states: () -> ::Array[Types::InstancePatchState]
913
+ def next_token: () -> ::String
914
+ end
915
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_instance_patch_states_for_patch_group-instance_method
916
+ def describe_instance_patch_states_for_patch_group: (
917
+ patch_group: ::String,
918
+ ?filters: Array[
919
+ {
920
+ key: ::String,
921
+ values: Array[::String],
922
+ type: ("Equal" | "NotEqual" | "LessThan" | "GreaterThan")
923
+ },
924
+ ],
925
+ ?next_token: ::String,
926
+ ?max_results: ::Integer
927
+ ) -> _DescribeInstancePatchStatesForPatchGroupResponseSuccess
928
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstancePatchStatesForPatchGroupResponseSuccess
929
+
930
+ interface _DescribeInstancePatchesResponseSuccess
931
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInstancePatchesResult]
932
+ def patches: () -> ::Array[Types::PatchComplianceData]
933
+ def next_token: () -> ::String
934
+ end
935
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_instance_patches-instance_method
936
+ def describe_instance_patches: (
937
+ instance_id: ::String,
938
+ ?filters: Array[
939
+ {
940
+ key: ::String?,
941
+ values: Array[::String]?
942
+ },
943
+ ],
944
+ ?next_token: ::String,
945
+ ?max_results: ::Integer
946
+ ) -> _DescribeInstancePatchesResponseSuccess
947
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstancePatchesResponseSuccess
948
+
949
+ interface _DescribeInventoryDeletionsResponseSuccess
950
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInventoryDeletionsResult]
951
+ def inventory_deletions: () -> ::Array[Types::InventoryDeletionStatusItem]
952
+ def next_token: () -> ::String
953
+ end
954
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_inventory_deletions-instance_method
955
+ def describe_inventory_deletions: (
956
+ ?deletion_id: ::String,
957
+ ?next_token: ::String,
958
+ ?max_results: ::Integer
959
+ ) -> _DescribeInventoryDeletionsResponseSuccess
960
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInventoryDeletionsResponseSuccess
961
+
962
+ interface _DescribeMaintenanceWindowExecutionTaskInvocationsResponseSuccess
963
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeMaintenanceWindowExecutionTaskInvocationsResult]
964
+ def window_execution_task_invocation_identities: () -> ::Array[Types::MaintenanceWindowExecutionTaskInvocationIdentity]
965
+ def next_token: () -> ::String
966
+ end
967
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_maintenance_window_execution_task_invocations-instance_method
968
+ def describe_maintenance_window_execution_task_invocations: (
969
+ window_execution_id: ::String,
970
+ task_id: ::String,
971
+ ?filters: Array[
972
+ {
973
+ key: ::String?,
974
+ values: Array[::String]?
975
+ },
976
+ ],
977
+ ?max_results: ::Integer,
978
+ ?next_token: ::String
979
+ ) -> _DescribeMaintenanceWindowExecutionTaskInvocationsResponseSuccess
980
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeMaintenanceWindowExecutionTaskInvocationsResponseSuccess
981
+
982
+ interface _DescribeMaintenanceWindowExecutionTasksResponseSuccess
983
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeMaintenanceWindowExecutionTasksResult]
984
+ def window_execution_task_identities: () -> ::Array[Types::MaintenanceWindowExecutionTaskIdentity]
985
+ def next_token: () -> ::String
986
+ end
987
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_maintenance_window_execution_tasks-instance_method
988
+ def describe_maintenance_window_execution_tasks: (
989
+ window_execution_id: ::String,
990
+ ?filters: Array[
991
+ {
992
+ key: ::String?,
993
+ values: Array[::String]?
994
+ },
995
+ ],
996
+ ?max_results: ::Integer,
997
+ ?next_token: ::String
998
+ ) -> _DescribeMaintenanceWindowExecutionTasksResponseSuccess
999
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeMaintenanceWindowExecutionTasksResponseSuccess
1000
+
1001
+ interface _DescribeMaintenanceWindowExecutionsResponseSuccess
1002
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeMaintenanceWindowExecutionsResult]
1003
+ def window_executions: () -> ::Array[Types::MaintenanceWindowExecution]
1004
+ def next_token: () -> ::String
1005
+ end
1006
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_maintenance_window_executions-instance_method
1007
+ def describe_maintenance_window_executions: (
1008
+ window_id: ::String,
1009
+ ?filters: Array[
1010
+ {
1011
+ key: ::String?,
1012
+ values: Array[::String]?
1013
+ },
1014
+ ],
1015
+ ?max_results: ::Integer,
1016
+ ?next_token: ::String
1017
+ ) -> _DescribeMaintenanceWindowExecutionsResponseSuccess
1018
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeMaintenanceWindowExecutionsResponseSuccess
1019
+
1020
+ interface _DescribeMaintenanceWindowScheduleResponseSuccess
1021
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeMaintenanceWindowScheduleResult]
1022
+ def scheduled_window_executions: () -> ::Array[Types::ScheduledWindowExecution]
1023
+ def next_token: () -> ::String
1024
+ end
1025
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_maintenance_window_schedule-instance_method
1026
+ def describe_maintenance_window_schedule: (
1027
+ ?window_id: ::String,
1028
+ ?targets: Array[
1029
+ {
1030
+ key: ::String?,
1031
+ values: Array[::String]?
1032
+ },
1033
+ ],
1034
+ ?resource_type: ("INSTANCE" | "RESOURCE_GROUP"),
1035
+ ?filters: Array[
1036
+ {
1037
+ key: ::String?,
1038
+ values: Array[::String]?
1039
+ },
1040
+ ],
1041
+ ?max_results: ::Integer,
1042
+ ?next_token: ::String
1043
+ ) -> _DescribeMaintenanceWindowScheduleResponseSuccess
1044
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeMaintenanceWindowScheduleResponseSuccess
1045
+
1046
+ interface _DescribeMaintenanceWindowTargetsResponseSuccess
1047
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeMaintenanceWindowTargetsResult]
1048
+ def targets: () -> ::Array[Types::MaintenanceWindowTarget]
1049
+ def next_token: () -> ::String
1050
+ end
1051
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_maintenance_window_targets-instance_method
1052
+ def describe_maintenance_window_targets: (
1053
+ window_id: ::String,
1054
+ ?filters: Array[
1055
+ {
1056
+ key: ::String?,
1057
+ values: Array[::String]?
1058
+ },
1059
+ ],
1060
+ ?max_results: ::Integer,
1061
+ ?next_token: ::String
1062
+ ) -> _DescribeMaintenanceWindowTargetsResponseSuccess
1063
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeMaintenanceWindowTargetsResponseSuccess
1064
+
1065
+ interface _DescribeMaintenanceWindowTasksResponseSuccess
1066
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeMaintenanceWindowTasksResult]
1067
+ def tasks: () -> ::Array[Types::MaintenanceWindowTask]
1068
+ def next_token: () -> ::String
1069
+ end
1070
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_maintenance_window_tasks-instance_method
1071
+ def describe_maintenance_window_tasks: (
1072
+ window_id: ::String,
1073
+ ?filters: Array[
1074
+ {
1075
+ key: ::String?,
1076
+ values: Array[::String]?
1077
+ },
1078
+ ],
1079
+ ?max_results: ::Integer,
1080
+ ?next_token: ::String
1081
+ ) -> _DescribeMaintenanceWindowTasksResponseSuccess
1082
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeMaintenanceWindowTasksResponseSuccess
1083
+
1084
+ interface _DescribeMaintenanceWindowsResponseSuccess
1085
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeMaintenanceWindowsResult]
1086
+ def window_identities: () -> ::Array[Types::MaintenanceWindowIdentity]
1087
+ def next_token: () -> ::String
1088
+ end
1089
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_maintenance_windows-instance_method
1090
+ def describe_maintenance_windows: (
1091
+ ?filters: Array[
1092
+ {
1093
+ key: ::String?,
1094
+ values: Array[::String]?
1095
+ },
1096
+ ],
1097
+ ?max_results: ::Integer,
1098
+ ?next_token: ::String
1099
+ ) -> _DescribeMaintenanceWindowsResponseSuccess
1100
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeMaintenanceWindowsResponseSuccess
1101
+
1102
+ interface _DescribeMaintenanceWindowsForTargetResponseSuccess
1103
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeMaintenanceWindowsForTargetResult]
1104
+ def window_identities: () -> ::Array[Types::MaintenanceWindowIdentityForTarget]
1105
+ def next_token: () -> ::String
1106
+ end
1107
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_maintenance_windows_for_target-instance_method
1108
+ def describe_maintenance_windows_for_target: (
1109
+ targets: Array[
1110
+ {
1111
+ key: ::String?,
1112
+ values: Array[::String]?
1113
+ },
1114
+ ],
1115
+ resource_type: ("INSTANCE" | "RESOURCE_GROUP"),
1116
+ ?max_results: ::Integer,
1117
+ ?next_token: ::String
1118
+ ) -> _DescribeMaintenanceWindowsForTargetResponseSuccess
1119
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeMaintenanceWindowsForTargetResponseSuccess
1120
+
1121
+ interface _DescribeOpsItemsResponseSuccess
1122
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeOpsItemsResponse]
1123
+ def next_token: () -> ::String
1124
+ def ops_item_summaries: () -> ::Array[Types::OpsItemSummary]
1125
+ end
1126
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_ops_items-instance_method
1127
+ def describe_ops_items: (
1128
+ ?ops_item_filters: Array[
1129
+ {
1130
+ key: ("Status" | "CreatedBy" | "Source" | "Priority" | "Title" | "OpsItemId" | "CreatedTime" | "LastModifiedTime" | "ActualStartTime" | "ActualEndTime" | "PlannedStartTime" | "PlannedEndTime" | "OperationalData" | "OperationalDataKey" | "OperationalDataValue" | "ResourceId" | "AutomationId" | "Category" | "Severity" | "OpsItemType" | "ChangeRequestByRequesterArn" | "ChangeRequestByRequesterName" | "ChangeRequestByApproverArn" | "ChangeRequestByApproverName" | "ChangeRequestByTemplate" | "ChangeRequestByTargetsResourceGroup" | "InsightByType" | "AccountId"),
1131
+ values: Array[::String],
1132
+ operator: ("Equal" | "Contains" | "GreaterThan" | "LessThan")
1133
+ },
1134
+ ],
1135
+ ?max_results: ::Integer,
1136
+ ?next_token: ::String
1137
+ ) -> _DescribeOpsItemsResponseSuccess
1138
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeOpsItemsResponseSuccess
1139
+
1140
+ interface _DescribeParametersResponseSuccess
1141
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeParametersResult]
1142
+ def parameters: () -> ::Array[Types::ParameterMetadata]
1143
+ def next_token: () -> ::String
1144
+ end
1145
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_parameters-instance_method
1146
+ def describe_parameters: (
1147
+ ?filters: Array[
1148
+ {
1149
+ key: ("Name" | "Type" | "KeyId"),
1150
+ values: Array[::String]
1151
+ },
1152
+ ],
1153
+ ?parameter_filters: Array[
1154
+ {
1155
+ key: ::String,
1156
+ option: ::String?,
1157
+ values: Array[::String]?
1158
+ },
1159
+ ],
1160
+ ?max_results: ::Integer,
1161
+ ?next_token: ::String
1162
+ ) -> _DescribeParametersResponseSuccess
1163
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeParametersResponseSuccess
1164
+
1165
+ interface _DescribePatchBaselinesResponseSuccess
1166
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePatchBaselinesResult]
1167
+ def baseline_identities: () -> ::Array[Types::PatchBaselineIdentity]
1168
+ def next_token: () -> ::String
1169
+ end
1170
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_patch_baselines-instance_method
1171
+ def describe_patch_baselines: (
1172
+ ?filters: Array[
1173
+ {
1174
+ key: ::String?,
1175
+ values: Array[::String]?
1176
+ },
1177
+ ],
1178
+ ?max_results: ::Integer,
1179
+ ?next_token: ::String
1180
+ ) -> _DescribePatchBaselinesResponseSuccess
1181
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePatchBaselinesResponseSuccess
1182
+
1183
+ interface _DescribePatchGroupStateResponseSuccess
1184
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePatchGroupStateResult]
1185
+ def instances: () -> ::Integer
1186
+ def instances_with_installed_patches: () -> ::Integer
1187
+ def instances_with_installed_other_patches: () -> ::Integer
1188
+ def instances_with_installed_pending_reboot_patches: () -> ::Integer
1189
+ def instances_with_installed_rejected_patches: () -> ::Integer
1190
+ def instances_with_missing_patches: () -> ::Integer
1191
+ def instances_with_failed_patches: () -> ::Integer
1192
+ def instances_with_not_applicable_patches: () -> ::Integer
1193
+ def instances_with_unreported_not_applicable_patches: () -> ::Integer
1194
+ def instances_with_critical_non_compliant_patches: () -> ::Integer
1195
+ def instances_with_security_non_compliant_patches: () -> ::Integer
1196
+ def instances_with_other_non_compliant_patches: () -> ::Integer
1197
+ end
1198
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_patch_group_state-instance_method
1199
+ def describe_patch_group_state: (
1200
+ patch_group: ::String
1201
+ ) -> _DescribePatchGroupStateResponseSuccess
1202
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePatchGroupStateResponseSuccess
1203
+
1204
+ interface _DescribePatchGroupsResponseSuccess
1205
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePatchGroupsResult]
1206
+ def mappings: () -> ::Array[Types::PatchGroupPatchBaselineMapping]
1207
+ def next_token: () -> ::String
1208
+ end
1209
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_patch_groups-instance_method
1210
+ def describe_patch_groups: (
1211
+ ?max_results: ::Integer,
1212
+ ?filters: Array[
1213
+ {
1214
+ key: ::String?,
1215
+ values: Array[::String]?
1216
+ },
1217
+ ],
1218
+ ?next_token: ::String
1219
+ ) -> _DescribePatchGroupsResponseSuccess
1220
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePatchGroupsResponseSuccess
1221
+
1222
+ interface _DescribePatchPropertiesResponseSuccess
1223
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePatchPropertiesResult]
1224
+ def properties: () -> ::Array[::Hash[::String, ::String]]
1225
+ def next_token: () -> ::String
1226
+ end
1227
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_patch_properties-instance_method
1228
+ def describe_patch_properties: (
1229
+ operating_system: ("WINDOWS" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "AMAZON_LINUX_2022" | "UBUNTU" | "REDHAT_ENTERPRISE_LINUX" | "SUSE" | "CENTOS" | "ORACLE_LINUX" | "DEBIAN" | "MACOS" | "RASPBIAN" | "ROCKY_LINUX" | "ALMA_LINUX" | "AMAZON_LINUX_2023"),
1230
+ property: ("PRODUCT" | "PRODUCT_FAMILY" | "CLASSIFICATION" | "MSRC_SEVERITY" | "PRIORITY" | "SEVERITY"),
1231
+ ?patch_set: ("OS" | "APPLICATION"),
1232
+ ?max_results: ::Integer,
1233
+ ?next_token: ::String
1234
+ ) -> _DescribePatchPropertiesResponseSuccess
1235
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePatchPropertiesResponseSuccess
1236
+
1237
+ interface _DescribeSessionsResponseSuccess
1238
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeSessionsResponse]
1239
+ def sessions: () -> ::Array[Types::Session]
1240
+ def next_token: () -> ::String
1241
+ end
1242
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_sessions-instance_method
1243
+ def describe_sessions: (
1244
+ state: ("Active" | "History"),
1245
+ ?max_results: ::Integer,
1246
+ ?next_token: ::String,
1247
+ ?filters: Array[
1248
+ {
1249
+ key: ("InvokedAfter" | "InvokedBefore" | "Target" | "Owner" | "Status" | "SessionId"),
1250
+ value: ::String
1251
+ },
1252
+ ]
1253
+ ) -> _DescribeSessionsResponseSuccess
1254
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSessionsResponseSuccess
1255
+
1256
+ interface _DisassociateOpsItemRelatedItemResponseSuccess
1257
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateOpsItemRelatedItemResponse]
1258
+ end
1259
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#disassociate_ops_item_related_item-instance_method
1260
+ def disassociate_ops_item_related_item: (
1261
+ ops_item_id: ::String,
1262
+ association_id: ::String
1263
+ ) -> _DisassociateOpsItemRelatedItemResponseSuccess
1264
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateOpsItemRelatedItemResponseSuccess
1265
+
1266
+ interface _GetAutomationExecutionResponseSuccess
1267
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAutomationExecutionResult]
1268
+ def automation_execution: () -> Types::AutomationExecution
1269
+ end
1270
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_automation_execution-instance_method
1271
+ def get_automation_execution: (
1272
+ automation_execution_id: ::String
1273
+ ) -> _GetAutomationExecutionResponseSuccess
1274
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAutomationExecutionResponseSuccess
1275
+
1276
+ interface _GetCalendarStateResponseSuccess
1277
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCalendarStateResponse]
1278
+ def state: () -> ("OPEN" | "CLOSED")
1279
+ def at_time: () -> ::String
1280
+ def next_transition_time: () -> ::String
1281
+ end
1282
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_calendar_state-instance_method
1283
+ def get_calendar_state: (
1284
+ calendar_names: Array[::String],
1285
+ ?at_time: ::String
1286
+ ) -> _GetCalendarStateResponseSuccess
1287
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCalendarStateResponseSuccess
1288
+
1289
+ interface _GetCommandInvocationResponseSuccess
1290
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCommandInvocationResult]
1291
+ def command_id: () -> ::String
1292
+ def instance_id: () -> ::String
1293
+ def comment: () -> ::String
1294
+ def document_name: () -> ::String
1295
+ def document_version: () -> ::String
1296
+ def plugin_name: () -> ::String
1297
+ def response_code: () -> ::Integer
1298
+ def execution_start_date_time: () -> ::String
1299
+ def execution_elapsed_time: () -> ::String
1300
+ def execution_end_date_time: () -> ::String
1301
+ def status: () -> ("Pending" | "InProgress" | "Delayed" | "Success" | "Cancelled" | "TimedOut" | "Failed" | "Cancelling")
1302
+ def status_details: () -> ::String
1303
+ def standard_output_content: () -> ::String
1304
+ def standard_output_url: () -> ::String
1305
+ def standard_error_content: () -> ::String
1306
+ def standard_error_url: () -> ::String
1307
+ def cloud_watch_output_config: () -> Types::CloudWatchOutputConfig
1308
+ end
1309
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_command_invocation-instance_method
1310
+ def get_command_invocation: (
1311
+ command_id: ::String,
1312
+ instance_id: ::String,
1313
+ ?plugin_name: ::String
1314
+ ) -> _GetCommandInvocationResponseSuccess
1315
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCommandInvocationResponseSuccess
1316
+
1317
+ interface _GetConnectionStatusResponseSuccess
1318
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetConnectionStatusResponse]
1319
+ def target: () -> ::String
1320
+ def status: () -> ("connected" | "notconnected")
1321
+ end
1322
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_connection_status-instance_method
1323
+ def get_connection_status: (
1324
+ target: ::String
1325
+ ) -> _GetConnectionStatusResponseSuccess
1326
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetConnectionStatusResponseSuccess
1327
+
1328
+ interface _GetDefaultPatchBaselineResponseSuccess
1329
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDefaultPatchBaselineResult]
1330
+ def baseline_id: () -> ::String
1331
+ def operating_system: () -> ("WINDOWS" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "AMAZON_LINUX_2022" | "UBUNTU" | "REDHAT_ENTERPRISE_LINUX" | "SUSE" | "CENTOS" | "ORACLE_LINUX" | "DEBIAN" | "MACOS" | "RASPBIAN" | "ROCKY_LINUX" | "ALMA_LINUX" | "AMAZON_LINUX_2023")
1332
+ end
1333
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_default_patch_baseline-instance_method
1334
+ def get_default_patch_baseline: (
1335
+ ?operating_system: ("WINDOWS" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "AMAZON_LINUX_2022" | "UBUNTU" | "REDHAT_ENTERPRISE_LINUX" | "SUSE" | "CENTOS" | "ORACLE_LINUX" | "DEBIAN" | "MACOS" | "RASPBIAN" | "ROCKY_LINUX" | "ALMA_LINUX" | "AMAZON_LINUX_2023")
1336
+ ) -> _GetDefaultPatchBaselineResponseSuccess
1337
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDefaultPatchBaselineResponseSuccess
1338
+
1339
+ interface _GetDeployablePatchSnapshotForInstanceResponseSuccess
1340
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDeployablePatchSnapshotForInstanceResult]
1341
+ def instance_id: () -> ::String
1342
+ def snapshot_id: () -> ::String
1343
+ def snapshot_download_url: () -> ::String
1344
+ def product: () -> ::String
1345
+ end
1346
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_deployable_patch_snapshot_for_instance-instance_method
1347
+ def get_deployable_patch_snapshot_for_instance: (
1348
+ instance_id: ::String,
1349
+ snapshot_id: ::String,
1350
+ ?baseline_override: {
1351
+ operating_system: ("WINDOWS" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "AMAZON_LINUX_2022" | "UBUNTU" | "REDHAT_ENTERPRISE_LINUX" | "SUSE" | "CENTOS" | "ORACLE_LINUX" | "DEBIAN" | "MACOS" | "RASPBIAN" | "ROCKY_LINUX" | "ALMA_LINUX" | "AMAZON_LINUX_2023")?,
1352
+ global_filters: {
1353
+ patch_filters: Array[
1354
+ {
1355
+ key: ("ARCH" | "ADVISORY_ID" | "BUGZILLA_ID" | "PATCH_SET" | "PRODUCT" | "PRODUCT_FAMILY" | "CLASSIFICATION" | "CVE_ID" | "EPOCH" | "MSRC_SEVERITY" | "NAME" | "PATCH_ID" | "SECTION" | "PRIORITY" | "REPOSITORY" | "RELEASE" | "SEVERITY" | "SECURITY" | "VERSION"),
1356
+ values: Array[::String]
1357
+ },
1358
+ ]
1359
+ }?,
1360
+ approval_rules: {
1361
+ patch_rules: Array[
1362
+ {
1363
+ patch_filter_group: {
1364
+ patch_filters: Array[
1365
+ {
1366
+ key: ("ARCH" | "ADVISORY_ID" | "BUGZILLA_ID" | "PATCH_SET" | "PRODUCT" | "PRODUCT_FAMILY" | "CLASSIFICATION" | "CVE_ID" | "EPOCH" | "MSRC_SEVERITY" | "NAME" | "PATCH_ID" | "SECTION" | "PRIORITY" | "REPOSITORY" | "RELEASE" | "SEVERITY" | "SECURITY" | "VERSION"),
1367
+ values: Array[::String]
1368
+ },
1369
+ ]
1370
+ },
1371
+ compliance_level: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "INFORMATIONAL" | "UNSPECIFIED")?,
1372
+ approve_after_days: ::Integer?,
1373
+ approve_until_date: ::String?,
1374
+ enable_non_security: bool?
1375
+ },
1376
+ ]
1377
+ }?,
1378
+ approved_patches: Array[::String]?,
1379
+ approved_patches_compliance_level: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "INFORMATIONAL" | "UNSPECIFIED")?,
1380
+ rejected_patches: Array[::String]?,
1381
+ rejected_patches_action: ("ALLOW_AS_DEPENDENCY" | "BLOCK")?,
1382
+ approved_patches_enable_non_security: bool?,
1383
+ sources: Array[
1384
+ {
1385
+ name: ::String,
1386
+ products: Array[::String],
1387
+ configuration: ::String
1388
+ },
1389
+ ]?
1390
+ }
1391
+ ) -> _GetDeployablePatchSnapshotForInstanceResponseSuccess
1392
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDeployablePatchSnapshotForInstanceResponseSuccess
1393
+
1394
+ interface _GetDocumentResponseSuccess
1395
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDocumentResult]
1396
+ def name: () -> ::String
1397
+ def created_date: () -> ::Time
1398
+ def display_name: () -> ::String
1399
+ def version_name: () -> ::String
1400
+ def document_version: () -> ::String
1401
+ def status: () -> ("Creating" | "Active" | "Updating" | "Deleting" | "Failed")
1402
+ def status_information: () -> ::String
1403
+ def content: () -> ::String
1404
+ def document_type: () -> ("Command" | "Policy" | "Automation" | "Session" | "Package" | "ApplicationConfiguration" | "ApplicationConfigurationSchema" | "DeploymentStrategy" | "ChangeCalendar" | "Automation.ChangeTemplate" | "ProblemAnalysis" | "ProblemAnalysisTemplate" | "CloudFormation" | "ConformancePackTemplate" | "QuickSetup")
1405
+ def document_format: () -> ("YAML" | "JSON" | "TEXT")
1406
+ def requires: () -> ::Array[Types::DocumentRequires]
1407
+ def attachments_content: () -> ::Array[Types::AttachmentContent]
1408
+ def review_status: () -> ("APPROVED" | "NOT_REVIEWED" | "PENDING" | "REJECTED")
1409
+ end
1410
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_document-instance_method
1411
+ def get_document: (
1412
+ name: ::String,
1413
+ ?version_name: ::String,
1414
+ ?document_version: ::String,
1415
+ ?document_format: ("YAML" | "JSON" | "TEXT")
1416
+ ) -> _GetDocumentResponseSuccess
1417
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDocumentResponseSuccess
1418
+
1419
+ interface _GetInventoryResponseSuccess
1420
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetInventoryResult]
1421
+ def entities: () -> ::Array[Types::InventoryResultEntity]
1422
+ def next_token: () -> ::String
1423
+ end
1424
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_inventory-instance_method
1425
+ def get_inventory: (
1426
+ ?filters: Array[
1427
+ {
1428
+ key: ::String,
1429
+ values: Array[::String],
1430
+ type: ("Equal" | "NotEqual" | "BeginWith" | "LessThan" | "GreaterThan" | "Exists")?
1431
+ },
1432
+ ],
1433
+ ?aggregators: Array[
1434
+ {
1435
+ expression: ::String?,
1436
+ aggregators: untyped?,
1437
+ groups: Array[
1438
+ {
1439
+ name: ::String,
1440
+ filters: Array[
1441
+ {
1442
+ key: ::String,
1443
+ values: Array[::String],
1444
+ type: ("Equal" | "NotEqual" | "BeginWith" | "LessThan" | "GreaterThan" | "Exists")?
1445
+ },
1446
+ ]
1447
+ },
1448
+ ]?
1449
+ },
1450
+ ],
1451
+ ?result_attributes: Array[
1452
+ {
1453
+ type_name: ::String
1454
+ },
1455
+ ],
1456
+ ?next_token: ::String,
1457
+ ?max_results: ::Integer
1458
+ ) -> _GetInventoryResponseSuccess
1459
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetInventoryResponseSuccess
1460
+
1461
+ interface _GetInventorySchemaResponseSuccess
1462
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetInventorySchemaResult]
1463
+ def schemas: () -> ::Array[Types::InventoryItemSchema]
1464
+ def next_token: () -> ::String
1465
+ end
1466
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_inventory_schema-instance_method
1467
+ def get_inventory_schema: (
1468
+ ?type_name: ::String,
1469
+ ?next_token: ::String,
1470
+ ?max_results: ::Integer,
1471
+ ?aggregator: bool,
1472
+ ?sub_type: bool
1473
+ ) -> _GetInventorySchemaResponseSuccess
1474
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetInventorySchemaResponseSuccess
1475
+
1476
+ interface _GetMaintenanceWindowResponseSuccess
1477
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMaintenanceWindowResult]
1478
+ def window_id: () -> ::String
1479
+ def name: () -> ::String
1480
+ def description: () -> ::String
1481
+ def start_date: () -> ::String
1482
+ def end_date: () -> ::String
1483
+ def schedule: () -> ::String
1484
+ def schedule_timezone: () -> ::String
1485
+ def schedule_offset: () -> ::Integer
1486
+ def next_execution_time: () -> ::String
1487
+ def duration: () -> ::Integer
1488
+ def cutoff: () -> ::Integer
1489
+ def allow_unassociated_targets: () -> bool
1490
+ def enabled: () -> bool
1491
+ def created_date: () -> ::Time
1492
+ def modified_date: () -> ::Time
1493
+ end
1494
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_maintenance_window-instance_method
1495
+ def get_maintenance_window: (
1496
+ window_id: ::String
1497
+ ) -> _GetMaintenanceWindowResponseSuccess
1498
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMaintenanceWindowResponseSuccess
1499
+
1500
+ interface _GetMaintenanceWindowExecutionResponseSuccess
1501
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMaintenanceWindowExecutionResult]
1502
+ def window_execution_id: () -> ::String
1503
+ def task_ids: () -> ::Array[::String]
1504
+ def status: () -> ("PENDING" | "IN_PROGRESS" | "SUCCESS" | "FAILED" | "TIMED_OUT" | "CANCELLING" | "CANCELLED" | "SKIPPED_OVERLAPPING")
1505
+ def status_details: () -> ::String
1506
+ def start_time: () -> ::Time
1507
+ def end_time: () -> ::Time
1508
+ end
1509
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_maintenance_window_execution-instance_method
1510
+ def get_maintenance_window_execution: (
1511
+ window_execution_id: ::String
1512
+ ) -> _GetMaintenanceWindowExecutionResponseSuccess
1513
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMaintenanceWindowExecutionResponseSuccess
1514
+
1515
+ interface _GetMaintenanceWindowExecutionTaskResponseSuccess
1516
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMaintenanceWindowExecutionTaskResult]
1517
+ def window_execution_id: () -> ::String
1518
+ def task_execution_id: () -> ::String
1519
+ def task_arn: () -> ::String
1520
+ def service_role: () -> ::String
1521
+ def type: () -> ("RUN_COMMAND" | "AUTOMATION" | "STEP_FUNCTIONS" | "LAMBDA")
1522
+ def task_parameters: () -> ::Array[::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]]
1523
+ def priority: () -> ::Integer
1524
+ def max_concurrency: () -> ::String
1525
+ def max_errors: () -> ::String
1526
+ def status: () -> ("PENDING" | "IN_PROGRESS" | "SUCCESS" | "FAILED" | "TIMED_OUT" | "CANCELLING" | "CANCELLED" | "SKIPPED_OVERLAPPING")
1527
+ def status_details: () -> ::String
1528
+ def start_time: () -> ::Time
1529
+ def end_time: () -> ::Time
1530
+ def alarm_configuration: () -> Types::AlarmConfiguration
1531
+ def triggered_alarms: () -> ::Array[Types::AlarmStateInformation]
1532
+ end
1533
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_maintenance_window_execution_task-instance_method
1534
+ def get_maintenance_window_execution_task: (
1535
+ window_execution_id: ::String,
1536
+ task_id: ::String
1537
+ ) -> _GetMaintenanceWindowExecutionTaskResponseSuccess
1538
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMaintenanceWindowExecutionTaskResponseSuccess
1539
+
1540
+ interface _GetMaintenanceWindowExecutionTaskInvocationResponseSuccess
1541
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMaintenanceWindowExecutionTaskInvocationResult]
1542
+ def window_execution_id: () -> ::String
1543
+ def task_execution_id: () -> ::String
1544
+ def invocation_id: () -> ::String
1545
+ def execution_id: () -> ::String
1546
+ def task_type: () -> ("RUN_COMMAND" | "AUTOMATION" | "STEP_FUNCTIONS" | "LAMBDA")
1547
+ def parameters: () -> ::String
1548
+ def status: () -> ("PENDING" | "IN_PROGRESS" | "SUCCESS" | "FAILED" | "TIMED_OUT" | "CANCELLING" | "CANCELLED" | "SKIPPED_OVERLAPPING")
1549
+ def status_details: () -> ::String
1550
+ def start_time: () -> ::Time
1551
+ def end_time: () -> ::Time
1552
+ def owner_information: () -> ::String
1553
+ def window_target_id: () -> ::String
1554
+ end
1555
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_maintenance_window_execution_task_invocation-instance_method
1556
+ def get_maintenance_window_execution_task_invocation: (
1557
+ window_execution_id: ::String,
1558
+ task_id: ::String,
1559
+ invocation_id: ::String
1560
+ ) -> _GetMaintenanceWindowExecutionTaskInvocationResponseSuccess
1561
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMaintenanceWindowExecutionTaskInvocationResponseSuccess
1562
+
1563
+ interface _GetMaintenanceWindowTaskResponseSuccess
1564
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMaintenanceWindowTaskResult]
1565
+ def window_id: () -> ::String
1566
+ def window_task_id: () -> ::String
1567
+ def targets: () -> ::Array[Types::Target]
1568
+ def task_arn: () -> ::String
1569
+ def service_role_arn: () -> ::String
1570
+ def task_type: () -> ("RUN_COMMAND" | "AUTOMATION" | "STEP_FUNCTIONS" | "LAMBDA")
1571
+ def task_parameters: () -> ::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]
1572
+ def task_invocation_parameters: () -> Types::MaintenanceWindowTaskInvocationParameters
1573
+ def priority: () -> ::Integer
1574
+ def max_concurrency: () -> ::String
1575
+ def max_errors: () -> ::String
1576
+ def logging_info: () -> Types::LoggingInfo
1577
+ def name: () -> ::String
1578
+ def description: () -> ::String
1579
+ def cutoff_behavior: () -> ("CONTINUE_TASK" | "CANCEL_TASK")
1580
+ def alarm_configuration: () -> Types::AlarmConfiguration
1581
+ end
1582
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_maintenance_window_task-instance_method
1583
+ def get_maintenance_window_task: (
1584
+ window_id: ::String,
1585
+ window_task_id: ::String
1586
+ ) -> _GetMaintenanceWindowTaskResponseSuccess
1587
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMaintenanceWindowTaskResponseSuccess
1588
+
1589
+ interface _GetOpsItemResponseSuccess
1590
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetOpsItemResponse]
1591
+ def ops_item: () -> Types::OpsItem
1592
+ end
1593
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_ops_item-instance_method
1594
+ def get_ops_item: (
1595
+ ops_item_id: ::String,
1596
+ ?ops_item_arn: ::String
1597
+ ) -> _GetOpsItemResponseSuccess
1598
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOpsItemResponseSuccess
1599
+
1600
+ interface _GetOpsMetadataResponseSuccess
1601
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetOpsMetadataResult]
1602
+ def resource_id: () -> ::String
1603
+ def metadata: () -> ::Hash[::String, Types::MetadataValue]
1604
+ def next_token: () -> ::String
1605
+ end
1606
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_ops_metadata-instance_method
1607
+ def get_ops_metadata: (
1608
+ ops_metadata_arn: ::String,
1609
+ ?max_results: ::Integer,
1610
+ ?next_token: ::String
1611
+ ) -> _GetOpsMetadataResponseSuccess
1612
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOpsMetadataResponseSuccess
1613
+
1614
+ interface _GetOpsSummaryResponseSuccess
1615
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetOpsSummaryResult]
1616
+ def entities: () -> ::Array[Types::OpsEntity]
1617
+ def next_token: () -> ::String
1618
+ end
1619
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_ops_summary-instance_method
1620
+ def get_ops_summary: (
1621
+ ?sync_name: ::String,
1622
+ ?filters: Array[
1623
+ {
1624
+ key: ::String,
1625
+ values: Array[::String],
1626
+ type: ("Equal" | "NotEqual" | "BeginWith" | "LessThan" | "GreaterThan" | "Exists")?
1627
+ },
1628
+ ],
1629
+ ?aggregators: Array[
1630
+ {
1631
+ aggregator_type: ::String?,
1632
+ type_name: ::String?,
1633
+ attribute_name: ::String?,
1634
+ values: Hash[::String, ::String]?,
1635
+ filters: Array[
1636
+ {
1637
+ key: ::String,
1638
+ values: Array[::String],
1639
+ type: ("Equal" | "NotEqual" | "BeginWith" | "LessThan" | "GreaterThan" | "Exists")?
1640
+ },
1641
+ ]?,
1642
+ aggregators: untyped?
1643
+ },
1644
+ ],
1645
+ ?result_attributes: Array[
1646
+ {
1647
+ type_name: ::String
1648
+ },
1649
+ ],
1650
+ ?next_token: ::String,
1651
+ ?max_results: ::Integer
1652
+ ) -> _GetOpsSummaryResponseSuccess
1653
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOpsSummaryResponseSuccess
1654
+
1655
+ interface _GetParameterResponseSuccess
1656
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetParameterResult]
1657
+ def parameter: () -> Types::Parameter
1658
+ end
1659
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_parameter-instance_method
1660
+ def get_parameter: (
1661
+ name: ::String,
1662
+ ?with_decryption: bool
1663
+ ) -> _GetParameterResponseSuccess
1664
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetParameterResponseSuccess
1665
+
1666
+ interface _GetParameterHistoryResponseSuccess
1667
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetParameterHistoryResult]
1668
+ def parameters: () -> ::Array[Types::ParameterHistory]
1669
+ def next_token: () -> ::String
1670
+ end
1671
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_parameter_history-instance_method
1672
+ def get_parameter_history: (
1673
+ name: ::String,
1674
+ ?with_decryption: bool,
1675
+ ?max_results: ::Integer,
1676
+ ?next_token: ::String
1677
+ ) -> _GetParameterHistoryResponseSuccess
1678
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetParameterHistoryResponseSuccess
1679
+
1680
+ interface _GetParametersResponseSuccess
1681
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetParametersResult]
1682
+ def parameters: () -> ::Array[Types::Parameter]
1683
+ def invalid_parameters: () -> ::Array[::String]
1684
+ end
1685
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_parameters-instance_method
1686
+ def get_parameters: (
1687
+ names: Array[::String],
1688
+ ?with_decryption: bool
1689
+ ) -> _GetParametersResponseSuccess
1690
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetParametersResponseSuccess
1691
+
1692
+ interface _GetParametersByPathResponseSuccess
1693
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetParametersByPathResult]
1694
+ def parameters: () -> ::Array[Types::Parameter]
1695
+ def next_token: () -> ::String
1696
+ end
1697
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_parameters_by_path-instance_method
1698
+ def get_parameters_by_path: (
1699
+ path: ::String,
1700
+ ?recursive: bool,
1701
+ ?parameter_filters: Array[
1702
+ {
1703
+ key: ::String,
1704
+ option: ::String?,
1705
+ values: Array[::String]?
1706
+ },
1707
+ ],
1708
+ ?with_decryption: bool,
1709
+ ?max_results: ::Integer,
1710
+ ?next_token: ::String
1711
+ ) -> _GetParametersByPathResponseSuccess
1712
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetParametersByPathResponseSuccess
1713
+
1714
+ interface _GetPatchBaselineResponseSuccess
1715
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPatchBaselineResult]
1716
+ def baseline_id: () -> ::String
1717
+ def name: () -> ::String
1718
+ def operating_system: () -> ("WINDOWS" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "AMAZON_LINUX_2022" | "UBUNTU" | "REDHAT_ENTERPRISE_LINUX" | "SUSE" | "CENTOS" | "ORACLE_LINUX" | "DEBIAN" | "MACOS" | "RASPBIAN" | "ROCKY_LINUX" | "ALMA_LINUX" | "AMAZON_LINUX_2023")
1719
+ def global_filters: () -> Types::PatchFilterGroup
1720
+ def approval_rules: () -> Types::PatchRuleGroup
1721
+ def approved_patches: () -> ::Array[::String]
1722
+ def approved_patches_compliance_level: () -> ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "INFORMATIONAL" | "UNSPECIFIED")
1723
+ def approved_patches_enable_non_security: () -> bool
1724
+ def rejected_patches: () -> ::Array[::String]
1725
+ def rejected_patches_action: () -> ("ALLOW_AS_DEPENDENCY" | "BLOCK")
1726
+ def patch_groups: () -> ::Array[::String]
1727
+ def created_date: () -> ::Time
1728
+ def modified_date: () -> ::Time
1729
+ def description: () -> ::String
1730
+ def sources: () -> ::Array[Types::PatchSource]
1731
+ end
1732
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_patch_baseline-instance_method
1733
+ def get_patch_baseline: (
1734
+ baseline_id: ::String
1735
+ ) -> _GetPatchBaselineResponseSuccess
1736
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPatchBaselineResponseSuccess
1737
+
1738
+ interface _GetPatchBaselineForPatchGroupResponseSuccess
1739
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPatchBaselineForPatchGroupResult]
1740
+ def baseline_id: () -> ::String
1741
+ def patch_group: () -> ::String
1742
+ def operating_system: () -> ("WINDOWS" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "AMAZON_LINUX_2022" | "UBUNTU" | "REDHAT_ENTERPRISE_LINUX" | "SUSE" | "CENTOS" | "ORACLE_LINUX" | "DEBIAN" | "MACOS" | "RASPBIAN" | "ROCKY_LINUX" | "ALMA_LINUX" | "AMAZON_LINUX_2023")
1743
+ end
1744
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_patch_baseline_for_patch_group-instance_method
1745
+ def get_patch_baseline_for_patch_group: (
1746
+ patch_group: ::String,
1747
+ ?operating_system: ("WINDOWS" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "AMAZON_LINUX_2022" | "UBUNTU" | "REDHAT_ENTERPRISE_LINUX" | "SUSE" | "CENTOS" | "ORACLE_LINUX" | "DEBIAN" | "MACOS" | "RASPBIAN" | "ROCKY_LINUX" | "ALMA_LINUX" | "AMAZON_LINUX_2023")
1748
+ ) -> _GetPatchBaselineForPatchGroupResponseSuccess
1749
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPatchBaselineForPatchGroupResponseSuccess
1750
+
1751
+ interface _GetResourcePoliciesResponseSuccess
1752
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetResourcePoliciesResponse]
1753
+ def next_token: () -> ::String
1754
+ def policies: () -> ::Array[Types::GetResourcePoliciesResponseEntry]
1755
+ end
1756
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_resource_policies-instance_method
1757
+ def get_resource_policies: (
1758
+ resource_arn: ::String,
1759
+ ?next_token: ::String,
1760
+ ?max_results: ::Integer
1761
+ ) -> _GetResourcePoliciesResponseSuccess
1762
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourcePoliciesResponseSuccess
1763
+
1764
+ interface _GetServiceSettingResponseSuccess
1765
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceSettingResult]
1766
+ def service_setting: () -> Types::ServiceSetting
1767
+ end
1768
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_service_setting-instance_method
1769
+ def get_service_setting: (
1770
+ setting_id: ::String
1771
+ ) -> _GetServiceSettingResponseSuccess
1772
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServiceSettingResponseSuccess
1773
+
1774
+ interface _LabelParameterVersionResponseSuccess
1775
+ include ::Seahorse::Client::_ResponseSuccess[Types::LabelParameterVersionResult]
1776
+ def invalid_labels: () -> ::Array[::String]
1777
+ def parameter_version: () -> ::Integer
1778
+ end
1779
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#label_parameter_version-instance_method
1780
+ def label_parameter_version: (
1781
+ name: ::String,
1782
+ ?parameter_version: ::Integer,
1783
+ labels: Array[::String]
1784
+ ) -> _LabelParameterVersionResponseSuccess
1785
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _LabelParameterVersionResponseSuccess
1786
+
1787
+ interface _ListAssociationVersionsResponseSuccess
1788
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAssociationVersionsResult]
1789
+ def association_versions: () -> ::Array[Types::AssociationVersionInfo]
1790
+ def next_token: () -> ::String
1791
+ end
1792
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_association_versions-instance_method
1793
+ def list_association_versions: (
1794
+ association_id: ::String,
1795
+ ?max_results: ::Integer,
1796
+ ?next_token: ::String
1797
+ ) -> _ListAssociationVersionsResponseSuccess
1798
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAssociationVersionsResponseSuccess
1799
+
1800
+ interface _ListAssociationsResponseSuccess
1801
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAssociationsResult]
1802
+ def associations: () -> ::Array[Types::Association]
1803
+ def next_token: () -> ::String
1804
+ end
1805
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_associations-instance_method
1806
+ def list_associations: (
1807
+ ?association_filter_list: Array[
1808
+ {
1809
+ key: ("InstanceId" | "Name" | "AssociationId" | "AssociationStatusName" | "LastExecutedBefore" | "LastExecutedAfter" | "AssociationName" | "ResourceGroupName"),
1810
+ value: ::String
1811
+ },
1812
+ ],
1813
+ ?max_results: ::Integer,
1814
+ ?next_token: ::String
1815
+ ) -> _ListAssociationsResponseSuccess
1816
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAssociationsResponseSuccess
1817
+
1818
+ interface _ListCommandInvocationsResponseSuccess
1819
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCommandInvocationsResult]
1820
+ def command_invocations: () -> ::Array[Types::CommandInvocation]
1821
+ def next_token: () -> ::String
1822
+ end
1823
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_command_invocations-instance_method
1824
+ def list_command_invocations: (
1825
+ ?command_id: ::String,
1826
+ ?instance_id: ::String,
1827
+ ?max_results: ::Integer,
1828
+ ?next_token: ::String,
1829
+ ?filters: Array[
1830
+ {
1831
+ key: ("InvokedAfter" | "InvokedBefore" | "Status" | "ExecutionStage" | "DocumentName"),
1832
+ value: ::String
1833
+ },
1834
+ ],
1835
+ ?details: bool
1836
+ ) -> _ListCommandInvocationsResponseSuccess
1837
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCommandInvocationsResponseSuccess
1838
+
1839
+ interface _ListCommandsResponseSuccess
1840
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCommandsResult]
1841
+ def commands: () -> ::Array[Types::Command]
1842
+ def next_token: () -> ::String
1843
+ end
1844
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_commands-instance_method
1845
+ def list_commands: (
1846
+ ?command_id: ::String,
1847
+ ?instance_id: ::String,
1848
+ ?max_results: ::Integer,
1849
+ ?next_token: ::String,
1850
+ ?filters: Array[
1851
+ {
1852
+ key: ("InvokedAfter" | "InvokedBefore" | "Status" | "ExecutionStage" | "DocumentName"),
1853
+ value: ::String
1854
+ },
1855
+ ]
1856
+ ) -> _ListCommandsResponseSuccess
1857
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCommandsResponseSuccess
1858
+
1859
+ interface _ListComplianceItemsResponseSuccess
1860
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListComplianceItemsResult]
1861
+ def compliance_items: () -> ::Array[Types::ComplianceItem]
1862
+ def next_token: () -> ::String
1863
+ end
1864
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_compliance_items-instance_method
1865
+ def list_compliance_items: (
1866
+ ?filters: Array[
1867
+ {
1868
+ key: ::String?,
1869
+ values: Array[::String]?,
1870
+ type: ("EQUAL" | "NOT_EQUAL" | "BEGIN_WITH" | "LESS_THAN" | "GREATER_THAN")?
1871
+ },
1872
+ ],
1873
+ ?resource_ids: Array[::String],
1874
+ ?resource_types: Array[::String],
1875
+ ?next_token: ::String,
1876
+ ?max_results: ::Integer
1877
+ ) -> _ListComplianceItemsResponseSuccess
1878
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListComplianceItemsResponseSuccess
1879
+
1880
+ interface _ListComplianceSummariesResponseSuccess
1881
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListComplianceSummariesResult]
1882
+ def compliance_summary_items: () -> ::Array[Types::ComplianceSummaryItem]
1883
+ def next_token: () -> ::String
1884
+ end
1885
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_compliance_summaries-instance_method
1886
+ def list_compliance_summaries: (
1887
+ ?filters: Array[
1888
+ {
1889
+ key: ::String?,
1890
+ values: Array[::String]?,
1891
+ type: ("EQUAL" | "NOT_EQUAL" | "BEGIN_WITH" | "LESS_THAN" | "GREATER_THAN")?
1892
+ },
1893
+ ],
1894
+ ?next_token: ::String,
1895
+ ?max_results: ::Integer
1896
+ ) -> _ListComplianceSummariesResponseSuccess
1897
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListComplianceSummariesResponseSuccess
1898
+
1899
+ interface _ListDocumentMetadataHistoryResponseSuccess
1900
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDocumentMetadataHistoryResponse]
1901
+ def name: () -> ::String
1902
+ def document_version: () -> ::String
1903
+ def author: () -> ::String
1904
+ def metadata: () -> Types::DocumentMetadataResponseInfo
1905
+ def next_token: () -> ::String
1906
+ end
1907
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_document_metadata_history-instance_method
1908
+ def list_document_metadata_history: (
1909
+ name: ::String,
1910
+ ?document_version: ::String,
1911
+ metadata: ("DocumentReviews"),
1912
+ ?next_token: ::String,
1913
+ ?max_results: ::Integer
1914
+ ) -> _ListDocumentMetadataHistoryResponseSuccess
1915
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDocumentMetadataHistoryResponseSuccess
1916
+
1917
+ interface _ListDocumentVersionsResponseSuccess
1918
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDocumentVersionsResult]
1919
+ def document_versions: () -> ::Array[Types::DocumentVersionInfo]
1920
+ def next_token: () -> ::String
1921
+ end
1922
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_document_versions-instance_method
1923
+ def list_document_versions: (
1924
+ name: ::String,
1925
+ ?max_results: ::Integer,
1926
+ ?next_token: ::String
1927
+ ) -> _ListDocumentVersionsResponseSuccess
1928
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDocumentVersionsResponseSuccess
1929
+
1930
+ interface _ListDocumentsResponseSuccess
1931
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDocumentsResult]
1932
+ def document_identifiers: () -> ::Array[Types::DocumentIdentifier]
1933
+ def next_token: () -> ::String
1934
+ end
1935
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_documents-instance_method
1936
+ def list_documents: (
1937
+ ?document_filter_list: Array[
1938
+ {
1939
+ key: ("Name" | "Owner" | "PlatformTypes" | "DocumentType"),
1940
+ value: ::String
1941
+ },
1942
+ ],
1943
+ ?filters: Array[
1944
+ {
1945
+ key: ::String?,
1946
+ values: Array[::String]?
1947
+ },
1948
+ ],
1949
+ ?max_results: ::Integer,
1950
+ ?next_token: ::String
1951
+ ) -> _ListDocumentsResponseSuccess
1952
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDocumentsResponseSuccess
1953
+
1954
+ interface _ListInventoryEntriesResponseSuccess
1955
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListInventoryEntriesResult]
1956
+ def type_name: () -> ::String
1957
+ def instance_id: () -> ::String
1958
+ def schema_version: () -> ::String
1959
+ def capture_time: () -> ::String
1960
+ def entries: () -> ::Array[::Hash[::String, ::String]]
1961
+ def next_token: () -> ::String
1962
+ end
1963
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_inventory_entries-instance_method
1964
+ def list_inventory_entries: (
1965
+ instance_id: ::String,
1966
+ type_name: ::String,
1967
+ ?filters: Array[
1968
+ {
1969
+ key: ::String,
1970
+ values: Array[::String],
1971
+ type: ("Equal" | "NotEqual" | "BeginWith" | "LessThan" | "GreaterThan" | "Exists")?
1972
+ },
1973
+ ],
1974
+ ?next_token: ::String,
1975
+ ?max_results: ::Integer
1976
+ ) -> _ListInventoryEntriesResponseSuccess
1977
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListInventoryEntriesResponseSuccess
1978
+
1979
+ interface _ListOpsItemEventsResponseSuccess
1980
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListOpsItemEventsResponse]
1981
+ def next_token: () -> ::String
1982
+ def summaries: () -> ::Array[Types::OpsItemEventSummary]
1983
+ end
1984
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_ops_item_events-instance_method
1985
+ def list_ops_item_events: (
1986
+ ?filters: Array[
1987
+ {
1988
+ key: ("OpsItemId"),
1989
+ values: Array[::String],
1990
+ operator: ("Equal")
1991
+ },
1992
+ ],
1993
+ ?max_results: ::Integer,
1994
+ ?next_token: ::String
1995
+ ) -> _ListOpsItemEventsResponseSuccess
1996
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOpsItemEventsResponseSuccess
1997
+
1998
+ interface _ListOpsItemRelatedItemsResponseSuccess
1999
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListOpsItemRelatedItemsResponse]
2000
+ def next_token: () -> ::String
2001
+ def summaries: () -> ::Array[Types::OpsItemRelatedItemSummary]
2002
+ end
2003
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_ops_item_related_items-instance_method
2004
+ def list_ops_item_related_items: (
2005
+ ?ops_item_id: ::String,
2006
+ ?filters: Array[
2007
+ {
2008
+ key: ("ResourceType" | "AssociationId" | "ResourceUri"),
2009
+ values: Array[::String],
2010
+ operator: ("Equal")
2011
+ },
2012
+ ],
2013
+ ?max_results: ::Integer,
2014
+ ?next_token: ::String
2015
+ ) -> _ListOpsItemRelatedItemsResponseSuccess
2016
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOpsItemRelatedItemsResponseSuccess
2017
+
2018
+ interface _ListOpsMetadataResponseSuccess
2019
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListOpsMetadataResult]
2020
+ def ops_metadata_list: () -> ::Array[Types::OpsMetadata]
2021
+ def next_token: () -> ::String
2022
+ end
2023
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_ops_metadata-instance_method
2024
+ def list_ops_metadata: (
2025
+ ?filters: Array[
2026
+ {
2027
+ key: ::String,
2028
+ values: Array[::String]
2029
+ },
2030
+ ],
2031
+ ?max_results: ::Integer,
2032
+ ?next_token: ::String
2033
+ ) -> _ListOpsMetadataResponseSuccess
2034
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOpsMetadataResponseSuccess
2035
+
2036
+ interface _ListResourceComplianceSummariesResponseSuccess
2037
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListResourceComplianceSummariesResult]
2038
+ def resource_compliance_summary_items: () -> ::Array[Types::ResourceComplianceSummaryItem]
2039
+ def next_token: () -> ::String
2040
+ end
2041
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_resource_compliance_summaries-instance_method
2042
+ def list_resource_compliance_summaries: (
2043
+ ?filters: Array[
2044
+ {
2045
+ key: ::String?,
2046
+ values: Array[::String]?,
2047
+ type: ("EQUAL" | "NOT_EQUAL" | "BEGIN_WITH" | "LESS_THAN" | "GREATER_THAN")?
2048
+ },
2049
+ ],
2050
+ ?next_token: ::String,
2051
+ ?max_results: ::Integer
2052
+ ) -> _ListResourceComplianceSummariesResponseSuccess
2053
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourceComplianceSummariesResponseSuccess
2054
+
2055
+ interface _ListResourceDataSyncResponseSuccess
2056
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListResourceDataSyncResult]
2057
+ def resource_data_sync_items: () -> ::Array[Types::ResourceDataSyncItem]
2058
+ def next_token: () -> ::String
2059
+ end
2060
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_resource_data_sync-instance_method
2061
+ def list_resource_data_sync: (
2062
+ ?sync_type: ::String,
2063
+ ?next_token: ::String,
2064
+ ?max_results: ::Integer
2065
+ ) -> _ListResourceDataSyncResponseSuccess
2066
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourceDataSyncResponseSuccess
2067
+
2068
+ interface _ListTagsForResourceResponseSuccess
2069
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResult]
2070
+ def tag_list: () -> ::Array[Types::Tag]
2071
+ end
2072
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#list_tags_for_resource-instance_method
2073
+ def list_tags_for_resource: (
2074
+ resource_type: ("Document" | "ManagedInstance" | "MaintenanceWindow" | "Parameter" | "PatchBaseline" | "OpsItem" | "OpsMetadata" | "Automation" | "Association"),
2075
+ resource_id: ::String
2076
+ ) -> _ListTagsForResourceResponseSuccess
2077
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
2078
+
2079
+ interface _ModifyDocumentPermissionResponseSuccess
2080
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDocumentPermissionResponse]
2081
+ end
2082
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#modify_document_permission-instance_method
2083
+ def modify_document_permission: (
2084
+ name: ::String,
2085
+ permission_type: ("Share"),
2086
+ ?account_ids_to_add: Array[::String],
2087
+ ?account_ids_to_remove: Array[::String],
2088
+ ?shared_document_version: ::String
2089
+ ) -> _ModifyDocumentPermissionResponseSuccess
2090
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDocumentPermissionResponseSuccess
2091
+
2092
+ interface _PutComplianceItemsResponseSuccess
2093
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutComplianceItemsResult]
2094
+ end
2095
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#put_compliance_items-instance_method
2096
+ def put_compliance_items: (
2097
+ resource_id: ::String,
2098
+ resource_type: ::String,
2099
+ compliance_type: ::String,
2100
+ execution_summary: {
2101
+ execution_time: ::Time,
2102
+ execution_id: ::String?,
2103
+ execution_type: ::String?
2104
+ },
2105
+ items: Array[
2106
+ {
2107
+ id: ::String?,
2108
+ title: ::String?,
2109
+ severity: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "INFORMATIONAL" | "UNSPECIFIED"),
2110
+ status: ("COMPLIANT" | "NON_COMPLIANT"),
2111
+ details: Hash[::String, ::String]?
2112
+ },
2113
+ ],
2114
+ ?item_content_hash: ::String,
2115
+ ?upload_type: ("COMPLETE" | "PARTIAL")
2116
+ ) -> _PutComplianceItemsResponseSuccess
2117
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutComplianceItemsResponseSuccess
2118
+
2119
+ interface _PutInventoryResponseSuccess
2120
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutInventoryResult]
2121
+ def message: () -> ::String
2122
+ end
2123
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#put_inventory-instance_method
2124
+ def put_inventory: (
2125
+ instance_id: ::String,
2126
+ items: Array[
2127
+ {
2128
+ type_name: ::String,
2129
+ schema_version: ::String,
2130
+ capture_time: ::String,
2131
+ content_hash: ::String?,
2132
+ content: Array[
2133
+ Hash[::String, ::String],
2134
+ ]?,
2135
+ context: Hash[::String, ::String]?
2136
+ },
2137
+ ]
2138
+ ) -> _PutInventoryResponseSuccess
2139
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutInventoryResponseSuccess
2140
+
2141
+ interface _PutParameterResponseSuccess
2142
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutParameterResult]
2143
+ def version: () -> ::Integer
2144
+ def tier: () -> ("Standard" | "Advanced" | "Intelligent-Tiering")
2145
+ end
2146
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#put_parameter-instance_method
2147
+ def put_parameter: (
2148
+ name: ::String,
2149
+ ?description: ::String,
2150
+ value: ::String,
2151
+ ?type: ("String" | "StringList" | "SecureString"),
2152
+ ?key_id: ::String,
2153
+ ?overwrite: bool,
2154
+ ?allowed_pattern: ::String,
2155
+ ?tags: Array[
2156
+ {
2157
+ key: ::String,
2158
+ value: ::String
2159
+ },
2160
+ ],
2161
+ ?tier: ("Standard" | "Advanced" | "Intelligent-Tiering"),
2162
+ ?policies: ::String,
2163
+ ?data_type: ::String
2164
+ ) -> _PutParameterResponseSuccess
2165
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutParameterResponseSuccess
2166
+
2167
+ interface _PutResourcePolicyResponseSuccess
2168
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutResourcePolicyResponse]
2169
+ def policy_id: () -> ::String
2170
+ def policy_hash: () -> ::String
2171
+ end
2172
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#put_resource_policy-instance_method
2173
+ def put_resource_policy: (
2174
+ resource_arn: ::String,
2175
+ policy: ::String,
2176
+ ?policy_id: ::String,
2177
+ ?policy_hash: ::String
2178
+ ) -> _PutResourcePolicyResponseSuccess
2179
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutResourcePolicyResponseSuccess
2180
+
2181
+ interface _RegisterDefaultPatchBaselineResponseSuccess
2182
+ include ::Seahorse::Client::_ResponseSuccess[Types::RegisterDefaultPatchBaselineResult]
2183
+ def baseline_id: () -> ::String
2184
+ end
2185
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#register_default_patch_baseline-instance_method
2186
+ def register_default_patch_baseline: (
2187
+ baseline_id: ::String
2188
+ ) -> _RegisterDefaultPatchBaselineResponseSuccess
2189
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterDefaultPatchBaselineResponseSuccess
2190
+
2191
+ interface _RegisterPatchBaselineForPatchGroupResponseSuccess
2192
+ include ::Seahorse::Client::_ResponseSuccess[Types::RegisterPatchBaselineForPatchGroupResult]
2193
+ def baseline_id: () -> ::String
2194
+ def patch_group: () -> ::String
2195
+ end
2196
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#register_patch_baseline_for_patch_group-instance_method
2197
+ def register_patch_baseline_for_patch_group: (
2198
+ baseline_id: ::String,
2199
+ patch_group: ::String
2200
+ ) -> _RegisterPatchBaselineForPatchGroupResponseSuccess
2201
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterPatchBaselineForPatchGroupResponseSuccess
2202
+
2203
+ interface _RegisterTargetWithMaintenanceWindowResponseSuccess
2204
+ include ::Seahorse::Client::_ResponseSuccess[Types::RegisterTargetWithMaintenanceWindowResult]
2205
+ def window_target_id: () -> ::String
2206
+ end
2207
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#register_target_with_maintenance_window-instance_method
2208
+ def register_target_with_maintenance_window: (
2209
+ window_id: ::String,
2210
+ resource_type: ("INSTANCE" | "RESOURCE_GROUP"),
2211
+ targets: Array[
2212
+ {
2213
+ key: ::String?,
2214
+ values: Array[::String]?
2215
+ },
2216
+ ],
2217
+ ?owner_information: ::String,
2218
+ ?name: ::String,
2219
+ ?description: ::String,
2220
+ ?client_token: ::String
2221
+ ) -> _RegisterTargetWithMaintenanceWindowResponseSuccess
2222
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterTargetWithMaintenanceWindowResponseSuccess
2223
+
2224
+ interface _RegisterTaskWithMaintenanceWindowResponseSuccess
2225
+ include ::Seahorse::Client::_ResponseSuccess[Types::RegisterTaskWithMaintenanceWindowResult]
2226
+ def window_task_id: () -> ::String
2227
+ end
2228
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#register_task_with_maintenance_window-instance_method
2229
+ def register_task_with_maintenance_window: (
2230
+ window_id: ::String,
2231
+ ?targets: Array[
2232
+ {
2233
+ key: ::String?,
2234
+ values: Array[::String]?
2235
+ },
2236
+ ],
2237
+ task_arn: ::String,
2238
+ ?service_role_arn: ::String,
2239
+ task_type: ("RUN_COMMAND" | "AUTOMATION" | "STEP_FUNCTIONS" | "LAMBDA"),
2240
+ ?task_parameters: Hash[::String, {
2241
+ values: Array[::String]?
2242
+ }],
2243
+ ?task_invocation_parameters: {
2244
+ run_command: {
2245
+ comment: ::String?,
2246
+ cloud_watch_output_config: {
2247
+ cloud_watch_log_group_name: ::String?,
2248
+ cloud_watch_output_enabled: bool?
2249
+ }?,
2250
+ document_hash: ::String?,
2251
+ document_hash_type: ("Sha256" | "Sha1")?,
2252
+ document_version: ::String?,
2253
+ notification_config: {
2254
+ notification_arn: ::String?,
2255
+ notification_events: Array[("All" | "InProgress" | "Success" | "TimedOut" | "Cancelled" | "Failed")]?,
2256
+ notification_type: ("Command" | "Invocation")?
2257
+ }?,
2258
+ output_s3_bucket_name: ::String?,
2259
+ output_s3_key_prefix: ::String?,
2260
+ parameters: Hash[::String, Array[::String]]?,
2261
+ service_role_arn: ::String?,
2262
+ timeout_seconds: ::Integer?
2263
+ }?,
2264
+ automation: {
2265
+ document_version: ::String?,
2266
+ parameters: Hash[::String, Array[::String]]?
2267
+ }?,
2268
+ step_functions: {
2269
+ input: ::String?,
2270
+ name: ::String?
2271
+ }?,
2272
+ lambda: {
2273
+ client_context: ::String?,
2274
+ qualifier: ::String?,
2275
+ payload: ::String?
2276
+ }?
2277
+ },
2278
+ ?priority: ::Integer,
2279
+ ?max_concurrency: ::String,
2280
+ ?max_errors: ::String,
2281
+ ?logging_info: {
2282
+ s3_bucket_name: ::String,
2283
+ s3_key_prefix: ::String?,
2284
+ s3_region: ::String
2285
+ },
2286
+ ?name: ::String,
2287
+ ?description: ::String,
2288
+ ?client_token: ::String,
2289
+ ?cutoff_behavior: ("CONTINUE_TASK" | "CANCEL_TASK"),
2290
+ ?alarm_configuration: {
2291
+ ignore_poll_alarm_failure: bool?,
2292
+ alarms: Array[
2293
+ {
2294
+ name: ::String
2295
+ },
2296
+ ]
2297
+ }
2298
+ ) -> _RegisterTaskWithMaintenanceWindowResponseSuccess
2299
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterTaskWithMaintenanceWindowResponseSuccess
2300
+
2301
+ interface _RemoveTagsFromResourceResponseSuccess
2302
+ include ::Seahorse::Client::_ResponseSuccess[Types::RemoveTagsFromResourceResult]
2303
+ end
2304
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#remove_tags_from_resource-instance_method
2305
+ def remove_tags_from_resource: (
2306
+ resource_type: ("Document" | "ManagedInstance" | "MaintenanceWindow" | "Parameter" | "PatchBaseline" | "OpsItem" | "OpsMetadata" | "Automation" | "Association"),
2307
+ resource_id: ::String,
2308
+ tag_keys: Array[::String]
2309
+ ) -> _RemoveTagsFromResourceResponseSuccess
2310
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveTagsFromResourceResponseSuccess
2311
+
2312
+ interface _ResetServiceSettingResponseSuccess
2313
+ include ::Seahorse::Client::_ResponseSuccess[Types::ResetServiceSettingResult]
2314
+ def service_setting: () -> Types::ServiceSetting
2315
+ end
2316
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#reset_service_setting-instance_method
2317
+ def reset_service_setting: (
2318
+ setting_id: ::String
2319
+ ) -> _ResetServiceSettingResponseSuccess
2320
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetServiceSettingResponseSuccess
2321
+
2322
+ interface _ResumeSessionResponseSuccess
2323
+ include ::Seahorse::Client::_ResponseSuccess[Types::ResumeSessionResponse]
2324
+ def session_id: () -> ::String
2325
+ def token_value: () -> ::String
2326
+ def stream_url: () -> ::String
2327
+ end
2328
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#resume_session-instance_method
2329
+ def resume_session: (
2330
+ session_id: ::String
2331
+ ) -> _ResumeSessionResponseSuccess
2332
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResumeSessionResponseSuccess
2333
+
2334
+ interface _SendAutomationSignalResponseSuccess
2335
+ include ::Seahorse::Client::_ResponseSuccess[Types::SendAutomationSignalResult]
2336
+ end
2337
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#send_automation_signal-instance_method
2338
+ def send_automation_signal: (
2339
+ automation_execution_id: ::String,
2340
+ signal_type: ("Approve" | "Reject" | "StartStep" | "StopStep" | "Resume"),
2341
+ ?payload: Hash[::String, Array[::String]]
2342
+ ) -> _SendAutomationSignalResponseSuccess
2343
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendAutomationSignalResponseSuccess
2344
+
2345
+ interface _SendCommandResponseSuccess
2346
+ include ::Seahorse::Client::_ResponseSuccess[Types::SendCommandResult]
2347
+ def command: () -> Types::Command
2348
+ end
2349
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#send_command-instance_method
2350
+ def send_command: (
2351
+ ?instance_ids: Array[::String],
2352
+ ?targets: Array[
2353
+ {
2354
+ key: ::String?,
2355
+ values: Array[::String]?
2356
+ },
2357
+ ],
2358
+ document_name: ::String,
2359
+ ?document_version: ::String,
2360
+ ?document_hash: ::String,
2361
+ ?document_hash_type: ("Sha256" | "Sha1"),
2362
+ ?timeout_seconds: ::Integer,
2363
+ ?comment: ::String,
2364
+ ?parameters: Hash[::String, Array[::String]],
2365
+ ?output_s3_region: ::String,
2366
+ ?output_s3_bucket_name: ::String,
2367
+ ?output_s3_key_prefix: ::String,
2368
+ ?max_concurrency: ::String,
2369
+ ?max_errors: ::String,
2370
+ ?service_role_arn: ::String,
2371
+ ?notification_config: {
2372
+ notification_arn: ::String?,
2373
+ notification_events: Array[("All" | "InProgress" | "Success" | "TimedOut" | "Cancelled" | "Failed")]?,
2374
+ notification_type: ("Command" | "Invocation")?
2375
+ },
2376
+ ?cloud_watch_output_config: {
2377
+ cloud_watch_log_group_name: ::String?,
2378
+ cloud_watch_output_enabled: bool?
2379
+ },
2380
+ ?alarm_configuration: {
2381
+ ignore_poll_alarm_failure: bool?,
2382
+ alarms: Array[
2383
+ {
2384
+ name: ::String
2385
+ },
2386
+ ]
2387
+ }
2388
+ ) -> _SendCommandResponseSuccess
2389
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendCommandResponseSuccess
2390
+
2391
+ interface _StartAssociationsOnceResponseSuccess
2392
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartAssociationsOnceResult]
2393
+ end
2394
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#start_associations_once-instance_method
2395
+ def start_associations_once: (
2396
+ association_ids: Array[::String]
2397
+ ) -> _StartAssociationsOnceResponseSuccess
2398
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartAssociationsOnceResponseSuccess
2399
+
2400
+ interface _StartAutomationExecutionResponseSuccess
2401
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartAutomationExecutionResult]
2402
+ def automation_execution_id: () -> ::String
2403
+ end
2404
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#start_automation_execution-instance_method
2405
+ def start_automation_execution: (
2406
+ document_name: ::String,
2407
+ ?document_version: ::String,
2408
+ ?parameters: Hash[::String, Array[::String]],
2409
+ ?client_token: ::String,
2410
+ ?mode: ("Auto" | "Interactive"),
2411
+ ?target_parameter_name: ::String,
2412
+ ?targets: Array[
2413
+ {
2414
+ key: ::String?,
2415
+ values: Array[::String]?
2416
+ },
2417
+ ],
2418
+ ?target_maps: Array[
2419
+ Hash[::String, Array[::String]],
2420
+ ],
2421
+ ?max_concurrency: ::String,
2422
+ ?max_errors: ::String,
2423
+ ?target_locations: Array[
2424
+ {
2425
+ accounts: Array[::String]?,
2426
+ regions: Array[::String]?,
2427
+ target_location_max_concurrency: ::String?,
2428
+ target_location_max_errors: ::String?,
2429
+ execution_role_name: ::String?,
2430
+ target_location_alarm_configuration: {
2431
+ ignore_poll_alarm_failure: bool?,
2432
+ alarms: Array[
2433
+ {
2434
+ name: ::String
2435
+ },
2436
+ ]
2437
+ }?
2438
+ },
2439
+ ],
2440
+ ?tags: Array[
2441
+ {
2442
+ key: ::String,
2443
+ value: ::String
2444
+ },
2445
+ ],
2446
+ ?alarm_configuration: {
2447
+ ignore_poll_alarm_failure: bool?,
2448
+ alarms: Array[
2449
+ {
2450
+ name: ::String
2451
+ },
2452
+ ]
2453
+ }
2454
+ ) -> _StartAutomationExecutionResponseSuccess
2455
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartAutomationExecutionResponseSuccess
2456
+
2457
+ interface _StartChangeRequestExecutionResponseSuccess
2458
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartChangeRequestExecutionResult]
2459
+ def automation_execution_id: () -> ::String
2460
+ end
2461
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#start_change_request_execution-instance_method
2462
+ def start_change_request_execution: (
2463
+ ?scheduled_time: ::Time,
2464
+ document_name: ::String,
2465
+ ?document_version: ::String,
2466
+ ?parameters: Hash[::String, Array[::String]],
2467
+ ?change_request_name: ::String,
2468
+ ?client_token: ::String,
2469
+ ?auto_approve: bool,
2470
+ runbooks: Array[
2471
+ {
2472
+ document_name: ::String,
2473
+ document_version: ::String?,
2474
+ parameters: Hash[::String, Array[::String]]?,
2475
+ target_parameter_name: ::String?,
2476
+ targets: Array[
2477
+ {
2478
+ key: ::String?,
2479
+ values: Array[::String]?
2480
+ },
2481
+ ]?,
2482
+ target_maps: Array[
2483
+ Hash[::String, Array[::String]],
2484
+ ]?,
2485
+ max_concurrency: ::String?,
2486
+ max_errors: ::String?,
2487
+ target_locations: Array[
2488
+ {
2489
+ accounts: Array[::String]?,
2490
+ regions: Array[::String]?,
2491
+ target_location_max_concurrency: ::String?,
2492
+ target_location_max_errors: ::String?,
2493
+ execution_role_name: ::String?,
2494
+ target_location_alarm_configuration: {
2495
+ ignore_poll_alarm_failure: bool?,
2496
+ alarms: Array[
2497
+ {
2498
+ name: ::String
2499
+ },
2500
+ ]
2501
+ }?
2502
+ },
2503
+ ]?
2504
+ },
2505
+ ],
2506
+ ?tags: Array[
2507
+ {
2508
+ key: ::String,
2509
+ value: ::String
2510
+ },
2511
+ ],
2512
+ ?scheduled_end_time: ::Time,
2513
+ ?change_details: ::String
2514
+ ) -> _StartChangeRequestExecutionResponseSuccess
2515
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartChangeRequestExecutionResponseSuccess
2516
+
2517
+ interface _StartSessionResponseSuccess
2518
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartSessionResponse]
2519
+ def session_id: () -> ::String
2520
+ def token_value: () -> ::String
2521
+ def stream_url: () -> ::String
2522
+ end
2523
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#start_session-instance_method
2524
+ def start_session: (
2525
+ target: ::String,
2526
+ ?document_name: ::String,
2527
+ ?reason: ::String,
2528
+ ?parameters: Hash[::String, Array[::String]]
2529
+ ) -> _StartSessionResponseSuccess
2530
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartSessionResponseSuccess
2531
+
2532
+ interface _StopAutomationExecutionResponseSuccess
2533
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopAutomationExecutionResult]
2534
+ end
2535
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#stop_automation_execution-instance_method
2536
+ def stop_automation_execution: (
2537
+ automation_execution_id: ::String,
2538
+ ?type: ("Complete" | "Cancel")
2539
+ ) -> _StopAutomationExecutionResponseSuccess
2540
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopAutomationExecutionResponseSuccess
2541
+
2542
+ interface _TerminateSessionResponseSuccess
2543
+ include ::Seahorse::Client::_ResponseSuccess[Types::TerminateSessionResponse]
2544
+ def session_id: () -> ::String
2545
+ end
2546
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#terminate_session-instance_method
2547
+ def terminate_session: (
2548
+ session_id: ::String
2549
+ ) -> _TerminateSessionResponseSuccess
2550
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TerminateSessionResponseSuccess
2551
+
2552
+ interface _UnlabelParameterVersionResponseSuccess
2553
+ include ::Seahorse::Client::_ResponseSuccess[Types::UnlabelParameterVersionResult]
2554
+ def removed_labels: () -> ::Array[::String]
2555
+ def invalid_labels: () -> ::Array[::String]
2556
+ end
2557
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#unlabel_parameter_version-instance_method
2558
+ def unlabel_parameter_version: (
2559
+ name: ::String,
2560
+ parameter_version: ::Integer,
2561
+ labels: Array[::String]
2562
+ ) -> _UnlabelParameterVersionResponseSuccess
2563
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UnlabelParameterVersionResponseSuccess
2564
+
2565
+ interface _UpdateAssociationResponseSuccess
2566
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAssociationResult]
2567
+ def association_description: () -> Types::AssociationDescription
2568
+ end
2569
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_association-instance_method
2570
+ def update_association: (
2571
+ association_id: ::String,
2572
+ ?parameters: Hash[::String, Array[::String]],
2573
+ ?document_version: ::String,
2574
+ ?schedule_expression: ::String,
2575
+ ?output_location: {
2576
+ s3_location: {
2577
+ output_s3_region: ::String?,
2578
+ output_s3_bucket_name: ::String?,
2579
+ output_s3_key_prefix: ::String?
2580
+ }?
2581
+ },
2582
+ ?name: ::String,
2583
+ ?targets: Array[
2584
+ {
2585
+ key: ::String?,
2586
+ values: Array[::String]?
2587
+ },
2588
+ ],
2589
+ ?association_name: ::String,
2590
+ ?association_version: ::String,
2591
+ ?automation_target_parameter_name: ::String,
2592
+ ?max_errors: ::String,
2593
+ ?max_concurrency: ::String,
2594
+ ?compliance_severity: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "UNSPECIFIED"),
2595
+ ?sync_compliance: ("AUTO" | "MANUAL"),
2596
+ ?apply_only_at_cron_interval: bool,
2597
+ ?calendar_names: Array[::String],
2598
+ ?target_locations: Array[
2599
+ {
2600
+ accounts: Array[::String]?,
2601
+ regions: Array[::String]?,
2602
+ target_location_max_concurrency: ::String?,
2603
+ target_location_max_errors: ::String?,
2604
+ execution_role_name: ::String?,
2605
+ target_location_alarm_configuration: {
2606
+ ignore_poll_alarm_failure: bool?,
2607
+ alarms: Array[
2608
+ {
2609
+ name: ::String
2610
+ },
2611
+ ]
2612
+ }?
2613
+ },
2614
+ ],
2615
+ ?schedule_offset: ::Integer,
2616
+ ?duration: ::Integer,
2617
+ ?target_maps: Array[
2618
+ Hash[::String, Array[::String]],
2619
+ ],
2620
+ ?alarm_configuration: {
2621
+ ignore_poll_alarm_failure: bool?,
2622
+ alarms: Array[
2623
+ {
2624
+ name: ::String
2625
+ },
2626
+ ]
2627
+ }
2628
+ ) -> _UpdateAssociationResponseSuccess
2629
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAssociationResponseSuccess
2630
+
2631
+ interface _UpdateAssociationStatusResponseSuccess
2632
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAssociationStatusResult]
2633
+ def association_description: () -> Types::AssociationDescription
2634
+ end
2635
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_association_status-instance_method
2636
+ def update_association_status: (
2637
+ name: ::String,
2638
+ instance_id: ::String,
2639
+ association_status: {
2640
+ date: ::Time,
2641
+ name: ("Pending" | "Success" | "Failed"),
2642
+ message: ::String,
2643
+ additional_info: ::String?
2644
+ }
2645
+ ) -> _UpdateAssociationStatusResponseSuccess
2646
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAssociationStatusResponseSuccess
2647
+
2648
+ interface _UpdateDocumentResponseSuccess
2649
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDocumentResult]
2650
+ def document_description: () -> Types::DocumentDescription
2651
+ end
2652
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_document-instance_method
2653
+ def update_document: (
2654
+ content: ::String,
2655
+ ?attachments: Array[
2656
+ {
2657
+ key: ("SourceUrl" | "S3FileUrl" | "AttachmentReference")?,
2658
+ values: Array[::String]?,
2659
+ name: ::String?
2660
+ },
2661
+ ],
2662
+ name: ::String,
2663
+ ?display_name: ::String,
2664
+ ?version_name: ::String,
2665
+ ?document_version: ::String,
2666
+ ?document_format: ("YAML" | "JSON" | "TEXT"),
2667
+ ?target_type: ::String
2668
+ ) -> _UpdateDocumentResponseSuccess
2669
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDocumentResponseSuccess
2670
+
2671
+ interface _UpdateDocumentDefaultVersionResponseSuccess
2672
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDocumentDefaultVersionResult]
2673
+ def description: () -> Types::DocumentDefaultVersionDescription
2674
+ end
2675
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_document_default_version-instance_method
2676
+ def update_document_default_version: (
2677
+ name: ::String,
2678
+ document_version: ::String
2679
+ ) -> _UpdateDocumentDefaultVersionResponseSuccess
2680
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDocumentDefaultVersionResponseSuccess
2681
+
2682
+ interface _UpdateDocumentMetadataResponseSuccess
2683
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDocumentMetadataResponse]
2684
+ end
2685
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_document_metadata-instance_method
2686
+ def update_document_metadata: (
2687
+ name: ::String,
2688
+ ?document_version: ::String,
2689
+ document_reviews: {
2690
+ action: ("SendForReview" | "UpdateReview" | "Approve" | "Reject"),
2691
+ comment: Array[
2692
+ {
2693
+ type: ("Comment")?,
2694
+ content: ::String?
2695
+ },
2696
+ ]?
2697
+ }
2698
+ ) -> _UpdateDocumentMetadataResponseSuccess
2699
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDocumentMetadataResponseSuccess
2700
+
2701
+ interface _UpdateMaintenanceWindowResponseSuccess
2702
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateMaintenanceWindowResult]
2703
+ def window_id: () -> ::String
2704
+ def name: () -> ::String
2705
+ def description: () -> ::String
2706
+ def start_date: () -> ::String
2707
+ def end_date: () -> ::String
2708
+ def schedule: () -> ::String
2709
+ def schedule_timezone: () -> ::String
2710
+ def schedule_offset: () -> ::Integer
2711
+ def duration: () -> ::Integer
2712
+ def cutoff: () -> ::Integer
2713
+ def allow_unassociated_targets: () -> bool
2714
+ def enabled: () -> bool
2715
+ end
2716
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_maintenance_window-instance_method
2717
+ def update_maintenance_window: (
2718
+ window_id: ::String,
2719
+ ?name: ::String,
2720
+ ?description: ::String,
2721
+ ?start_date: ::String,
2722
+ ?end_date: ::String,
2723
+ ?schedule: ::String,
2724
+ ?schedule_timezone: ::String,
2725
+ ?schedule_offset: ::Integer,
2726
+ ?duration: ::Integer,
2727
+ ?cutoff: ::Integer,
2728
+ ?allow_unassociated_targets: bool,
2729
+ ?enabled: bool,
2730
+ ?replace: bool
2731
+ ) -> _UpdateMaintenanceWindowResponseSuccess
2732
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMaintenanceWindowResponseSuccess
2733
+
2734
+ interface _UpdateMaintenanceWindowTargetResponseSuccess
2735
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateMaintenanceWindowTargetResult]
2736
+ def window_id: () -> ::String
2737
+ def window_target_id: () -> ::String
2738
+ def targets: () -> ::Array[Types::Target]
2739
+ def owner_information: () -> ::String
2740
+ def name: () -> ::String
2741
+ def description: () -> ::String
2742
+ end
2743
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_maintenance_window_target-instance_method
2744
+ def update_maintenance_window_target: (
2745
+ window_id: ::String,
2746
+ window_target_id: ::String,
2747
+ ?targets: Array[
2748
+ {
2749
+ key: ::String?,
2750
+ values: Array[::String]?
2751
+ },
2752
+ ],
2753
+ ?owner_information: ::String,
2754
+ ?name: ::String,
2755
+ ?description: ::String,
2756
+ ?replace: bool
2757
+ ) -> _UpdateMaintenanceWindowTargetResponseSuccess
2758
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMaintenanceWindowTargetResponseSuccess
2759
+
2760
+ interface _UpdateMaintenanceWindowTaskResponseSuccess
2761
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateMaintenanceWindowTaskResult]
2762
+ def window_id: () -> ::String
2763
+ def window_task_id: () -> ::String
2764
+ def targets: () -> ::Array[Types::Target]
2765
+ def task_arn: () -> ::String
2766
+ def service_role_arn: () -> ::String
2767
+ def task_parameters: () -> ::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]
2768
+ def task_invocation_parameters: () -> Types::MaintenanceWindowTaskInvocationParameters
2769
+ def priority: () -> ::Integer
2770
+ def max_concurrency: () -> ::String
2771
+ def max_errors: () -> ::String
2772
+ def logging_info: () -> Types::LoggingInfo
2773
+ def name: () -> ::String
2774
+ def description: () -> ::String
2775
+ def cutoff_behavior: () -> ("CONTINUE_TASK" | "CANCEL_TASK")
2776
+ def alarm_configuration: () -> Types::AlarmConfiguration
2777
+ end
2778
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_maintenance_window_task-instance_method
2779
+ def update_maintenance_window_task: (
2780
+ window_id: ::String,
2781
+ window_task_id: ::String,
2782
+ ?targets: Array[
2783
+ {
2784
+ key: ::String?,
2785
+ values: Array[::String]?
2786
+ },
2787
+ ],
2788
+ ?task_arn: ::String,
2789
+ ?service_role_arn: ::String,
2790
+ ?task_parameters: Hash[::String, {
2791
+ values: Array[::String]?
2792
+ }],
2793
+ ?task_invocation_parameters: {
2794
+ run_command: {
2795
+ comment: ::String?,
2796
+ cloud_watch_output_config: {
2797
+ cloud_watch_log_group_name: ::String?,
2798
+ cloud_watch_output_enabled: bool?
2799
+ }?,
2800
+ document_hash: ::String?,
2801
+ document_hash_type: ("Sha256" | "Sha1")?,
2802
+ document_version: ::String?,
2803
+ notification_config: {
2804
+ notification_arn: ::String?,
2805
+ notification_events: Array[("All" | "InProgress" | "Success" | "TimedOut" | "Cancelled" | "Failed")]?,
2806
+ notification_type: ("Command" | "Invocation")?
2807
+ }?,
2808
+ output_s3_bucket_name: ::String?,
2809
+ output_s3_key_prefix: ::String?,
2810
+ parameters: Hash[::String, Array[::String]]?,
2811
+ service_role_arn: ::String?,
2812
+ timeout_seconds: ::Integer?
2813
+ }?,
2814
+ automation: {
2815
+ document_version: ::String?,
2816
+ parameters: Hash[::String, Array[::String]]?
2817
+ }?,
2818
+ step_functions: {
2819
+ input: ::String?,
2820
+ name: ::String?
2821
+ }?,
2822
+ lambda: {
2823
+ client_context: ::String?,
2824
+ qualifier: ::String?,
2825
+ payload: ::String?
2826
+ }?
2827
+ },
2828
+ ?priority: ::Integer,
2829
+ ?max_concurrency: ::String,
2830
+ ?max_errors: ::String,
2831
+ ?logging_info: {
2832
+ s3_bucket_name: ::String,
2833
+ s3_key_prefix: ::String?,
2834
+ s3_region: ::String
2835
+ },
2836
+ ?name: ::String,
2837
+ ?description: ::String,
2838
+ ?replace: bool,
2839
+ ?cutoff_behavior: ("CONTINUE_TASK" | "CANCEL_TASK"),
2840
+ ?alarm_configuration: {
2841
+ ignore_poll_alarm_failure: bool?,
2842
+ alarms: Array[
2843
+ {
2844
+ name: ::String
2845
+ },
2846
+ ]
2847
+ }
2848
+ ) -> _UpdateMaintenanceWindowTaskResponseSuccess
2849
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMaintenanceWindowTaskResponseSuccess
2850
+
2851
+ interface _UpdateManagedInstanceRoleResponseSuccess
2852
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateManagedInstanceRoleResult]
2853
+ end
2854
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_managed_instance_role-instance_method
2855
+ def update_managed_instance_role: (
2856
+ instance_id: ::String,
2857
+ iam_role: ::String
2858
+ ) -> _UpdateManagedInstanceRoleResponseSuccess
2859
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateManagedInstanceRoleResponseSuccess
2860
+
2861
+ interface _UpdateOpsItemResponseSuccess
2862
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateOpsItemResponse]
2863
+ end
2864
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_ops_item-instance_method
2865
+ def update_ops_item: (
2866
+ ?description: ::String,
2867
+ ?operational_data: Hash[::String, {
2868
+ value: ::String?,
2869
+ type: ("SearchableString" | "String")?
2870
+ }],
2871
+ ?operational_data_to_delete: Array[::String],
2872
+ ?notifications: Array[
2873
+ {
2874
+ arn: ::String?
2875
+ },
2876
+ ],
2877
+ ?priority: ::Integer,
2878
+ ?related_ops_items: Array[
2879
+ {
2880
+ ops_item_id: ::String
2881
+ },
2882
+ ],
2883
+ ?status: ("Open" | "InProgress" | "Resolved" | "Pending" | "TimedOut" | "Cancelling" | "Cancelled" | "Failed" | "CompletedWithSuccess" | "CompletedWithFailure" | "Scheduled" | "RunbookInProgress" | "PendingChangeCalendarOverride" | "ChangeCalendarOverrideApproved" | "ChangeCalendarOverrideRejected" | "PendingApproval" | "Approved" | "Rejected" | "Closed"),
2884
+ ops_item_id: ::String,
2885
+ ?title: ::String,
2886
+ ?category: ::String,
2887
+ ?severity: ::String,
2888
+ ?actual_start_time: ::Time,
2889
+ ?actual_end_time: ::Time,
2890
+ ?planned_start_time: ::Time,
2891
+ ?planned_end_time: ::Time,
2892
+ ?ops_item_arn: ::String
2893
+ ) -> _UpdateOpsItemResponseSuccess
2894
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateOpsItemResponseSuccess
2895
+
2896
+ interface _UpdateOpsMetadataResponseSuccess
2897
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateOpsMetadataResult]
2898
+ def ops_metadata_arn: () -> ::String
2899
+ end
2900
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_ops_metadata-instance_method
2901
+ def update_ops_metadata: (
2902
+ ops_metadata_arn: ::String,
2903
+ ?metadata_to_update: Hash[::String, {
2904
+ value: ::String?
2905
+ }],
2906
+ ?keys_to_delete: Array[::String]
2907
+ ) -> _UpdateOpsMetadataResponseSuccess
2908
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateOpsMetadataResponseSuccess
2909
+
2910
+ interface _UpdatePatchBaselineResponseSuccess
2911
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePatchBaselineResult]
2912
+ def baseline_id: () -> ::String
2913
+ def name: () -> ::String
2914
+ def operating_system: () -> ("WINDOWS" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "AMAZON_LINUX_2022" | "UBUNTU" | "REDHAT_ENTERPRISE_LINUX" | "SUSE" | "CENTOS" | "ORACLE_LINUX" | "DEBIAN" | "MACOS" | "RASPBIAN" | "ROCKY_LINUX" | "ALMA_LINUX" | "AMAZON_LINUX_2023")
2915
+ def global_filters: () -> Types::PatchFilterGroup
2916
+ def approval_rules: () -> Types::PatchRuleGroup
2917
+ def approved_patches: () -> ::Array[::String]
2918
+ def approved_patches_compliance_level: () -> ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "INFORMATIONAL" | "UNSPECIFIED")
2919
+ def approved_patches_enable_non_security: () -> bool
2920
+ def rejected_patches: () -> ::Array[::String]
2921
+ def rejected_patches_action: () -> ("ALLOW_AS_DEPENDENCY" | "BLOCK")
2922
+ def created_date: () -> ::Time
2923
+ def modified_date: () -> ::Time
2924
+ def description: () -> ::String
2925
+ def sources: () -> ::Array[Types::PatchSource]
2926
+ end
2927
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_patch_baseline-instance_method
2928
+ def update_patch_baseline: (
2929
+ baseline_id: ::String,
2930
+ ?name: ::String,
2931
+ ?global_filters: {
2932
+ patch_filters: Array[
2933
+ {
2934
+ key: ("ARCH" | "ADVISORY_ID" | "BUGZILLA_ID" | "PATCH_SET" | "PRODUCT" | "PRODUCT_FAMILY" | "CLASSIFICATION" | "CVE_ID" | "EPOCH" | "MSRC_SEVERITY" | "NAME" | "PATCH_ID" | "SECTION" | "PRIORITY" | "REPOSITORY" | "RELEASE" | "SEVERITY" | "SECURITY" | "VERSION"),
2935
+ values: Array[::String]
2936
+ },
2937
+ ]
2938
+ },
2939
+ ?approval_rules: {
2940
+ patch_rules: Array[
2941
+ {
2942
+ patch_filter_group: {
2943
+ patch_filters: Array[
2944
+ {
2945
+ key: ("ARCH" | "ADVISORY_ID" | "BUGZILLA_ID" | "PATCH_SET" | "PRODUCT" | "PRODUCT_FAMILY" | "CLASSIFICATION" | "CVE_ID" | "EPOCH" | "MSRC_SEVERITY" | "NAME" | "PATCH_ID" | "SECTION" | "PRIORITY" | "REPOSITORY" | "RELEASE" | "SEVERITY" | "SECURITY" | "VERSION"),
2946
+ values: Array[::String]
2947
+ },
2948
+ ]
2949
+ },
2950
+ compliance_level: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "INFORMATIONAL" | "UNSPECIFIED")?,
2951
+ approve_after_days: ::Integer?,
2952
+ approve_until_date: ::String?,
2953
+ enable_non_security: bool?
2954
+ },
2955
+ ]
2956
+ },
2957
+ ?approved_patches: Array[::String],
2958
+ ?approved_patches_compliance_level: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "INFORMATIONAL" | "UNSPECIFIED"),
2959
+ ?approved_patches_enable_non_security: bool,
2960
+ ?rejected_patches: Array[::String],
2961
+ ?rejected_patches_action: ("ALLOW_AS_DEPENDENCY" | "BLOCK"),
2962
+ ?description: ::String,
2963
+ ?sources: Array[
2964
+ {
2965
+ name: ::String,
2966
+ products: Array[::String],
2967
+ configuration: ::String
2968
+ },
2969
+ ],
2970
+ ?replace: bool
2971
+ ) -> _UpdatePatchBaselineResponseSuccess
2972
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePatchBaselineResponseSuccess
2973
+
2974
+ interface _UpdateResourceDataSyncResponseSuccess
2975
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateResourceDataSyncResult]
2976
+ end
2977
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_resource_data_sync-instance_method
2978
+ def update_resource_data_sync: (
2979
+ sync_name: ::String,
2980
+ sync_type: ::String,
2981
+ sync_source: {
2982
+ source_type: ::String,
2983
+ aws_organizations_source: {
2984
+ organization_source_type: ::String,
2985
+ organizational_units: Array[
2986
+ {
2987
+ organizational_unit_id: ::String?
2988
+ },
2989
+ ]?
2990
+ }?,
2991
+ source_regions: Array[::String],
2992
+ include_future_regions: bool?,
2993
+ enable_all_ops_data_sources: bool?
2994
+ }
2995
+ ) -> _UpdateResourceDataSyncResponseSuccess
2996
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateResourceDataSyncResponseSuccess
2997
+
2998
+ interface _UpdateServiceSettingResponseSuccess
2999
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateServiceSettingResult]
3000
+ end
3001
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_service_setting-instance_method
3002
+ def update_service_setting: (
3003
+ setting_id: ::String,
3004
+ setting_value: ::String
3005
+ ) -> _UpdateServiceSettingResponseSuccess
3006
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateServiceSettingResponseSuccess
3007
+
3008
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#wait_until-instance_method
3009
+ def wait_until: (:command_executed waiter_name,
3010
+ command_id: ::String,
3011
+ instance_id: ::String,
3012
+ ?plugin_name: ::String
3013
+ ) -> Client::_GetCommandInvocationResponseSuccess
3014
+ | (:command_executed waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetCommandInvocationResponseSuccess
3015
+ end
3016
+ end
3017
+ end
3018
+