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