aws_sdk_ssm/
operation.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddTagsToResource` operation.
pub mod add_tags_to_resource;

/// Types for the `AssociateOpsItemRelatedItem` operation.
pub mod associate_ops_item_related_item;

/// Types for the `CancelCommand` operation.
pub mod cancel_command;

/// Types for the `CancelMaintenanceWindowExecution` operation.
pub mod cancel_maintenance_window_execution;

/// Types for the `CreateActivation` operation.
pub mod create_activation;

/// Types for the `CreateAssociation` operation.
pub mod create_association;

/// Types for the `CreateAssociationBatch` operation.
pub mod create_association_batch;

/// Types for the `CreateDocument` operation.
pub mod create_document;

/// Types for the `CreateMaintenanceWindow` operation.
pub mod create_maintenance_window;

/// Types for the `CreateOpsItem` operation.
pub mod create_ops_item;

/// Types for the `CreateOpsMetadata` operation.
pub mod create_ops_metadata;

/// Types for the `CreatePatchBaseline` operation.
pub mod create_patch_baseline;

/// Types for the `CreateResourceDataSync` operation.
pub mod create_resource_data_sync;

/// Types for the `DeleteActivation` operation.
pub mod delete_activation;

/// Types for the `DeleteAssociation` operation.
pub mod delete_association;

/// Types for the `DeleteDocument` operation.
pub mod delete_document;

/// Types for the `DeleteInventory` operation.
pub mod delete_inventory;

/// Types for the `DeleteMaintenanceWindow` operation.
pub mod delete_maintenance_window;

/// Types for the `DeleteOpsItem` operation.
pub mod delete_ops_item;

/// Types for the `DeleteOpsMetadata` operation.
pub mod delete_ops_metadata;

/// Types for the `DeleteParameter` operation.
pub mod delete_parameter;

/// Types for the `DeleteParameters` operation.
pub mod delete_parameters;

/// Types for the `DeletePatchBaseline` operation.
pub mod delete_patch_baseline;

/// Types for the `DeleteResourceDataSync` operation.
pub mod delete_resource_data_sync;

/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;

/// Types for the `DeregisterManagedInstance` operation.
pub mod deregister_managed_instance;

/// Types for the `DeregisterPatchBaselineForPatchGroup` operation.
pub mod deregister_patch_baseline_for_patch_group;

/// Types for the `DeregisterTargetFromMaintenanceWindow` operation.
pub mod deregister_target_from_maintenance_window;

/// Types for the `DeregisterTaskFromMaintenanceWindow` operation.
pub mod deregister_task_from_maintenance_window;

/// Types for the `DescribeActivations` operation.
pub mod describe_activations;

/// Types for the `DescribeAssociation` operation.
pub mod describe_association;

/// Types for the `DescribeAssociationExecutionTargets` operation.
pub mod describe_association_execution_targets;

/// Types for the `DescribeAssociationExecutions` operation.
pub mod describe_association_executions;

/// Types for the `DescribeAutomationExecutions` operation.
pub mod describe_automation_executions;

/// Types for the `DescribeAutomationStepExecutions` operation.
pub mod describe_automation_step_executions;

/// Types for the `DescribeAvailablePatches` operation.
pub mod describe_available_patches;

/// Types for the `DescribeDocument` operation.
pub mod describe_document;

/// Types for the `DescribeDocumentPermission` operation.
pub mod describe_document_permission;

/// Types for the `DescribeEffectiveInstanceAssociations` operation.
pub mod describe_effective_instance_associations;

/// Types for the `DescribeEffectivePatchesForPatchBaseline` operation.
pub mod describe_effective_patches_for_patch_baseline;

/// Types for the `DescribeInstanceAssociationsStatus` operation.
pub mod describe_instance_associations_status;

/// Types for the `DescribeInstanceInformation` operation.
pub mod describe_instance_information;

/// Types for the `DescribeInstancePatchStates` operation.
pub mod describe_instance_patch_states;

/// Types for the `DescribeInstancePatchStatesForPatchGroup` operation.
pub mod describe_instance_patch_states_for_patch_group;

/// Types for the `DescribeInstancePatches` operation.
pub mod describe_instance_patches;

/// Types for the `DescribeInstanceProperties` operation.
pub mod describe_instance_properties;

/// Types for the `DescribeInventoryDeletions` operation.
pub mod describe_inventory_deletions;

/// Types for the `DescribeMaintenanceWindowExecutionTaskInvocations` operation.
pub mod describe_maintenance_window_execution_task_invocations;

/// Types for the `DescribeMaintenanceWindowExecutionTasks` operation.
pub mod describe_maintenance_window_execution_tasks;

/// Types for the `DescribeMaintenanceWindowExecutions` operation.
pub mod describe_maintenance_window_executions;

/// Types for the `DescribeMaintenanceWindowSchedule` operation.
pub mod describe_maintenance_window_schedule;

/// Types for the `DescribeMaintenanceWindowTargets` operation.
pub mod describe_maintenance_window_targets;

/// Types for the `DescribeMaintenanceWindowTasks` operation.
pub mod describe_maintenance_window_tasks;

/// Types for the `DescribeMaintenanceWindows` operation.
pub mod describe_maintenance_windows;

/// Types for the `DescribeMaintenanceWindowsForTarget` operation.
pub mod describe_maintenance_windows_for_target;

/// Types for the `DescribeOpsItems` operation.
pub mod describe_ops_items;

/// Types for the `DescribeParameters` operation.
pub mod describe_parameters;

/// Types for the `DescribePatchBaselines` operation.
pub mod describe_patch_baselines;

/// Types for the `DescribePatchGroupState` operation.
pub mod describe_patch_group_state;

/// Types for the `DescribePatchGroups` operation.
pub mod describe_patch_groups;

/// Types for the `DescribePatchProperties` operation.
pub mod describe_patch_properties;

/// Types for the `DescribeSessions` operation.
pub mod describe_sessions;

/// Types for the `DisassociateOpsItemRelatedItem` operation.
pub mod disassociate_ops_item_related_item;

/// Types for the `GetAutomationExecution` operation.
pub mod get_automation_execution;

/// Types for the `GetCalendarState` operation.
pub mod get_calendar_state;

/// Types for the `GetCommandInvocation` operation.
pub mod get_command_invocation;

/// Types for the `GetConnectionStatus` operation.
pub mod get_connection_status;

/// Types for the `GetDefaultPatchBaseline` operation.
pub mod get_default_patch_baseline;

/// Types for the `GetDeployablePatchSnapshotForInstance` operation.
pub mod get_deployable_patch_snapshot_for_instance;

/// Types for the `GetDocument` operation.
pub mod get_document;

/// Types for the `GetInventory` operation.
pub mod get_inventory;

/// Types for the `GetInventorySchema` operation.
pub mod get_inventory_schema;

/// Types for the `GetMaintenanceWindow` operation.
pub mod get_maintenance_window;

/// Types for the `GetMaintenanceWindowExecution` operation.
pub mod get_maintenance_window_execution;

/// Types for the `GetMaintenanceWindowExecutionTask` operation.
pub mod get_maintenance_window_execution_task;

/// Types for the `GetMaintenanceWindowExecutionTaskInvocation` operation.
pub mod get_maintenance_window_execution_task_invocation;

/// Types for the `GetMaintenanceWindowTask` operation.
pub mod get_maintenance_window_task;

/// Types for the `GetOpsItem` operation.
pub mod get_ops_item;

/// Types for the `GetOpsMetadata` operation.
pub mod get_ops_metadata;

/// Types for the `GetOpsSummary` operation.
pub mod get_ops_summary;

/// Types for the `GetParameter` operation.
pub mod get_parameter;

/// Types for the `GetParameterHistory` operation.
pub mod get_parameter_history;

/// Types for the `GetParameters` operation.
pub mod get_parameters;

/// Types for the `GetParametersByPath` operation.
pub mod get_parameters_by_path;

/// Types for the `GetPatchBaseline` operation.
pub mod get_patch_baseline;

/// Types for the `GetPatchBaselineForPatchGroup` operation.
pub mod get_patch_baseline_for_patch_group;

/// Types for the `GetResourcePolicies` operation.
pub mod get_resource_policies;

/// Types for the `GetServiceSetting` operation.
pub mod get_service_setting;

/// Types for the `LabelParameterVersion` operation.
pub mod label_parameter_version;

/// Types for the `ListAssociationVersions` operation.
pub mod list_association_versions;

/// Types for the `ListAssociations` operation.
pub mod list_associations;

/// Types for the `ListCommandInvocations` operation.
pub mod list_command_invocations;

/// Types for the `ListCommands` operation.
pub mod list_commands;

/// Types for the `ListComplianceItems` operation.
pub mod list_compliance_items;

/// Types for the `ListComplianceSummaries` operation.
pub mod list_compliance_summaries;

/// Types for the `ListDocumentMetadataHistory` operation.
pub mod list_document_metadata_history;

/// Types for the `ListDocumentVersions` operation.
pub mod list_document_versions;

/// Types for the `ListDocuments` operation.
pub mod list_documents;

/// Types for the `ListInventoryEntries` operation.
pub mod list_inventory_entries;

/// Types for the `ListOpsItemEvents` operation.
pub mod list_ops_item_events;

/// Types for the `ListOpsItemRelatedItems` operation.
pub mod list_ops_item_related_items;

/// Types for the `ListOpsMetadata` operation.
pub mod list_ops_metadata;

/// Types for the `ListResourceComplianceSummaries` operation.
pub mod list_resource_compliance_summaries;

/// Types for the `ListResourceDataSync` operation.
pub mod list_resource_data_sync;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ModifyDocumentPermission` operation.
pub mod modify_document_permission;

