1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_http::request_id::RequestId;

/// Types for the `AbortEnvironmentUpdate` operation.
pub mod abort_environment_update;

/// Types for the `ApplyEnvironmentManagedAction` operation.
pub mod apply_environment_managed_action;

/// Types for the `AssociateEnvironmentOperationsRole` operation.
pub mod associate_environment_operations_role;

/// Types for the `CheckDNSAvailability` operation.
pub mod check_dns_availability;

/// Types for the `ComposeEnvironments` operation.
pub mod compose_environments;

/// Types for the `CreateApplication` operation.
pub mod create_application;

/// Types for the `CreateApplicationVersion` operation.
pub mod create_application_version;

/// Types for the `CreateConfigurationTemplate` operation.
pub mod create_configuration_template;

/// Types for the `CreateEnvironment` operation.
pub mod create_environment;

/// Types for the `CreatePlatformVersion` operation.
pub mod create_platform_version;

/// Types for the `CreateStorageLocation` operation.
pub mod create_storage_location;

/// Types for the `DeleteApplication` operation.
pub mod delete_application;

/// Types for the `DeleteApplicationVersion` operation.
pub mod delete_application_version;

/// Types for the `DeleteConfigurationTemplate` operation.
pub mod delete_configuration_template;

/// Types for the `DeleteEnvironmentConfiguration` operation.
pub mod delete_environment_configuration;

/// Types for the `DeletePlatformVersion` operation.
pub mod delete_platform_version;

/// Types for the `DescribeAccountAttributes` operation.
pub mod describe_account_attributes;

/// Types for the `DescribeApplicationVersions` operation.
pub mod describe_application_versions;

/// Types for the `DescribeApplications` operation.
pub mod describe_applications;

/// Types for the `DescribeConfigurationOptions` operation.
pub mod describe_configuration_options;

/// Types for the `DescribeConfigurationSettings` operation.
pub mod describe_configuration_settings;

/// Types for the `DescribeEnvironmentHealth` operation.
pub mod describe_environment_health;

/// Types for the `DescribeEnvironmentManagedActionHistory` operation.
pub mod describe_environment_managed_action_history;

/// Types for the `DescribeEnvironmentManagedActions` operation.
pub mod describe_environment_managed_actions;

/// Types for the `DescribeEnvironmentResources` operation.
pub mod describe_environment_resources;

/// Types for the `DescribeEnvironments` operation.
pub mod describe_environments;

/// Types for the `DescribeEvents` operation.
pub mod describe_events;

/// Types for the `DescribeInstancesHealth` operation.
pub mod describe_instances_health;

/// Types for the `DescribePlatformVersion` operation.
pub mod describe_platform_version;

/// Types for the `DisassociateEnvironmentOperationsRole` operation.
pub mod disassociate_environment_operations_role;

/// Types for the `ListAvailableSolutionStacks` operation.
pub mod list_available_solution_stacks;

/// Types for the `ListPlatformBranches` operation.
pub mod list_platform_branches;

/// Types for the `ListPlatformVersions` operation.
pub mod list_platform_versions;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `RebuildEnvironment` operation.
pub mod rebuild_environment;

/// Types for the `RequestEnvironmentInfo` operation.
pub mod request_environment_info;

/// Types for the `RestartAppServer` operation.
pub mod restart_app_server;

/// Types for the `RetrieveEnvironmentInfo` operation.
pub mod retrieve_environment_info;

/// Types for the `SwapEnvironmentCNAMEs` operation.
pub mod swap_environment_cnam_es;

/// Types for the `TerminateEnvironment` operation.
pub mod terminate_environment;

/// Types for the `UpdateApplication` operation.
pub mod update_application;

/// Types for the `UpdateApplicationResourceLifecycle` operation.
pub mod update_application_resource_lifecycle;

/// Types for the `UpdateApplicationVersion` operation.
pub mod update_application_version;

/// Types for the `UpdateConfigurationTemplate` operation.
pub mod update_configuration_template;

/// Types for the `UpdateEnvironment` operation.
pub mod update_environment;

/// Types for the `UpdateTagsForResource` operation.
pub mod update_tags_for_resource;

/// Types for the `ValidateConfigurationSettings` operation.
pub mod validate_configuration_settings;