aws_sdk_deadline/
operation.rs

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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateMemberToFarm` operation.
pub mod associate_member_to_farm;

/// Types for the `AssociateMemberToFleet` operation.
pub mod associate_member_to_fleet;

/// Types for the `AssociateMemberToJob` operation.
pub mod associate_member_to_job;

/// Types for the `AssociateMemberToQueue` operation.
pub mod associate_member_to_queue;

/// Types for the `AssumeFleetRoleForRead` operation.
pub mod assume_fleet_role_for_read;

/// Types for the `AssumeFleetRoleForWorker` operation.
pub mod assume_fleet_role_for_worker;

/// Types for the `AssumeQueueRoleForRead` operation.
pub mod assume_queue_role_for_read;

/// Types for the `AssumeQueueRoleForUser` operation.
pub mod assume_queue_role_for_user;

/// Types for the `AssumeQueueRoleForWorker` operation.
pub mod assume_queue_role_for_worker;

/// Types for the `BatchGetJobEntity` operation.
pub mod batch_get_job_entity;

/// Types for the `CopyJobTemplate` operation.
pub mod copy_job_template;

/// Types for the `CreateBudget` operation.
pub mod create_budget;

/// Types for the `CreateFarm` operation.
pub mod create_farm;

/// Types for the `CreateFleet` operation.
pub mod create_fleet;

/// Types for the `CreateJob` operation.
pub mod create_job;

/// Types for the `CreateLicenseEndpoint` operation.
pub mod create_license_endpoint;

/// Types for the `CreateMonitor` operation.
pub mod create_monitor;

/// Types for the `CreateQueue` operation.
pub mod create_queue;

/// Types for the `CreateQueueEnvironment` operation.
pub mod create_queue_environment;

/// Types for the `CreateQueueFleetAssociation` operation.
pub mod create_queue_fleet_association;

/// Types for the `CreateStorageProfile` operation.
pub mod create_storage_profile;

/// Types for the `CreateWorker` operation.
pub mod create_worker;

/// Types for the `DeleteBudget` operation.
pub mod delete_budget;

/// Types for the `DeleteFarm` operation.
pub mod delete_farm;

/// Types for the `DeleteFleet` operation.
pub mod delete_fleet;

/// Types for the `DeleteLicenseEndpoint` operation.
pub mod delete_license_endpoint;

/// Types for the `DeleteMeteredProduct` operation.
pub mod delete_metered_product;

/// Types for the `DeleteMonitor` operation.
pub mod delete_monitor;

/// Types for the `DeleteQueue` operation.
pub mod delete_queue;

/// Types for the `DeleteQueueEnvironment` operation.
pub mod delete_queue_environment;

/// Types for the `DeleteQueueFleetAssociation` operation.
pub mod delete_queue_fleet_association;

/// Types for the `DeleteStorageProfile` operation.
pub mod delete_storage_profile;

/// Types for the `DeleteWorker` operation.
pub mod delete_worker;

/// Types for the `DisassociateMemberFromFarm` operation.
pub mod disassociate_member_from_farm;

/// Types for the `DisassociateMemberFromFleet` operation.
pub mod disassociate_member_from_fleet;

/// Types for the `DisassociateMemberFromJob` operation.
pub mod disassociate_member_from_job;

/// Types for the `DisassociateMemberFromQueue` operation.
pub mod disassociate_member_from_queue;

/// Types for the `GetBudget` operation.
pub mod get_budget;

/// Types for the `GetFarm` operation.
pub mod get_farm;

/// Types for the `GetFleet` operation.
pub mod get_fleet;

/// Types for the `GetJob` operation.
pub mod get_job;

/// Types for the `GetLicenseEndpoint` operation.
pub mod get_license_endpoint;

/// Types for the `GetMonitor` operation.
pub mod get_monitor;

/// Types for the `GetQueue` operation.
pub mod get_queue;

/// Types for the `GetQueueEnvironment` operation.
pub mod get_queue_environment;

/// Types for the `GetQueueFleetAssociation` operation.
pub mod get_queue_fleet_association;

/// Types for the `GetSession` operation.
pub mod get_session;

/// Types for the `GetSessionAction` operation.
pub mod get_session_action;

/// Types for the `GetSessionsStatisticsAggregation` operation.
pub mod get_sessions_statistics_aggregation;

/// Types for the `GetStep` operation.
pub mod get_step;

/// Types for the `GetStorageProfile` operation.
pub mod get_storage_profile;

/// Types for the `GetStorageProfileForQueue` operation.
pub mod get_storage_profile_for_queue;

/// Types for the `GetTask` operation.
pub mod get_task;

/// Types for the `GetWorker` operation.
pub mod get_worker;

/// Types for the `ListAvailableMeteredProducts` operation.
pub mod list_available_metered_products;

/// Types for the `ListBudgets` operation.
pub mod list_budgets;

/// Types for the `ListFarmMembers` operation.
pub mod list_farm_members;

/// Types for the `ListFarms` operation.
pub mod list_farms;

/// Types for the `ListFleetMembers` operation.
pub mod list_fleet_members;

/// Types for the `ListFleets` operation.
pub mod list_fleets;

/// Types for the `ListJobMembers` operation.
pub mod list_job_members;

/// Types for the `ListJobParameterDefinitions` operation.
pub mod list_job_parameter_definitions;

/// Types for the `ListJobs` operation.
pub mod list_jobs;

/// Types for the `ListLicenseEndpoints` operation.
pub mod list_license_endpoints;

/// Types for the `ListMeteredProducts` operation.
pub mod list_metered_products;

/// Types for the `ListMonitors` operation.
pub mod list_monitors;

/// Types for the `ListQueueEnvironments` operation.
pub mod list_queue_environments;

/// Types for the `ListQueueFleetAssociations` operation.
pub mod list_queue_fleet_associations;

/// Types for the `ListQueueMembers` operation.
pub mod list_queue_members;

/// Types for the `ListQueues` operation.
pub mod list_queues;

/// Types for the `ListSessionActions` operation.
pub mod list_session_actions;

/// Types for the `ListSessions` operation.
pub mod list_sessions;

/// Types for the `ListSessionsForWorker` operation.
pub mod list_sessions_for_worker;

/// Types for the `ListStepConsumers` operation.
pub mod list_step_consumers;

/// Types for the `ListStepDependencies` operation.
pub mod list_step_dependencies;

/// Types for the `ListSteps` operation.
pub mod list_steps;

/// Types for the `ListStorageProfiles` operation.
pub mod list_storage_profiles;

/// Types for the `ListStorageProfilesForQueue` operation.
pub mod list_storage_profiles_for_queue;

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

/// Types for the `ListTasks` operation.
pub mod list_tasks;

/// Types for the `ListWorkers` operation.
pub mod list_workers;

/// Types for the `PutMeteredProduct` operation.
pub mod put_metered_product;

/// Types for the `SearchJobs` operation.
pub mod search_jobs;

/// Types for the `SearchSteps` operation.
pub mod search_steps;

/// Types for the `SearchTasks` operation.
pub mod search_tasks;

/// Types for the `SearchWorkers` operation.
pub mod search_workers;

/// Types for the `StartSessionsStatisticsAggregation` operation.
pub mod start_sessions_statistics_aggregation;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateBudget` operation.
pub mod update_budget;

/// Types for the `UpdateFarm` operation.
pub mod update_farm;

/// Types for the `UpdateFleet` operation.
pub mod update_fleet;

/// Types for the `UpdateJob` operation.
pub mod update_job;

/// Types for the `UpdateMonitor` operation.
pub mod update_monitor;

/// Types for the `UpdateQueue` operation.
pub mod update_queue;

/// Types for the `UpdateQueueEnvironment` operation.
pub mod update_queue_environment;

/// Types for the `UpdateQueueFleetAssociation` operation.
pub mod update_queue_fleet_association;

/// Types for the `UpdateSession` operation.
pub mod update_session;

/// Types for the `UpdateStep` operation.
pub mod update_step;

/// Types for the `UpdateStorageProfile` operation.
pub mod update_storage_profile;

/// Types for the `UpdateTask` operation.
pub mod update_task;

/// Types for the `UpdateWorker` operation.
pub mod update_worker;

/// Types for the `UpdateWorkerSchedule` operation.
pub mod update_worker_schedule;