aws_sdk_ecs/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 `CreateCapacityProvider` operation.
5pub mod create_capacity_provider;
6
7/// Types for the `CreateCluster` operation.
8pub mod create_cluster;
9
10/// Types for the `CreateExpressGatewayService` operation.
11pub mod create_express_gateway_service;
12
13/// Types for the `CreateService` operation.
14pub mod create_service;
15
16/// Types for the `CreateTaskSet` operation.
17pub mod create_task_set;
18
19/// Types for the `DeleteAccountSetting` operation.
20pub mod delete_account_setting;
21
22/// Types for the `DeleteAttributes` operation.
23pub mod delete_attributes;
24
25/// Types for the `DeleteCapacityProvider` operation.
26pub mod delete_capacity_provider;
27
28/// Types for the `DeleteCluster` operation.
29pub mod delete_cluster;
30
31/// Types for the `DeleteExpressGatewayService` operation.
32pub mod delete_express_gateway_service;
33
34/// Types for the `DeleteService` operation.
35pub mod delete_service;
36
37/// Types for the `DeleteTaskDefinitions` operation.
38pub mod delete_task_definitions;
39
40/// Types for the `DeleteTaskSet` operation.
41pub mod delete_task_set;
42
43/// Types for the `DeregisterContainerInstance` operation.
44pub mod deregister_container_instance;
45
46/// Types for the `DeregisterTaskDefinition` operation.
47pub mod deregister_task_definition;
48
49/// Types for the `DescribeCapacityProviders` operation.
50pub mod describe_capacity_providers;
51
52/// Types for the `DescribeClusters` operation.
53pub mod describe_clusters;
54
55/// Types for the `DescribeContainerInstances` operation.
56pub mod describe_container_instances;
57
58/// Types for the `DescribeExpressGatewayService` operation.
59pub mod describe_express_gateway_service;
60
61/// Types for the `DescribeServiceDeployments` operation.
62pub mod describe_service_deployments;
63
64/// Types for the `DescribeServiceRevisions` operation.
65pub mod describe_service_revisions;
66
67/// Types for the `DescribeServices` operation.
68pub mod describe_services;
69
70/// Types for the `DescribeTaskDefinition` operation.
71pub mod describe_task_definition;
72
73/// Types for the `DescribeTaskSets` operation.
74pub mod describe_task_sets;
75
76/// Types for the `DescribeTasks` operation.
77pub mod describe_tasks;
78
79/// Types for the `DiscoverPollEndpoint` operation.
80pub mod discover_poll_endpoint;
81
82/// Types for the `ExecuteCommand` operation.
83pub mod execute_command;
84
85/// Types for the `GetTaskProtection` operation.
86pub mod get_task_protection;
87
88/// Types for the `ListAccountSettings` operation.
89pub mod list_account_settings;
90
91/// Types for the `ListAttributes` operation.
92pub mod list_attributes;
93
94/// Types for the `ListClusters` operation.
95pub mod list_clusters;
96
97/// Types for the `ListContainerInstances` operation.
98pub mod list_container_instances;
99
100/// Types for the `ListServiceDeployments` operation.
101pub mod list_service_deployments;
102
103/// Types for the `ListServices` operation.
104pub mod list_services;
105
106/// Types for the `ListServicesByNamespace` operation.
107pub mod list_services_by_namespace;
108
109/// Types for the `ListTagsForResource` operation.
110pub mod list_tags_for_resource;
111
112/// Types for the `ListTaskDefinitionFamilies` operation.
113pub mod list_task_definition_families;
114
115/// Types for the `ListTaskDefinitions` operation.
116pub mod list_task_definitions;
117
118/// Types for the `ListTasks` operation.
119pub mod list_tasks;
120
121/// Types for the `PutAccountSetting` operation.
122pub mod put_account_setting;
123
124/// Types for the `PutAccountSettingDefault` operation.
125pub mod put_account_setting_default;
126
127/// Types for the `PutAttributes` operation.
128pub mod put_attributes;
129
130/// Types for the `PutClusterCapacityProviders` operation.
131pub mod put_cluster_capacity_providers;
132
133/// Types for the `RegisterContainerInstance` operation.
134pub mod register_container_instance;
135
136/// Types for the `RegisterTaskDefinition` operation.
137pub mod register_task_definition;
138
139/// Types for the `RunTask` operation.
140pub mod run_task;
141
142/// Types for the `StartTask` operation.
143pub mod start_task;
144
145/// Types for the `StopServiceDeployment` operation.
146pub mod stop_service_deployment;
147
148/// Types for the `StopTask` operation.
149pub mod stop_task;
150
151/// Types for the `SubmitAttachmentStateChanges` operation.
152pub mod submit_attachment_state_changes;
153
154/// Types for the `SubmitContainerStateChange` operation.
155pub mod submit_container_state_change;
156
157/// Types for the `SubmitTaskStateChange` operation.
158pub mod submit_task_state_change;
159
160/// Types for the `TagResource` operation.
161pub mod tag_resource;
162
163/// Types for the `UntagResource` operation.
164pub mod untag_resource;
165
166/// Types for the `UpdateCapacityProvider` operation.
167pub mod update_capacity_provider;
168
169/// Types for the `UpdateCluster` operation.
170pub mod update_cluster;
171
172/// Types for the `UpdateClusterSettings` operation.
173pub mod update_cluster_settings;
174
175/// Types for the `UpdateContainerAgent` operation.
176pub mod update_container_agent;
177
178/// Types for the `UpdateContainerInstancesState` operation.
179pub mod update_container_instances_state;
180
181/// Types for the `UpdateExpressGatewayService` operation.
182pub mod update_express_gateway_service;
183
184/// Types for the `UpdateService` operation.
185pub mod update_service;
186
187/// Types for the `UpdateServicePrimaryTaskSet` operation.
188pub mod update_service_primary_task_set;
189
190/// Types for the `UpdateTaskProtection` operation.
191pub mod update_task_protection;
192
193/// Types for the `UpdateTaskSet` operation.
194pub mod update_task_set;