aws_sdk_deadline/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 `AssociateMemberToFarm` operation.
5pub mod associate_member_to_farm;
6
7/// Types for the `AssociateMemberToFleet` operation.
8pub mod associate_member_to_fleet;
9
10/// Types for the `AssociateMemberToJob` operation.
11pub mod associate_member_to_job;
12
13/// Types for the `AssociateMemberToQueue` operation.
14pub mod associate_member_to_queue;
15
16/// Types for the `AssumeFleetRoleForRead` operation.
17pub mod assume_fleet_role_for_read;
18
19/// Types for the `AssumeFleetRoleForWorker` operation.
20pub mod assume_fleet_role_for_worker;
21
22/// Types for the `AssumeQueueRoleForRead` operation.
23pub mod assume_queue_role_for_read;
24
25/// Types for the `AssumeQueueRoleForUser` operation.
26pub mod assume_queue_role_for_user;
27
28/// Types for the `AssumeQueueRoleForWorker` operation.
29pub mod assume_queue_role_for_worker;
30
31/// Types for the `BatchGetJobEntity` operation.
32pub mod batch_get_job_entity;
33
34/// Types for the `CopyJobTemplate` operation.
35pub mod copy_job_template;
36
37/// Types for the `CreateBudget` operation.
38pub mod create_budget;
39
40/// Types for the `CreateFarm` operation.
41pub mod create_farm;
42
43/// Types for the `CreateFleet` operation.
44pub mod create_fleet;
45
46/// Types for the `CreateJob` operation.
47pub mod create_job;
48
49/// Types for the `CreateLicenseEndpoint` operation.
50pub mod create_license_endpoint;
51
52/// Types for the `CreateLimit` operation.
53pub mod create_limit;
54
55/// Types for the `CreateMonitor` operation.
56pub mod create_monitor;
57
58/// Types for the `CreateQueue` operation.
59pub mod create_queue;
60
61/// Types for the `CreateQueueEnvironment` operation.
62pub mod create_queue_environment;
63
64/// Types for the `CreateQueueFleetAssociation` operation.
65pub mod create_queue_fleet_association;
66
67/// Types for the `CreateQueueLimitAssociation` operation.
68pub mod create_queue_limit_association;
69
70/// Types for the `CreateStorageProfile` operation.
71pub mod create_storage_profile;
72
73/// Types for the `CreateWorker` operation.
74pub mod create_worker;
75
76/// Types for the `DeleteBudget` operation.
77pub mod delete_budget;
78
79/// Types for the `DeleteFarm` operation.
80pub mod delete_farm;
81
82/// Types for the `DeleteFleet` operation.
83pub mod delete_fleet;
84
85/// Types for the `DeleteLicenseEndpoint` operation.
86pub mod delete_license_endpoint;
87
88/// Types for the `DeleteLimit` operation.
89pub mod delete_limit;
90
91/// Types for the `DeleteMeteredProduct` operation.
92pub mod delete_metered_product;
93
94/// Types for the `DeleteMonitor` operation.
95pub mod delete_monitor;
96
97/// Types for the `DeleteQueue` operation.
98pub mod delete_queue;
99
100/// Types for the `DeleteQueueEnvironment` operation.
101pub mod delete_queue_environment;
102
103/// Types for the `DeleteQueueFleetAssociation` operation.
104pub mod delete_queue_fleet_association;
105
106/// Types for the `DeleteQueueLimitAssociation` operation.
107pub mod delete_queue_limit_association;
108
109/// Types for the `DeleteStorageProfile` operation.
110pub mod delete_storage_profile;
111
112/// Types for the `DeleteWorker` operation.
113pub mod delete_worker;
114
115/// Types for the `DisassociateMemberFromFarm` operation.
116pub mod disassociate_member_from_farm;
117
118/// Types for the `DisassociateMemberFromFleet` operation.
119pub mod disassociate_member_from_fleet;
120
121/// Types for the `DisassociateMemberFromJob` operation.
122pub mod disassociate_member_from_job;
123
124/// Types for the `DisassociateMemberFromQueue` operation.
125pub mod disassociate_member_from_queue;
126
127/// Types for the `GetBudget` operation.
128pub mod get_budget;
129
130/// Types for the `GetFarm` operation.
131pub mod get_farm;
132
133/// Types for the `GetFleet` operation.
134pub mod get_fleet;
135
136/// Types for the `GetJob` operation.
137pub mod get_job;
138
139/// Types for the `GetLicenseEndpoint` operation.
140pub mod get_license_endpoint;
141
142/// Types for the `GetLimit` operation.
143pub mod get_limit;
144
145/// Types for the `GetMonitor` operation.
146pub mod get_monitor;
147
148/// Types for the `GetQueue` operation.
149pub mod get_queue;
150
151/// Types for the `GetQueueEnvironment` operation.
152pub mod get_queue_environment;
153
154/// Types for the `GetQueueFleetAssociation` operation.
155pub mod get_queue_fleet_association;
156
157/// Types for the `GetQueueLimitAssociation` operation.
158pub mod get_queue_limit_association;
159
160/// Types for the `GetSession` operation.
161pub mod get_session;
162
163/// Types for the `GetSessionAction` operation.
164pub mod get_session_action;
165
166/// Types for the `GetSessionsStatisticsAggregation` operation.
167pub mod get_sessions_statistics_aggregation;
168
169/// Types for the `GetStep` operation.
170pub mod get_step;
171
172/// Types for the `GetStorageProfile` operation.
173pub mod get_storage_profile;
174
175/// Types for the `GetStorageProfileForQueue` operation.
176pub mod get_storage_profile_for_queue;
177
178/// Types for the `GetTask` operation.
179pub mod get_task;
180
181/// Types for the `GetWorker` operation.
182pub mod get_worker;
183
184/// Types for the `ListAvailableMeteredProducts` operation.
185pub mod list_available_metered_products;
186
187/// Types for the `ListBudgets` operation.
188pub mod list_budgets;
189
190/// Types for the `ListFarmMembers` operation.
191pub mod list_farm_members;
192
193/// Types for the `ListFarms` operation.
194pub mod list_farms;
195
196/// Types for the `ListFleetMembers` operation.
197pub mod list_fleet_members;
198
199/// Types for the `ListFleets` operation.
200pub mod list_fleets;
201
202/// Types for the `ListJobMembers` operation.
203pub mod list_job_members;
204
205/// Types for the `ListJobParameterDefinitions` operation.
206pub mod list_job_parameter_definitions;
207
208/// Types for the `ListJobs` operation.
209pub mod list_jobs;
210
211/// Types for the `ListLicenseEndpoints` operation.
212pub mod list_license_endpoints;
213
214/// Types for the `ListLimits` operation.
215pub mod list_limits;
216
217/// Types for the `ListMeteredProducts` operation.
218pub mod list_metered_products;
219
220/// Types for the `ListMonitors` operation.
221pub mod list_monitors;
222
223/// Types for the `ListQueueEnvironments` operation.
224pub mod list_queue_environments;
225
226/// Types for the `ListQueueFleetAssociations` operation.
227pub mod list_queue_fleet_associations;
228
229/// Types for the `ListQueueLimitAssociations` operation.
230pub mod list_queue_limit_associations;
231
232/// Types for the `ListQueueMembers` operation.
233pub mod list_queue_members;
234
235/// Types for the `ListQueues` operation.
236pub mod list_queues;
237
238/// Types for the `ListSessionActions` operation.
239pub mod list_session_actions;
240
241/// Types for the `ListSessions` operation.
242pub mod list_sessions;
243
244/// Types for the `ListSessionsForWorker` operation.
245pub mod list_sessions_for_worker;
246
247/// Types for the `ListStepConsumers` operation.
248pub mod list_step_consumers;
249
250/// Types for the `ListStepDependencies` operation.
251pub mod list_step_dependencies;
252
253/// Types for the `ListSteps` operation.
254pub mod list_steps;
255
256/// Types for the `ListStorageProfiles` operation.
257pub mod list_storage_profiles;
258
259/// Types for the `ListStorageProfilesForQueue` operation.
260pub mod list_storage_profiles_for_queue;
261
262/// Types for the `ListTagsForResource` operation.
263pub mod list_tags_for_resource;
264
265/// Types for the `ListTasks` operation.
266pub mod list_tasks;
267
268/// Types for the `ListWorkers` operation.
269pub mod list_workers;
270
271/// Types for the `PutMeteredProduct` operation.
272pub mod put_metered_product;
273
274/// Types for the `SearchJobs` operation.
275pub mod search_jobs;
276
277/// Types for the `SearchSteps` operation.
278pub mod search_steps;
279
280/// Types for the `SearchTasks` operation.
281pub mod search_tasks;
282
283/// Types for the `SearchWorkers` operation.
284pub mod search_workers;
285
286/// Types for the `StartSessionsStatisticsAggregation` operation.
287pub mod start_sessions_statistics_aggregation;
288
289/// Types for the `TagResource` operation.
290pub mod tag_resource;
291
292/// Types for the `UntagResource` operation.
293pub mod untag_resource;
294
295/// Types for the `UpdateBudget` operation.
296pub mod update_budget;
297
298/// Types for the `UpdateFarm` operation.
299pub mod update_farm;
300
301/// Types for the `UpdateFleet` operation.
302pub mod update_fleet;
303
304/// Types for the `UpdateJob` operation.
305pub mod update_job;
306
307/// Types for the `UpdateLimit` operation.
308pub mod update_limit;
309
310/// Types for the `UpdateMonitor` operation.
311pub mod update_monitor;
312
313/// Types for the `UpdateQueue` operation.
314pub mod update_queue;
315
316/// Types for the `UpdateQueueEnvironment` operation.
317pub mod update_queue_environment;
318
319/// Types for the `UpdateQueueFleetAssociation` operation.
320pub mod update_queue_fleet_association;
321
322/// Types for the `UpdateQueueLimitAssociation` operation.
323pub mod update_queue_limit_association;
324
325/// Types for the `UpdateSession` operation.
326pub mod update_session;
327
328/// Types for the `UpdateStep` operation.
329pub mod update_step;
330
331/// Types for the `UpdateStorageProfile` operation.
332pub mod update_storage_profile;
333
334/// Types for the `UpdateTask` operation.
335pub mod update_task;
336
337/// Types for the `UpdateWorker` operation.
338pub mod update_worker;
339
340/// Types for the `UpdateWorkerSchedule` operation.
341pub mod update_worker_schedule;