aws_sdk_arcregionswitch/
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 `ApprovePlanExecutionStep` operation.
5pub mod approve_plan_execution_step;
6
7/// Types for the `CancelPlanExecution` operation.
8pub mod cancel_plan_execution;
9
10/// Types for the `CreatePlan` operation.
11pub mod create_plan;
12
13/// Types for the `DeletePlan` operation.
14pub mod delete_plan;
15
16/// Types for the `GetPlan` operation.
17pub mod get_plan;
18
19/// Types for the `GetPlanEvaluationStatus` operation.
20pub mod get_plan_evaluation_status;
21
22/// Types for the `GetPlanExecution` operation.
23pub mod get_plan_execution;
24
25/// Types for the `GetPlanInRegion` operation.
26pub mod get_plan_in_region;
27
28/// Types for the `ListPlanExecutionEvents` operation.
29pub mod list_plan_execution_events;
30
31/// Types for the `ListPlanExecutions` operation.
32pub mod list_plan_executions;
33
34/// Types for the `ListPlans` operation.
35pub mod list_plans;
36
37/// Types for the `ListPlansInRegion` operation.
38pub mod list_plans_in_region;
39
40/// Types for the `ListRoute53HealthChecks` operation.
41pub mod list_route53_health_checks;
42
43/// Types for the `ListTagsForResource` operation.
44pub mod list_tags_for_resource;
45
46/// Types for the `StartPlanExecution` operation.
47pub mod start_plan_execution;
48
49/// Types for the `TagResource` operation.
50pub mod tag_resource;
51
52/// Types for the `UntagResource` operation.
53pub mod untag_resource;
54
55/// Types for the `UpdatePlan` operation.
56pub mod update_plan;
57
58/// Types for the `UpdatePlanExecution` operation.
59pub mod update_plan_execution;
60
61/// Types for the `UpdatePlanExecutionStep` operation.
62pub mod update_plan_execution_step;