/// Types for the `PutComplianceItems` operation.
pub mod put_compliance_items;

/// Types for the `PutInventory` operation.
pub mod put_inventory;

/// Types for the `PutParameter` operation.
pub mod put_parameter;

/// Types for the `PutResourcePolicy` operation.
pub mod put_resource_policy;

/// Types for the `RegisterDefaultPatchBaseline` operation.
pub mod register_default_patch_baseline;

/// Types for the `RegisterPatchBaselineForPatchGroup` operation.
pub mod register_patch_baseline_for_patch_group;

/// Types for the `RegisterTargetWithMaintenanceWindow` operation.
pub mod register_target_with_maintenance_window;

/// Types for the `RegisterTaskWithMaintenanceWindow` operation.
pub mod register_task_with_maintenance_window;

/// Types for the `RemoveTagsFromResource` operation.
pub mod remove_tags_from_resource;

/// Types for the `ResetServiceSetting` operation.
pub mod reset_service_setting;

/// Types for the `ResumeSession` operation.
pub mod resume_session;

/// Types for the `SendAutomationSignal` operation.
pub mod send_automation_signal;

/// Types for the `SendCommand` operation.
pub mod send_command;

/// Types for the `StartAssociationsOnce` operation.
pub mod start_associations_once;

/// Types for the `StartAutomationExecution` operation.
pub mod start_automation_execution;

