aws_sdk_cloud9/
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 `CreateEnvironmentEC2` operation.
5pub mod create_environment_ec2;
6
7/// Types for the `CreateEnvironmentMembership` operation.
8pub mod create_environment_membership;
9
10/// Types for the `DeleteEnvironment` operation.
11pub mod delete_environment;
12
13/// Types for the `DeleteEnvironmentMembership` operation.
14pub mod delete_environment_membership;
15
16/// Types for the `DescribeEnvironmentMemberships` operation.
17pub mod describe_environment_memberships;
18
19/// Types for the `DescribeEnvironmentStatus` operation.
20pub mod describe_environment_status;
21
22/// Types for the `DescribeEnvironments` operation.
23pub mod describe_environments;
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;
36
37/// Types for the `UpdateEnvironment` operation.
38pub mod update_environment;
39
40/// Types for the `UpdateEnvironmentMembership` operation.
41pub mod update_environment_membership;