aws_sdk_elasticbeanstalk/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 `AbortEnvironmentUpdate` operation.
5pub mod abort_environment_update;
6
7/// Types for the `ApplyEnvironmentManagedAction` operation.
8pub mod apply_environment_managed_action;
9
10/// Types for the `AssociateEnvironmentOperationsRole` operation.
11pub mod associate_environment_operations_role;
12
13/// Types for the `CheckDNSAvailability` operation.
14pub mod check_dns_availability;
15
16/// Types for the `ComposeEnvironments` operation.
17pub mod compose_environments;
18
19/// Types for the `CreateApplication` operation.
20pub mod create_application;
21
22/// Types for the `CreateApplicationVersion` operation.
23pub mod create_application_version;
24
25/// Types for the `CreateConfigurationTemplate` operation.
26pub mod create_configuration_template;
27
28/// Types for the `CreateEnvironment` operation.
29pub mod create_environment;
30
31/// Types for the `CreatePlatformVersion` operation.
32pub mod create_platform_version;
33
34/// Types for the `CreateStorageLocation` operation.
35pub mod create_storage_location;
36
37/// Types for the `DeleteApplication` operation.
38pub mod delete_application;
39
40/// Types for the `DeleteApplicationVersion` operation.
41pub mod delete_application_version;
42
43/// Types for the `DeleteConfigurationTemplate` operation.
44pub mod delete_configuration_template;
45
46/// Types for the `DeleteEnvironmentConfiguration` operation.
47pub mod delete_environment_configuration;
48
49/// Types for the `DeletePlatformVersion` operation.
50pub mod delete_platform_version;
51
52/// Types for the `DescribeAccountAttributes` operation.
53pub mod describe_account_attributes;
54
55/// Types for the `DescribeApplicationVersions` operation.
56pub mod describe_application_versions;
57
58/// Types for the `DescribeApplications` operation.
59pub mod describe_applications;
60
61/// Types for the `DescribeConfigurationOptions` operation.
62pub mod describe_configuration_options;
63
64/// Types for the `DescribeConfigurationSettings` operation.
65pub mod describe_configuration_settings;
66
67/// Types for the `DescribeEnvironmentHealth` operation.
68pub mod describe_environment_health;
69
70/// Types for the `DescribeEnvironmentManagedActionHistory` operation.
71pub mod describe_environment_managed_action_history;
72
73/// Types for the `DescribeEnvironmentManagedActions` operation.
74pub mod describe_environment_managed_actions;
75
76/// Types for the `DescribeEnvironmentResources` operation.
77pub mod describe_environment_resources;
78
79/// Types for the `DescribeEnvironments` operation.
80pub mod describe_environments;
81
82/// Types for the `DescribeEvents` operation.
83pub mod describe_events;
84
85/// Types for the `DescribeInstancesHealth` operation.
86pub mod describe_instances_health;
87
88/// Types for the `DescribePlatformVersion` operation.
89pub mod describe_platform_version;
90
91/// Types for the `DisassociateEnvironmentOperationsRole` operation.
92pub mod disassociate_environment_operations_role;
93
94/// Types for the `ListAvailableSolutionStacks` operation.
95pub mod list_available_solution_stacks;
96
97/// Types for the `ListPlatformBranches` operation.
98pub mod list_platform_branches;
99
100/// Types for the `ListPlatformVersions` operation.
101pub mod list_platform_versions;
102
103/// Types for the `ListTagsForResource` operation.
104pub mod list_tags_for_resource;
105
106/// Types for the `RebuildEnvironment` operation.
107pub mod rebuild_environment;
108
109/// Types for the `RequestEnvironmentInfo` operation.
110pub mod request_environment_info;
111
112/// Types for the `RestartAppServer` operation.
113pub mod restart_app_server;
114
115/// Types for the `RetrieveEnvironmentInfo` operation.
116pub mod retrieve_environment_info;
117
118/// Types for the `SwapEnvironmentCNAMEs` operation.
119pub mod swap_environment_cnames;
120
121/// Types for the `TerminateEnvironment` operation.
122pub mod terminate_environment;
123
124/// Types for the `UpdateApplication` operation.
125pub mod update_application;
126
127/// Types for the `UpdateApplicationResourceLifecycle` operation.
128pub mod update_application_resource_lifecycle;
129
130/// Types for the `UpdateApplicationVersion` operation.
131pub mod update_application_version;
132
133/// Types for the `UpdateConfigurationTemplate` operation.
134pub mod update_configuration_template;
135
136/// Types for the `UpdateEnvironment` operation.
137pub mod update_environment;
138
139/// Types for the `UpdateTagsForResource` operation.
140pub mod update_tags_for_resource;
141
142/// Types for the `ValidateConfigurationSettings` operation.
143pub mod validate_configuration_settings;