aws_sdk_evs/
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 `CreateEnvironment` operation.
5pub mod create_environment;
6
7/// Types for the `CreateEnvironmentHost` operation.
8pub mod create_environment_host;
9
10/// Types for the `DeleteEnvironment` operation.
11pub mod delete_environment;
12
13/// Types for the `DeleteEnvironmentHost` operation.
14pub mod delete_environment_host;
15
16/// Types for the `GetEnvironment` operation.
17pub mod get_environment;
18
19/// Types for the `ListEnvironmentHosts` operation.
20pub mod list_environment_hosts;
21
22/// Types for the `ListEnvironmentVlans` operation.
23pub mod list_environment_vlans;
24
25/// Types for the `ListEnvironments` operation.
26pub mod list_environments;
27
28/// Types for the `ListTagsForResource` operation.
29pub mod list_tags_for_resource;
30
31/// Types for the `TagResource` operation.
32pub mod tag_resource;
33
34/// Types for the `UntagResource` operation.
35pub mod untag_resource;