aws_sdk_ssm/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AddTagsToResource` operation.
5pub mod add_tags_to_resource;
6
7/// Types for the `AssociateOpsItemRelatedItem` operation.
8pub mod associate_ops_item_related_item;
9
10/// Types for the `CancelCommand` operation.
11pub mod cancel_command;
12
13/// Types for the `CancelMaintenanceWindowExecution` operation.
14pub mod cancel_maintenance_window_execution;
15
16/// Types for the `CreateActivation` operation.
17pub mod create_activation;
18
19/// Types for the `CreateAssociation` operation.
20pub mod create_association;
21
22/// Types for the `CreateAssociationBatch` operation.
23pub mod create_association_batch;
24
25/// Types for the `CreateDocument` operation.
26pub mod create_document;
27
28/// Types for the `CreateMaintenanceWindow` operation.
29pub mod create_maintenance_window;
30
31/// Types for the `CreateOpsItem` operation.
32pub mod create_ops_item;
33
34/// Types for the `CreateOpsMetadata` operation.
35pub mod create_ops_metadata;
36
37/// Types for the `CreatePatchBaseline` operation.
38pub mod create_patch_baseline;
39
40/// Types for the `CreateResourceDataSync` operation.
41pub mod create_resource_data_sync;
42
43/// Types for the `DeleteActivation` operation.
44pub mod delete_activation;
45
46/// Types for the `DeleteAssociation` operation.
47pub mod delete_association;
48
49/// Types for the `DeleteDocument` operation.
50pub mod delete_document;
51
52/// Types for the `DeleteInventory` operation.
53pub mod delete_inventory;
54
55/// Types for the `DeleteMaintenanceWindow` operation.
56pub mod delete_maintenance_window;
57
58/// Types for the `DeleteOpsItem` operation.
59pub mod delete_ops_item;
60
61/// Types for the `DeleteOpsMetadata` operation.
62pub mod delete_ops_metadata;
63
64/// Types for the `DeleteParameter` operation.
65pub mod delete_parameter;
66
67/// Types for the `DeleteParameters` operation.
68pub mod delete_parameters;
69
70/// Types for the `DeletePatchBaseline` operation.
71pub mod delete_patch_baseline;
72
73/// Types for the `DeleteResourceDataSync` operation.
74pub mod delete_resource_data_sync;
75
76/// Types for the `DeleteResourcePolicy` operation.
77pub mod delete_resource_policy;
78
79/// Types for the `DeregisterManagedInstance` operation.
80pub mod deregister_managed_instance;
81
82/// Types for the `DeregisterPatchBaselineForPatchGroup` operation.
83pub mod deregister_patch_baseline_for_patch_group;
84
85/// Types for the `DeregisterTargetFromMaintenanceWindow` operation.
86pub mod deregister_target_from_maintenance_window;
87
88/// Types for the `DeregisterTaskFromMaintenanceWindow` operation.
89pub mod deregister_task_from_maintenance_window;
90
91/// Types for the `DescribeActivations` operation.
92pub mod describe_activations;
93
94/// Types for the `DescribeAssociation` operation.
95pub mod describe_association;
96
97/// Types for the `DescribeAssociationExecutionTargets` operation.
98pub mod describe_association_execution_targets;
99
100/// Types for the `DescribeAssociationExecutions` operation.
101pub mod describe_association_executions;
102
103/// Types for the `DescribeAutomationExecutions` operation.
104pub mod describe_automation_executions;
105
106/// Types for the `DescribeAutomationStepExecutions` operation.
107pub mod describe_automation_step_executions;
108
109/// Types for the `DescribeAvailablePatches` operation.
110pub mod describe_available_patches;
111
112/// Types for the `DescribeDocument` operation.
113pub mod describe_document;
114
115/// Types for the `DescribeDocumentPermission` operation.
116pub mod describe_document_permission;
117
118/// Types for the `DescribeEffectiveInstanceAssociations` operation.
119pub mod describe_effective_instance_associations;
120
121/// Types for the `DescribeEffectivePatchesForPatchBaseline` operation.
122pub mod describe_effective_patches_for_patch_baseline;
123
124/// Types for the `DescribeInstanceAssociationsStatus` operation.
125pub mod describe_instance_associations_status;
126
127/// Types for the `DescribeInstanceInformation` operation.
128pub mod describe_instance_information;
129
130/// Types for the `DescribeInstancePatchStates` operation.
131pub mod describe_instance_patch_states;
132
133/// Types for the `DescribeInstancePatchStatesForPatchGroup` operation.
134pub mod describe_instance_patch_states_for_patch_group;
135
136/// Types for the `DescribeInstancePatches` operation.
137pub mod describe_instance_patches;
138
139/// Types for the `DescribeInstanceProperties` operation.
140pub mod describe_instance_properties;
141
142/// Types for the `DescribeInventoryDeletions` operation.
143pub mod describe_inventory_deletions;
144
145/// Types for the `DescribeMaintenanceWindowExecutionTaskInvocations` operation.
146pub mod describe_maintenance_window_execution_task_invocations;
147
148/// Types for the `DescribeMaintenanceWindowExecutionTasks` operation.
149pub mod describe_maintenance_window_execution_tasks;
150
151/// Types for the `DescribeMaintenanceWindowExecutions` operation.
152pub mod describe_maintenance_window_executions;
153
154/// Types for the `DescribeMaintenanceWindowSchedule` operation.
155pub mod describe_maintenance_window_schedule;
156
157/// Types for the `DescribeMaintenanceWindowTargets` operation.
158pub mod describe_maintenance_window_targets;
159
160/// Types for the `DescribeMaintenanceWindowTasks` operation.
161pub mod describe_maintenance_window_tasks;
162
163/// Types for the `DescribeMaintenanceWindows` operation.
164pub mod describe_maintenance_windows;
165
166/// Types for the `DescribeMaintenanceWindowsForTarget` operation.
167pub mod describe_maintenance_windows_for_target;
168
169/// Types for the `DescribeOpsItems` operation.
170pub mod describe_ops_items;
171
172/// Types for the `DescribeParameters` operation.
173pub mod describe_parameters;
174
175/// Types for the `DescribePatchBaselines` operation.
176pub mod describe_patch_baselines;
177
178/// Types for the `DescribePatchGroupState` operation.
179pub mod describe_patch_group_state;
180
181/// Types for the `DescribePatchGroups` operation.
182pub mod describe_patch_groups;
183
184/// Types for the `DescribePatchProperties` operation.
185pub mod describe_patch_properties;
186
187/// Types for the `DescribeSessions` operation.
188pub mod describe_sessions;
189
190/// Types for the `DisassociateOpsItemRelatedItem` operation.
191pub mod disassociate_ops_item_related_item;
192
193/// Types for the `GetAccessToken` operation.
194pub mod get_access_token;
195
196/// Types for the `GetAutomationExecution` operation.
197pub mod get_automation_execution;
198
199/// Types for the `GetCalendarState` operation.
200pub mod get_calendar_state;
201
202/// Types for the `GetCommandInvocation` operation.
203pub mod get_command_invocation;
204
205/// Types for the `GetConnectionStatus` operation.
206pub mod get_connection_status;
207
208/// Types for the `GetDefaultPatchBaseline` operation.
209pub mod get_default_patch_baseline;
210
211/// Types for the `GetDeployablePatchSnapshotForInstance` operation.
212pub mod get_deployable_patch_snapshot_for_instance;
213
214/// Types for the `GetDocument` operation.
215pub mod get_document;
216
217/// Types for the `GetExecutionPreview` operation.
218pub mod get_execution_preview;
219
220/// Types for the `GetInventory` operation.
221pub mod get_inventory;
222
223/// Types for the `GetInventorySchema` operation.
224pub mod get_inventory_schema;
225
226/// Types for the `GetMaintenanceWindow` operation.
227pub mod get_maintenance_window;
228
229/// Types for the `GetMaintenanceWindowExecution` operation.
230pub mod get_maintenance_window_execution;
231
232/// Types for the `GetMaintenanceWindowExecutionTask` operation.
233pub mod get_maintenance_window_execution_task;
234
235/// Types for the `GetMaintenanceWindowExecutionTaskInvocation` operation.
236pub mod get_maintenance_window_execution_task_invocation;
237
238/// Types for the `GetMaintenanceWindowTask` operation.
239pub mod get_maintenance_window_task;
240
241/// Types for the `GetOpsItem` operation.
242pub mod get_ops_item;
243
244/// Types for the `GetOpsMetadata` operation.
245pub mod get_ops_metadata;
246
247/// Types for the `GetOpsSummary` operation.
248pub mod get_ops_summary;
249
250/// Types for the `GetParameter` operation.
251pub mod get_parameter;
252
253/// Types for the `GetParameterHistory` operation.
254pub mod get_parameter_history;
255
256/// Types for the `GetParameters` operation.
257pub mod get_parameters;
258
259/// Types for the `GetParametersByPath` operation.
260pub mod get_parameters_by_path;
261
262/// Types for the `GetPatchBaseline` operation.
263pub mod get_patch_baseline;
264
265/// Types for the `GetPatchBaselineForPatchGroup` operation.
266pub mod get_patch_baseline_for_patch_group;
267
268/// Types for the `GetResourcePolicies` operation.
269pub mod get_resource_policies;
270
271/// Types for the `GetServiceSetting` operation.
272pub mod get_service_setting;
273
274/// Types for the `LabelParameterVersion` operation.
275pub mod label_parameter_version;
276
277/// Types for the `ListAssociationVersions` operation.
278pub mod list_association_versions;
279
280/// Types for the `ListAssociations` operation.
281pub mod list_associations;
282
283/// Types for the `ListCommandInvocations` operation.
284pub mod list_command_invocations;
285
286/// Types for the `ListCommands` operation.
287pub mod list_commands;
288
289/// Types for the `ListComplianceItems` operation.
290pub mod list_compliance_items;
291
292/// Types for the `ListComplianceSummaries` operation.
293pub mod list_compliance_summaries;
294
295/// Types for the `ListDocumentMetadataHistory` operation.
296pub mod list_document_metadata_history;
297
298/// Types for the `ListDocumentVersions` operation.
299pub mod list_document_versions;
300
301/// Types for the `ListDocuments` operation.
302pub mod list_documents;
303
304/// Types for the `ListInventoryEntries` operation.
305pub mod list_inventory_entries;
306
307/// Types for the `ListNodes` operation.
308pub mod list_nodes;
309
310/// Types for the `ListNodesSummary` operation.
311pub mod list_nodes_summary;
312
313/// Types for the `ListOpsItemEvents` operation.
314pub mod list_ops_item_events;
315
316/// Types for the `ListOpsItemRelatedItems` operation.
317pub mod list_ops_item_related_items;
318
319/// Types for the `ListOpsMetadata` operation.
320pub mod list_ops_metadata;
321
322/// Types for the `ListResourceComplianceSummaries` operation.
323pub mod list_resource_compliance_summaries;
324
325/// Types for the `ListResourceDataSync` operation.
326pub mod list_resource_data_sync;
327
328/// Types for the `ListTagsForResource` operation.
329pub mod list_tags_for_resource;
330
331/// Types for the `ModifyDocumentPermission` operation.
332pub mod modify_document_permission;
333
334/// Types for the `PutComplianceItems` operation.
335pub mod put_compliance_items;
336
337/// Types for the `PutInventory` operation.
338pub mod put_inventory;
339
340/// Types for the `PutParameter` operation.
341pub mod put_parameter;
342
343/// Types for the `PutResourcePolicy` operation.
344pub mod put_resource_policy;
345
346/// Types for the `RegisterDefaultPatchBaseline` operation.
347pub mod register_default_patch_baseline;
348
349/// Types for the `RegisterPatchBaselineForPatchGroup` operation.
350pub mod register_patch_baseline_for_patch_group;
351
352/// Types for the `RegisterTargetWithMaintenanceWindow` operation.
353pub mod register_target_with_maintenance_window;
354
355/// Types for the `RegisterTaskWithMaintenanceWindow` operation.
356pub mod register_task_with_maintenance_window;
357
358/// Types for the `RemoveTagsFromResource` operation.
359pub mod remove_tags_from_resource;
360
361/// Types for the `ResetServiceSetting` operation.
362pub mod reset_service_setting;
363
364/// Types for the `ResumeSession` operation.
365pub mod resume_session;
366
367/// Types for the `SendAutomationSignal` operation.
368pub mod send_automation_signal;
369
370/// Types for the `SendCommand` operation.
371pub mod send_command;
372
373/// Types for the `StartAccessRequest` operation.
374pub mod start_access_request;
375
376/// Types for the `StartAssociationsOnce` operation.
377pub mod start_associations_once;
378
379/// Types for the `StartAutomationExecution` operation.
380pub mod start_automation_execution;
381
382/// Types for the `StartChangeRequestExecution` operation.
383pub mod start_change_request_execution;
384
385/// Types for the `StartExecutionPreview` operation.
386pub mod start_execution_preview;
387
388/// Types for the `StartSession` operation.
389pub mod start_session;
390
391/// Types for the `StopAutomationExecution` operation.
392pub mod stop_automation_execution;
393
394/// Types for the `TerminateSession` operation.
395pub mod terminate_session;
396
397/// Types for the `UnlabelParameterVersion` operation.
398pub mod unlabel_parameter_version;
399
400/// Types for the `UpdateAssociation` operation.
401pub mod update_association;
402
403/// Types for the `UpdateAssociationStatus` operation.
404pub mod update_association_status;
405
406/// Types for the `UpdateDocument` operation.
407pub mod update_document;
408
409/// Types for the `UpdateDocumentDefaultVersion` operation.
410pub mod update_document_default_version;
411
412/// Types for the `UpdateDocumentMetadata` operation.
413pub mod update_document_metadata;
414
415/// Types for the `UpdateMaintenanceWindow` operation.
416pub mod update_maintenance_window;
417
418/// Types for the `UpdateMaintenanceWindowTarget` operation.
419pub mod update_maintenance_window_target;
420
421/// Types for the `UpdateMaintenanceWindowTask` operation.
422pub mod update_maintenance_window_task;
423
424/// Types for the `UpdateManagedInstanceRole` operation.
425pub mod update_managed_instance_role;
426
427/// Types for the `UpdateOpsItem` operation.
428pub mod update_ops_item;
429
430/// Types for the `UpdateOpsMetadata` operation.
431pub mod update_ops_metadata;
432
433/// Types for the `UpdatePatchBaseline` operation.
434pub mod update_patch_baseline;
435
436/// Types for the `UpdateResourceDataSync` operation.
437pub mod update_resource_data_sync;
438
439/// Types for the `UpdateServiceSetting` operation.
440pub mod update_service_setting;