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