/// Types for the `StartChangeRequestExecution` operation.
pub mod start_change_request_execution;

/// Types for the `StartSession` operation.
pub mod start_session;

/// Types for the `StopAutomationExecution` operation.
pub mod stop_automation_execution;

/// Types for the `TerminateSession` operation.
pub mod terminate_session;

/// Types for the `UnlabelParameterVersion` operation.
pub mod unlabel_parameter_version;

/// Types for the `UpdateAssociation` operation.
pub mod update_association;

/// Types for the `UpdateAssociationStatus` operation.
pub mod update_association_status;

/// Types for the `UpdateDocument` operation.
pub mod update_document;

/// Types for the `UpdateDocumentDefaultVersion` operation.
pub mod update_document_default_version;

/// Types for the `UpdateDocumentMetadata` operation.
pub mod update_document_metadata;

/// Types for the `UpdateMaintenanceWindow` operation.
pub mod update_maintenance_window;

/// Types for the `UpdateMaintenanceWindowTarget` operation.
pub mod update_maintenance_window_target;

/// Types for the `UpdateMaintenanceWindowTask` operation.
pub mod update_maintenance_window_task;

/// Types for the `UpdateManagedInstanceRole` operation.
pub mod update_managed_instance_role;

/// Types for the `UpdateOpsItem` operation.
pub mod update_ops_item;

/// Types for the `UpdateOpsMetadata` operation.
pub mod update_ops_metadata;

/// Types for the `UpdatePatchBaseline` operation.
pub mod update_patch_baseline;

/// Types for the `UpdateResourceDataSync` operation.
pub mod update_resource_data_sync;

/// Types for the `UpdateServiceSetting` operation.
pub mod update_service_setting;