aws_sdk_omics/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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `AbortMultipartReadSetUpload` operation.
pub mod abort_multipart_read_set_upload;
/// Types for the `AcceptShare` operation.
pub mod accept_share;
/// Types for the `BatchDeleteReadSet` operation.
pub mod batch_delete_read_set;
/// Types for the `CancelAnnotationImportJob` operation.
pub mod cancel_annotation_import_job;
/// Types for the `CancelRun` operation.
pub mod cancel_run;
/// Types for the `CancelVariantImportJob` operation.
pub mod cancel_variant_import_job;
/// Types for the `CompleteMultipartReadSetUpload` operation.
pub mod complete_multipart_read_set_upload;
/// Types for the `CreateAnnotationStore` operation.
pub mod create_annotation_store;
/// Types for the `CreateAnnotationStoreVersion` operation.
pub mod create_annotation_store_version;
/// Types for the `CreateMultipartReadSetUpload` operation.
pub mod create_multipart_read_set_upload;
/// Types for the `CreateReferenceStore` operation.
pub mod create_reference_store;
/// Types for the `CreateRunGroup` operation.
pub mod create_run_group;
/// Types for the `CreateSequenceStore` operation.
pub mod create_sequence_store;
/// Types for the `CreateShare` operation.
pub mod create_share;
/// Types for the `CreateVariantStore` operation.
pub mod create_variant_store;
/// Types for the `CreateWorkflow` operation.
pub mod create_workflow;
/// Types for the `DeleteAnnotationStore` operation.
pub mod delete_annotation_store;
/// Types for the `DeleteAnnotationStoreVersions` operation.
pub mod delete_annotation_store_versions;
/// Types for the `DeleteReference` operation.
pub mod delete_reference;
/// Types for the `DeleteReferenceStore` operation.
pub mod delete_reference_store;
/// Types for the `DeleteRun` operation.
pub mod delete_run;
/// Types for the `DeleteRunGroup` operation.
pub mod delete_run_group;
/// Types for the `DeleteSequenceStore` operation.
pub mod delete_sequence_store;
/// Types for the `DeleteShare` operation.
pub mod delete_share;
/// Types for the `DeleteVariantStore` operation.
pub mod delete_variant_store;
/// Types for the `DeleteWorkflow` operation.
pub mod delete_workflow;
/// Types for the `GetAnnotationImportJob` operation.
pub mod get_annotation_import_job;
/// Types for the `GetAnnotationStore` operation.
pub mod get_annotation_store;
/// Types for the `GetAnnotationStoreVersion` operation.
pub mod get_annotation_store_version;
/// Types for the `GetReadSet` operation.
pub mod get_read_set;
/// Types for the `GetReadSetActivationJob` operation.
pub mod get_read_set_activation_job;
/// Types for the `GetReadSetExportJob` operation.
pub mod get_read_set_export_job;
/// Types for the `GetReadSetImportJob` operation.
pub mod get_read_set_import_job;
/// Types for the `GetReadSetMetadata` operation.
pub mod get_read_set_metadata;
/// Types for the `GetReference` operation.
pub mod get_reference;
/// Types for the `GetReferenceImportJob` operation.
pub mod get_reference_import_job;
/// Types for the `GetReferenceMetadata` operation.
pub mod get_reference_metadata;
/// Types for the `GetReferenceStore` operation.
pub mod get_reference_store;
/// Types for the `GetRun` operation.
pub mod get_run;
/// Types for the `GetRunGroup` operation.
pub mod get_run_group;
/// Types for the `GetRunTask` operation.
pub mod get_run_task;
/// Types for the `GetSequenceStore` operation.
pub mod get_sequence_store;
/// Types for the `GetShare` operation.
pub mod get_share;
/// Types for the `GetVariantImportJob` operation.
pub mod get_variant_import_job;
/// Types for the `GetVariantStore` operation.
pub mod get_variant_store;
/// Types for the `GetWorkflow` operation.
pub mod get_workflow;
/// Types for the `ListAnnotationImportJobs` operation.
pub mod list_annotation_import_jobs;
/// Types for the `ListAnnotationStoreVersions` operation.
pub mod list_annotation_store_versions;
/// Types for the `ListAnnotationStores` operation.
pub mod list_annotation_stores;
/// Types for the `ListMultipartReadSetUploads` operation.
pub mod list_multipart_read_set_uploads;
/// Types for the `ListReadSetActivationJobs` operation.
pub mod list_read_set_activation_jobs;
/// Types for the `ListReadSetExportJobs` operation.
pub mod list_read_set_export_jobs;
/// Types for the `ListReadSetImportJobs` operation.
pub mod list_read_set_import_jobs;
/// Types for the `ListReadSetUploadParts` operation.
pub mod list_read_set_upload_parts;
/// Types for the `ListReadSets` operation.
pub mod list_read_sets;
/// Types for the `ListReferenceImportJobs` operation.
pub mod list_reference_import_jobs;
/// Types for the `ListReferenceStores` operation.
pub mod list_reference_stores;
/// Types for the `ListReferences` operation.
pub mod list_references;
/// Types for the `ListRunGroups` operation.
pub mod list_run_groups;
/// Types for the `ListRunTasks` operation.
pub mod list_run_tasks;
/// Types for the `ListRuns` operation.
pub mod list_runs;
/// Types for the `ListSequenceStores` operation.
pub mod list_sequence_stores;
/// Types for the `ListShares` operation.
pub mod list_shares;
/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;
/// Types for the `ListVariantImportJobs` operation.
pub mod list_variant_import_jobs;
/// Types for the `ListVariantStores` operation.
pub mod list_variant_stores;
/// Types for the `ListWorkflows` operation.
pub mod list_workflows;
/// Types for the `StartAnnotationImportJob` operation.
pub mod start_annotation_import_job;
/// Types for the `StartReadSetActivationJob` operation.
pub mod start_read_set_activation_job;
/// Types for the `StartReadSetExportJob` operation.
pub mod start_read_set_export_job;
/// Types for the `StartReadSetImportJob` operation.
pub mod start_read_set_import_job;
/// Types for the `StartReferenceImportJob` operation.
pub mod start_reference_import_job;
/// Types for the `StartRun` operation.
pub mod start_run;
/// Types for the `StartVariantImportJob` operation.
pub mod start_variant_import_job;
/// Types for the `TagResource` operation.
pub mod tag_resource;
/// Types for the `UntagResource` operation.
pub mod untag_resource;
/// Types for the `UpdateAnnotationStore` operation.
pub mod update_annotation_store;
/// Types for the `UpdateAnnotationStoreVersion` operation.
pub mod update_annotation_store_version;
/// Types for the `UpdateRunGroup` operation.
pub mod update_run_group;
/// Types for the `UpdateVariantStore` operation.
pub mod update_variant_store;
/// Types for the `UpdateWorkflow` operation.
pub mod update_workflow;
/// Types for the `UploadReadSetPart` operation.
pub mod upload_read_set_part;