aws_sdk_computeoptimizerautomation/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 `AssociateAccounts` operation.
5pub mod associate_accounts;
6
7/// Types for the `CreateAutomationRule` operation.
8pub mod create_automation_rule;
9
10/// Types for the `DeleteAutomationRule` operation.
11pub mod delete_automation_rule;
12
13/// Types for the `DisassociateAccounts` operation.
14pub mod disassociate_accounts;
15
16/// Types for the `GetAutomationEvent` operation.
17pub mod get_automation_event;
18
19/// Types for the `GetAutomationRule` operation.
20pub mod get_automation_rule;
21
22/// Types for the `GetEnrollmentConfiguration` operation.
23pub mod get_enrollment_configuration;
24
25/// Types for the `ListAccounts` operation.
26pub mod list_accounts;
27
28/// Types for the `ListAutomationEventSteps` operation.
29pub mod list_automation_event_steps;
30
31/// Types for the `ListAutomationEventSummaries` operation.
32pub mod list_automation_event_summaries;
33
34/// Types for the `ListAutomationEvents` operation.
35pub mod list_automation_events;
36
37/// Types for the `ListAutomationRulePreview` operation.
38pub mod list_automation_rule_preview;
39
40/// Types for the `ListAutomationRulePreviewSummaries` operation.
41pub mod list_automation_rule_preview_summaries;
42
43/// Types for the `ListAutomationRules` operation.
44pub mod list_automation_rules;
45
46/// Types for the `ListRecommendedActionSummaries` operation.
47pub mod list_recommended_action_summaries;
48
49/// Types for the `ListRecommendedActions` operation.
50pub mod list_recommended_actions;
51
52/// Types for the `ListTagsForResource` operation.
53pub mod list_tags_for_resource;
54
55/// Types for the `RollbackAutomationEvent` operation.
56pub mod rollback_automation_event;
57
58/// Types for the `StartAutomationEvent` operation.
59pub mod start_automation_event;
60
61/// Types for the `TagResource` operation.
62pub mod tag_resource;
63
64/// Types for the `UntagResource` operation.
65pub mod untag_resource;
66
67/// Types for the `UpdateAutomationRule` operation.
68pub mod update_automation_rule;
69
70/// Types for the `UpdateEnrollmentConfiguration` operation.
71pub mod update_enrollment_configuration;