aws_sdk_migrationhubrefactorspaces/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 `CreateApplication` operation.
5pub mod create_application;
6
7/// Types for the `CreateEnvironment` operation.
8pub mod create_environment;
9
10/// Types for the `CreateRoute` operation.
11pub mod create_route;
12
13/// Types for the `CreateService` operation.
14pub mod create_service;
15
16/// Types for the `DeleteApplication` operation.
17pub mod delete_application;
18
19/// Types for the `DeleteEnvironment` operation.
20pub mod delete_environment;
21
22/// Types for the `DeleteResourcePolicy` operation.
23pub mod delete_resource_policy;
24
25/// Types for the `DeleteRoute` operation.
26pub mod delete_route;
27
28/// Types for the `DeleteService` operation.
29pub mod delete_service;
30
31/// Types for the `GetApplication` operation.
32pub mod get_application;
33
34/// Types for the `GetEnvironment` operation.
35pub mod get_environment;
36
37/// Types for the `GetResourcePolicy` operation.
38pub mod get_resource_policy;
39
40/// Types for the `GetRoute` operation.
41pub mod get_route;
42
43/// Types for the `GetService` operation.
44pub mod get_service;
45
46/// Types for the `ListApplications` operation.
47pub mod list_applications;
48
49/// Types for the `ListEnvironmentVpcs` operation.
50pub mod list_environment_vpcs;
51
52/// Types for the `ListEnvironments` operation.
53pub mod list_environments;
54
55/// Types for the `ListRoutes` operation.
56pub mod list_routes;
57
58/// Types for the `ListServices` operation.
59pub mod list_services;
60
61/// Types for the `ListTagsForResource` operation.
62pub mod list_tags_for_resource;
63
64/// Types for the `PutResourcePolicy` operation.
65pub mod put_resource_policy;
66
67/// Types for the `TagResource` operation.
68pub mod tag_resource;
69
70/// Types for the `UntagResource` operation.
71pub mod untag_resource;
72
73/// Types for the `UpdateRoute` operation.
74pub mod update_route;