aws_sdk_mwaa/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 `CreateCliToken` operation.
5pub mod create_cli_token;
6
7/// Types for the `CreateEnvironment` operation.
8pub mod create_environment;
9
10/// Types for the `CreateWebLoginToken` operation.
11pub mod create_web_login_token;
12
13/// Types for the `DeleteEnvironment` operation.
14pub mod delete_environment;
15
16/// Types for the `GetEnvironment` operation.
17pub mod get_environment;
18
19/// Types for the `InvokeRestApi` operation.
20pub mod invoke_rest_api;
21
22/// Types for the `ListEnvironments` operation.
23pub mod list_environments;
24
25/// Types for the `ListTagsForResource` operation.
26pub mod list_tags_for_resource;
27
28/// Types for the `PublishMetrics` operation.
29pub mod publish_metrics;
30
31/// Types for the `TagResource` operation.
32pub mod tag_resource;
33
34/// Types for the `UntagResource` operation.
35pub mod untag_resource;
36
37/// Types for the `UpdateEnvironment` operation.
38pub mod update_environment;