aws_sdk_omics/
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 `AbortMultipartReadSetUpload` operation.
5pub mod abort_multipart_read_set_upload;
6
7/// Types for the `AcceptShare` operation.
8pub mod accept_share;
9
10/// Types for the `BatchDeleteReadSet` operation.
11pub mod batch_delete_read_set;
12
13/// Types for the `CancelAnnotationImportJob` operation.
14pub mod cancel_annotation_import_job;
15
16/// Types for the `CancelRun` operation.
17pub mod cancel_run;
18
19/// Types for the `CancelVariantImportJob` operation.
20pub mod cancel_variant_import_job;
21
22/// Types for the `CompleteMultipartReadSetUpload` operation.
23pub mod complete_multipart_read_set_upload;
24
25/// Types for the `CreateAnnotationStore` operation.
26pub mod create_annotation_store;
27
28/// Types for the `CreateAnnotationStoreVersion` operation.
29pub mod create_annotation_store_version;
30
31/// Types for the `CreateMultipartReadSetUpload` operation.
32pub mod create_multipart_read_set_upload;
33
34/// Types for the `CreateReferenceStore` operation.
35pub mod create_reference_store;
36
37/// Types for the `CreateRunCache` operation.
38pub mod create_run_cache;
39
40/// Types for the `CreateRunGroup` operation.
41pub mod create_run_group;
42
43/// Types for the `CreateSequenceStore` operation.
44pub mod create_sequence_store;
45
46/// Types for the `CreateShare` operation.
47pub mod create_share;
48
49/// Types for the `CreateVariantStore` operation.
50pub mod create_variant_store;
51
52/// Types for the `CreateWorkflow` operation.
53pub mod create_workflow;
54
55/// Types for the `CreateWorkflowVersion` operation.
56pub mod create_workflow_version;
57
58/// Types for the `DeleteAnnotationStore` operation.
59pub mod delete_annotation_store;
60
61/// Types for the `DeleteAnnotationStoreVersions` operation.
62pub mod delete_annotation_store_versions;
63
64/// Types for the `DeleteReference` operation.
65pub mod delete_reference;
66
67/// Types for the `DeleteReferenceStore` operation.
68pub mod delete_reference_store;
69
70/// Types for the `DeleteRun` operation.
71pub mod delete_run;
72
73/// Types for the `DeleteRunCache` operation.
74pub mod delete_run_cache;
75
76/// Types for the `DeleteRunGroup` operation.
77pub mod delete_run_group;
78
79/// Types for the `DeleteS3AccessPolicy` operation.
80pub mod delete_s3_access_policy;
81
82/// Types for the `DeleteSequenceStore` operation.
83pub mod delete_sequence_store;
84
85/// Types for the `DeleteShare` operation.
86pub mod delete_share;
87
88/// Types for the `DeleteVariantStore` operation.
89pub mod delete_variant_store;
90
91/// Types for the `DeleteWorkflow` operation.
92pub mod delete_workflow;
93
94/// Types for the `DeleteWorkflowVersion` operation.
95pub mod delete_workflow_version;
96
97/// Types for the `GetAnnotationImportJob` operation.
98pub mod get_annotation_import_job;
99
100/// Types for the `GetAnnotationStore` operation.
101pub mod get_annotation_store;
102
103/// Types for the `GetAnnotationStoreVersion` operation.
104pub mod get_annotation_store_version;
105
106/// Types for the `GetReadSet` operation.
107pub mod get_read_set;
108
109/// Types for the `GetReadSetActivationJob` operation.
110pub mod get_read_set_activation_job;
111
112/// Types for the `GetReadSetExportJob` operation.
113pub mod get_read_set_export_job;
114
115/// Types for the `GetReadSetImportJob` operation.
116pub mod get_read_set_import_job;
117
118/// Types for the `GetReadSetMetadata` operation.
119pub mod get_read_set_metadata;
120
121/// Types for the `GetReference` operation.
122pub mod get_reference;
123
124/// Types for the `GetReferenceImportJob` operation.
125pub mod get_reference_import_job;
126
127/// Types for the `GetReferenceMetadata` operation.
128pub mod get_reference_metadata;
129
130/// Types for the `GetReferenceStore` operation.
131pub mod get_reference_store;
132
133/// Types for the `GetRun` operation.
134pub mod get_run;
135
136/// Types for the `GetRunCache` operation.
137pub mod get_run_cache;
138
139/// Types for the `GetRunGroup` operation.
140pub mod get_run_group;
141
142/// Types for the `GetRunTask` operation.
143pub mod get_run_task;
144
145/// Types for the `GetS3AccessPolicy` operation.
146pub mod get_s3_access_policy;
147
148/// Types for the `GetSequenceStore` operation.
149pub mod get_sequence_store;
150
151/// Types for the `GetShare` operation.
152pub mod get_share;
153
154/// Types for the `GetVariantImportJob` operation.
155pub mod get_variant_import_job;
156
157/// Types for the `GetVariantStore` operation.
158pub mod get_variant_store;
159
160/// Types for the `GetWorkflow` operation.
161pub mod get_workflow;
162
163/// Types for the `GetWorkflowVersion` operation.
164pub mod get_workflow_version;
165
166/// Types for the `ListAnnotationImportJobs` operation.
167pub mod list_annotation_import_jobs;
168
169/// Types for the `ListAnnotationStoreVersions` operation.
170pub mod list_annotation_store_versions;
171
172/// Types for the `ListAnnotationStores` operation.
173pub mod list_annotation_stores;
174
175/// Types for the `ListMultipartReadSetUploads` operation.
176pub mod list_multipart_read_set_uploads;
177
178/// Types for the `ListReadSetActivationJobs` operation.
179pub mod list_read_set_activation_jobs;
180
181/// Types for the `ListReadSetExportJobs` operation.
182pub mod list_read_set_export_jobs;
183
184/// Types for the `ListReadSetImportJobs` operation.
185pub mod list_read_set_import_jobs;
186
187/// Types for the `ListReadSetUploadParts` operation.
188pub mod list_read_set_upload_parts;
189
190/// Types for the `ListReadSets` operation.
191pub mod list_read_sets;
192
193/// Types for the `ListReferenceImportJobs` operation.
194pub mod list_reference_import_jobs;
195
196/// Types for the `ListReferenceStores` operation.
197pub mod list_reference_stores;
198
199/// Types for the `ListReferences` operation.
200pub mod list_references;
201
202/// Types for the `ListRunCaches` operation.
203pub mod list_run_caches;
204
205/// Types for the `ListRunGroups` operation.
206pub mod list_run_groups;
207
208/// Types for the `ListRunTasks` operation.
209pub mod list_run_tasks;
210
211/// Types for the `ListRuns` operation.
212pub mod list_runs;
213
214/// Types for the `ListSequenceStores` operation.
215pub mod list_sequence_stores;
216
217/// Types for the `ListShares` operation.
218pub mod list_shares;
219
220/// Types for the `ListTagsForResource` operation.
221pub mod list_tags_for_resource;
222
223/// Types for the `ListVariantImportJobs` operation.
224pub mod list_variant_import_jobs;
225
226/// Types for the `ListVariantStores` operation.
227pub mod list_variant_stores;
228
229/// Types for the `ListWorkflowVersions` operation.
230pub mod list_workflow_versions;
231
232/// Types for the `ListWorkflows` operation.
233pub mod list_workflows;
234
235/// Types for the `PutS3AccessPolicy` operation.
236pub mod put_s3_access_policy;
237
238/// Types for the `StartAnnotationImportJob` operation.
239pub mod start_annotation_import_job;
240
241/// Types for the `StartReadSetActivationJob` operation.
242pub mod start_read_set_activation_job;
243
244/// Types for the `StartReadSetExportJob` operation.
245pub mod start_read_set_export_job;
246
247/// Types for the `StartReadSetImportJob` operation.
248pub mod start_read_set_import_job;
249
250/// Types for the `StartReferenceImportJob` operation.
251pub mod start_reference_import_job;
252
253/// Types for the `StartRun` operation.
254pub mod start_run;
255
256/// Types for the `StartVariantImportJob` operation.
257pub mod start_variant_import_job;
258
259/// Types for the `TagResource` operation.
260pub mod tag_resource;
261
262/// Types for the `UntagResource` operation.
263pub mod untag_resource;
264
265/// Types for the `UpdateAnnotationStore` operation.
266pub mod update_annotation_store;
267
268/// Types for the `UpdateAnnotationStoreVersion` operation.
269pub mod update_annotation_store_version;
270
271/// Types for the `UpdateRunCache` operation.
272pub mod update_run_cache;
273
274/// Types for the `UpdateRunGroup` operation.
275pub mod update_run_group;
276
277/// Types for the `UpdateSequenceStore` operation.
278pub mod update_sequence_store;
279
280/// Types for the `UpdateVariantStore` operation.
281pub mod update_variant_store;
282
283/// Types for the `UpdateWorkflow` operation.
284pub mod update_workflow;
285
286/// Types for the `UpdateWorkflowVersion` operation.
287pub mod update_workflow_version;
288
289/// Types for the `UploadReadSetPart` operation.
290pub mod upload_read_set_part;