@aws-sdk/client-omics 3.220.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +206 -0
- package/dist-cjs/Omics.js +997 -0
- package/dist-cjs/OmicsClient.js +40 -0
- package/dist-cjs/commands/BatchDeleteReadSetCommand.js +46 -0
- package/dist-cjs/commands/CancelAnnotationImportJobCommand.js +46 -0
- package/dist-cjs/commands/CancelRunCommand.js +46 -0
- package/dist-cjs/commands/CancelVariantImportJobCommand.js +46 -0
- package/dist-cjs/commands/CreateAnnotationStoreCommand.js +46 -0
- package/dist-cjs/commands/CreateReferenceStoreCommand.js +46 -0
- package/dist-cjs/commands/CreateRunGroupCommand.js +46 -0
- package/dist-cjs/commands/CreateSequenceStoreCommand.js +46 -0
- package/dist-cjs/commands/CreateVariantStoreCommand.js +46 -0
- package/dist-cjs/commands/CreateWorkflowCommand.js +46 -0
- package/dist-cjs/commands/DeleteAnnotationStoreCommand.js +46 -0
- package/dist-cjs/commands/DeleteReferenceCommand.js +46 -0
- package/dist-cjs/commands/DeleteReferenceStoreCommand.js +46 -0
- package/dist-cjs/commands/DeleteRunCommand.js +46 -0
- package/dist-cjs/commands/DeleteRunGroupCommand.js +46 -0
- package/dist-cjs/commands/DeleteSequenceStoreCommand.js +46 -0
- package/dist-cjs/commands/DeleteVariantStoreCommand.js +46 -0
- package/dist-cjs/commands/DeleteWorkflowCommand.js +46 -0
- package/dist-cjs/commands/GetAnnotationImportJobCommand.js +46 -0
- package/dist-cjs/commands/GetAnnotationStoreCommand.js +46 -0
- package/dist-cjs/commands/GetReadSetActivationJobCommand.js +46 -0
- package/dist-cjs/commands/GetReadSetCommand.js +46 -0
- package/dist-cjs/commands/GetReadSetExportJobCommand.js +46 -0
- package/dist-cjs/commands/GetReadSetImportJobCommand.js +46 -0
- package/dist-cjs/commands/GetReadSetMetadataCommand.js +46 -0
- package/dist-cjs/commands/GetReferenceCommand.js +46 -0
- package/dist-cjs/commands/GetReferenceImportJobCommand.js +46 -0
- package/dist-cjs/commands/GetReferenceMetadataCommand.js +46 -0
- package/dist-cjs/commands/GetReferenceStoreCommand.js +46 -0
- package/dist-cjs/commands/GetRunCommand.js +46 -0
- package/dist-cjs/commands/GetRunGroupCommand.js +46 -0
- package/dist-cjs/commands/GetRunTaskCommand.js +46 -0
- package/dist-cjs/commands/GetSequenceStoreCommand.js +46 -0
- package/dist-cjs/commands/GetVariantImportJobCommand.js +46 -0
- package/dist-cjs/commands/GetVariantStoreCommand.js +46 -0
- package/dist-cjs/commands/GetWorkflowCommand.js +46 -0
- package/dist-cjs/commands/ListAnnotationImportJobsCommand.js +46 -0
- package/dist-cjs/commands/ListAnnotationStoresCommand.js +46 -0
- package/dist-cjs/commands/ListReadSetActivationJobsCommand.js +46 -0
- package/dist-cjs/commands/ListReadSetExportJobsCommand.js +46 -0
- package/dist-cjs/commands/ListReadSetImportJobsCommand.js +46 -0
- package/dist-cjs/commands/ListReadSetsCommand.js +46 -0
- package/dist-cjs/commands/ListReferenceImportJobsCommand.js +46 -0
- package/dist-cjs/commands/ListReferenceStoresCommand.js +46 -0
- package/dist-cjs/commands/ListReferencesCommand.js +46 -0
- package/dist-cjs/commands/ListRunGroupsCommand.js +46 -0
- package/dist-cjs/commands/ListRunTasksCommand.js +46 -0
- package/dist-cjs/commands/ListRunsCommand.js +46 -0
- package/dist-cjs/commands/ListSequenceStoresCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
- package/dist-cjs/commands/ListVariantImportJobsCommand.js +46 -0
- package/dist-cjs/commands/ListVariantStoresCommand.js +46 -0
- package/dist-cjs/commands/ListWorkflowsCommand.js +46 -0
- package/dist-cjs/commands/StartAnnotationImportJobCommand.js +46 -0
- package/dist-cjs/commands/StartReadSetActivationJobCommand.js +46 -0
- package/dist-cjs/commands/StartReadSetExportJobCommand.js +46 -0
- package/dist-cjs/commands/StartReadSetImportJobCommand.js +46 -0
- package/dist-cjs/commands/StartReferenceImportJobCommand.js +46 -0
- package/dist-cjs/commands/StartRunCommand.js +46 -0
- package/dist-cjs/commands/StartVariantImportJobCommand.js +46 -0
- package/dist-cjs/commands/TagResourceCommand.js +46 -0
- package/dist-cjs/commands/UntagResourceCommand.js +46 -0
- package/dist-cjs/commands/UpdateAnnotationStoreCommand.js +46 -0
- package/dist-cjs/commands/UpdateRunGroupCommand.js +46 -0
- package/dist-cjs/commands/UpdateVariantStoreCommand.js +46 -0
- package/dist-cjs/commands/UpdateWorkflowCommand.js +46 -0
- package/dist-cjs/commands/index.js +69 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +312 -0
- package/dist-cjs/index.js +12 -0
- package/dist-cjs/models/OmicsServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1119 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAnnotationImportJobsPaginator.js +36 -0
- package/dist-cjs/pagination/ListAnnotationStoresPaginator.js +36 -0
- package/dist-cjs/pagination/ListReadSetActivationJobsPaginator.js +36 -0
- package/dist-cjs/pagination/ListReadSetExportJobsPaginator.js +36 -0
- package/dist-cjs/pagination/ListReadSetImportJobsPaginator.js +36 -0
- package/dist-cjs/pagination/ListReadSetsPaginator.js +36 -0
- package/dist-cjs/pagination/ListReferenceImportJobsPaginator.js +36 -0
- package/dist-cjs/pagination/ListReferenceStoresPaginator.js +36 -0
- package/dist-cjs/pagination/ListReferencesPaginator.js +36 -0
- package/dist-cjs/pagination/ListRunGroupsPaginator.js +36 -0
- package/dist-cjs/pagination/ListRunTasksPaginator.js +36 -0
- package/dist-cjs/pagination/ListRunsPaginator.js +36 -0
- package/dist-cjs/pagination/ListSequenceStoresPaginator.js +36 -0
- package/dist-cjs/pagination/ListVariantImportJobsPaginator.js +36 -0
- package/dist-cjs/pagination/ListVariantStoresPaginator.js +36 -0
- package/dist-cjs/pagination/ListWorkflowsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +20 -0
- package/dist-cjs/protocols/Aws_restJson1.js +7082 -0
- package/dist-cjs/runtimeConfig.browser.js +44 -0
- package/dist-cjs/runtimeConfig.js +52 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +18 -0
- package/dist-cjs/waiters/index.js +18 -0
- package/dist-cjs/waiters/waitForAnnotationImportJobCreated.js +72 -0
- package/dist-cjs/waiters/waitForAnnotationStoreCreated.js +63 -0
- package/dist-cjs/waiters/waitForAnnotationStoreDeleted.js +48 -0
- package/dist-cjs/waiters/waitForReadSetActivationJobCompleted.js +90 -0
- package/dist-cjs/waiters/waitForReadSetExportJobCompleted.js +90 -0
- package/dist-cjs/waiters/waitForReadSetImportJobCompleted.js +90 -0
- package/dist-cjs/waiters/waitForReferenceImportJobCompleted.js +90 -0
- package/dist-cjs/waiters/waitForRunCompleted.js +81 -0
- package/dist-cjs/waiters/waitForRunRunning.js +72 -0
- package/dist-cjs/waiters/waitForTaskCompleted.js +81 -0
- package/dist-cjs/waiters/waitForTaskRunning.js +72 -0
- package/dist-cjs/waiters/waitForVariantImportJobCreated.js +72 -0
- package/dist-cjs/waiters/waitForVariantStoreCreated.js +63 -0
- package/dist-cjs/waiters/waitForVariantStoreDeleted.js +48 -0
- package/dist-cjs/waiters/waitForWorkflowActive.js +63 -0
- package/dist-es/Omics.js +993 -0
- package/dist-es/OmicsClient.js +36 -0
- package/dist-es/commands/BatchDeleteReadSetCommand.js +42 -0
- package/dist-es/commands/CancelAnnotationImportJobCommand.js +42 -0
- package/dist-es/commands/CancelRunCommand.js +42 -0
- package/dist-es/commands/CancelVariantImportJobCommand.js +42 -0
- package/dist-es/commands/CreateAnnotationStoreCommand.js +42 -0
- package/dist-es/commands/CreateReferenceStoreCommand.js +42 -0
- package/dist-es/commands/CreateRunGroupCommand.js +42 -0
- package/dist-es/commands/CreateSequenceStoreCommand.js +42 -0
- package/dist-es/commands/CreateVariantStoreCommand.js +42 -0
- package/dist-es/commands/CreateWorkflowCommand.js +42 -0
- package/dist-es/commands/DeleteAnnotationStoreCommand.js +42 -0
- package/dist-es/commands/DeleteReferenceCommand.js +42 -0
- package/dist-es/commands/DeleteReferenceStoreCommand.js +42 -0
- package/dist-es/commands/DeleteRunCommand.js +42 -0
- package/dist-es/commands/DeleteRunGroupCommand.js +42 -0
- package/dist-es/commands/DeleteSequenceStoreCommand.js +42 -0
- package/dist-es/commands/DeleteVariantStoreCommand.js +42 -0
- package/dist-es/commands/DeleteWorkflowCommand.js +42 -0
- package/dist-es/commands/GetAnnotationImportJobCommand.js +42 -0
- package/dist-es/commands/GetAnnotationStoreCommand.js +42 -0
- package/dist-es/commands/GetReadSetActivationJobCommand.js +42 -0
- package/dist-es/commands/GetReadSetCommand.js +42 -0
- package/dist-es/commands/GetReadSetExportJobCommand.js +42 -0
- package/dist-es/commands/GetReadSetImportJobCommand.js +42 -0
- package/dist-es/commands/GetReadSetMetadataCommand.js +42 -0
- package/dist-es/commands/GetReferenceCommand.js +42 -0
- package/dist-es/commands/GetReferenceImportJobCommand.js +42 -0
- package/dist-es/commands/GetReferenceMetadataCommand.js +42 -0
- package/dist-es/commands/GetReferenceStoreCommand.js +42 -0
- package/dist-es/commands/GetRunCommand.js +42 -0
- package/dist-es/commands/GetRunGroupCommand.js +42 -0
- package/dist-es/commands/GetRunTaskCommand.js +42 -0
- package/dist-es/commands/GetSequenceStoreCommand.js +42 -0
- package/dist-es/commands/GetVariantImportJobCommand.js +42 -0
- package/dist-es/commands/GetVariantStoreCommand.js +42 -0
- package/dist-es/commands/GetWorkflowCommand.js +42 -0
- package/dist-es/commands/ListAnnotationImportJobsCommand.js +42 -0
- package/dist-es/commands/ListAnnotationStoresCommand.js +42 -0
- package/dist-es/commands/ListReadSetActivationJobsCommand.js +42 -0
- package/dist-es/commands/ListReadSetExportJobsCommand.js +42 -0
- package/dist-es/commands/ListReadSetImportJobsCommand.js +42 -0
- package/dist-es/commands/ListReadSetsCommand.js +42 -0
- package/dist-es/commands/ListReferenceImportJobsCommand.js +42 -0
- package/dist-es/commands/ListReferenceStoresCommand.js +42 -0
- package/dist-es/commands/ListReferencesCommand.js +42 -0
- package/dist-es/commands/ListRunGroupsCommand.js +42 -0
- package/dist-es/commands/ListRunTasksCommand.js +42 -0
- package/dist-es/commands/ListRunsCommand.js +42 -0
- package/dist-es/commands/ListSequenceStoresCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
- package/dist-es/commands/ListVariantImportJobsCommand.js +42 -0
- package/dist-es/commands/ListVariantStoresCommand.js +42 -0
- package/dist-es/commands/ListWorkflowsCommand.js +42 -0
- package/dist-es/commands/StartAnnotationImportJobCommand.js +42 -0
- package/dist-es/commands/StartReadSetActivationJobCommand.js +42 -0
- package/dist-es/commands/StartReadSetExportJobCommand.js +42 -0
- package/dist-es/commands/StartReadSetImportJobCommand.js +42 -0
- package/dist-es/commands/StartReferenceImportJobCommand.js +42 -0
- package/dist-es/commands/StartRunCommand.js +42 -0
- package/dist-es/commands/StartVariantImportJobCommand.js +42 -0
- package/dist-es/commands/TagResourceCommand.js +42 -0
- package/dist-es/commands/UntagResourceCommand.js +42 -0
- package/dist-es/commands/UpdateAnnotationStoreCommand.js +42 -0
- package/dist-es/commands/UpdateRunGroupCommand.js +42 -0
- package/dist-es/commands/UpdateVariantStoreCommand.js +42 -0
- package/dist-es/commands/UpdateWorkflowCommand.js +42 -0
- package/dist-es/commands/index.js +66 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +309 -0
- package/dist-es/index.js +7 -0
- package/dist-es/models/OmicsServiceException.js +7 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +922 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAnnotationImportJobsPaginator.js +32 -0
- package/dist-es/pagination/ListAnnotationStoresPaginator.js +32 -0
- package/dist-es/pagination/ListReadSetActivationJobsPaginator.js +32 -0
- package/dist-es/pagination/ListReadSetExportJobsPaginator.js +32 -0
- package/dist-es/pagination/ListReadSetImportJobsPaginator.js +32 -0
- package/dist-es/pagination/ListReadSetsPaginator.js +32 -0
- package/dist-es/pagination/ListReferenceImportJobsPaginator.js +32 -0
- package/dist-es/pagination/ListReferenceStoresPaginator.js +32 -0
- package/dist-es/pagination/ListReferencesPaginator.js +32 -0
- package/dist-es/pagination/ListRunGroupsPaginator.js +32 -0
- package/dist-es/pagination/ListRunTasksPaginator.js +32 -0
- package/dist-es/pagination/ListRunsPaginator.js +32 -0
- package/dist-es/pagination/ListSequenceStoresPaginator.js +32 -0
- package/dist-es/pagination/ListVariantImportJobsPaginator.js +32 -0
- package/dist-es/pagination/ListVariantStoresPaginator.js +32 -0
- package/dist-es/pagination/ListWorkflowsPaginator.js +32 -0
- package/dist-es/pagination/index.js +17 -0
- package/dist-es/protocols/Aws_restJson1.js +6945 -0
- package/dist-es/runtimeConfig.browser.js +39 -0
- package/dist-es/runtimeConfig.js +47 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/waiters/index.js +15 -0
- package/dist-es/waiters/waitForAnnotationImportJobCreated.js +67 -0
- package/dist-es/waiters/waitForAnnotationStoreCreated.js +58 -0
- package/dist-es/waiters/waitForAnnotationStoreDeleted.js +43 -0
- package/dist-es/waiters/waitForReadSetActivationJobCompleted.js +85 -0
- package/dist-es/waiters/waitForReadSetExportJobCompleted.js +85 -0
- package/dist-es/waiters/waitForReadSetImportJobCompleted.js +85 -0
- package/dist-es/waiters/waitForReferenceImportJobCompleted.js +85 -0
- package/dist-es/waiters/waitForRunCompleted.js +76 -0
- package/dist-es/waiters/waitForRunRunning.js +67 -0
- package/dist-es/waiters/waitForTaskCompleted.js +76 -0
- package/dist-es/waiters/waitForTaskRunning.js +67 -0
- package/dist-es/waiters/waitForVariantImportJobCreated.js +67 -0
- package/dist-es/waiters/waitForVariantStoreCreated.js +58 -0
- package/dist-es/waiters/waitForVariantStoreDeleted.js +43 -0
- package/dist-es/waiters/waitForWorkflowActive.js +58 -0
- package/dist-types/Omics.d.ts +470 -0
- package/dist-types/OmicsClient.d.ts +213 -0
- package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +37 -0
- package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +37 -0
- package/dist-types/commands/CancelRunCommand.d.ts +37 -0
- package/dist-types/commands/CancelVariantImportJobCommand.d.ts +37 -0
- package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +37 -0
- package/dist-types/commands/CreateReferenceStoreCommand.d.ts +37 -0
- package/dist-types/commands/CreateRunGroupCommand.d.ts +37 -0
- package/dist-types/commands/CreateSequenceStoreCommand.d.ts +37 -0
- package/dist-types/commands/CreateVariantStoreCommand.d.ts +37 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +37 -0
- package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +37 -0
- package/dist-types/commands/DeleteReferenceCommand.d.ts +37 -0
- package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +37 -0
- package/dist-types/commands/DeleteRunCommand.d.ts +37 -0
- package/dist-types/commands/DeleteRunGroupCommand.d.ts +37 -0
- package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +37 -0
- package/dist-types/commands/DeleteVariantStoreCommand.d.ts +37 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +37 -0
- package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +37 -0
- package/dist-types/commands/GetAnnotationStoreCommand.d.ts +37 -0
- package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +37 -0
- package/dist-types/commands/GetReadSetCommand.d.ts +37 -0
- package/dist-types/commands/GetReadSetExportJobCommand.d.ts +37 -0
- package/dist-types/commands/GetReadSetImportJobCommand.d.ts +37 -0
- package/dist-types/commands/GetReadSetMetadataCommand.d.ts +37 -0
- package/dist-types/commands/GetReferenceCommand.d.ts +37 -0
- package/dist-types/commands/GetReferenceImportJobCommand.d.ts +37 -0
- package/dist-types/commands/GetReferenceMetadataCommand.d.ts +37 -0
- package/dist-types/commands/GetReferenceStoreCommand.d.ts +37 -0
- package/dist-types/commands/GetRunCommand.d.ts +37 -0
- package/dist-types/commands/GetRunGroupCommand.d.ts +37 -0
- package/dist-types/commands/GetRunTaskCommand.d.ts +37 -0
- package/dist-types/commands/GetSequenceStoreCommand.d.ts +37 -0
- package/dist-types/commands/GetVariantImportJobCommand.d.ts +37 -0
- package/dist-types/commands/GetVariantStoreCommand.d.ts +37 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +37 -0
- package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +37 -0
- package/dist-types/commands/ListAnnotationStoresCommand.d.ts +37 -0
- package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +37 -0
- package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +37 -0
- package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +37 -0
- package/dist-types/commands/ListReadSetsCommand.d.ts +37 -0
- package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +37 -0
- package/dist-types/commands/ListReferenceStoresCommand.d.ts +37 -0
- package/dist-types/commands/ListReferencesCommand.d.ts +37 -0
- package/dist-types/commands/ListRunGroupsCommand.d.ts +37 -0
- package/dist-types/commands/ListRunTasksCommand.d.ts +37 -0
- package/dist-types/commands/ListRunsCommand.d.ts +37 -0
- package/dist-types/commands/ListSequenceStoresCommand.d.ts +37 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/commands/ListVariantImportJobsCommand.d.ts +37 -0
- package/dist-types/commands/ListVariantStoresCommand.d.ts +37 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +37 -0
- package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +37 -0
- package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +37 -0
- package/dist-types/commands/StartReadSetExportJobCommand.d.ts +37 -0
- package/dist-types/commands/StartReadSetImportJobCommand.d.ts +37 -0
- package/dist-types/commands/StartReferenceImportJobCommand.d.ts +37 -0
- package/dist-types/commands/StartRunCommand.d.ts +37 -0
- package/dist-types/commands/StartVariantImportJobCommand.d.ts +37 -0
- package/dist-types/commands/TagResourceCommand.d.ts +37 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +37 -0
- package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +37 -0
- package/dist-types/commands/UpdateRunGroupCommand.d.ts +37 -0
- package/dist-types/commands/UpdateVariantStoreCommand.d.ts +37 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +66 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/index.d.ts +7 -0
- package/dist-types/models/OmicsServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +4577 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAnnotationImportJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAnnotationStoresPaginator.d.ts +4 -0
- package/dist-types/pagination/ListReadSetActivationJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListReadSetExportJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListReadSetImportJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListReadSetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListReferenceImportJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListReferenceStoresPaginator.d.ts +4 -0
- package/dist-types/pagination/ListReferencesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRunGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRunTasksPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSequenceStoresPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVariantImportJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVariantStoresPaginator.d.ts +4 -0
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +17 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +200 -0
- package/dist-types/runtimeConfig.browser.d.ts +43 -0
- package/dist-types/runtimeConfig.d.ts +43 -0
- package/dist-types/runtimeConfig.native.d.ts +42 -0
- package/dist-types/runtimeConfig.shared.d.ts +16 -0
- package/dist-types/ts3.4/Omics.d.ts +1126 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +509 -0
- package/dist-types/ts3.4/commands/BatchDeleteReadSetCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CancelAnnotationImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CancelRunCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/CancelVariantImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateAnnotationStoreCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateReferenceStoreCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateRunGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateSequenceStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateVariantStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteAnnotationStoreCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteReferenceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteReferenceStoreCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/DeleteRunGroupCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/DeleteSequenceStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteVariantStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/GetAnnotationImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetAnnotationStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetReadSetActivationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetReadSetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetReadSetExportJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetReadSetImportJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetReadSetMetadataCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetReferenceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetReferenceImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetReferenceMetadataCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetReferenceStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/GetRunGroupCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetRunTaskCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetSequenceStoreCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetVariantImportJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetVariantStoreCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListAnnotationImportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListAnnotationStoresCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListReadSetActivationJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListReadSetExportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListReadSetImportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListReadSetsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListReferenceImportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListReferenceStoresCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListReferencesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListRunGroupsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListRunTasksCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListSequenceStoresCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListVariantImportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListVariantStoresCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/StartAnnotationImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartReadSetActivationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartReadSetExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartReadSetImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartReferenceImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartRunCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/StartVariantImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateAnnotationStoreCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateRunGroupCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/UpdateVariantStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/index.d.ts +66 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/OmicsServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1909 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAnnotationImportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAnnotationStoresPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListReadSetActivationJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListReadSetExportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListReadSetImportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListReadSetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListReferenceImportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListReferenceStoresPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListReferencesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRunGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRunTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSequenceStoresPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVariantImportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVariantStoresPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +17 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +800 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +89 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +89 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +78 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +16 -0
- package/dist-types/ts3.4/waiters/index.d.ts +15 -0
- package/dist-types/ts3.4/waiters/waitForAnnotationImportJobCreated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForAnnotationStoreCreated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForAnnotationStoreDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForReadSetActivationJobCompleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForReadSetExportJobCompleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForReadSetImportJobCompleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForReferenceImportJobCompleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForRunCompleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForRunRunning.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForTaskCompleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForTaskRunning.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForVariantImportJobCreated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForVariantStoreCreated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForVariantStoreDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForWorkflowActive.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +15 -0
- package/dist-types/waiters/waitForAnnotationImportJobCreated.d.ts +14 -0
- package/dist-types/waiters/waitForAnnotationStoreCreated.d.ts +14 -0
- package/dist-types/waiters/waitForAnnotationStoreDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForReadSetActivationJobCompleted.d.ts +14 -0
- package/dist-types/waiters/waitForReadSetExportJobCompleted.d.ts +14 -0
- package/dist-types/waiters/waitForReadSetImportJobCompleted.d.ts +14 -0
- package/dist-types/waiters/waitForReferenceImportJobCompleted.d.ts +14 -0
- package/dist-types/waiters/waitForRunCompleted.d.ts +14 -0
- package/dist-types/waiters/waitForRunRunning.d.ts +14 -0
- package/dist-types/waiters/waitForTaskCompleted.d.ts +14 -0
- package/dist-types/waiters/waitForTaskRunning.d.ts +14 -0
- package/dist-types/waiters/waitForVariantImportJobCreated.d.ts +14 -0
- package/dist-types/waiters/waitForVariantStoreCreated.d.ts +14 -0
- package/dist-types/waiters/waitForVariantStoreDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForWorkflowActive.d.ts +14 -0
- package/package.json +106 -0
|
@@ -0,0 +1,4577 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { DocumentType as __DocumentType } from "@aws-sdk/types";
|
|
4
|
+
import { Readable } from "stream";
|
|
5
|
+
import { OmicsServiceException as __BaseException } from "./OmicsServiceException";
|
|
6
|
+
/**
|
|
7
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
8
|
+
*/
|
|
9
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
10
|
+
readonly name: "AccessDeniedException";
|
|
11
|
+
readonly $fault: "client";
|
|
12
|
+
/**
|
|
13
|
+
* @internal
|
|
14
|
+
*/
|
|
15
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
16
|
+
}
|
|
17
|
+
export declare enum ReadSetActivationJobStatus {
|
|
18
|
+
CANCELLED = "CANCELLED",
|
|
19
|
+
CANCELLING = "CANCELLING",
|
|
20
|
+
COMPLETED = "COMPLETED",
|
|
21
|
+
COMPLETED_WITH_FAILURES = "COMPLETED_WITH_FAILURES",
|
|
22
|
+
FAILED = "FAILED",
|
|
23
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
24
|
+
SUBMITTED = "SUBMITTED"
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* <p>A read set activation job filter.</p>
|
|
28
|
+
*/
|
|
29
|
+
export interface ActivateReadSetFilter {
|
|
30
|
+
/**
|
|
31
|
+
* <p>The filter's status.</p>
|
|
32
|
+
*/
|
|
33
|
+
status?: ReadSetActivationJobStatus | string;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The filter's start date.</p>
|
|
36
|
+
*/
|
|
37
|
+
createdAfter?: Date;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The filter's end date.</p>
|
|
40
|
+
*/
|
|
41
|
+
createdBefore?: Date;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* <p>A read set activation job.</p>
|
|
45
|
+
*/
|
|
46
|
+
export interface ActivateReadSetJobItem {
|
|
47
|
+
/**
|
|
48
|
+
* <p>The job's ID.</p>
|
|
49
|
+
*/
|
|
50
|
+
id: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The job's sequence store ID.</p>
|
|
53
|
+
*/
|
|
54
|
+
sequenceStoreId: string | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The job's status.</p>
|
|
57
|
+
*/
|
|
58
|
+
status: ReadSetActivationJobStatus | string | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>When the job was created.</p>
|
|
61
|
+
*/
|
|
62
|
+
creationTime: Date | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* <p>When the job completed.</p>
|
|
65
|
+
*/
|
|
66
|
+
completionTime?: Date;
|
|
67
|
+
}
|
|
68
|
+
export declare enum ReadSetActivationJobItemStatus {
|
|
69
|
+
FAILED = "FAILED",
|
|
70
|
+
FINISHED = "FINISHED",
|
|
71
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
72
|
+
NOT_STARTED = "NOT_STARTED"
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* <p>A source for a read set activation job.</p>
|
|
76
|
+
*/
|
|
77
|
+
export interface ActivateReadSetSourceItem {
|
|
78
|
+
/**
|
|
79
|
+
* <p>The source's read set ID.</p>
|
|
80
|
+
*/
|
|
81
|
+
readSetId: string | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* <p>The source's status.</p>
|
|
84
|
+
*/
|
|
85
|
+
status: ReadSetActivationJobItemStatus | string | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* <p>The source's status message.</p>
|
|
88
|
+
*/
|
|
89
|
+
statusMessage?: string;
|
|
90
|
+
}
|
|
91
|
+
export declare enum JobStatus {
|
|
92
|
+
/**
|
|
93
|
+
* The Job was cancelled
|
|
94
|
+
*/
|
|
95
|
+
CANCELLED = "CANCELLED",
|
|
96
|
+
/**
|
|
97
|
+
* The Job has completed
|
|
98
|
+
*/
|
|
99
|
+
COMPLETED = "COMPLETED",
|
|
100
|
+
/**
|
|
101
|
+
* The Job failed
|
|
102
|
+
*/
|
|
103
|
+
FAILED = "FAILED",
|
|
104
|
+
/**
|
|
105
|
+
* The Job is executing
|
|
106
|
+
*/
|
|
107
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
108
|
+
/**
|
|
109
|
+
* The Job has been submitted to run
|
|
110
|
+
*/
|
|
111
|
+
SUBMITTED = "SUBMITTED"
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* <p>Details about an imported annotation item.</p>
|
|
115
|
+
*/
|
|
116
|
+
export interface AnnotationImportItemDetail {
|
|
117
|
+
/**
|
|
118
|
+
* <p>The source file's location in Amazon S3.</p>
|
|
119
|
+
*/
|
|
120
|
+
source: string | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* <p>The item's job status.</p>
|
|
123
|
+
*/
|
|
124
|
+
jobStatus: JobStatus | string | undefined;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* <p>A source for an annotation import job.</p>
|
|
128
|
+
*/
|
|
129
|
+
export interface AnnotationImportItemSource {
|
|
130
|
+
/**
|
|
131
|
+
* <p>The source file's location in Amazon S3.</p>
|
|
132
|
+
*/
|
|
133
|
+
source: string | undefined;
|
|
134
|
+
}
|
|
135
|
+
export interface CancelAnnotationImportRequest {
|
|
136
|
+
/**
|
|
137
|
+
* <p>The job's ID.</p>
|
|
138
|
+
*/
|
|
139
|
+
jobId: string | undefined;
|
|
140
|
+
}
|
|
141
|
+
export interface CancelAnnotationImportResponse {
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* <p>An unexpected error occurred. Try the request again.</p>
|
|
145
|
+
*/
|
|
146
|
+
export declare class InternalServerException extends __BaseException {
|
|
147
|
+
readonly name: "InternalServerException";
|
|
148
|
+
readonly $fault: "server";
|
|
149
|
+
$retryable: {};
|
|
150
|
+
/**
|
|
151
|
+
* @internal
|
|
152
|
+
*/
|
|
153
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* <p>The target resource was not found in the current Region.</p>
|
|
157
|
+
*/
|
|
158
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
159
|
+
readonly name: "ResourceNotFoundException";
|
|
160
|
+
readonly $fault: "client";
|
|
161
|
+
/**
|
|
162
|
+
* @internal
|
|
163
|
+
*/
|
|
164
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* <p>The request was denied due to request throttling.</p>
|
|
168
|
+
*/
|
|
169
|
+
export declare class ThrottlingException extends __BaseException {
|
|
170
|
+
readonly name: "ThrottlingException";
|
|
171
|
+
readonly $fault: "client";
|
|
172
|
+
$retryable: {
|
|
173
|
+
throttling: boolean;
|
|
174
|
+
};
|
|
175
|
+
/**
|
|
176
|
+
* @internal
|
|
177
|
+
*/
|
|
178
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
182
|
+
*/
|
|
183
|
+
export declare class ValidationException extends __BaseException {
|
|
184
|
+
readonly name: "ValidationException";
|
|
185
|
+
readonly $fault: "client";
|
|
186
|
+
/**
|
|
187
|
+
* @internal
|
|
188
|
+
*/
|
|
189
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
190
|
+
}
|
|
191
|
+
export interface GetAnnotationImportRequest {
|
|
192
|
+
/**
|
|
193
|
+
* <p>The job's ID.</p>
|
|
194
|
+
*/
|
|
195
|
+
jobId: string | undefined;
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* <p>Read options for an annotation import job.</p>
|
|
199
|
+
*/
|
|
200
|
+
export interface ReadOptions {
|
|
201
|
+
/**
|
|
202
|
+
* <p>The file's field separator.</p>
|
|
203
|
+
*/
|
|
204
|
+
sep?: string;
|
|
205
|
+
/**
|
|
206
|
+
* <p>The file's encoding.</p>
|
|
207
|
+
*/
|
|
208
|
+
encoding?: string;
|
|
209
|
+
/**
|
|
210
|
+
* <p>The file's quote character.</p>
|
|
211
|
+
*/
|
|
212
|
+
quote?: string;
|
|
213
|
+
/**
|
|
214
|
+
* <p>Whether all values need to be quoted, or just those that contain quotes.</p>
|
|
215
|
+
*/
|
|
216
|
+
quoteAll?: boolean;
|
|
217
|
+
/**
|
|
218
|
+
* <p>A character for escaping quotes in the file.</p>
|
|
219
|
+
*/
|
|
220
|
+
escape?: string;
|
|
221
|
+
/**
|
|
222
|
+
* <p>Whether quotes need to be escaped in the file.</p>
|
|
223
|
+
*/
|
|
224
|
+
escapeQuotes?: boolean;
|
|
225
|
+
/**
|
|
226
|
+
* <p>The file's comment character.</p>
|
|
227
|
+
*/
|
|
228
|
+
comment?: string;
|
|
229
|
+
/**
|
|
230
|
+
* <p>Whether the file has a header row.</p>
|
|
231
|
+
*/
|
|
232
|
+
header?: boolean;
|
|
233
|
+
/**
|
|
234
|
+
* <p>A line separator for the file.</p>
|
|
235
|
+
*/
|
|
236
|
+
lineSep?: string;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* <p>Formatting options for a TSV file.</p>
|
|
240
|
+
*/
|
|
241
|
+
export interface TsvOptions {
|
|
242
|
+
/**
|
|
243
|
+
* <p>The file's read options.</p>
|
|
244
|
+
*/
|
|
245
|
+
readOptions?: ReadOptions;
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* <p>Formatting options for a VCF file.</p>
|
|
249
|
+
*/
|
|
250
|
+
export interface VcfOptions {
|
|
251
|
+
/**
|
|
252
|
+
* <p>The file's ignore qual field setting.</p>
|
|
253
|
+
*/
|
|
254
|
+
ignoreQualField?: boolean;
|
|
255
|
+
/**
|
|
256
|
+
* <p>The file's ignore filter field setting.</p>
|
|
257
|
+
*/
|
|
258
|
+
ignoreFilterField?: boolean;
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* <p>Formatting options for a file.</p>
|
|
262
|
+
*/
|
|
263
|
+
export declare type FormatOptions = FormatOptions.TsvOptionsMember | FormatOptions.VcfOptionsMember | FormatOptions.$UnknownMember;
|
|
264
|
+
export declare namespace FormatOptions {
|
|
265
|
+
/**
|
|
266
|
+
* <p>Options for a TSV file.</p>
|
|
267
|
+
*/
|
|
268
|
+
interface TsvOptionsMember {
|
|
269
|
+
tsvOptions: TsvOptions;
|
|
270
|
+
vcfOptions?: never;
|
|
271
|
+
$unknown?: never;
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* <p>Options for a VCF file.</p>
|
|
275
|
+
*/
|
|
276
|
+
interface VcfOptionsMember {
|
|
277
|
+
tsvOptions?: never;
|
|
278
|
+
vcfOptions: VcfOptions;
|
|
279
|
+
$unknown?: never;
|
|
280
|
+
}
|
|
281
|
+
interface $UnknownMember {
|
|
282
|
+
tsvOptions?: never;
|
|
283
|
+
vcfOptions?: never;
|
|
284
|
+
$unknown: [string, any];
|
|
285
|
+
}
|
|
286
|
+
interface Visitor<T> {
|
|
287
|
+
tsvOptions: (value: TsvOptions) => T;
|
|
288
|
+
vcfOptions: (value: VcfOptions) => T;
|
|
289
|
+
_: (name: string, value: any) => T;
|
|
290
|
+
}
|
|
291
|
+
const visit: <T>(value: FormatOptions, visitor: Visitor<T>) => T;
|
|
292
|
+
}
|
|
293
|
+
export interface GetAnnotationImportResponse {
|
|
294
|
+
/**
|
|
295
|
+
* <p>The job's ID.</p>
|
|
296
|
+
*/
|
|
297
|
+
id: string | undefined;
|
|
298
|
+
/**
|
|
299
|
+
* <p>The job's destination annotation store.</p>
|
|
300
|
+
*/
|
|
301
|
+
destinationName: string | undefined;
|
|
302
|
+
/**
|
|
303
|
+
* <p>The job's service role ARN.</p>
|
|
304
|
+
*/
|
|
305
|
+
roleArn: string | undefined;
|
|
306
|
+
/**
|
|
307
|
+
* <p>The job's status.</p>
|
|
308
|
+
*/
|
|
309
|
+
status: JobStatus | string | undefined;
|
|
310
|
+
/**
|
|
311
|
+
* <p>The job's status message.</p>
|
|
312
|
+
*/
|
|
313
|
+
statusMessage: string | undefined;
|
|
314
|
+
/**
|
|
315
|
+
* <p>When the job was created.</p>
|
|
316
|
+
*/
|
|
317
|
+
creationTime: Date | undefined;
|
|
318
|
+
/**
|
|
319
|
+
* <p>When the job was updated.</p>
|
|
320
|
+
*/
|
|
321
|
+
updateTime: Date | undefined;
|
|
322
|
+
/**
|
|
323
|
+
* <p>When the job completed.</p>
|
|
324
|
+
*/
|
|
325
|
+
completionTime: Date | undefined;
|
|
326
|
+
/**
|
|
327
|
+
* <p>The job's imported items.</p>
|
|
328
|
+
*/
|
|
329
|
+
items: AnnotationImportItemDetail[] | undefined;
|
|
330
|
+
/**
|
|
331
|
+
* <p>The job's left normalization setting.</p>
|
|
332
|
+
*/
|
|
333
|
+
runLeftNormalization: boolean | undefined;
|
|
334
|
+
/**
|
|
335
|
+
* <p>Formatting options for a file.</p>
|
|
336
|
+
*/
|
|
337
|
+
formatOptions: FormatOptions | undefined;
|
|
338
|
+
}
|
|
339
|
+
/**
|
|
340
|
+
* <p>A filter for annotation import jobs.</p>
|
|
341
|
+
*/
|
|
342
|
+
export interface ListAnnotationImportJobsFilter {
|
|
343
|
+
/**
|
|
344
|
+
* <p>A status to filter on.</p>
|
|
345
|
+
*/
|
|
346
|
+
status?: JobStatus | string;
|
|
347
|
+
/**
|
|
348
|
+
* <p>A store name to filter on.</p>
|
|
349
|
+
*/
|
|
350
|
+
storeName?: string;
|
|
351
|
+
}
|
|
352
|
+
export interface ListAnnotationImportJobsRequest {
|
|
353
|
+
/**
|
|
354
|
+
* <p>The maximum number of jobs to return in one page of results.</p>
|
|
355
|
+
*/
|
|
356
|
+
maxResults?: number;
|
|
357
|
+
/**
|
|
358
|
+
* <p>IDs of annotation import jobs to retrieve.</p>
|
|
359
|
+
*/
|
|
360
|
+
ids?: string[];
|
|
361
|
+
/**
|
|
362
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
363
|
+
*/
|
|
364
|
+
nextToken?: string;
|
|
365
|
+
/**
|
|
366
|
+
* <p>A filter to apply to the list.</p>
|
|
367
|
+
*/
|
|
368
|
+
filter?: ListAnnotationImportJobsFilter;
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* <p>An annotation import job.</p>
|
|
372
|
+
*/
|
|
373
|
+
export interface AnnotationImportJobItem {
|
|
374
|
+
/**
|
|
375
|
+
* <p>The job's ID.</p>
|
|
376
|
+
*/
|
|
377
|
+
id: string | undefined;
|
|
378
|
+
/**
|
|
379
|
+
* <p>The job's destination annotation store.</p>
|
|
380
|
+
*/
|
|
381
|
+
destinationName: string | undefined;
|
|
382
|
+
/**
|
|
383
|
+
* <p>The job's service role ARN.</p>
|
|
384
|
+
*/
|
|
385
|
+
roleArn: string | undefined;
|
|
386
|
+
/**
|
|
387
|
+
* <p>The job's status.</p>
|
|
388
|
+
*/
|
|
389
|
+
status: JobStatus | string | undefined;
|
|
390
|
+
/**
|
|
391
|
+
* <p>When the job was created.</p>
|
|
392
|
+
*/
|
|
393
|
+
creationTime: Date | undefined;
|
|
394
|
+
/**
|
|
395
|
+
* <p>When the job was updated.</p>
|
|
396
|
+
*/
|
|
397
|
+
updateTime: Date | undefined;
|
|
398
|
+
/**
|
|
399
|
+
* <p>When the job completed.</p>
|
|
400
|
+
*/
|
|
401
|
+
completionTime?: Date;
|
|
402
|
+
/**
|
|
403
|
+
* <p>The job's left normalization setting.</p>
|
|
404
|
+
*/
|
|
405
|
+
runLeftNormalization?: boolean;
|
|
406
|
+
}
|
|
407
|
+
export interface ListAnnotationImportJobsResponse {
|
|
408
|
+
/**
|
|
409
|
+
* <p>A list of jobs.</p>
|
|
410
|
+
*/
|
|
411
|
+
annotationImportJobs?: AnnotationImportJobItem[];
|
|
412
|
+
/**
|
|
413
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
414
|
+
*/
|
|
415
|
+
nextToken?: string;
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* <p>The request exceeds a service quota.</p>
|
|
419
|
+
*/
|
|
420
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
421
|
+
readonly name: "ServiceQuotaExceededException";
|
|
422
|
+
readonly $fault: "client";
|
|
423
|
+
/**
|
|
424
|
+
* @internal
|
|
425
|
+
*/
|
|
426
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
427
|
+
}
|
|
428
|
+
export interface StartAnnotationImportRequest {
|
|
429
|
+
/**
|
|
430
|
+
* <p>A destination annotation store for the job.</p>
|
|
431
|
+
*/
|
|
432
|
+
destinationName: string | undefined;
|
|
433
|
+
/**
|
|
434
|
+
* <p>A service role for the job.</p>
|
|
435
|
+
*/
|
|
436
|
+
roleArn: string | undefined;
|
|
437
|
+
/**
|
|
438
|
+
* <p>Items to import.</p>
|
|
439
|
+
*/
|
|
440
|
+
items: AnnotationImportItemSource[] | undefined;
|
|
441
|
+
/**
|
|
442
|
+
* <p>Formatting options for the annotation file.</p>
|
|
443
|
+
*/
|
|
444
|
+
formatOptions?: FormatOptions;
|
|
445
|
+
/**
|
|
446
|
+
* <p>The job's left normalization setting.</p>
|
|
447
|
+
*/
|
|
448
|
+
runLeftNormalization?: boolean;
|
|
449
|
+
}
|
|
450
|
+
export interface StartAnnotationImportResponse {
|
|
451
|
+
/**
|
|
452
|
+
* <p>The job's ID.</p>
|
|
453
|
+
*/
|
|
454
|
+
jobId: string | undefined;
|
|
455
|
+
}
|
|
456
|
+
/**
|
|
457
|
+
* <p>The request cannot be applied to the target resource in its current state.</p>
|
|
458
|
+
*/
|
|
459
|
+
export declare class ConflictException extends __BaseException {
|
|
460
|
+
readonly name: "ConflictException";
|
|
461
|
+
readonly $fault: "client";
|
|
462
|
+
/**
|
|
463
|
+
* @internal
|
|
464
|
+
*/
|
|
465
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
466
|
+
}
|
|
467
|
+
/**
|
|
468
|
+
* <p>A genome reference.</p>
|
|
469
|
+
*/
|
|
470
|
+
export declare type ReferenceItem = ReferenceItem.ReferenceArnMember | ReferenceItem.$UnknownMember;
|
|
471
|
+
export declare namespace ReferenceItem {
|
|
472
|
+
/**
|
|
473
|
+
* <p>The reference's ARN.</p>
|
|
474
|
+
*/
|
|
475
|
+
interface ReferenceArnMember {
|
|
476
|
+
referenceArn: string;
|
|
477
|
+
$unknown?: never;
|
|
478
|
+
}
|
|
479
|
+
interface $UnknownMember {
|
|
480
|
+
referenceArn?: never;
|
|
481
|
+
$unknown: [string, any];
|
|
482
|
+
}
|
|
483
|
+
interface Visitor<T> {
|
|
484
|
+
referenceArn: (value: string) => T;
|
|
485
|
+
_: (name: string, value: any) => T;
|
|
486
|
+
}
|
|
487
|
+
const visit: <T>(value: ReferenceItem, visitor: Visitor<T>) => T;
|
|
488
|
+
}
|
|
489
|
+
export declare enum EncryptionType {
|
|
490
|
+
/**
|
|
491
|
+
* KMS
|
|
492
|
+
*/
|
|
493
|
+
KMS = "KMS"
|
|
494
|
+
}
|
|
495
|
+
/**
|
|
496
|
+
* <p>Server-side encryption (SSE) settings for a store.</p>
|
|
497
|
+
*/
|
|
498
|
+
export interface SseConfig {
|
|
499
|
+
/**
|
|
500
|
+
* <p>The encryption type.</p>
|
|
501
|
+
*/
|
|
502
|
+
type: EncryptionType | string | undefined;
|
|
503
|
+
/**
|
|
504
|
+
* <p>An encryption key ARN.</p>
|
|
505
|
+
*/
|
|
506
|
+
keyArn?: string;
|
|
507
|
+
}
|
|
508
|
+
export declare enum StoreFormat {
|
|
509
|
+
/**
|
|
510
|
+
* GFF3 Format
|
|
511
|
+
*/
|
|
512
|
+
GFF = "GFF",
|
|
513
|
+
/**
|
|
514
|
+
* TSV Format
|
|
515
|
+
*/
|
|
516
|
+
TSV = "TSV",
|
|
517
|
+
/**
|
|
518
|
+
* VCF Format
|
|
519
|
+
*/
|
|
520
|
+
VCF = "VCF"
|
|
521
|
+
}
|
|
522
|
+
export declare enum AnnotationType {
|
|
523
|
+
/**
|
|
524
|
+
* Contains contig and 1-base position
|
|
525
|
+
*/
|
|
526
|
+
CHR_POS = "CHR_POS",
|
|
527
|
+
/**
|
|
528
|
+
* Contains contig, 1-base position, ref and alt allele information
|
|
529
|
+
*/
|
|
530
|
+
CHR_POS_REF_ALT = "CHR_POS_REF_ALT",
|
|
531
|
+
/**
|
|
532
|
+
* Contains contig, start, and end positions. Coordinates are 1-based
|
|
533
|
+
*/
|
|
534
|
+
CHR_START_END_ONE_BASE = "CHR_START_END_ONE_BASE",
|
|
535
|
+
/**
|
|
536
|
+
* Contains contig, start, end, ref and alt allele information. Coordinates are 1-based
|
|
537
|
+
*/
|
|
538
|
+
CHR_START_END_REF_ALT_ONE_BASE = "CHR_START_END_REF_ALT_ONE_BASE",
|
|
539
|
+
/**
|
|
540
|
+
* Contains contig, start, end, ref and alt allele information. Coordinates are 0-based
|
|
541
|
+
*/
|
|
542
|
+
CHR_START_END_REF_ALT_ZERO_BASE = "CHR_START_END_REF_ALT_ZERO_BASE",
|
|
543
|
+
/**
|
|
544
|
+
* Contains contig, start, and end positions. Coordinates are 0-based
|
|
545
|
+
*/
|
|
546
|
+
CHR_START_END_ZERO_BASE = "CHR_START_END_ZERO_BASE",
|
|
547
|
+
/**
|
|
548
|
+
* Generic text file. No genomic information
|
|
549
|
+
*/
|
|
550
|
+
GENERIC = "GENERIC"
|
|
551
|
+
}
|
|
552
|
+
export declare enum FormatToHeaderKey {
|
|
553
|
+
ALT = "ALT",
|
|
554
|
+
CHR = "CHR",
|
|
555
|
+
END = "END",
|
|
556
|
+
POS = "POS",
|
|
557
|
+
REF = "REF",
|
|
558
|
+
START = "START"
|
|
559
|
+
}
|
|
560
|
+
export declare enum SchemaValueType {
|
|
561
|
+
/**
|
|
562
|
+
* BOOLEAN type
|
|
563
|
+
*/
|
|
564
|
+
BOOLEAN = "BOOLEAN",
|
|
565
|
+
/**
|
|
566
|
+
* DOUBLE type
|
|
567
|
+
*/
|
|
568
|
+
DOUBLE = "DOUBLE",
|
|
569
|
+
/**
|
|
570
|
+
* FLOAT type
|
|
571
|
+
*/
|
|
572
|
+
FLOAT = "FLOAT",
|
|
573
|
+
/**
|
|
574
|
+
* INT type
|
|
575
|
+
*/
|
|
576
|
+
INT = "INT",
|
|
577
|
+
/**
|
|
578
|
+
* LONG type
|
|
579
|
+
*/
|
|
580
|
+
LONG = "LONG",
|
|
581
|
+
/**
|
|
582
|
+
* STRING type
|
|
583
|
+
*/
|
|
584
|
+
STRING = "STRING"
|
|
585
|
+
}
|
|
586
|
+
/**
|
|
587
|
+
* <p>File settings for a TSV store.</p>
|
|
588
|
+
*/
|
|
589
|
+
export interface TsvStoreOptions {
|
|
590
|
+
/**
|
|
591
|
+
* <p>The store's annotation type.</p>
|
|
592
|
+
*/
|
|
593
|
+
annotationType?: AnnotationType | string;
|
|
594
|
+
/**
|
|
595
|
+
* <p>The store's header key to column name mapping.</p>
|
|
596
|
+
*/
|
|
597
|
+
formatToHeader?: Record<string, string>;
|
|
598
|
+
/**
|
|
599
|
+
* <p>The store's schema.</p>
|
|
600
|
+
*/
|
|
601
|
+
schema?: Record<string, SchemaValueType | string>[];
|
|
602
|
+
}
|
|
603
|
+
/**
|
|
604
|
+
* <p>Settings for a store.</p>
|
|
605
|
+
*/
|
|
606
|
+
export declare type StoreOptions = StoreOptions.TsvStoreOptionsMember | StoreOptions.$UnknownMember;
|
|
607
|
+
export declare namespace StoreOptions {
|
|
608
|
+
/**
|
|
609
|
+
* <p>File settings for a TSV store.</p>
|
|
610
|
+
*/
|
|
611
|
+
interface TsvStoreOptionsMember {
|
|
612
|
+
tsvStoreOptions: TsvStoreOptions;
|
|
613
|
+
$unknown?: never;
|
|
614
|
+
}
|
|
615
|
+
interface $UnknownMember {
|
|
616
|
+
tsvStoreOptions?: never;
|
|
617
|
+
$unknown: [string, any];
|
|
618
|
+
}
|
|
619
|
+
interface Visitor<T> {
|
|
620
|
+
tsvStoreOptions: (value: TsvStoreOptions) => T;
|
|
621
|
+
_: (name: string, value: any) => T;
|
|
622
|
+
}
|
|
623
|
+
const visit: <T>(value: StoreOptions, visitor: Visitor<T>) => T;
|
|
624
|
+
}
|
|
625
|
+
export interface CreateAnnotationStoreRequest {
|
|
626
|
+
/**
|
|
627
|
+
* <p>The genome reference for the store's annotations.</p>
|
|
628
|
+
*/
|
|
629
|
+
reference?: ReferenceItem;
|
|
630
|
+
/**
|
|
631
|
+
* <p>A name for the store.</p>
|
|
632
|
+
*/
|
|
633
|
+
name?: string;
|
|
634
|
+
/**
|
|
635
|
+
* <p>A description for the store.</p>
|
|
636
|
+
*/
|
|
637
|
+
description?: string;
|
|
638
|
+
/**
|
|
639
|
+
* <p>Tags for the store.</p>
|
|
640
|
+
*/
|
|
641
|
+
tags?: Record<string, string>;
|
|
642
|
+
/**
|
|
643
|
+
* <p>Server-side encryption (SSE) settings for the store.</p>
|
|
644
|
+
*/
|
|
645
|
+
sseConfig?: SseConfig;
|
|
646
|
+
/**
|
|
647
|
+
* <p>The annotation file format of the store.</p>
|
|
648
|
+
*/
|
|
649
|
+
storeFormat: StoreFormat | string | undefined;
|
|
650
|
+
/**
|
|
651
|
+
* <p>File parsing options for the annotation store.</p>
|
|
652
|
+
*/
|
|
653
|
+
storeOptions?: StoreOptions;
|
|
654
|
+
}
|
|
655
|
+
export declare enum StoreStatus {
|
|
656
|
+
/**
|
|
657
|
+
* The Store is active
|
|
658
|
+
*/
|
|
659
|
+
ACTIVE = "ACTIVE",
|
|
660
|
+
/**
|
|
661
|
+
* The Store is being created
|
|
662
|
+
*/
|
|
663
|
+
CREATING = "CREATING",
|
|
664
|
+
/**
|
|
665
|
+
* The Store is deleting
|
|
666
|
+
*/
|
|
667
|
+
DELETING = "DELETING",
|
|
668
|
+
/**
|
|
669
|
+
* The Store creation failed
|
|
670
|
+
*/
|
|
671
|
+
FAILED = "FAILED",
|
|
672
|
+
/**
|
|
673
|
+
* The Store is updating
|
|
674
|
+
*/
|
|
675
|
+
UPDATING = "UPDATING"
|
|
676
|
+
}
|
|
677
|
+
export interface CreateAnnotationStoreResponse {
|
|
678
|
+
/**
|
|
679
|
+
* <p>The store's ID.</p>
|
|
680
|
+
*/
|
|
681
|
+
id: string | undefined;
|
|
682
|
+
/**
|
|
683
|
+
* <p>The store's genome reference.</p>
|
|
684
|
+
*/
|
|
685
|
+
reference?: ReferenceItem;
|
|
686
|
+
/**
|
|
687
|
+
* <p>The annotation file format of the store.</p>
|
|
688
|
+
*/
|
|
689
|
+
storeFormat?: StoreFormat | string;
|
|
690
|
+
/**
|
|
691
|
+
* <p>The store's file parsing options.</p>
|
|
692
|
+
*/
|
|
693
|
+
storeOptions?: StoreOptions;
|
|
694
|
+
/**
|
|
695
|
+
* <p>The store's status.</p>
|
|
696
|
+
*/
|
|
697
|
+
status: StoreStatus | string | undefined;
|
|
698
|
+
/**
|
|
699
|
+
* <p>The store's name.</p>
|
|
700
|
+
*/
|
|
701
|
+
name: string | undefined;
|
|
702
|
+
/**
|
|
703
|
+
* <p>When the store was created.</p>
|
|
704
|
+
*/
|
|
705
|
+
creationTime: Date | undefined;
|
|
706
|
+
}
|
|
707
|
+
export interface DeleteAnnotationStoreRequest {
|
|
708
|
+
/**
|
|
709
|
+
* <p>The store's name.</p>
|
|
710
|
+
*/
|
|
711
|
+
name: string | undefined;
|
|
712
|
+
/**
|
|
713
|
+
* <p>Whether to force deletion.</p>
|
|
714
|
+
*/
|
|
715
|
+
force?: boolean;
|
|
716
|
+
}
|
|
717
|
+
export interface DeleteAnnotationStoreResponse {
|
|
718
|
+
/**
|
|
719
|
+
* <p>The store's status.</p>
|
|
720
|
+
*/
|
|
721
|
+
status: StoreStatus | string | undefined;
|
|
722
|
+
}
|
|
723
|
+
export interface GetAnnotationStoreRequest {
|
|
724
|
+
/**
|
|
725
|
+
* <p>The store's name.</p>
|
|
726
|
+
*/
|
|
727
|
+
name: string | undefined;
|
|
728
|
+
}
|
|
729
|
+
export interface GetAnnotationStoreResponse {
|
|
730
|
+
/**
|
|
731
|
+
* <p>The store's ID.</p>
|
|
732
|
+
*/
|
|
733
|
+
id: string | undefined;
|
|
734
|
+
/**
|
|
735
|
+
* <p>The store's genome reference.</p>
|
|
736
|
+
*/
|
|
737
|
+
reference: ReferenceItem | undefined;
|
|
738
|
+
/**
|
|
739
|
+
* <p>The store's status.</p>
|
|
740
|
+
*/
|
|
741
|
+
status: StoreStatus | string | undefined;
|
|
742
|
+
/**
|
|
743
|
+
* <p>The store's ARN.</p>
|
|
744
|
+
*/
|
|
745
|
+
storeArn: string | undefined;
|
|
746
|
+
/**
|
|
747
|
+
* <p>The store's name.</p>
|
|
748
|
+
*/
|
|
749
|
+
name: string | undefined;
|
|
750
|
+
/**
|
|
751
|
+
* <p>The store's description.</p>
|
|
752
|
+
*/
|
|
753
|
+
description: string | undefined;
|
|
754
|
+
/**
|
|
755
|
+
* <p>The store's server-side encryption (SSE) settings.</p>
|
|
756
|
+
*/
|
|
757
|
+
sseConfig: SseConfig | undefined;
|
|
758
|
+
/**
|
|
759
|
+
* <p>When the store was created.</p>
|
|
760
|
+
*/
|
|
761
|
+
creationTime: Date | undefined;
|
|
762
|
+
/**
|
|
763
|
+
* <p>When the store was updated.</p>
|
|
764
|
+
*/
|
|
765
|
+
updateTime: Date | undefined;
|
|
766
|
+
/**
|
|
767
|
+
* <p>The store's tags.</p>
|
|
768
|
+
*/
|
|
769
|
+
tags: Record<string, string> | undefined;
|
|
770
|
+
/**
|
|
771
|
+
* <p>The store's parsing options.</p>
|
|
772
|
+
*/
|
|
773
|
+
storeOptions?: StoreOptions;
|
|
774
|
+
/**
|
|
775
|
+
* <p>The store's annotation file format.</p>
|
|
776
|
+
*/
|
|
777
|
+
storeFormat?: StoreFormat | string;
|
|
778
|
+
/**
|
|
779
|
+
* <p>A status message.</p>
|
|
780
|
+
*/
|
|
781
|
+
statusMessage: string | undefined;
|
|
782
|
+
/**
|
|
783
|
+
* <p>The store's size in bytes.</p>
|
|
784
|
+
*/
|
|
785
|
+
storeSizeBytes: number | undefined;
|
|
786
|
+
}
|
|
787
|
+
/**
|
|
788
|
+
* <p>A filter for annotation stores.</p>
|
|
789
|
+
*/
|
|
790
|
+
export interface ListAnnotationStoresFilter {
|
|
791
|
+
/**
|
|
792
|
+
* <p>A status to filter on.</p>
|
|
793
|
+
*/
|
|
794
|
+
status?: StoreStatus | string;
|
|
795
|
+
}
|
|
796
|
+
export interface ListAnnotationStoresRequest {
|
|
797
|
+
/**
|
|
798
|
+
* <p>IDs of stores to list.</p>
|
|
799
|
+
*/
|
|
800
|
+
ids?: string[];
|
|
801
|
+
/**
|
|
802
|
+
* <p>The maximum number of stores to return in one page of results.</p>
|
|
803
|
+
*/
|
|
804
|
+
maxResults?: number;
|
|
805
|
+
/**
|
|
806
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
807
|
+
*/
|
|
808
|
+
nextToken?: string;
|
|
809
|
+
/**
|
|
810
|
+
* <p>A filter to apply to the list.</p>
|
|
811
|
+
*/
|
|
812
|
+
filter?: ListAnnotationStoresFilter;
|
|
813
|
+
}
|
|
814
|
+
/**
|
|
815
|
+
* <p>An annotation store.</p>
|
|
816
|
+
*/
|
|
817
|
+
export interface AnnotationStoreItem {
|
|
818
|
+
/**
|
|
819
|
+
* <p>The store's ID.</p>
|
|
820
|
+
*/
|
|
821
|
+
id: string | undefined;
|
|
822
|
+
/**
|
|
823
|
+
* <p>The store's genome reference.</p>
|
|
824
|
+
*/
|
|
825
|
+
reference: ReferenceItem | undefined;
|
|
826
|
+
/**
|
|
827
|
+
* <p>The store's status.</p>
|
|
828
|
+
*/
|
|
829
|
+
status: StoreStatus | string | undefined;
|
|
830
|
+
/**
|
|
831
|
+
* <p>The store's ARN.</p>
|
|
832
|
+
*/
|
|
833
|
+
storeArn: string | undefined;
|
|
834
|
+
/**
|
|
835
|
+
* <p>The store's name.</p>
|
|
836
|
+
*/
|
|
837
|
+
name: string | undefined;
|
|
838
|
+
/**
|
|
839
|
+
* <p>The store's file format.</p>
|
|
840
|
+
*/
|
|
841
|
+
storeFormat: StoreFormat | string | undefined;
|
|
842
|
+
/**
|
|
843
|
+
* <p>The store's description.</p>
|
|
844
|
+
*/
|
|
845
|
+
description: string | undefined;
|
|
846
|
+
/**
|
|
847
|
+
* <p>The store's server-side encryption (SSE) settings.</p>
|
|
848
|
+
*/
|
|
849
|
+
sseConfig: SseConfig | undefined;
|
|
850
|
+
/**
|
|
851
|
+
* <p>The store's creation time.</p>
|
|
852
|
+
*/
|
|
853
|
+
creationTime: Date | undefined;
|
|
854
|
+
/**
|
|
855
|
+
* <p>When the store was updated.</p>
|
|
856
|
+
*/
|
|
857
|
+
updateTime: Date | undefined;
|
|
858
|
+
/**
|
|
859
|
+
* <p>The store's status message.</p>
|
|
860
|
+
*/
|
|
861
|
+
statusMessage: string | undefined;
|
|
862
|
+
/**
|
|
863
|
+
* <p>The store's size in bytes.</p>
|
|
864
|
+
*/
|
|
865
|
+
storeSizeBytes: number | undefined;
|
|
866
|
+
}
|
|
867
|
+
export interface ListAnnotationStoresResponse {
|
|
868
|
+
/**
|
|
869
|
+
* <p>A list of stores.</p>
|
|
870
|
+
*/
|
|
871
|
+
annotationStores?: AnnotationStoreItem[];
|
|
872
|
+
/**
|
|
873
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
874
|
+
*/
|
|
875
|
+
nextToken?: string;
|
|
876
|
+
}
|
|
877
|
+
export interface UpdateAnnotationStoreRequest {
|
|
878
|
+
/**
|
|
879
|
+
* <p>A name for the store.</p>
|
|
880
|
+
*/
|
|
881
|
+
name: string | undefined;
|
|
882
|
+
/**
|
|
883
|
+
* <p>A description for the store.</p>
|
|
884
|
+
*/
|
|
885
|
+
description?: string;
|
|
886
|
+
}
|
|
887
|
+
export interface UpdateAnnotationStoreResponse {
|
|
888
|
+
/**
|
|
889
|
+
* <p>The store's ID.</p>
|
|
890
|
+
*/
|
|
891
|
+
id: string | undefined;
|
|
892
|
+
/**
|
|
893
|
+
* <p>The store's genome reference.</p>
|
|
894
|
+
*/
|
|
895
|
+
reference: ReferenceItem | undefined;
|
|
896
|
+
/**
|
|
897
|
+
* <p>The store's status.</p>
|
|
898
|
+
*/
|
|
899
|
+
status: StoreStatus | string | undefined;
|
|
900
|
+
/**
|
|
901
|
+
* <p>The store's name.</p>
|
|
902
|
+
*/
|
|
903
|
+
name: string | undefined;
|
|
904
|
+
/**
|
|
905
|
+
* <p>The store's description.</p>
|
|
906
|
+
*/
|
|
907
|
+
description: string | undefined;
|
|
908
|
+
/**
|
|
909
|
+
* <p>When the store was created.</p>
|
|
910
|
+
*/
|
|
911
|
+
creationTime: Date | undefined;
|
|
912
|
+
/**
|
|
913
|
+
* <p>When the store was updated.</p>
|
|
914
|
+
*/
|
|
915
|
+
updateTime: Date | undefined;
|
|
916
|
+
/**
|
|
917
|
+
* <p>Parsing options for the store.</p>
|
|
918
|
+
*/
|
|
919
|
+
storeOptions?: StoreOptions;
|
|
920
|
+
/**
|
|
921
|
+
* <p>The annotation file format of the store.</p>
|
|
922
|
+
*/
|
|
923
|
+
storeFormat?: StoreFormat | string;
|
|
924
|
+
}
|
|
925
|
+
export interface BatchDeleteReadSetRequest {
|
|
926
|
+
/**
|
|
927
|
+
* <p>The read sets' IDs.</p>
|
|
928
|
+
*/
|
|
929
|
+
ids: string[] | undefined;
|
|
930
|
+
/**
|
|
931
|
+
* <p>The read sets' sequence store ID.</p>
|
|
932
|
+
*/
|
|
933
|
+
sequenceStoreId: string | undefined;
|
|
934
|
+
}
|
|
935
|
+
/**
|
|
936
|
+
* <p>An error from a batch read set operation.</p>
|
|
937
|
+
*/
|
|
938
|
+
export interface ReadSetBatchError {
|
|
939
|
+
/**
|
|
940
|
+
* <p>The error's ID.</p>
|
|
941
|
+
*/
|
|
942
|
+
id: string | undefined;
|
|
943
|
+
/**
|
|
944
|
+
* <p>The error's code.</p>
|
|
945
|
+
*/
|
|
946
|
+
code: string | undefined;
|
|
947
|
+
/**
|
|
948
|
+
* <p>The error's message.</p>
|
|
949
|
+
*/
|
|
950
|
+
message: string | undefined;
|
|
951
|
+
}
|
|
952
|
+
export interface BatchDeleteReadSetResponse {
|
|
953
|
+
/**
|
|
954
|
+
* <p>Errors returned by individual delete operations.</p>
|
|
955
|
+
*/
|
|
956
|
+
errors?: ReadSetBatchError[];
|
|
957
|
+
}
|
|
958
|
+
/**
|
|
959
|
+
* <p>The request timed out.</p>
|
|
960
|
+
*/
|
|
961
|
+
export declare class RequestTimeoutException extends __BaseException {
|
|
962
|
+
readonly name: "RequestTimeoutException";
|
|
963
|
+
readonly $fault: "client";
|
|
964
|
+
/**
|
|
965
|
+
* @internal
|
|
966
|
+
*/
|
|
967
|
+
constructor(opts: __ExceptionOptionType<RequestTimeoutException, __BaseException>);
|
|
968
|
+
}
|
|
969
|
+
export interface CancelRunRequest {
|
|
970
|
+
/**
|
|
971
|
+
* <p>The run's ID.</p>
|
|
972
|
+
*/
|
|
973
|
+
id: string | undefined;
|
|
974
|
+
}
|
|
975
|
+
export interface CancelVariantImportRequest {
|
|
976
|
+
/**
|
|
977
|
+
* <p>The job's ID.</p>
|
|
978
|
+
*/
|
|
979
|
+
jobId: string | undefined;
|
|
980
|
+
}
|
|
981
|
+
export interface CancelVariantImportResponse {
|
|
982
|
+
}
|
|
983
|
+
export interface CreateReferenceStoreRequest {
|
|
984
|
+
/**
|
|
985
|
+
* <p>A name for the store.</p>
|
|
986
|
+
*/
|
|
987
|
+
name: string | undefined;
|
|
988
|
+
/**
|
|
989
|
+
* <p>A description for the store.</p>
|
|
990
|
+
*/
|
|
991
|
+
description?: string;
|
|
992
|
+
/**
|
|
993
|
+
* <p>Server-side encryption (SSE) settings for the store.</p>
|
|
994
|
+
*/
|
|
995
|
+
sseConfig?: SseConfig;
|
|
996
|
+
/**
|
|
997
|
+
* <p>Tags for the store.</p>
|
|
998
|
+
*/
|
|
999
|
+
tags?: Record<string, string>;
|
|
1000
|
+
/**
|
|
1001
|
+
* <p>To ensure that requests don't run multiple times, specify a unique token for each request.</p>
|
|
1002
|
+
*/
|
|
1003
|
+
clientToken?: string;
|
|
1004
|
+
}
|
|
1005
|
+
export interface CreateReferenceStoreResponse {
|
|
1006
|
+
/**
|
|
1007
|
+
* <p>The store's ID.</p>
|
|
1008
|
+
*/
|
|
1009
|
+
id: string | undefined;
|
|
1010
|
+
/**
|
|
1011
|
+
* <p>The store's ARN.</p>
|
|
1012
|
+
*/
|
|
1013
|
+
arn: string | undefined;
|
|
1014
|
+
/**
|
|
1015
|
+
* <p>The store's name.</p>
|
|
1016
|
+
*/
|
|
1017
|
+
name?: string;
|
|
1018
|
+
/**
|
|
1019
|
+
* <p>The store's description.</p>
|
|
1020
|
+
*/
|
|
1021
|
+
description?: string;
|
|
1022
|
+
/**
|
|
1023
|
+
* <p>The store's SSE settings.</p>
|
|
1024
|
+
*/
|
|
1025
|
+
sseConfig?: SseConfig;
|
|
1026
|
+
/**
|
|
1027
|
+
* <p>When the store was created.</p>
|
|
1028
|
+
*/
|
|
1029
|
+
creationTime: Date | undefined;
|
|
1030
|
+
}
|
|
1031
|
+
export interface CreateRunGroupRequest {
|
|
1032
|
+
/**
|
|
1033
|
+
* <p>A name for the group.</p>
|
|
1034
|
+
*/
|
|
1035
|
+
name?: string;
|
|
1036
|
+
/**
|
|
1037
|
+
* <p>The maximum number of CPUs to use in the group.</p>
|
|
1038
|
+
*/
|
|
1039
|
+
maxCpus?: number;
|
|
1040
|
+
/**
|
|
1041
|
+
* <p>The maximum number of concurrent runs for the group.</p>
|
|
1042
|
+
*/
|
|
1043
|
+
maxRuns?: number;
|
|
1044
|
+
/**
|
|
1045
|
+
* <p>A max duration for the group.</p>
|
|
1046
|
+
*/
|
|
1047
|
+
maxDuration?: number;
|
|
1048
|
+
/**
|
|
1049
|
+
* <p>Tags for the group.</p>
|
|
1050
|
+
*/
|
|
1051
|
+
tags?: Record<string, string>;
|
|
1052
|
+
/**
|
|
1053
|
+
* <p>A request ID for the group.</p>
|
|
1054
|
+
*/
|
|
1055
|
+
requestId?: string;
|
|
1056
|
+
}
|
|
1057
|
+
export interface CreateRunGroupResponse {
|
|
1058
|
+
/**
|
|
1059
|
+
* <p>The group's ARN.</p>
|
|
1060
|
+
*/
|
|
1061
|
+
arn?: string;
|
|
1062
|
+
/**
|
|
1063
|
+
* <p>The group's ID.</p>
|
|
1064
|
+
*/
|
|
1065
|
+
id?: string;
|
|
1066
|
+
/**
|
|
1067
|
+
* <p>Tags for the run group.</p>
|
|
1068
|
+
*/
|
|
1069
|
+
tags?: Record<string, string>;
|
|
1070
|
+
}
|
|
1071
|
+
export interface CreateSequenceStoreRequest {
|
|
1072
|
+
/**
|
|
1073
|
+
* <p>A name for the store.</p>
|
|
1074
|
+
*/
|
|
1075
|
+
name: string | undefined;
|
|
1076
|
+
/**
|
|
1077
|
+
* <p>A description for the store.</p>
|
|
1078
|
+
*/
|
|
1079
|
+
description?: string;
|
|
1080
|
+
/**
|
|
1081
|
+
* <p>Server-side encryption (SSE) settings for the store.</p>
|
|
1082
|
+
*/
|
|
1083
|
+
sseConfig?: SseConfig;
|
|
1084
|
+
/**
|
|
1085
|
+
* <p>Tags for the store.</p>
|
|
1086
|
+
*/
|
|
1087
|
+
tags?: Record<string, string>;
|
|
1088
|
+
/**
|
|
1089
|
+
* <p>To ensure that requests don't run multiple times, specify a unique token for each request.</p>
|
|
1090
|
+
*/
|
|
1091
|
+
clientToken?: string;
|
|
1092
|
+
}
|
|
1093
|
+
export interface CreateSequenceStoreResponse {
|
|
1094
|
+
/**
|
|
1095
|
+
* <p>The store's ID.</p>
|
|
1096
|
+
*/
|
|
1097
|
+
id: string | undefined;
|
|
1098
|
+
/**
|
|
1099
|
+
* <p>The store's ARN.</p>
|
|
1100
|
+
*/
|
|
1101
|
+
arn: string | undefined;
|
|
1102
|
+
/**
|
|
1103
|
+
* <p>The store's name.</p>
|
|
1104
|
+
*/
|
|
1105
|
+
name?: string;
|
|
1106
|
+
/**
|
|
1107
|
+
* <p>The store's description.</p>
|
|
1108
|
+
*/
|
|
1109
|
+
description?: string;
|
|
1110
|
+
/**
|
|
1111
|
+
* <p>The store's SSE settings.</p>
|
|
1112
|
+
*/
|
|
1113
|
+
sseConfig?: SseConfig;
|
|
1114
|
+
/**
|
|
1115
|
+
* <p>When the store was created.</p>
|
|
1116
|
+
*/
|
|
1117
|
+
creationTime: Date | undefined;
|
|
1118
|
+
}
|
|
1119
|
+
export interface CreateVariantStoreRequest {
|
|
1120
|
+
/**
|
|
1121
|
+
* <p>The genome reference for the store's variants.</p>
|
|
1122
|
+
*/
|
|
1123
|
+
reference: ReferenceItem | undefined;
|
|
1124
|
+
/**
|
|
1125
|
+
* <p>A name for the store.</p>
|
|
1126
|
+
*/
|
|
1127
|
+
name?: string;
|
|
1128
|
+
/**
|
|
1129
|
+
* <p>A description for the store.</p>
|
|
1130
|
+
*/
|
|
1131
|
+
description?: string;
|
|
1132
|
+
/**
|
|
1133
|
+
* <p>Tags for the store.</p>
|
|
1134
|
+
*/
|
|
1135
|
+
tags?: Record<string, string>;
|
|
1136
|
+
/**
|
|
1137
|
+
* <p>Server-side encryption (SSE) settings for the store.</p>
|
|
1138
|
+
*/
|
|
1139
|
+
sseConfig?: SseConfig;
|
|
1140
|
+
}
|
|
1141
|
+
export interface CreateVariantStoreResponse {
|
|
1142
|
+
/**
|
|
1143
|
+
* <p>The store's ID.</p>
|
|
1144
|
+
*/
|
|
1145
|
+
id: string | undefined;
|
|
1146
|
+
/**
|
|
1147
|
+
* <p>The store's genome reference.</p>
|
|
1148
|
+
*/
|
|
1149
|
+
reference?: ReferenceItem;
|
|
1150
|
+
/**
|
|
1151
|
+
* <p>The store's status.</p>
|
|
1152
|
+
*/
|
|
1153
|
+
status: StoreStatus | string | undefined;
|
|
1154
|
+
/**
|
|
1155
|
+
* <p>The store's name.</p>
|
|
1156
|
+
*/
|
|
1157
|
+
name: string | undefined;
|
|
1158
|
+
/**
|
|
1159
|
+
* <p>When the store was created.</p>
|
|
1160
|
+
*/
|
|
1161
|
+
creationTime: Date | undefined;
|
|
1162
|
+
}
|
|
1163
|
+
export declare enum WorkflowEngine {
|
|
1164
|
+
NEXTFLOW = "NEXTFLOW",
|
|
1165
|
+
WDL = "WDL"
|
|
1166
|
+
}
|
|
1167
|
+
/**
|
|
1168
|
+
* <p>A workflow parameter.</p>
|
|
1169
|
+
*/
|
|
1170
|
+
export interface WorkflowParameter {
|
|
1171
|
+
/**
|
|
1172
|
+
* <p>The parameter's description.</p>
|
|
1173
|
+
*/
|
|
1174
|
+
description?: string;
|
|
1175
|
+
/**
|
|
1176
|
+
* <p>Whether the parameter is optional.</p>
|
|
1177
|
+
*/
|
|
1178
|
+
optional?: boolean;
|
|
1179
|
+
}
|
|
1180
|
+
export interface CreateWorkflowRequest {
|
|
1181
|
+
/**
|
|
1182
|
+
* <p>A name for the workflow.</p>
|
|
1183
|
+
*/
|
|
1184
|
+
name?: string;
|
|
1185
|
+
/**
|
|
1186
|
+
* <p>A description for the workflow.</p>
|
|
1187
|
+
*/
|
|
1188
|
+
description?: string;
|
|
1189
|
+
/**
|
|
1190
|
+
* <p>An engine for the workflow.</p>
|
|
1191
|
+
*/
|
|
1192
|
+
engine?: WorkflowEngine | string;
|
|
1193
|
+
/**
|
|
1194
|
+
* <p>A ZIP archive for the workflow.</p>
|
|
1195
|
+
*/
|
|
1196
|
+
definitionZip?: Uint8Array;
|
|
1197
|
+
/**
|
|
1198
|
+
* <p>The URI of a definition for the workflow.</p>
|
|
1199
|
+
*/
|
|
1200
|
+
definitionUri?: string;
|
|
1201
|
+
/**
|
|
1202
|
+
* <p>The path of the main definition file for the workflow.</p>
|
|
1203
|
+
*/
|
|
1204
|
+
main?: string;
|
|
1205
|
+
/**
|
|
1206
|
+
* <p>A parameter template for the workflow.</p>
|
|
1207
|
+
*/
|
|
1208
|
+
parameterTemplate?: Record<string, WorkflowParameter>;
|
|
1209
|
+
/**
|
|
1210
|
+
* <p>A storage capacity for the workflow.</p>
|
|
1211
|
+
*/
|
|
1212
|
+
storageCapacity?: number;
|
|
1213
|
+
/**
|
|
1214
|
+
* <p>Tags for the workflow.</p>
|
|
1215
|
+
*/
|
|
1216
|
+
tags?: Record<string, string>;
|
|
1217
|
+
/**
|
|
1218
|
+
* <p>A request ID for the workflow.</p>
|
|
1219
|
+
*/
|
|
1220
|
+
requestId?: string;
|
|
1221
|
+
}
|
|
1222
|
+
export declare enum WorkflowStatus {
|
|
1223
|
+
ACTIVE = "ACTIVE",
|
|
1224
|
+
CREATING = "CREATING",
|
|
1225
|
+
DELETED = "DELETED",
|
|
1226
|
+
FAILED = "FAILED",
|
|
1227
|
+
UPDATING = "UPDATING"
|
|
1228
|
+
}
|
|
1229
|
+
export interface CreateWorkflowResponse {
|
|
1230
|
+
/**
|
|
1231
|
+
* <p>The workflow's ARN.</p>
|
|
1232
|
+
*/
|
|
1233
|
+
arn?: string;
|
|
1234
|
+
/**
|
|
1235
|
+
* <p>The workflow's ID.</p>
|
|
1236
|
+
*/
|
|
1237
|
+
id?: string;
|
|
1238
|
+
/**
|
|
1239
|
+
* <p>The workflow's status.</p>
|
|
1240
|
+
*/
|
|
1241
|
+
status?: WorkflowStatus | string;
|
|
1242
|
+
/**
|
|
1243
|
+
* <p>The workflow's tags.</p>
|
|
1244
|
+
*/
|
|
1245
|
+
tags?: Record<string, string>;
|
|
1246
|
+
}
|
|
1247
|
+
export interface DeleteReferenceRequest {
|
|
1248
|
+
/**
|
|
1249
|
+
* <p>The reference's ID.</p>
|
|
1250
|
+
*/
|
|
1251
|
+
id: string | undefined;
|
|
1252
|
+
/**
|
|
1253
|
+
* <p>The reference's store ID.</p>
|
|
1254
|
+
*/
|
|
1255
|
+
referenceStoreId: string | undefined;
|
|
1256
|
+
}
|
|
1257
|
+
export interface DeleteReferenceResponse {
|
|
1258
|
+
}
|
|
1259
|
+
export interface DeleteReferenceStoreRequest {
|
|
1260
|
+
/**
|
|
1261
|
+
* <p>The store's ID.</p>
|
|
1262
|
+
*/
|
|
1263
|
+
id: string | undefined;
|
|
1264
|
+
}
|
|
1265
|
+
export interface DeleteReferenceStoreResponse {
|
|
1266
|
+
}
|
|
1267
|
+
export interface DeleteRunRequest {
|
|
1268
|
+
/**
|
|
1269
|
+
* <p>The run's ID.</p>
|
|
1270
|
+
*/
|
|
1271
|
+
id: string | undefined;
|
|
1272
|
+
}
|
|
1273
|
+
export interface DeleteRunGroupRequest {
|
|
1274
|
+
/**
|
|
1275
|
+
* <p>The run group's ID.</p>
|
|
1276
|
+
*/
|
|
1277
|
+
id: string | undefined;
|
|
1278
|
+
}
|
|
1279
|
+
export interface DeleteSequenceStoreRequest {
|
|
1280
|
+
/**
|
|
1281
|
+
* <p>The sequence store's ID.</p>
|
|
1282
|
+
*/
|
|
1283
|
+
id: string | undefined;
|
|
1284
|
+
}
|
|
1285
|
+
export interface DeleteSequenceStoreResponse {
|
|
1286
|
+
}
|
|
1287
|
+
export interface DeleteVariantStoreRequest {
|
|
1288
|
+
/**
|
|
1289
|
+
* <p>The store's name.</p>
|
|
1290
|
+
*/
|
|
1291
|
+
name: string | undefined;
|
|
1292
|
+
/**
|
|
1293
|
+
* <p>Whether to force deletion.</p>
|
|
1294
|
+
*/
|
|
1295
|
+
force?: boolean;
|
|
1296
|
+
}
|
|
1297
|
+
export interface DeleteVariantStoreResponse {
|
|
1298
|
+
/**
|
|
1299
|
+
* <p>The store's status.</p>
|
|
1300
|
+
*/
|
|
1301
|
+
status: StoreStatus | string | undefined;
|
|
1302
|
+
}
|
|
1303
|
+
export interface DeleteWorkflowRequest {
|
|
1304
|
+
/**
|
|
1305
|
+
* <p>The workflow's ID.</p>
|
|
1306
|
+
*/
|
|
1307
|
+
id: string | undefined;
|
|
1308
|
+
}
|
|
1309
|
+
/**
|
|
1310
|
+
* <p>A read set.</p>
|
|
1311
|
+
*/
|
|
1312
|
+
export interface ExportReadSet {
|
|
1313
|
+
/**
|
|
1314
|
+
* <p>The set's ID.</p>
|
|
1315
|
+
*/
|
|
1316
|
+
readSetId: string | undefined;
|
|
1317
|
+
}
|
|
1318
|
+
export declare enum ReadSetExportJobItemStatus {
|
|
1319
|
+
FAILED = "FAILED",
|
|
1320
|
+
FINISHED = "FINISHED",
|
|
1321
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1322
|
+
NOT_STARTED = "NOT_STARTED"
|
|
1323
|
+
}
|
|
1324
|
+
/**
|
|
1325
|
+
* <p>Details about a read set.</p>
|
|
1326
|
+
*/
|
|
1327
|
+
export interface ExportReadSetDetail {
|
|
1328
|
+
/**
|
|
1329
|
+
* <p>The set's ID.</p>
|
|
1330
|
+
*/
|
|
1331
|
+
id: string | undefined;
|
|
1332
|
+
/**
|
|
1333
|
+
* <p>The set's status.</p>
|
|
1334
|
+
*/
|
|
1335
|
+
status: ReadSetExportJobItemStatus | string | undefined;
|
|
1336
|
+
/**
|
|
1337
|
+
* <p>The set's status message.</p>
|
|
1338
|
+
*/
|
|
1339
|
+
statusMessage?: string;
|
|
1340
|
+
}
|
|
1341
|
+
export declare enum ReadSetExportJobStatus {
|
|
1342
|
+
CANCELLED = "CANCELLED",
|
|
1343
|
+
CANCELLING = "CANCELLING",
|
|
1344
|
+
COMPLETED = "COMPLETED",
|
|
1345
|
+
COMPLETED_WITH_FAILURES = "COMPLETED_WITH_FAILURES",
|
|
1346
|
+
FAILED = "FAILED",
|
|
1347
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1348
|
+
SUBMITTED = "SUBMITTED"
|
|
1349
|
+
}
|
|
1350
|
+
/**
|
|
1351
|
+
* <p>An read set export job filter.</p>
|
|
1352
|
+
*/
|
|
1353
|
+
export interface ExportReadSetFilter {
|
|
1354
|
+
/**
|
|
1355
|
+
* <p>A status to filter on.</p>
|
|
1356
|
+
*/
|
|
1357
|
+
status?: ReadSetExportJobStatus | string;
|
|
1358
|
+
/**
|
|
1359
|
+
* <p>The filter's start date.</p>
|
|
1360
|
+
*/
|
|
1361
|
+
createdAfter?: Date;
|
|
1362
|
+
/**
|
|
1363
|
+
* <p>The filter's end date.</p>
|
|
1364
|
+
*/
|
|
1365
|
+
createdBefore?: Date;
|
|
1366
|
+
}
|
|
1367
|
+
/**
|
|
1368
|
+
* <p>Details about a read set export job.</p>
|
|
1369
|
+
*/
|
|
1370
|
+
export interface ExportReadSetJobDetail {
|
|
1371
|
+
/**
|
|
1372
|
+
* <p>The job's ID.</p>
|
|
1373
|
+
*/
|
|
1374
|
+
id: string | undefined;
|
|
1375
|
+
/**
|
|
1376
|
+
* <p>The job's sequence store ID.</p>
|
|
1377
|
+
*/
|
|
1378
|
+
sequenceStoreId: string | undefined;
|
|
1379
|
+
/**
|
|
1380
|
+
* <p>The job's destination in Amazon S3.</p>
|
|
1381
|
+
*/
|
|
1382
|
+
destination: string | undefined;
|
|
1383
|
+
/**
|
|
1384
|
+
* <p>The job's status.</p>
|
|
1385
|
+
*/
|
|
1386
|
+
status: ReadSetExportJobStatus | string | undefined;
|
|
1387
|
+
/**
|
|
1388
|
+
* <p>When the job was created.</p>
|
|
1389
|
+
*/
|
|
1390
|
+
creationTime: Date | undefined;
|
|
1391
|
+
/**
|
|
1392
|
+
* <p>When the job completed.</p>
|
|
1393
|
+
*/
|
|
1394
|
+
completionTime?: Date;
|
|
1395
|
+
}
|
|
1396
|
+
/**
|
|
1397
|
+
* <p>Details about a file.</p>
|
|
1398
|
+
*/
|
|
1399
|
+
export interface FileInformation {
|
|
1400
|
+
/**
|
|
1401
|
+
* <p>The file's total parts.</p>
|
|
1402
|
+
*/
|
|
1403
|
+
totalParts?: number;
|
|
1404
|
+
/**
|
|
1405
|
+
* <p>The file's part size.</p>
|
|
1406
|
+
*/
|
|
1407
|
+
partSize?: number;
|
|
1408
|
+
/**
|
|
1409
|
+
* <p>The file's content length.</p>
|
|
1410
|
+
*/
|
|
1411
|
+
contentLength?: number;
|
|
1412
|
+
}
|
|
1413
|
+
export declare enum FileType {
|
|
1414
|
+
BAM = "BAM",
|
|
1415
|
+
CRAM = "CRAM",
|
|
1416
|
+
FASTQ = "FASTQ"
|
|
1417
|
+
}
|
|
1418
|
+
export declare enum ReadSetFile {
|
|
1419
|
+
INDEX = "INDEX",
|
|
1420
|
+
SOURCE1 = "SOURCE1",
|
|
1421
|
+
SOURCE2 = "SOURCE2"
|
|
1422
|
+
}
|
|
1423
|
+
export interface GetReadSetRequest {
|
|
1424
|
+
/**
|
|
1425
|
+
* <p>The read set's ID.</p>
|
|
1426
|
+
*/
|
|
1427
|
+
id: string | undefined;
|
|
1428
|
+
/**
|
|
1429
|
+
* <p>The read set's sequence store ID.</p>
|
|
1430
|
+
*/
|
|
1431
|
+
sequenceStoreId: string | undefined;
|
|
1432
|
+
/**
|
|
1433
|
+
* <p>The file to retrieve.</p>
|
|
1434
|
+
*/
|
|
1435
|
+
file?: ReadSetFile | string;
|
|
1436
|
+
/**
|
|
1437
|
+
* <p>The part number to retrieve.</p>
|
|
1438
|
+
*/
|
|
1439
|
+
partNumber: number | undefined;
|
|
1440
|
+
}
|
|
1441
|
+
export interface GetReadSetResponse {
|
|
1442
|
+
/**
|
|
1443
|
+
* <p>The read set file payload.</p>
|
|
1444
|
+
*/
|
|
1445
|
+
payload?: Readable | ReadableStream | Blob;
|
|
1446
|
+
}
|
|
1447
|
+
/**
|
|
1448
|
+
* <p>The ranges specified in the request are not valid.</p>
|
|
1449
|
+
*/
|
|
1450
|
+
export declare class RangeNotSatisfiableException extends __BaseException {
|
|
1451
|
+
readonly name: "RangeNotSatisfiableException";
|
|
1452
|
+
readonly $fault: "client";
|
|
1453
|
+
$retryable: {};
|
|
1454
|
+
/**
|
|
1455
|
+
* @internal
|
|
1456
|
+
*/
|
|
1457
|
+
constructor(opts: __ExceptionOptionType<RangeNotSatisfiableException, __BaseException>);
|
|
1458
|
+
}
|
|
1459
|
+
export interface GetReadSetActivationJobRequest {
|
|
1460
|
+
/**
|
|
1461
|
+
* <p>The job's ID.</p>
|
|
1462
|
+
*/
|
|
1463
|
+
id: string | undefined;
|
|
1464
|
+
/**
|
|
1465
|
+
* <p>The job's sequence store ID.</p>
|
|
1466
|
+
*/
|
|
1467
|
+
sequenceStoreId: string | undefined;
|
|
1468
|
+
}
|
|
1469
|
+
export interface GetReadSetActivationJobResponse {
|
|
1470
|
+
/**
|
|
1471
|
+
* <p>The job's ID.</p>
|
|
1472
|
+
*/
|
|
1473
|
+
id: string | undefined;
|
|
1474
|
+
/**
|
|
1475
|
+
* <p>The job's sequence store ID.</p>
|
|
1476
|
+
*/
|
|
1477
|
+
sequenceStoreId: string | undefined;
|
|
1478
|
+
/**
|
|
1479
|
+
* <p>The job's status.</p>
|
|
1480
|
+
*/
|
|
1481
|
+
status: ReadSetActivationJobStatus | string | undefined;
|
|
1482
|
+
/**
|
|
1483
|
+
* <p>The job's status message.</p>
|
|
1484
|
+
*/
|
|
1485
|
+
statusMessage?: string;
|
|
1486
|
+
/**
|
|
1487
|
+
* <p>When the job was created.</p>
|
|
1488
|
+
*/
|
|
1489
|
+
creationTime: Date | undefined;
|
|
1490
|
+
/**
|
|
1491
|
+
* <p>When the job completed.</p>
|
|
1492
|
+
*/
|
|
1493
|
+
completionTime?: Date;
|
|
1494
|
+
/**
|
|
1495
|
+
* <p>The job's sources.</p>
|
|
1496
|
+
*/
|
|
1497
|
+
sources?: ActivateReadSetSourceItem[];
|
|
1498
|
+
}
|
|
1499
|
+
export interface GetReadSetExportJobRequest {
|
|
1500
|
+
/**
|
|
1501
|
+
* <p>The job's sequence store ID.</p>
|
|
1502
|
+
*/
|
|
1503
|
+
sequenceStoreId: string | undefined;
|
|
1504
|
+
/**
|
|
1505
|
+
* <p>The job's ID.</p>
|
|
1506
|
+
*/
|
|
1507
|
+
id: string | undefined;
|
|
1508
|
+
}
|
|
1509
|
+
export interface GetReadSetExportJobResponse {
|
|
1510
|
+
/**
|
|
1511
|
+
* <p>The job's ID.</p>
|
|
1512
|
+
*/
|
|
1513
|
+
id: string | undefined;
|
|
1514
|
+
/**
|
|
1515
|
+
* <p>The job's sequence store ID.</p>
|
|
1516
|
+
*/
|
|
1517
|
+
sequenceStoreId: string | undefined;
|
|
1518
|
+
/**
|
|
1519
|
+
* <p>The job's destination in Amazon S3.</p>
|
|
1520
|
+
*/
|
|
1521
|
+
destination: string | undefined;
|
|
1522
|
+
/**
|
|
1523
|
+
* <p>The job's status.</p>
|
|
1524
|
+
*/
|
|
1525
|
+
status: ReadSetExportJobStatus | string | undefined;
|
|
1526
|
+
/**
|
|
1527
|
+
* <p>The job's status message.</p>
|
|
1528
|
+
*/
|
|
1529
|
+
statusMessage?: string;
|
|
1530
|
+
/**
|
|
1531
|
+
* <p>When the job was created.</p>
|
|
1532
|
+
*/
|
|
1533
|
+
creationTime: Date | undefined;
|
|
1534
|
+
/**
|
|
1535
|
+
* <p>When the job completed.</p>
|
|
1536
|
+
*/
|
|
1537
|
+
completionTime?: Date;
|
|
1538
|
+
/**
|
|
1539
|
+
* <p>The job's read sets.</p>
|
|
1540
|
+
*/
|
|
1541
|
+
readSets?: ExportReadSetDetail[];
|
|
1542
|
+
}
|
|
1543
|
+
export interface GetReadSetImportJobRequest {
|
|
1544
|
+
/**
|
|
1545
|
+
* <p>The job's ID.</p>
|
|
1546
|
+
*/
|
|
1547
|
+
id: string | undefined;
|
|
1548
|
+
/**
|
|
1549
|
+
* <p>The job's sequence store ID.</p>
|
|
1550
|
+
*/
|
|
1551
|
+
sequenceStoreId: string | undefined;
|
|
1552
|
+
}
|
|
1553
|
+
/**
|
|
1554
|
+
* <p>Source files for a sequence.</p>
|
|
1555
|
+
*/
|
|
1556
|
+
export interface SourceFiles {
|
|
1557
|
+
/**
|
|
1558
|
+
* <p>The location of the first file in Amazon S3.</p>
|
|
1559
|
+
*/
|
|
1560
|
+
source1: string | undefined;
|
|
1561
|
+
/**
|
|
1562
|
+
* <p>The location of the second file in Amazon S3.</p>
|
|
1563
|
+
*/
|
|
1564
|
+
source2?: string;
|
|
1565
|
+
}
|
|
1566
|
+
export declare enum ReadSetImportJobItemStatus {
|
|
1567
|
+
FAILED = "FAILED",
|
|
1568
|
+
FINISHED = "FINISHED",
|
|
1569
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1570
|
+
NOT_STARTED = "NOT_STARTED"
|
|
1571
|
+
}
|
|
1572
|
+
/**
|
|
1573
|
+
* <p>A source for an import read set job.</p>
|
|
1574
|
+
*/
|
|
1575
|
+
export interface ImportReadSetSourceItem {
|
|
1576
|
+
/**
|
|
1577
|
+
* <p>The source files' location in Amazon S3.</p>
|
|
1578
|
+
*/
|
|
1579
|
+
sourceFiles: SourceFiles | undefined;
|
|
1580
|
+
/**
|
|
1581
|
+
* <p>The source's file type.</p>
|
|
1582
|
+
*/
|
|
1583
|
+
sourceFileType: FileType | string | undefined;
|
|
1584
|
+
/**
|
|
1585
|
+
* <p>The source's status.</p>
|
|
1586
|
+
*/
|
|
1587
|
+
status: ReadSetImportJobItemStatus | string | undefined;
|
|
1588
|
+
/**
|
|
1589
|
+
* <p>The source's status message.</p>
|
|
1590
|
+
*/
|
|
1591
|
+
statusMessage?: string;
|
|
1592
|
+
/**
|
|
1593
|
+
* <p>The source's subject ID.</p>
|
|
1594
|
+
*/
|
|
1595
|
+
subjectId: string | undefined;
|
|
1596
|
+
/**
|
|
1597
|
+
* <p>The source's sample ID.</p>
|
|
1598
|
+
*/
|
|
1599
|
+
sampleId: string | undefined;
|
|
1600
|
+
/**
|
|
1601
|
+
* <p>Where the source originated.</p>
|
|
1602
|
+
*/
|
|
1603
|
+
generatedFrom?: string;
|
|
1604
|
+
/**
|
|
1605
|
+
* <p>The source's genome reference ARN.</p>
|
|
1606
|
+
*/
|
|
1607
|
+
referenceArn?: string;
|
|
1608
|
+
/**
|
|
1609
|
+
* <p>The source's name.</p>
|
|
1610
|
+
*/
|
|
1611
|
+
name?: string;
|
|
1612
|
+
/**
|
|
1613
|
+
* <p>The source's description.</p>
|
|
1614
|
+
*/
|
|
1615
|
+
description?: string;
|
|
1616
|
+
/**
|
|
1617
|
+
* <p>The source's tags.</p>
|
|
1618
|
+
*/
|
|
1619
|
+
tags?: Record<string, string>;
|
|
1620
|
+
}
|
|
1621
|
+
export declare enum ReadSetImportJobStatus {
|
|
1622
|
+
CANCELLED = "CANCELLED",
|
|
1623
|
+
CANCELLING = "CANCELLING",
|
|
1624
|
+
COMPLETED = "COMPLETED",
|
|
1625
|
+
COMPLETED_WITH_FAILURES = "COMPLETED_WITH_FAILURES",
|
|
1626
|
+
FAILED = "FAILED",
|
|
1627
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1628
|
+
SUBMITTED = "SUBMITTED"
|
|
1629
|
+
}
|
|
1630
|
+
export interface GetReadSetImportJobResponse {
|
|
1631
|
+
/**
|
|
1632
|
+
* <p>The job's ID.</p>
|
|
1633
|
+
*/
|
|
1634
|
+
id: string | undefined;
|
|
1635
|
+
/**
|
|
1636
|
+
* <p>The job's sequence store ID.</p>
|
|
1637
|
+
*/
|
|
1638
|
+
sequenceStoreId: string | undefined;
|
|
1639
|
+
/**
|
|
1640
|
+
* <p>The job's service role ARN.</p>
|
|
1641
|
+
*/
|
|
1642
|
+
roleArn: string | undefined;
|
|
1643
|
+
/**
|
|
1644
|
+
* <p>The job's status.</p>
|
|
1645
|
+
*/
|
|
1646
|
+
status: ReadSetImportJobStatus | string | undefined;
|
|
1647
|
+
/**
|
|
1648
|
+
* <p>The job's status message.</p>
|
|
1649
|
+
*/
|
|
1650
|
+
statusMessage?: string;
|
|
1651
|
+
/**
|
|
1652
|
+
* <p>When the job was created.</p>
|
|
1653
|
+
*/
|
|
1654
|
+
creationTime: Date | undefined;
|
|
1655
|
+
/**
|
|
1656
|
+
* <p>When the job completed.</p>
|
|
1657
|
+
*/
|
|
1658
|
+
completionTime?: Date;
|
|
1659
|
+
/**
|
|
1660
|
+
* <p>The job's sources.</p>
|
|
1661
|
+
*/
|
|
1662
|
+
sources: ImportReadSetSourceItem[] | undefined;
|
|
1663
|
+
}
|
|
1664
|
+
export interface GetReadSetMetadataRequest {
|
|
1665
|
+
/**
|
|
1666
|
+
* <p>The read set's ID.</p>
|
|
1667
|
+
*/
|
|
1668
|
+
id: string | undefined;
|
|
1669
|
+
/**
|
|
1670
|
+
* <p>The read set's sequence store ID.</p>
|
|
1671
|
+
*/
|
|
1672
|
+
sequenceStoreId: string | undefined;
|
|
1673
|
+
}
|
|
1674
|
+
/**
|
|
1675
|
+
* <p>Files in a read set.</p>
|
|
1676
|
+
*/
|
|
1677
|
+
export interface ReadSetFiles {
|
|
1678
|
+
/**
|
|
1679
|
+
* <p>The location of the first file in Amazon S3.</p>
|
|
1680
|
+
*/
|
|
1681
|
+
source1?: FileInformation;
|
|
1682
|
+
/**
|
|
1683
|
+
* <p>The location of the second file in Amazon S3.</p>
|
|
1684
|
+
*/
|
|
1685
|
+
source2?: FileInformation;
|
|
1686
|
+
/**
|
|
1687
|
+
* <p>The files' index.</p>
|
|
1688
|
+
*/
|
|
1689
|
+
index?: FileInformation;
|
|
1690
|
+
}
|
|
1691
|
+
/**
|
|
1692
|
+
* <p>Details about a sequence.</p>
|
|
1693
|
+
*/
|
|
1694
|
+
export interface SequenceInformation {
|
|
1695
|
+
/**
|
|
1696
|
+
* <p>The sequence's total read count.</p>
|
|
1697
|
+
*/
|
|
1698
|
+
totalReadCount?: number;
|
|
1699
|
+
/**
|
|
1700
|
+
* <p>The sequence's total base count.</p>
|
|
1701
|
+
*/
|
|
1702
|
+
totalBaseCount?: number;
|
|
1703
|
+
/**
|
|
1704
|
+
* <p>Where the sequence originated.</p>
|
|
1705
|
+
*/
|
|
1706
|
+
generatedFrom?: string;
|
|
1707
|
+
/**
|
|
1708
|
+
* <p>The sequence's alignment setting.</p>
|
|
1709
|
+
*/
|
|
1710
|
+
alignment?: string;
|
|
1711
|
+
}
|
|
1712
|
+
export declare enum ReadSetStatus {
|
|
1713
|
+
ACTIVATING = "ACTIVATING",
|
|
1714
|
+
ACTIVE = "ACTIVE",
|
|
1715
|
+
ARCHIVED = "ARCHIVED",
|
|
1716
|
+
DELETED = "DELETED",
|
|
1717
|
+
DELETING = "DELETING"
|
|
1718
|
+
}
|
|
1719
|
+
export interface GetReadSetMetadataResponse {
|
|
1720
|
+
/**
|
|
1721
|
+
* <p>The read set's ID.</p>
|
|
1722
|
+
*/
|
|
1723
|
+
id: string | undefined;
|
|
1724
|
+
/**
|
|
1725
|
+
* <p>The read set's ARN.</p>
|
|
1726
|
+
*/
|
|
1727
|
+
arn: string | undefined;
|
|
1728
|
+
/**
|
|
1729
|
+
* <p>The read set's sequence store ID.</p>
|
|
1730
|
+
*/
|
|
1731
|
+
sequenceStoreId: string | undefined;
|
|
1732
|
+
/**
|
|
1733
|
+
* <p>The read set's subject ID.</p>
|
|
1734
|
+
*/
|
|
1735
|
+
subjectId?: string;
|
|
1736
|
+
/**
|
|
1737
|
+
* <p>The read set's sample ID.</p>
|
|
1738
|
+
*/
|
|
1739
|
+
sampleId?: string;
|
|
1740
|
+
/**
|
|
1741
|
+
* <p>The read set's status.</p>
|
|
1742
|
+
*/
|
|
1743
|
+
status: ReadSetStatus | string | undefined;
|
|
1744
|
+
/**
|
|
1745
|
+
* <p>The read set's name.</p>
|
|
1746
|
+
*/
|
|
1747
|
+
name?: string;
|
|
1748
|
+
/**
|
|
1749
|
+
* <p>The read set's description.</p>
|
|
1750
|
+
*/
|
|
1751
|
+
description?: string;
|
|
1752
|
+
/**
|
|
1753
|
+
* <p>The read set's file type.</p>
|
|
1754
|
+
*/
|
|
1755
|
+
fileType: FileType | string | undefined;
|
|
1756
|
+
/**
|
|
1757
|
+
* <p>When the read set was created.</p>
|
|
1758
|
+
*/
|
|
1759
|
+
creationTime: Date | undefined;
|
|
1760
|
+
/**
|
|
1761
|
+
* <p>The read set's sequence information.</p>
|
|
1762
|
+
*/
|
|
1763
|
+
sequenceInformation?: SequenceInformation;
|
|
1764
|
+
/**
|
|
1765
|
+
* <p>The read set's genome reference ARN.</p>
|
|
1766
|
+
*/
|
|
1767
|
+
referenceArn?: string;
|
|
1768
|
+
/**
|
|
1769
|
+
* <p>The read set's files.</p>
|
|
1770
|
+
*/
|
|
1771
|
+
files?: ReadSetFiles;
|
|
1772
|
+
}
|
|
1773
|
+
export declare enum ReferenceFile {
|
|
1774
|
+
INDEX = "INDEX",
|
|
1775
|
+
SOURCE = "SOURCE"
|
|
1776
|
+
}
|
|
1777
|
+
export interface GetReferenceRequest {
|
|
1778
|
+
/**
|
|
1779
|
+
* <p>The reference's ID.</p>
|
|
1780
|
+
*/
|
|
1781
|
+
id: string | undefined;
|
|
1782
|
+
/**
|
|
1783
|
+
* <p>The reference's store ID.</p>
|
|
1784
|
+
*/
|
|
1785
|
+
referenceStoreId: string | undefined;
|
|
1786
|
+
/**
|
|
1787
|
+
* <p>The range to retrieve.</p>
|
|
1788
|
+
*/
|
|
1789
|
+
range?: string;
|
|
1790
|
+
/**
|
|
1791
|
+
* <p>The part number to retrieve.</p>
|
|
1792
|
+
*/
|
|
1793
|
+
partNumber: number | undefined;
|
|
1794
|
+
/**
|
|
1795
|
+
* <p>The file to retrieve.</p>
|
|
1796
|
+
*/
|
|
1797
|
+
file?: ReferenceFile | string;
|
|
1798
|
+
}
|
|
1799
|
+
export interface GetReferenceResponse {
|
|
1800
|
+
/**
|
|
1801
|
+
* <p>The reference file payload.</p>
|
|
1802
|
+
*/
|
|
1803
|
+
payload?: Readable | ReadableStream | Blob;
|
|
1804
|
+
}
|
|
1805
|
+
export interface GetReferenceImportJobRequest {
|
|
1806
|
+
/**
|
|
1807
|
+
* <p>The job's ID.</p>
|
|
1808
|
+
*/
|
|
1809
|
+
id: string | undefined;
|
|
1810
|
+
/**
|
|
1811
|
+
* <p>The job's reference store ID.</p>
|
|
1812
|
+
*/
|
|
1813
|
+
referenceStoreId: string | undefined;
|
|
1814
|
+
}
|
|
1815
|
+
export declare enum ReferenceImportJobItemStatus {
|
|
1816
|
+
FAILED = "FAILED",
|
|
1817
|
+
FINISHED = "FINISHED",
|
|
1818
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1819
|
+
NOT_STARTED = "NOT_STARTED"
|
|
1820
|
+
}
|
|
1821
|
+
/**
|
|
1822
|
+
* <p>An genome reference source.</p>
|
|
1823
|
+
*/
|
|
1824
|
+
export interface ImportReferenceSourceItem {
|
|
1825
|
+
/**
|
|
1826
|
+
* <p>The source file's location in Amazon S3.</p>
|
|
1827
|
+
*/
|
|
1828
|
+
sourceFile?: string;
|
|
1829
|
+
/**
|
|
1830
|
+
* <p>The source's status.</p>
|
|
1831
|
+
*/
|
|
1832
|
+
status: ReferenceImportJobItemStatus | string | undefined;
|
|
1833
|
+
/**
|
|
1834
|
+
* <p>The source's status message.</p>
|
|
1835
|
+
*/
|
|
1836
|
+
statusMessage?: string;
|
|
1837
|
+
/**
|
|
1838
|
+
* <p>The source's name.</p>
|
|
1839
|
+
*/
|
|
1840
|
+
name?: string;
|
|
1841
|
+
/**
|
|
1842
|
+
* <p>The source's description.</p>
|
|
1843
|
+
*/
|
|
1844
|
+
description?: string;
|
|
1845
|
+
/**
|
|
1846
|
+
* <p>The source's tags.</p>
|
|
1847
|
+
*/
|
|
1848
|
+
tags?: Record<string, string>;
|
|
1849
|
+
}
|
|
1850
|
+
export declare enum ReferenceImportJobStatus {
|
|
1851
|
+
CANCELLED = "CANCELLED",
|
|
1852
|
+
CANCELLING = "CANCELLING",
|
|
1853
|
+
COMPLETED = "COMPLETED",
|
|
1854
|
+
COMPLETED_WITH_FAILURES = "COMPLETED_WITH_FAILURES",
|
|
1855
|
+
FAILED = "FAILED",
|
|
1856
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1857
|
+
SUBMITTED = "SUBMITTED"
|
|
1858
|
+
}
|
|
1859
|
+
export interface GetReferenceImportJobResponse {
|
|
1860
|
+
/**
|
|
1861
|
+
* <p>The job's ID.</p>
|
|
1862
|
+
*/
|
|
1863
|
+
id: string | undefined;
|
|
1864
|
+
/**
|
|
1865
|
+
* <p>The job's reference store ID.</p>
|
|
1866
|
+
*/
|
|
1867
|
+
referenceStoreId: string | undefined;
|
|
1868
|
+
/**
|
|
1869
|
+
* <p>The job's service role ARN.</p>
|
|
1870
|
+
*/
|
|
1871
|
+
roleArn: string | undefined;
|
|
1872
|
+
/**
|
|
1873
|
+
* <p>The job's status.</p>
|
|
1874
|
+
*/
|
|
1875
|
+
status: ReferenceImportJobStatus | string | undefined;
|
|
1876
|
+
/**
|
|
1877
|
+
* <p>The job's status message.</p>
|
|
1878
|
+
*/
|
|
1879
|
+
statusMessage?: string;
|
|
1880
|
+
/**
|
|
1881
|
+
* <p>When the job was created.</p>
|
|
1882
|
+
*/
|
|
1883
|
+
creationTime: Date | undefined;
|
|
1884
|
+
/**
|
|
1885
|
+
* <p>When the job completed.</p>
|
|
1886
|
+
*/
|
|
1887
|
+
completionTime?: Date;
|
|
1888
|
+
/**
|
|
1889
|
+
* <p>The job's sources.</p>
|
|
1890
|
+
*/
|
|
1891
|
+
sources: ImportReferenceSourceItem[] | undefined;
|
|
1892
|
+
}
|
|
1893
|
+
export interface GetReferenceMetadataRequest {
|
|
1894
|
+
/**
|
|
1895
|
+
* <p>The reference's ID.</p>
|
|
1896
|
+
*/
|
|
1897
|
+
id: string | undefined;
|
|
1898
|
+
/**
|
|
1899
|
+
* <p>The reference's reference store ID.</p>
|
|
1900
|
+
*/
|
|
1901
|
+
referenceStoreId: string | undefined;
|
|
1902
|
+
}
|
|
1903
|
+
/**
|
|
1904
|
+
* <p>A set of genome reference files.</p>
|
|
1905
|
+
*/
|
|
1906
|
+
export interface ReferenceFiles {
|
|
1907
|
+
/**
|
|
1908
|
+
* <p>The source file's location in Amazon S3.</p>
|
|
1909
|
+
*/
|
|
1910
|
+
source?: FileInformation;
|
|
1911
|
+
/**
|
|
1912
|
+
* <p>The files' index.</p>
|
|
1913
|
+
*/
|
|
1914
|
+
index?: FileInformation;
|
|
1915
|
+
}
|
|
1916
|
+
export declare enum ReferenceStatus {
|
|
1917
|
+
ACTIVE = "ACTIVE",
|
|
1918
|
+
DELETED = "DELETED",
|
|
1919
|
+
DELETING = "DELETING"
|
|
1920
|
+
}
|
|
1921
|
+
export interface GetReferenceMetadataResponse {
|
|
1922
|
+
/**
|
|
1923
|
+
* <p>The reference's ID.</p>
|
|
1924
|
+
*/
|
|
1925
|
+
id: string | undefined;
|
|
1926
|
+
/**
|
|
1927
|
+
* <p>The reference's ARN.</p>
|
|
1928
|
+
*/
|
|
1929
|
+
arn: string | undefined;
|
|
1930
|
+
/**
|
|
1931
|
+
* <p>The reference's reference store ID.</p>
|
|
1932
|
+
*/
|
|
1933
|
+
referenceStoreId: string | undefined;
|
|
1934
|
+
/**
|
|
1935
|
+
* <p>The reference's MD5 checksum.</p>
|
|
1936
|
+
*/
|
|
1937
|
+
md5: string | undefined;
|
|
1938
|
+
/**
|
|
1939
|
+
* <p>The reference's status.</p>
|
|
1940
|
+
*/
|
|
1941
|
+
status?: ReferenceStatus | string;
|
|
1942
|
+
/**
|
|
1943
|
+
* <p>The reference's name.</p>
|
|
1944
|
+
*/
|
|
1945
|
+
name?: string;
|
|
1946
|
+
/**
|
|
1947
|
+
* <p>The reference's description.</p>
|
|
1948
|
+
*/
|
|
1949
|
+
description?: string;
|
|
1950
|
+
/**
|
|
1951
|
+
* <p>When the reference was created.</p>
|
|
1952
|
+
*/
|
|
1953
|
+
creationTime: Date | undefined;
|
|
1954
|
+
/**
|
|
1955
|
+
* <p>When the reference was updated.</p>
|
|
1956
|
+
*/
|
|
1957
|
+
updateTime: Date | undefined;
|
|
1958
|
+
/**
|
|
1959
|
+
* <p>The reference's files.</p>
|
|
1960
|
+
*/
|
|
1961
|
+
files?: ReferenceFiles;
|
|
1962
|
+
}
|
|
1963
|
+
export interface GetReferenceStoreRequest {
|
|
1964
|
+
/**
|
|
1965
|
+
* <p>The store's ID.</p>
|
|
1966
|
+
*/
|
|
1967
|
+
id: string | undefined;
|
|
1968
|
+
}
|
|
1969
|
+
export interface GetReferenceStoreResponse {
|
|
1970
|
+
/**
|
|
1971
|
+
* <p>The store's ID.</p>
|
|
1972
|
+
*/
|
|
1973
|
+
id: string | undefined;
|
|
1974
|
+
/**
|
|
1975
|
+
* <p>The store's ARN.</p>
|
|
1976
|
+
*/
|
|
1977
|
+
arn: string | undefined;
|
|
1978
|
+
/**
|
|
1979
|
+
* <p>The store's name.</p>
|
|
1980
|
+
*/
|
|
1981
|
+
name?: string;
|
|
1982
|
+
/**
|
|
1983
|
+
* <p>The store's description.</p>
|
|
1984
|
+
*/
|
|
1985
|
+
description?: string;
|
|
1986
|
+
/**
|
|
1987
|
+
* <p>The store's server-side encryption (SSE) settings.</p>
|
|
1988
|
+
*/
|
|
1989
|
+
sseConfig?: SseConfig;
|
|
1990
|
+
/**
|
|
1991
|
+
* <p>When the store was created.</p>
|
|
1992
|
+
*/
|
|
1993
|
+
creationTime: Date | undefined;
|
|
1994
|
+
}
|
|
1995
|
+
export declare enum RunExport {
|
|
1996
|
+
DEFINITION = "DEFINITION"
|
|
1997
|
+
}
|
|
1998
|
+
export interface GetRunRequest {
|
|
1999
|
+
/**
|
|
2000
|
+
* <p>The run's ID.</p>
|
|
2001
|
+
*/
|
|
2002
|
+
id: string | undefined;
|
|
2003
|
+
/**
|
|
2004
|
+
* <p>The run's export format.</p>
|
|
2005
|
+
*/
|
|
2006
|
+
export?: (RunExport | string)[];
|
|
2007
|
+
}
|
|
2008
|
+
export declare enum RunLogLevel {
|
|
2009
|
+
ALL = "ALL",
|
|
2010
|
+
ERROR = "ERROR",
|
|
2011
|
+
FATAL = "FATAL",
|
|
2012
|
+
OFF = "OFF"
|
|
2013
|
+
}
|
|
2014
|
+
export declare enum RunStatus {
|
|
2015
|
+
CANCELLED = "CANCELLED",
|
|
2016
|
+
COMPLETED = "COMPLETED",
|
|
2017
|
+
DELETED = "DELETED",
|
|
2018
|
+
FAILED = "FAILED",
|
|
2019
|
+
PENDING = "PENDING",
|
|
2020
|
+
RUNNING = "RUNNING",
|
|
2021
|
+
STARTING = "STARTING",
|
|
2022
|
+
STOPPING = "STOPPING"
|
|
2023
|
+
}
|
|
2024
|
+
export declare enum WorkflowType {
|
|
2025
|
+
PRIVATE = "PRIVATE"
|
|
2026
|
+
}
|
|
2027
|
+
export interface GetRunResponse {
|
|
2028
|
+
/**
|
|
2029
|
+
* <p>The run's ARN.</p>
|
|
2030
|
+
*/
|
|
2031
|
+
arn?: string;
|
|
2032
|
+
/**
|
|
2033
|
+
* <p>The run's ID.</p>
|
|
2034
|
+
*/
|
|
2035
|
+
id?: string;
|
|
2036
|
+
/**
|
|
2037
|
+
* <p>The run's status.</p>
|
|
2038
|
+
*/
|
|
2039
|
+
status?: RunStatus | string;
|
|
2040
|
+
/**
|
|
2041
|
+
* <p>The run's workflow ID.</p>
|
|
2042
|
+
*/
|
|
2043
|
+
workflowId?: string;
|
|
2044
|
+
/**
|
|
2045
|
+
* <p>The run's workflow type.</p>
|
|
2046
|
+
*/
|
|
2047
|
+
workflowType?: WorkflowType | string;
|
|
2048
|
+
/**
|
|
2049
|
+
* <p>The run's ID.</p>
|
|
2050
|
+
*/
|
|
2051
|
+
runId?: string;
|
|
2052
|
+
/**
|
|
2053
|
+
* <p>The run's service role ARN.</p>
|
|
2054
|
+
*/
|
|
2055
|
+
roleArn?: string;
|
|
2056
|
+
/**
|
|
2057
|
+
* <p>The run's name.</p>
|
|
2058
|
+
*/
|
|
2059
|
+
name?: string;
|
|
2060
|
+
/**
|
|
2061
|
+
* <p>The run's group ID.</p>
|
|
2062
|
+
*/
|
|
2063
|
+
runGroupId?: string;
|
|
2064
|
+
/**
|
|
2065
|
+
* <p>The run's priority.</p>
|
|
2066
|
+
*/
|
|
2067
|
+
priority?: number;
|
|
2068
|
+
/**
|
|
2069
|
+
* <p>The run's definition.</p>
|
|
2070
|
+
*/
|
|
2071
|
+
definition?: string;
|
|
2072
|
+
/**
|
|
2073
|
+
* <p>The run's digest.</p>
|
|
2074
|
+
*/
|
|
2075
|
+
digest?: string;
|
|
2076
|
+
/**
|
|
2077
|
+
* <p>The run's parameters.</p>
|
|
2078
|
+
*/
|
|
2079
|
+
parameters?: __DocumentType;
|
|
2080
|
+
/**
|
|
2081
|
+
* <p>The run's storage capacity.</p>
|
|
2082
|
+
*/
|
|
2083
|
+
storageCapacity?: number;
|
|
2084
|
+
/**
|
|
2085
|
+
* <p>The run's output URI.</p>
|
|
2086
|
+
*/
|
|
2087
|
+
outputUri?: string;
|
|
2088
|
+
/**
|
|
2089
|
+
* <p>The run's log level.</p>
|
|
2090
|
+
*/
|
|
2091
|
+
logLevel?: RunLogLevel | string;
|
|
2092
|
+
/**
|
|
2093
|
+
* <p>The run's resource digests.</p>
|
|
2094
|
+
*/
|
|
2095
|
+
resourceDigests?: Record<string, string>;
|
|
2096
|
+
/**
|
|
2097
|
+
* <p>Who started the run.</p>
|
|
2098
|
+
*/
|
|
2099
|
+
startedBy?: string;
|
|
2100
|
+
/**
|
|
2101
|
+
* <p>When the run was created.</p>
|
|
2102
|
+
*/
|
|
2103
|
+
creationTime?: Date;
|
|
2104
|
+
/**
|
|
2105
|
+
* <p>When the run started.</p>
|
|
2106
|
+
*/
|
|
2107
|
+
startTime?: Date;
|
|
2108
|
+
/**
|
|
2109
|
+
* <p>The run's stop time.</p>
|
|
2110
|
+
*/
|
|
2111
|
+
stopTime?: Date;
|
|
2112
|
+
/**
|
|
2113
|
+
* <p>The run's status message.</p>
|
|
2114
|
+
*/
|
|
2115
|
+
statusMessage?: string;
|
|
2116
|
+
/**
|
|
2117
|
+
* <p>The run's tags.</p>
|
|
2118
|
+
*/
|
|
2119
|
+
tags?: Record<string, string>;
|
|
2120
|
+
}
|
|
2121
|
+
export interface GetRunGroupRequest {
|
|
2122
|
+
/**
|
|
2123
|
+
* <p>The group's ID.</p>
|
|
2124
|
+
*/
|
|
2125
|
+
id: string | undefined;
|
|
2126
|
+
}
|
|
2127
|
+
export interface GetRunGroupResponse {
|
|
2128
|
+
/**
|
|
2129
|
+
* <p>The group's ARN.</p>
|
|
2130
|
+
*/
|
|
2131
|
+
arn?: string;
|
|
2132
|
+
/**
|
|
2133
|
+
* <p>The group's ID.</p>
|
|
2134
|
+
*/
|
|
2135
|
+
id?: string;
|
|
2136
|
+
/**
|
|
2137
|
+
* <p>The group's name.</p>
|
|
2138
|
+
*/
|
|
2139
|
+
name?: string;
|
|
2140
|
+
/**
|
|
2141
|
+
* <p>The group's maximum number of CPUs to use.</p>
|
|
2142
|
+
*/
|
|
2143
|
+
maxCpus?: number;
|
|
2144
|
+
/**
|
|
2145
|
+
* <p>The maximum number of concurrent runs for the group.</p>
|
|
2146
|
+
*/
|
|
2147
|
+
maxRuns?: number;
|
|
2148
|
+
/**
|
|
2149
|
+
* <p>The group's maximum run duration.</p>
|
|
2150
|
+
*/
|
|
2151
|
+
maxDuration?: number;
|
|
2152
|
+
/**
|
|
2153
|
+
* <p>When the group was created.</p>
|
|
2154
|
+
*/
|
|
2155
|
+
creationTime?: Date;
|
|
2156
|
+
/**
|
|
2157
|
+
* <p>The group's tags.</p>
|
|
2158
|
+
*/
|
|
2159
|
+
tags?: Record<string, string>;
|
|
2160
|
+
}
|
|
2161
|
+
export interface GetRunTaskRequest {
|
|
2162
|
+
/**
|
|
2163
|
+
* <p>The task's ID.</p>
|
|
2164
|
+
*/
|
|
2165
|
+
id: string | undefined;
|
|
2166
|
+
/**
|
|
2167
|
+
* <p>The task's ID.</p>
|
|
2168
|
+
*/
|
|
2169
|
+
taskId: string | undefined;
|
|
2170
|
+
}
|
|
2171
|
+
export declare enum TaskStatus {
|
|
2172
|
+
CANCELLED = "CANCELLED",
|
|
2173
|
+
COMPLETED = "COMPLETED",
|
|
2174
|
+
FAILED = "FAILED",
|
|
2175
|
+
PENDING = "PENDING",
|
|
2176
|
+
RUNNING = "RUNNING",
|
|
2177
|
+
STARTING = "STARTING",
|
|
2178
|
+
STOPPING = "STOPPING"
|
|
2179
|
+
}
|
|
2180
|
+
export interface GetRunTaskResponse {
|
|
2181
|
+
/**
|
|
2182
|
+
* <p>The task's ID.</p>
|
|
2183
|
+
*/
|
|
2184
|
+
taskId?: string;
|
|
2185
|
+
/**
|
|
2186
|
+
* <p>The task's status.</p>
|
|
2187
|
+
*/
|
|
2188
|
+
status?: TaskStatus | string;
|
|
2189
|
+
/**
|
|
2190
|
+
* <p>The task's name.</p>
|
|
2191
|
+
*/
|
|
2192
|
+
name?: string;
|
|
2193
|
+
/**
|
|
2194
|
+
* <p>The task's CPU usage.</p>
|
|
2195
|
+
*/
|
|
2196
|
+
cpus?: number;
|
|
2197
|
+
/**
|
|
2198
|
+
* <p>The task's memory setting.</p>
|
|
2199
|
+
*/
|
|
2200
|
+
memory?: number;
|
|
2201
|
+
/**
|
|
2202
|
+
* <p>When the task was created.</p>
|
|
2203
|
+
*/
|
|
2204
|
+
creationTime?: Date;
|
|
2205
|
+
/**
|
|
2206
|
+
* <p>The task's start time.</p>
|
|
2207
|
+
*/
|
|
2208
|
+
startTime?: Date;
|
|
2209
|
+
/**
|
|
2210
|
+
* <p>The task's stop time.</p>
|
|
2211
|
+
*/
|
|
2212
|
+
stopTime?: Date;
|
|
2213
|
+
/**
|
|
2214
|
+
* <p>The task's status message.</p>
|
|
2215
|
+
*/
|
|
2216
|
+
statusMessage?: string;
|
|
2217
|
+
/**
|
|
2218
|
+
* <p>The task's log stream.</p>
|
|
2219
|
+
*/
|
|
2220
|
+
logStream?: string;
|
|
2221
|
+
}
|
|
2222
|
+
export interface GetSequenceStoreRequest {
|
|
2223
|
+
/**
|
|
2224
|
+
* <p>The store's ID.</p>
|
|
2225
|
+
*/
|
|
2226
|
+
id: string | undefined;
|
|
2227
|
+
}
|
|
2228
|
+
export interface GetSequenceStoreResponse {
|
|
2229
|
+
/**
|
|
2230
|
+
* <p>The store's ID.</p>
|
|
2231
|
+
*/
|
|
2232
|
+
id: string | undefined;
|
|
2233
|
+
/**
|
|
2234
|
+
* <p>The store's ARN.</p>
|
|
2235
|
+
*/
|
|
2236
|
+
arn: string | undefined;
|
|
2237
|
+
/**
|
|
2238
|
+
* <p>The store's name.</p>
|
|
2239
|
+
*/
|
|
2240
|
+
name?: string;
|
|
2241
|
+
/**
|
|
2242
|
+
* <p>The store's description.</p>
|
|
2243
|
+
*/
|
|
2244
|
+
description?: string;
|
|
2245
|
+
/**
|
|
2246
|
+
* <p>The store's server-side encryption (SSE) settings.</p>
|
|
2247
|
+
*/
|
|
2248
|
+
sseConfig?: SseConfig;
|
|
2249
|
+
/**
|
|
2250
|
+
* <p>When the store was created.</p>
|
|
2251
|
+
*/
|
|
2252
|
+
creationTime: Date | undefined;
|
|
2253
|
+
}
|
|
2254
|
+
export interface GetVariantImportRequest {
|
|
2255
|
+
/**
|
|
2256
|
+
* <p>The job's ID.</p>
|
|
2257
|
+
*/
|
|
2258
|
+
jobId: string | undefined;
|
|
2259
|
+
}
|
|
2260
|
+
/**
|
|
2261
|
+
* <p>Details about an imported variant item.</p>
|
|
2262
|
+
*/
|
|
2263
|
+
export interface VariantImportItemDetail {
|
|
2264
|
+
/**
|
|
2265
|
+
* <p>The source file's location in Amazon S3.</p>
|
|
2266
|
+
*/
|
|
2267
|
+
source: string | undefined;
|
|
2268
|
+
/**
|
|
2269
|
+
* <p>The item's job status.</p>
|
|
2270
|
+
*/
|
|
2271
|
+
jobStatus: JobStatus | string | undefined;
|
|
2272
|
+
}
|
|
2273
|
+
export interface GetVariantImportResponse {
|
|
2274
|
+
/**
|
|
2275
|
+
* <p>The job's ID.</p>
|
|
2276
|
+
*/
|
|
2277
|
+
id: string | undefined;
|
|
2278
|
+
/**
|
|
2279
|
+
* <p>The job's destination variant store.</p>
|
|
2280
|
+
*/
|
|
2281
|
+
destinationName: string | undefined;
|
|
2282
|
+
/**
|
|
2283
|
+
* <p>The job's service role ARN.</p>
|
|
2284
|
+
*/
|
|
2285
|
+
roleArn: string | undefined;
|
|
2286
|
+
/**
|
|
2287
|
+
* <p>The job's status.</p>
|
|
2288
|
+
*/
|
|
2289
|
+
status: JobStatus | string | undefined;
|
|
2290
|
+
/**
|
|
2291
|
+
* <p>The job's status message.</p>
|
|
2292
|
+
*/
|
|
2293
|
+
statusMessage: string | undefined;
|
|
2294
|
+
/**
|
|
2295
|
+
* <p>When the job was created.</p>
|
|
2296
|
+
*/
|
|
2297
|
+
creationTime: Date | undefined;
|
|
2298
|
+
/**
|
|
2299
|
+
* <p>When the job was updated.</p>
|
|
2300
|
+
*/
|
|
2301
|
+
updateTime: Date | undefined;
|
|
2302
|
+
/**
|
|
2303
|
+
* <p>When the job completed.</p>
|
|
2304
|
+
*/
|
|
2305
|
+
completionTime?: Date;
|
|
2306
|
+
/**
|
|
2307
|
+
* <p>The job's items.</p>
|
|
2308
|
+
*/
|
|
2309
|
+
items: VariantImportItemDetail[] | undefined;
|
|
2310
|
+
/**
|
|
2311
|
+
* <p>The job's left normalization setting.</p>
|
|
2312
|
+
*/
|
|
2313
|
+
runLeftNormalization: boolean | undefined;
|
|
2314
|
+
}
|
|
2315
|
+
export interface GetVariantStoreRequest {
|
|
2316
|
+
/**
|
|
2317
|
+
* <p>The store's name.</p>
|
|
2318
|
+
*/
|
|
2319
|
+
name: string | undefined;
|
|
2320
|
+
}
|
|
2321
|
+
export interface GetVariantStoreResponse {
|
|
2322
|
+
/**
|
|
2323
|
+
* <p>The store's ID.</p>
|
|
2324
|
+
*/
|
|
2325
|
+
id: string | undefined;
|
|
2326
|
+
/**
|
|
2327
|
+
* <p>The store's genome reference.</p>
|
|
2328
|
+
*/
|
|
2329
|
+
reference: ReferenceItem | undefined;
|
|
2330
|
+
/**
|
|
2331
|
+
* <p>The store's status.</p>
|
|
2332
|
+
*/
|
|
2333
|
+
status: StoreStatus | string | undefined;
|
|
2334
|
+
/**
|
|
2335
|
+
* <p>The store's ARN.</p>
|
|
2336
|
+
*/
|
|
2337
|
+
storeArn: string | undefined;
|
|
2338
|
+
/**
|
|
2339
|
+
* <p>The store's name.</p>
|
|
2340
|
+
*/
|
|
2341
|
+
name: string | undefined;
|
|
2342
|
+
/**
|
|
2343
|
+
* <p>The store's description.</p>
|
|
2344
|
+
*/
|
|
2345
|
+
description: string | undefined;
|
|
2346
|
+
/**
|
|
2347
|
+
* <p>The store's server-side encryption (SSE) settings.</p>
|
|
2348
|
+
*/
|
|
2349
|
+
sseConfig: SseConfig | undefined;
|
|
2350
|
+
/**
|
|
2351
|
+
* <p>When the store was created.</p>
|
|
2352
|
+
*/
|
|
2353
|
+
creationTime: Date | undefined;
|
|
2354
|
+
/**
|
|
2355
|
+
* <p>When the store was updated.</p>
|
|
2356
|
+
*/
|
|
2357
|
+
updateTime: Date | undefined;
|
|
2358
|
+
/**
|
|
2359
|
+
* <p>The store's tags.</p>
|
|
2360
|
+
*/
|
|
2361
|
+
tags: Record<string, string> | undefined;
|
|
2362
|
+
/**
|
|
2363
|
+
* <p>The store's status message.</p>
|
|
2364
|
+
*/
|
|
2365
|
+
statusMessage: string | undefined;
|
|
2366
|
+
/**
|
|
2367
|
+
* <p>The store's size in bytes.</p>
|
|
2368
|
+
*/
|
|
2369
|
+
storeSizeBytes: number | undefined;
|
|
2370
|
+
}
|
|
2371
|
+
export declare enum WorkflowExport {
|
|
2372
|
+
DEFINITION = "DEFINITION"
|
|
2373
|
+
}
|
|
2374
|
+
export interface GetWorkflowRequest {
|
|
2375
|
+
/**
|
|
2376
|
+
* <p>The workflow's ID.</p>
|
|
2377
|
+
*/
|
|
2378
|
+
id: string | undefined;
|
|
2379
|
+
/**
|
|
2380
|
+
* <p>The workflow's type.</p>
|
|
2381
|
+
*/
|
|
2382
|
+
type?: WorkflowType | string;
|
|
2383
|
+
/**
|
|
2384
|
+
* <p>The export format for the workflow.</p>
|
|
2385
|
+
*/
|
|
2386
|
+
export?: (WorkflowExport | string)[];
|
|
2387
|
+
}
|
|
2388
|
+
export interface GetWorkflowResponse {
|
|
2389
|
+
/**
|
|
2390
|
+
* <p>The workflow's ARN.</p>
|
|
2391
|
+
*/
|
|
2392
|
+
arn?: string;
|
|
2393
|
+
/**
|
|
2394
|
+
* <p>The workflow's ID.</p>
|
|
2395
|
+
*/
|
|
2396
|
+
id?: string;
|
|
2397
|
+
/**
|
|
2398
|
+
* <p>The workflow's status.</p>
|
|
2399
|
+
*/
|
|
2400
|
+
status?: WorkflowStatus | string;
|
|
2401
|
+
/**
|
|
2402
|
+
* <p>The workflow's type.</p>
|
|
2403
|
+
*/
|
|
2404
|
+
type?: WorkflowType | string;
|
|
2405
|
+
/**
|
|
2406
|
+
* <p>The workflow's name.</p>
|
|
2407
|
+
*/
|
|
2408
|
+
name?: string;
|
|
2409
|
+
/**
|
|
2410
|
+
* <p>The workflow's description.</p>
|
|
2411
|
+
*/
|
|
2412
|
+
description?: string;
|
|
2413
|
+
/**
|
|
2414
|
+
* <p>The workflow's engine.</p>
|
|
2415
|
+
*/
|
|
2416
|
+
engine?: WorkflowEngine | string;
|
|
2417
|
+
/**
|
|
2418
|
+
* <p>The workflow's definition.</p>
|
|
2419
|
+
*/
|
|
2420
|
+
definition?: string;
|
|
2421
|
+
/**
|
|
2422
|
+
* <p>The path of the main definition file for the workflow.</p>
|
|
2423
|
+
*/
|
|
2424
|
+
main?: string;
|
|
2425
|
+
/**
|
|
2426
|
+
* <p>The workflow's digest.</p>
|
|
2427
|
+
*/
|
|
2428
|
+
digest?: string;
|
|
2429
|
+
/**
|
|
2430
|
+
* <p>The workflow's parameter template.</p>
|
|
2431
|
+
*/
|
|
2432
|
+
parameterTemplate?: Record<string, WorkflowParameter>;
|
|
2433
|
+
/**
|
|
2434
|
+
* <p>The workflow's storage capacity.</p>
|
|
2435
|
+
*/
|
|
2436
|
+
storageCapacity?: number;
|
|
2437
|
+
/**
|
|
2438
|
+
* <p>When the workflow was created.</p>
|
|
2439
|
+
*/
|
|
2440
|
+
creationTime?: Date;
|
|
2441
|
+
/**
|
|
2442
|
+
* <p>The workflow's status message.</p>
|
|
2443
|
+
*/
|
|
2444
|
+
statusMessage?: string;
|
|
2445
|
+
/**
|
|
2446
|
+
* <p>The workflow's tags.</p>
|
|
2447
|
+
*/
|
|
2448
|
+
tags?: Record<string, string>;
|
|
2449
|
+
}
|
|
2450
|
+
/**
|
|
2451
|
+
* <p>A filter for import read set jobs.</p>
|
|
2452
|
+
*/
|
|
2453
|
+
export interface ImportReadSetFilter {
|
|
2454
|
+
/**
|
|
2455
|
+
* <p>A status to filter on.</p>
|
|
2456
|
+
*/
|
|
2457
|
+
status?: ReadSetImportJobStatus | string;
|
|
2458
|
+
/**
|
|
2459
|
+
* <p>The filter's start date.</p>
|
|
2460
|
+
*/
|
|
2461
|
+
createdAfter?: Date;
|
|
2462
|
+
/**
|
|
2463
|
+
* <p>The filter's end date.</p>
|
|
2464
|
+
*/
|
|
2465
|
+
createdBefore?: Date;
|
|
2466
|
+
}
|
|
2467
|
+
/**
|
|
2468
|
+
* <p>An import read set job.</p>
|
|
2469
|
+
*/
|
|
2470
|
+
export interface ImportReadSetJobItem {
|
|
2471
|
+
/**
|
|
2472
|
+
* <p>The job's ID.</p>
|
|
2473
|
+
*/
|
|
2474
|
+
id: string | undefined;
|
|
2475
|
+
/**
|
|
2476
|
+
* <p>The job's sequence store ID.</p>
|
|
2477
|
+
*/
|
|
2478
|
+
sequenceStoreId: string | undefined;
|
|
2479
|
+
/**
|
|
2480
|
+
* <p>The job's service role ARN.</p>
|
|
2481
|
+
*/
|
|
2482
|
+
roleArn: string | undefined;
|
|
2483
|
+
/**
|
|
2484
|
+
* <p>The job's status.</p>
|
|
2485
|
+
*/
|
|
2486
|
+
status: ReadSetImportJobStatus | string | undefined;
|
|
2487
|
+
/**
|
|
2488
|
+
* <p>When the job was created.</p>
|
|
2489
|
+
*/
|
|
2490
|
+
creationTime: Date | undefined;
|
|
2491
|
+
/**
|
|
2492
|
+
* <p>When the job completed.</p>
|
|
2493
|
+
*/
|
|
2494
|
+
completionTime?: Date;
|
|
2495
|
+
}
|
|
2496
|
+
/**
|
|
2497
|
+
* <p>A filter for import references.</p>
|
|
2498
|
+
*/
|
|
2499
|
+
export interface ImportReferenceFilter {
|
|
2500
|
+
/**
|
|
2501
|
+
* <p>A status to filter on.</p>
|
|
2502
|
+
*/
|
|
2503
|
+
status?: ReferenceImportJobStatus | string;
|
|
2504
|
+
/**
|
|
2505
|
+
* <p>The filter's start date.</p>
|
|
2506
|
+
*/
|
|
2507
|
+
createdAfter?: Date;
|
|
2508
|
+
/**
|
|
2509
|
+
* <p>The filter's end date.</p>
|
|
2510
|
+
*/
|
|
2511
|
+
createdBefore?: Date;
|
|
2512
|
+
}
|
|
2513
|
+
/**
|
|
2514
|
+
* <p>An import reference job.</p>
|
|
2515
|
+
*/
|
|
2516
|
+
export interface ImportReferenceJobItem {
|
|
2517
|
+
/**
|
|
2518
|
+
* <p>The job's ID.</p>
|
|
2519
|
+
*/
|
|
2520
|
+
id: string | undefined;
|
|
2521
|
+
/**
|
|
2522
|
+
* <p>The job's reference store ID.</p>
|
|
2523
|
+
*/
|
|
2524
|
+
referenceStoreId: string | undefined;
|
|
2525
|
+
/**
|
|
2526
|
+
* <p>The job's service role ARN.</p>
|
|
2527
|
+
*/
|
|
2528
|
+
roleArn: string | undefined;
|
|
2529
|
+
/**
|
|
2530
|
+
* <p>The job's status.</p>
|
|
2531
|
+
*/
|
|
2532
|
+
status: ReferenceImportJobStatus | string | undefined;
|
|
2533
|
+
/**
|
|
2534
|
+
* <p>When the job was created.</p>
|
|
2535
|
+
*/
|
|
2536
|
+
creationTime: Date | undefined;
|
|
2537
|
+
/**
|
|
2538
|
+
* <p>When the job completed.</p>
|
|
2539
|
+
*/
|
|
2540
|
+
completionTime?: Date;
|
|
2541
|
+
}
|
|
2542
|
+
export interface ListReadSetActivationJobsRequest {
|
|
2543
|
+
/**
|
|
2544
|
+
* <p>The read set's sequence store ID.</p>
|
|
2545
|
+
*/
|
|
2546
|
+
sequenceStoreId: string | undefined;
|
|
2547
|
+
/**
|
|
2548
|
+
* <p>The maximum number of read set activation jobs to return in one page of results.</p>
|
|
2549
|
+
*/
|
|
2550
|
+
maxResults?: number;
|
|
2551
|
+
/**
|
|
2552
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
2553
|
+
*/
|
|
2554
|
+
nextToken?: string;
|
|
2555
|
+
/**
|
|
2556
|
+
* <p>A filter to apply to the list.</p>
|
|
2557
|
+
*/
|
|
2558
|
+
filter?: ActivateReadSetFilter;
|
|
2559
|
+
}
|
|
2560
|
+
export interface ListReadSetActivationJobsResponse {
|
|
2561
|
+
/**
|
|
2562
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
2563
|
+
*/
|
|
2564
|
+
nextToken?: string;
|
|
2565
|
+
/**
|
|
2566
|
+
* <p>A list of jobs.</p>
|
|
2567
|
+
*/
|
|
2568
|
+
activationJobs?: ActivateReadSetJobItem[];
|
|
2569
|
+
}
|
|
2570
|
+
export interface ListReadSetExportJobsRequest {
|
|
2571
|
+
/**
|
|
2572
|
+
* <p>The jobs' sequence store ID.</p>
|
|
2573
|
+
*/
|
|
2574
|
+
sequenceStoreId: string | undefined;
|
|
2575
|
+
/**
|
|
2576
|
+
* <p>The maximum number of jobs to return in one page of results.</p>
|
|
2577
|
+
*/
|
|
2578
|
+
maxResults?: number;
|
|
2579
|
+
/**
|
|
2580
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
2581
|
+
*/
|
|
2582
|
+
nextToken?: string;
|
|
2583
|
+
/**
|
|
2584
|
+
* <p>A filter to apply to the list.</p>
|
|
2585
|
+
*/
|
|
2586
|
+
filter?: ExportReadSetFilter;
|
|
2587
|
+
}
|
|
2588
|
+
export interface ListReadSetExportJobsResponse {
|
|
2589
|
+
/**
|
|
2590
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
2591
|
+
*/
|
|
2592
|
+
nextToken?: string;
|
|
2593
|
+
/**
|
|
2594
|
+
* <p>A list of jobs.</p>
|
|
2595
|
+
*/
|
|
2596
|
+
exportJobs?: ExportReadSetJobDetail[];
|
|
2597
|
+
}
|
|
2598
|
+
export interface ListReadSetImportJobsRequest {
|
|
2599
|
+
/**
|
|
2600
|
+
* <p>The maximum number of jobs to return in one page of results.</p>
|
|
2601
|
+
*/
|
|
2602
|
+
maxResults?: number;
|
|
2603
|
+
/**
|
|
2604
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
2605
|
+
*/
|
|
2606
|
+
nextToken?: string;
|
|
2607
|
+
/**
|
|
2608
|
+
* <p>The jobs' sequence store ID.</p>
|
|
2609
|
+
*/
|
|
2610
|
+
sequenceStoreId: string | undefined;
|
|
2611
|
+
/**
|
|
2612
|
+
* <p>A filter to apply to the list.</p>
|
|
2613
|
+
*/
|
|
2614
|
+
filter?: ImportReadSetFilter;
|
|
2615
|
+
}
|
|
2616
|
+
export interface ListReadSetImportJobsResponse {
|
|
2617
|
+
/**
|
|
2618
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
2619
|
+
*/
|
|
2620
|
+
nextToken?: string;
|
|
2621
|
+
/**
|
|
2622
|
+
* <p>A list of jobs.</p>
|
|
2623
|
+
*/
|
|
2624
|
+
importJobs?: ImportReadSetJobItem[];
|
|
2625
|
+
}
|
|
2626
|
+
/**
|
|
2627
|
+
* <p>A filter for read sets.</p>
|
|
2628
|
+
*/
|
|
2629
|
+
export interface ReadSetFilter {
|
|
2630
|
+
/**
|
|
2631
|
+
* <p>A name to filter on.</p>
|
|
2632
|
+
*/
|
|
2633
|
+
name?: string;
|
|
2634
|
+
/**
|
|
2635
|
+
* <p>A status to filter on.</p>
|
|
2636
|
+
*/
|
|
2637
|
+
status?: ReadSetStatus | string;
|
|
2638
|
+
/**
|
|
2639
|
+
* <p>A genome reference ARN to filter on.</p>
|
|
2640
|
+
*/
|
|
2641
|
+
referenceArn?: string;
|
|
2642
|
+
/**
|
|
2643
|
+
* <p>The filter's start date.</p>
|
|
2644
|
+
*/
|
|
2645
|
+
createdAfter?: Date;
|
|
2646
|
+
/**
|
|
2647
|
+
* <p>The filter's end date.</p>
|
|
2648
|
+
*/
|
|
2649
|
+
createdBefore?: Date;
|
|
2650
|
+
}
|
|
2651
|
+
export interface ListReadSetsRequest {
|
|
2652
|
+
/**
|
|
2653
|
+
* <p>The jobs' sequence store ID.</p>
|
|
2654
|
+
*/
|
|
2655
|
+
sequenceStoreId: string | undefined;
|
|
2656
|
+
/**
|
|
2657
|
+
* <p>The maximum number of read sets to return in one page of results.</p>
|
|
2658
|
+
*/
|
|
2659
|
+
maxResults?: number;
|
|
2660
|
+
/**
|
|
2661
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
2662
|
+
*/
|
|
2663
|
+
nextToken?: string;
|
|
2664
|
+
/**
|
|
2665
|
+
* <p>A filter to apply to the list.</p>
|
|
2666
|
+
*/
|
|
2667
|
+
filter?: ReadSetFilter;
|
|
2668
|
+
}
|
|
2669
|
+
/**
|
|
2670
|
+
* <p>A read set.</p>
|
|
2671
|
+
*/
|
|
2672
|
+
export interface ReadSetListItem {
|
|
2673
|
+
/**
|
|
2674
|
+
* <p>The read set's ID.</p>
|
|
2675
|
+
*/
|
|
2676
|
+
id: string | undefined;
|
|
2677
|
+
/**
|
|
2678
|
+
* <p>The read set's ARN.</p>
|
|
2679
|
+
*/
|
|
2680
|
+
arn: string | undefined;
|
|
2681
|
+
/**
|
|
2682
|
+
* <p>The read set's sequence store ID.</p>
|
|
2683
|
+
*/
|
|
2684
|
+
sequenceStoreId: string | undefined;
|
|
2685
|
+
/**
|
|
2686
|
+
* <p>The read set's subject ID.</p>
|
|
2687
|
+
*/
|
|
2688
|
+
subjectId?: string;
|
|
2689
|
+
/**
|
|
2690
|
+
* <p>The read set's sample ID.</p>
|
|
2691
|
+
*/
|
|
2692
|
+
sampleId?: string;
|
|
2693
|
+
/**
|
|
2694
|
+
* <p>The read set's status.</p>
|
|
2695
|
+
*/
|
|
2696
|
+
status: ReadSetStatus | string | undefined;
|
|
2697
|
+
/**
|
|
2698
|
+
* <p>The read set's name.</p>
|
|
2699
|
+
*/
|
|
2700
|
+
name?: string;
|
|
2701
|
+
/**
|
|
2702
|
+
* <p>The read set's description.</p>
|
|
2703
|
+
*/
|
|
2704
|
+
description?: string;
|
|
2705
|
+
/**
|
|
2706
|
+
* <p>The read set's genome reference ARN.</p>
|
|
2707
|
+
*/
|
|
2708
|
+
referenceArn?: string;
|
|
2709
|
+
/**
|
|
2710
|
+
* <p>The read set's file type.</p>
|
|
2711
|
+
*/
|
|
2712
|
+
fileType: FileType | string | undefined;
|
|
2713
|
+
/**
|
|
2714
|
+
* <p>Details about a sequence.</p>
|
|
2715
|
+
*/
|
|
2716
|
+
sequenceInformation?: SequenceInformation;
|
|
2717
|
+
/**
|
|
2718
|
+
* <p>When the read set was created.</p>
|
|
2719
|
+
*/
|
|
2720
|
+
creationTime: Date | undefined;
|
|
2721
|
+
}
|
|
2722
|
+
export interface ListReadSetsResponse {
|
|
2723
|
+
/**
|
|
2724
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
2725
|
+
*/
|
|
2726
|
+
nextToken?: string;
|
|
2727
|
+
/**
|
|
2728
|
+
* <p>A list of read sets.</p>
|
|
2729
|
+
*/
|
|
2730
|
+
readSets: ReadSetListItem[] | undefined;
|
|
2731
|
+
}
|
|
2732
|
+
export interface ListReferenceImportJobsRequest {
|
|
2733
|
+
/**
|
|
2734
|
+
* <p>The maximum number of jobs to return in one page of results.</p>
|
|
2735
|
+
*/
|
|
2736
|
+
maxResults?: number;
|
|
2737
|
+
/**
|
|
2738
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
2739
|
+
*/
|
|
2740
|
+
nextToken?: string;
|
|
2741
|
+
/**
|
|
2742
|
+
* <p>The job's reference store ID.</p>
|
|
2743
|
+
*/
|
|
2744
|
+
referenceStoreId: string | undefined;
|
|
2745
|
+
/**
|
|
2746
|
+
* <p>A filter to apply to the list.</p>
|
|
2747
|
+
*/
|
|
2748
|
+
filter?: ImportReferenceFilter;
|
|
2749
|
+
}
|
|
2750
|
+
export interface ListReferenceImportJobsResponse {
|
|
2751
|
+
/**
|
|
2752
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
2753
|
+
*/
|
|
2754
|
+
nextToken?: string;
|
|
2755
|
+
/**
|
|
2756
|
+
* <p>A lis of jobs.</p>
|
|
2757
|
+
*/
|
|
2758
|
+
importJobs?: ImportReferenceJobItem[];
|
|
2759
|
+
}
|
|
2760
|
+
/**
|
|
2761
|
+
* <p>A filter for references.</p>
|
|
2762
|
+
*/
|
|
2763
|
+
export interface ReferenceFilter {
|
|
2764
|
+
/**
|
|
2765
|
+
* <p>A name to filter on.</p>
|
|
2766
|
+
*/
|
|
2767
|
+
name?: string;
|
|
2768
|
+
/**
|
|
2769
|
+
* <p>An MD5 checksum to filter on.</p>
|
|
2770
|
+
*/
|
|
2771
|
+
md5?: string;
|
|
2772
|
+
/**
|
|
2773
|
+
* <p>The filter's start date.</p>
|
|
2774
|
+
*/
|
|
2775
|
+
createdAfter?: Date;
|
|
2776
|
+
/**
|
|
2777
|
+
* <p>The filter's end date.</p>
|
|
2778
|
+
*/
|
|
2779
|
+
createdBefore?: Date;
|
|
2780
|
+
}
|
|
2781
|
+
export interface ListReferencesRequest {
|
|
2782
|
+
/**
|
|
2783
|
+
* <p>The references' reference store ID.</p>
|
|
2784
|
+
*/
|
|
2785
|
+
referenceStoreId: string | undefined;
|
|
2786
|
+
/**
|
|
2787
|
+
* <p>The maximum number of references to return in one page of results.</p>
|
|
2788
|
+
*/
|
|
2789
|
+
maxResults?: number;
|
|
2790
|
+
/**
|
|
2791
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
2792
|
+
*/
|
|
2793
|
+
nextToken?: string;
|
|
2794
|
+
/**
|
|
2795
|
+
* <p>A filter to apply to the list.</p>
|
|
2796
|
+
*/
|
|
2797
|
+
filter?: ReferenceFilter;
|
|
2798
|
+
}
|
|
2799
|
+
/**
|
|
2800
|
+
* <p>A genome reference.</p>
|
|
2801
|
+
*/
|
|
2802
|
+
export interface ReferenceListItem {
|
|
2803
|
+
/**
|
|
2804
|
+
* <p>The reference's ID.</p>
|
|
2805
|
+
*/
|
|
2806
|
+
id: string | undefined;
|
|
2807
|
+
/**
|
|
2808
|
+
* <p>The reference's ARN.</p>
|
|
2809
|
+
*/
|
|
2810
|
+
arn: string | undefined;
|
|
2811
|
+
/**
|
|
2812
|
+
* <p>The reference's store ID.</p>
|
|
2813
|
+
*/
|
|
2814
|
+
referenceStoreId: string | undefined;
|
|
2815
|
+
/**
|
|
2816
|
+
* <p>The reference's MD5 checksum.</p>
|
|
2817
|
+
*/
|
|
2818
|
+
md5: string | undefined;
|
|
2819
|
+
/**
|
|
2820
|
+
* <p>The reference's status.</p>
|
|
2821
|
+
*/
|
|
2822
|
+
status?: ReferenceStatus | string;
|
|
2823
|
+
/**
|
|
2824
|
+
* <p>The reference's name.</p>
|
|
2825
|
+
*/
|
|
2826
|
+
name?: string;
|
|
2827
|
+
/**
|
|
2828
|
+
* <p>The reference's description.</p>
|
|
2829
|
+
*/
|
|
2830
|
+
description?: string;
|
|
2831
|
+
/**
|
|
2832
|
+
* <p>When the reference was created.</p>
|
|
2833
|
+
*/
|
|
2834
|
+
creationTime: Date | undefined;
|
|
2835
|
+
/**
|
|
2836
|
+
* <p>When the reference was updated.</p>
|
|
2837
|
+
*/
|
|
2838
|
+
updateTime: Date | undefined;
|
|
2839
|
+
}
|
|
2840
|
+
export interface ListReferencesResponse {
|
|
2841
|
+
/**
|
|
2842
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
2843
|
+
*/
|
|
2844
|
+
nextToken?: string;
|
|
2845
|
+
/**
|
|
2846
|
+
* <p>A list of references.</p>
|
|
2847
|
+
*/
|
|
2848
|
+
references: ReferenceListItem[] | undefined;
|
|
2849
|
+
}
|
|
2850
|
+
/**
|
|
2851
|
+
* <p>A filter for reference stores.</p>
|
|
2852
|
+
*/
|
|
2853
|
+
export interface ReferenceStoreFilter {
|
|
2854
|
+
/**
|
|
2855
|
+
* <p>The name to filter on.</p>
|
|
2856
|
+
*/
|
|
2857
|
+
name?: string;
|
|
2858
|
+
/**
|
|
2859
|
+
* <p>The filter's start date.</p>
|
|
2860
|
+
*/
|
|
2861
|
+
createdAfter?: Date;
|
|
2862
|
+
/**
|
|
2863
|
+
* <p>The filter's end date.</p>
|
|
2864
|
+
*/
|
|
2865
|
+
createdBefore?: Date;
|
|
2866
|
+
}
|
|
2867
|
+
export interface ListReferenceStoresRequest {
|
|
2868
|
+
/**
|
|
2869
|
+
* <p>The maximum number of stores to return in one page of results.</p>
|
|
2870
|
+
*/
|
|
2871
|
+
maxResults?: number;
|
|
2872
|
+
/**
|
|
2873
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
2874
|
+
*/
|
|
2875
|
+
nextToken?: string;
|
|
2876
|
+
/**
|
|
2877
|
+
* <p>A filter to apply to the list.</p>
|
|
2878
|
+
*/
|
|
2879
|
+
filter?: ReferenceStoreFilter;
|
|
2880
|
+
}
|
|
2881
|
+
/**
|
|
2882
|
+
* <p>Details about a reference store.</p>
|
|
2883
|
+
*/
|
|
2884
|
+
export interface ReferenceStoreDetail {
|
|
2885
|
+
/**
|
|
2886
|
+
* <p>The store's ARN.</p>
|
|
2887
|
+
*/
|
|
2888
|
+
arn: string | undefined;
|
|
2889
|
+
/**
|
|
2890
|
+
* <p>The store's ID.</p>
|
|
2891
|
+
*/
|
|
2892
|
+
id: string | undefined;
|
|
2893
|
+
/**
|
|
2894
|
+
* <p>The store's name.</p>
|
|
2895
|
+
*/
|
|
2896
|
+
name?: string;
|
|
2897
|
+
/**
|
|
2898
|
+
* <p>The store's description.</p>
|
|
2899
|
+
*/
|
|
2900
|
+
description?: string;
|
|
2901
|
+
/**
|
|
2902
|
+
* <p>The store's server-side encryption (SSE) settings.</p>
|
|
2903
|
+
*/
|
|
2904
|
+
sseConfig?: SseConfig;
|
|
2905
|
+
/**
|
|
2906
|
+
* <p>When the store was created.</p>
|
|
2907
|
+
*/
|
|
2908
|
+
creationTime: Date | undefined;
|
|
2909
|
+
}
|
|
2910
|
+
export interface ListReferenceStoresResponse {
|
|
2911
|
+
/**
|
|
2912
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
2913
|
+
*/
|
|
2914
|
+
nextToken?: string;
|
|
2915
|
+
/**
|
|
2916
|
+
* <p>A list of reference stores.</p>
|
|
2917
|
+
*/
|
|
2918
|
+
referenceStores: ReferenceStoreDetail[] | undefined;
|
|
2919
|
+
}
|
|
2920
|
+
export interface ListRunGroupsRequest {
|
|
2921
|
+
/**
|
|
2922
|
+
* <p>The run groups' name.</p>
|
|
2923
|
+
*/
|
|
2924
|
+
name?: string;
|
|
2925
|
+
/**
|
|
2926
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
2927
|
+
*/
|
|
2928
|
+
startingToken?: string;
|
|
2929
|
+
/**
|
|
2930
|
+
* <p>The maximum number of run groups to return in one page of results.</p>
|
|
2931
|
+
*/
|
|
2932
|
+
maxResults?: number;
|
|
2933
|
+
}
|
|
2934
|
+
/**
|
|
2935
|
+
* <p>A run group.</p>
|
|
2936
|
+
*/
|
|
2937
|
+
export interface RunGroupListItem {
|
|
2938
|
+
/**
|
|
2939
|
+
* <p>The group's ARN.</p>
|
|
2940
|
+
*/
|
|
2941
|
+
arn?: string;
|
|
2942
|
+
/**
|
|
2943
|
+
* <p>The group's ID.</p>
|
|
2944
|
+
*/
|
|
2945
|
+
id?: string;
|
|
2946
|
+
/**
|
|
2947
|
+
* <p>The group's name.</p>
|
|
2948
|
+
*/
|
|
2949
|
+
name?: string;
|
|
2950
|
+
/**
|
|
2951
|
+
* <p>The group's maximum CPU count setting.</p>
|
|
2952
|
+
*/
|
|
2953
|
+
maxCpus?: number;
|
|
2954
|
+
/**
|
|
2955
|
+
* <p>The group's maximum concurrent run setting.</p>
|
|
2956
|
+
*/
|
|
2957
|
+
maxRuns?: number;
|
|
2958
|
+
/**
|
|
2959
|
+
* <p>The group's maximum duration setting.</p>
|
|
2960
|
+
*/
|
|
2961
|
+
maxDuration?: number;
|
|
2962
|
+
/**
|
|
2963
|
+
* <p>When the group was created.</p>
|
|
2964
|
+
*/
|
|
2965
|
+
creationTime?: Date;
|
|
2966
|
+
}
|
|
2967
|
+
export interface ListRunGroupsResponse {
|
|
2968
|
+
/**
|
|
2969
|
+
* <p>A list of groups.</p>
|
|
2970
|
+
*/
|
|
2971
|
+
items?: RunGroupListItem[];
|
|
2972
|
+
/**
|
|
2973
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
2974
|
+
*/
|
|
2975
|
+
nextToken?: string;
|
|
2976
|
+
}
|
|
2977
|
+
export interface ListRunsRequest {
|
|
2978
|
+
/**
|
|
2979
|
+
* <p>Filter the list by run name.</p>
|
|
2980
|
+
*/
|
|
2981
|
+
name?: string;
|
|
2982
|
+
/**
|
|
2983
|
+
* <p>Filter the list by run group ID.</p>
|
|
2984
|
+
*/
|
|
2985
|
+
runGroupId?: string;
|
|
2986
|
+
/**
|
|
2987
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
2988
|
+
*/
|
|
2989
|
+
startingToken?: string;
|
|
2990
|
+
/**
|
|
2991
|
+
* <p>The maximum number of runs to return in one page of results.</p>
|
|
2992
|
+
*/
|
|
2993
|
+
maxResults?: number;
|
|
2994
|
+
}
|
|
2995
|
+
/**
|
|
2996
|
+
* <p>A workflow run.</p>
|
|
2997
|
+
*/
|
|
2998
|
+
export interface RunListItem {
|
|
2999
|
+
/**
|
|
3000
|
+
* <p>The run's ARN.</p>
|
|
3001
|
+
*/
|
|
3002
|
+
arn?: string;
|
|
3003
|
+
/**
|
|
3004
|
+
* <p>The run's ID.</p>
|
|
3005
|
+
*/
|
|
3006
|
+
id?: string;
|
|
3007
|
+
/**
|
|
3008
|
+
* <p>The run's status.</p>
|
|
3009
|
+
*/
|
|
3010
|
+
status?: RunStatus | string;
|
|
3011
|
+
/**
|
|
3012
|
+
* <p>The run's workflow ID.</p>
|
|
3013
|
+
*/
|
|
3014
|
+
workflowId?: string;
|
|
3015
|
+
/**
|
|
3016
|
+
* <p>The run's name.</p>
|
|
3017
|
+
*/
|
|
3018
|
+
name?: string;
|
|
3019
|
+
/**
|
|
3020
|
+
* <p>The run's priority.</p>
|
|
3021
|
+
*/
|
|
3022
|
+
priority?: number;
|
|
3023
|
+
/**
|
|
3024
|
+
* <p>The run's storage capacity.</p>
|
|
3025
|
+
*/
|
|
3026
|
+
storageCapacity?: number;
|
|
3027
|
+
/**
|
|
3028
|
+
* <p>When the run was created.</p>
|
|
3029
|
+
*/
|
|
3030
|
+
creationTime?: Date;
|
|
3031
|
+
/**
|
|
3032
|
+
* <p>When the run started.</p>
|
|
3033
|
+
*/
|
|
3034
|
+
startTime?: Date;
|
|
3035
|
+
/**
|
|
3036
|
+
* <p>When the run stopped.</p>
|
|
3037
|
+
*/
|
|
3038
|
+
stopTime?: Date;
|
|
3039
|
+
}
|
|
3040
|
+
export interface ListRunsResponse {
|
|
3041
|
+
/**
|
|
3042
|
+
* <p>A list of runs.</p>
|
|
3043
|
+
*/
|
|
3044
|
+
items?: RunListItem[];
|
|
3045
|
+
/**
|
|
3046
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
3047
|
+
*/
|
|
3048
|
+
nextToken?: string;
|
|
3049
|
+
}
|
|
3050
|
+
export interface ListRunTasksRequest {
|
|
3051
|
+
/**
|
|
3052
|
+
* <p>The run's ID.</p>
|
|
3053
|
+
*/
|
|
3054
|
+
id: string | undefined;
|
|
3055
|
+
/**
|
|
3056
|
+
* <p>Filter the list by status.</p>
|
|
3057
|
+
*/
|
|
3058
|
+
status?: TaskStatus | string;
|
|
3059
|
+
/**
|
|
3060
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
3061
|
+
*/
|
|
3062
|
+
startingToken?: string;
|
|
3063
|
+
/**
|
|
3064
|
+
* <p>The maximum number of run tasks to return in one page of results.</p>
|
|
3065
|
+
*/
|
|
3066
|
+
maxResults?: number;
|
|
3067
|
+
}
|
|
3068
|
+
/**
|
|
3069
|
+
* <p>A workflow run task.</p>
|
|
3070
|
+
*/
|
|
3071
|
+
export interface TaskListItem {
|
|
3072
|
+
/**
|
|
3073
|
+
* <p>The task's ID.</p>
|
|
3074
|
+
*/
|
|
3075
|
+
taskId?: string;
|
|
3076
|
+
/**
|
|
3077
|
+
* <p>The task's status.</p>
|
|
3078
|
+
*/
|
|
3079
|
+
status?: TaskStatus | string;
|
|
3080
|
+
/**
|
|
3081
|
+
* <p>The task's name.</p>
|
|
3082
|
+
*/
|
|
3083
|
+
name?: string;
|
|
3084
|
+
/**
|
|
3085
|
+
* <p>The task's CPU count.</p>
|
|
3086
|
+
*/
|
|
3087
|
+
cpus?: number;
|
|
3088
|
+
/**
|
|
3089
|
+
* <p>The task's memory.</p>
|
|
3090
|
+
*/
|
|
3091
|
+
memory?: number;
|
|
3092
|
+
/**
|
|
3093
|
+
* <p>When the task was created.</p>
|
|
3094
|
+
*/
|
|
3095
|
+
creationTime?: Date;
|
|
3096
|
+
/**
|
|
3097
|
+
* <p>When the task started.</p>
|
|
3098
|
+
*/
|
|
3099
|
+
startTime?: Date;
|
|
3100
|
+
/**
|
|
3101
|
+
* <p>When the task stopped.</p>
|
|
3102
|
+
*/
|
|
3103
|
+
stopTime?: Date;
|
|
3104
|
+
}
|
|
3105
|
+
export interface ListRunTasksResponse {
|
|
3106
|
+
/**
|
|
3107
|
+
* <p>A list of tasks.</p>
|
|
3108
|
+
*/
|
|
3109
|
+
items?: TaskListItem[];
|
|
3110
|
+
/**
|
|
3111
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
3112
|
+
*/
|
|
3113
|
+
nextToken?: string;
|
|
3114
|
+
}
|
|
3115
|
+
/**
|
|
3116
|
+
* <p>A filter for a sequence store.</p>
|
|
3117
|
+
*/
|
|
3118
|
+
export interface SequenceStoreFilter {
|
|
3119
|
+
/**
|
|
3120
|
+
* <p>A name to filter on.</p>
|
|
3121
|
+
*/
|
|
3122
|
+
name?: string;
|
|
3123
|
+
/**
|
|
3124
|
+
* <p>The filter's start date.</p>
|
|
3125
|
+
*/
|
|
3126
|
+
createdAfter?: Date;
|
|
3127
|
+
/**
|
|
3128
|
+
* <p>The filter's end date.</p>
|
|
3129
|
+
*/
|
|
3130
|
+
createdBefore?: Date;
|
|
3131
|
+
}
|
|
3132
|
+
export interface ListSequenceStoresRequest {
|
|
3133
|
+
/**
|
|
3134
|
+
* <p>The maximum number of stores to return in one page of results.</p>
|
|
3135
|
+
*/
|
|
3136
|
+
maxResults?: number;
|
|
3137
|
+
/**
|
|
3138
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
3139
|
+
*/
|
|
3140
|
+
nextToken?: string;
|
|
3141
|
+
/**
|
|
3142
|
+
* <p>A filter to apply to the list.</p>
|
|
3143
|
+
*/
|
|
3144
|
+
filter?: SequenceStoreFilter;
|
|
3145
|
+
}
|
|
3146
|
+
/**
|
|
3147
|
+
* <p>Details about a sequence store.</p>
|
|
3148
|
+
*/
|
|
3149
|
+
export interface SequenceStoreDetail {
|
|
3150
|
+
/**
|
|
3151
|
+
* <p>The store's ARN.</p>
|
|
3152
|
+
*/
|
|
3153
|
+
arn: string | undefined;
|
|
3154
|
+
/**
|
|
3155
|
+
* <p>The store's ID.</p>
|
|
3156
|
+
*/
|
|
3157
|
+
id: string | undefined;
|
|
3158
|
+
/**
|
|
3159
|
+
* <p>The store's name.</p>
|
|
3160
|
+
*/
|
|
3161
|
+
name?: string;
|
|
3162
|
+
/**
|
|
3163
|
+
* <p>The store's description.</p>
|
|
3164
|
+
*/
|
|
3165
|
+
description?: string;
|
|
3166
|
+
/**
|
|
3167
|
+
* <p>The store's server-side encryption (SSE) settings.</p>
|
|
3168
|
+
*/
|
|
3169
|
+
sseConfig?: SseConfig;
|
|
3170
|
+
/**
|
|
3171
|
+
* <p>When the store was created.</p>
|
|
3172
|
+
*/
|
|
3173
|
+
creationTime: Date | undefined;
|
|
3174
|
+
}
|
|
3175
|
+
export interface ListSequenceStoresResponse {
|
|
3176
|
+
/**
|
|
3177
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
3178
|
+
*/
|
|
3179
|
+
nextToken?: string;
|
|
3180
|
+
/**
|
|
3181
|
+
* <p>A list of sequence stores.</p>
|
|
3182
|
+
*/
|
|
3183
|
+
sequenceStores: SequenceStoreDetail[] | undefined;
|
|
3184
|
+
}
|
|
3185
|
+
export interface ListTagsForResourceRequest {
|
|
3186
|
+
/**
|
|
3187
|
+
* <p>The resource's ARN.</p>
|
|
3188
|
+
*/
|
|
3189
|
+
resourceArn: string | undefined;
|
|
3190
|
+
}
|
|
3191
|
+
export interface ListTagsForResourceResponse {
|
|
3192
|
+
/**
|
|
3193
|
+
* <p>A list of tags.</p>
|
|
3194
|
+
*/
|
|
3195
|
+
tags: Record<string, string> | undefined;
|
|
3196
|
+
}
|
|
3197
|
+
/**
|
|
3198
|
+
* <p>A filter for variant import jobs.</p>
|
|
3199
|
+
*/
|
|
3200
|
+
export interface ListVariantImportJobsFilter {
|
|
3201
|
+
/**
|
|
3202
|
+
* <p>A status to filter on.</p>
|
|
3203
|
+
*/
|
|
3204
|
+
status?: JobStatus | string;
|
|
3205
|
+
/**
|
|
3206
|
+
* <p>A store name to filter on.</p>
|
|
3207
|
+
*/
|
|
3208
|
+
storeName?: string;
|
|
3209
|
+
}
|
|
3210
|
+
export interface ListVariantImportJobsRequest {
|
|
3211
|
+
/**
|
|
3212
|
+
* <p>The maximum number of import jobs to return in one page of results.</p>
|
|
3213
|
+
*/
|
|
3214
|
+
maxResults?: number;
|
|
3215
|
+
/**
|
|
3216
|
+
* <p>A list of job IDs.</p>
|
|
3217
|
+
*/
|
|
3218
|
+
ids?: string[];
|
|
3219
|
+
/**
|
|
3220
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
3221
|
+
*/
|
|
3222
|
+
nextToken?: string;
|
|
3223
|
+
/**
|
|
3224
|
+
* <p>A filter to apply to the list.</p>
|
|
3225
|
+
*/
|
|
3226
|
+
filter?: ListVariantImportJobsFilter;
|
|
3227
|
+
}
|
|
3228
|
+
/**
|
|
3229
|
+
* <p>A variant import job.</p>
|
|
3230
|
+
*/
|
|
3231
|
+
export interface VariantImportJobItem {
|
|
3232
|
+
/**
|
|
3233
|
+
* <p>The job's ID.</p>
|
|
3234
|
+
*/
|
|
3235
|
+
id: string | undefined;
|
|
3236
|
+
/**
|
|
3237
|
+
* <p>The job's destination variant store.</p>
|
|
3238
|
+
*/
|
|
3239
|
+
destinationName: string | undefined;
|
|
3240
|
+
/**
|
|
3241
|
+
* <p>The job's service role ARN.</p>
|
|
3242
|
+
*/
|
|
3243
|
+
roleArn: string | undefined;
|
|
3244
|
+
/**
|
|
3245
|
+
* <p>The job's status.</p>
|
|
3246
|
+
*/
|
|
3247
|
+
status: JobStatus | string | undefined;
|
|
3248
|
+
/**
|
|
3249
|
+
* <p>When the job was created.</p>
|
|
3250
|
+
*/
|
|
3251
|
+
creationTime: Date | undefined;
|
|
3252
|
+
/**
|
|
3253
|
+
* <p>When the job was updated.</p>
|
|
3254
|
+
*/
|
|
3255
|
+
updateTime: Date | undefined;
|
|
3256
|
+
/**
|
|
3257
|
+
* <p>When the job completed.</p>
|
|
3258
|
+
*/
|
|
3259
|
+
completionTime?: Date;
|
|
3260
|
+
/**
|
|
3261
|
+
* <p>The job's left normalization setting.</p>
|
|
3262
|
+
*/
|
|
3263
|
+
runLeftNormalization?: boolean;
|
|
3264
|
+
}
|
|
3265
|
+
export interface ListVariantImportJobsResponse {
|
|
3266
|
+
/**
|
|
3267
|
+
* <p>A list of jobs.</p>
|
|
3268
|
+
*/
|
|
3269
|
+
variantImportJobs?: VariantImportJobItem[];
|
|
3270
|
+
/**
|
|
3271
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
3272
|
+
*/
|
|
3273
|
+
nextToken?: string;
|
|
3274
|
+
}
|
|
3275
|
+
/**
|
|
3276
|
+
* <p>A filter for variant stores.</p>
|
|
3277
|
+
*/
|
|
3278
|
+
export interface ListVariantStoresFilter {
|
|
3279
|
+
/**
|
|
3280
|
+
* <p>A status to filter on.</p>
|
|
3281
|
+
*/
|
|
3282
|
+
status?: StoreStatus | string;
|
|
3283
|
+
}
|
|
3284
|
+
export interface ListVariantStoresRequest {
|
|
3285
|
+
/**
|
|
3286
|
+
* <p>The maximum number of stores to return in one page of results.</p>
|
|
3287
|
+
*/
|
|
3288
|
+
maxResults?: number;
|
|
3289
|
+
/**
|
|
3290
|
+
* <p>A list of store IDs.</p>
|
|
3291
|
+
*/
|
|
3292
|
+
ids?: string[];
|
|
3293
|
+
/**
|
|
3294
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
3295
|
+
*/
|
|
3296
|
+
nextToken?: string;
|
|
3297
|
+
/**
|
|
3298
|
+
* <p>A filter to apply to the list.</p>
|
|
3299
|
+
*/
|
|
3300
|
+
filter?: ListVariantStoresFilter;
|
|
3301
|
+
}
|
|
3302
|
+
/**
|
|
3303
|
+
* <p>A variant store.</p>
|
|
3304
|
+
*/
|
|
3305
|
+
export interface VariantStoreItem {
|
|
3306
|
+
/**
|
|
3307
|
+
* <p>The store's ID.</p>
|
|
3308
|
+
*/
|
|
3309
|
+
id: string | undefined;
|
|
3310
|
+
/**
|
|
3311
|
+
* <p>The store's genome reference.</p>
|
|
3312
|
+
*/
|
|
3313
|
+
reference: ReferenceItem | undefined;
|
|
3314
|
+
/**
|
|
3315
|
+
* <p>The store's status.</p>
|
|
3316
|
+
*/
|
|
3317
|
+
status: StoreStatus | string | undefined;
|
|
3318
|
+
/**
|
|
3319
|
+
* <p>The store's ARN.</p>
|
|
3320
|
+
*/
|
|
3321
|
+
storeArn: string | undefined;
|
|
3322
|
+
/**
|
|
3323
|
+
* <p>The store's name.</p>
|
|
3324
|
+
*/
|
|
3325
|
+
name: string | undefined;
|
|
3326
|
+
/**
|
|
3327
|
+
* <p>The store's description.</p>
|
|
3328
|
+
*/
|
|
3329
|
+
description: string | undefined;
|
|
3330
|
+
/**
|
|
3331
|
+
* <p>The store's server-side encryption (SSE) settings.</p>
|
|
3332
|
+
*/
|
|
3333
|
+
sseConfig: SseConfig | undefined;
|
|
3334
|
+
/**
|
|
3335
|
+
* <p>When the store was created.</p>
|
|
3336
|
+
*/
|
|
3337
|
+
creationTime: Date | undefined;
|
|
3338
|
+
/**
|
|
3339
|
+
* <p>When the store was updated.</p>
|
|
3340
|
+
*/
|
|
3341
|
+
updateTime: Date | undefined;
|
|
3342
|
+
/**
|
|
3343
|
+
* <p>The store's status message.</p>
|
|
3344
|
+
*/
|
|
3345
|
+
statusMessage: string | undefined;
|
|
3346
|
+
/**
|
|
3347
|
+
* <p>The store's size in bytes.</p>
|
|
3348
|
+
*/
|
|
3349
|
+
storeSizeBytes: number | undefined;
|
|
3350
|
+
}
|
|
3351
|
+
export interface ListVariantStoresResponse {
|
|
3352
|
+
/**
|
|
3353
|
+
* <p>A list of variant stores.</p>
|
|
3354
|
+
*/
|
|
3355
|
+
variantStores?: VariantStoreItem[];
|
|
3356
|
+
/**
|
|
3357
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
3358
|
+
*/
|
|
3359
|
+
nextToken?: string;
|
|
3360
|
+
}
|
|
3361
|
+
export interface ListWorkflowsRequest {
|
|
3362
|
+
/**
|
|
3363
|
+
* <p>The workflows' type.</p>
|
|
3364
|
+
*/
|
|
3365
|
+
type?: WorkflowType | string;
|
|
3366
|
+
/**
|
|
3367
|
+
* <p>The workflows' name.</p>
|
|
3368
|
+
*/
|
|
3369
|
+
name?: string;
|
|
3370
|
+
/**
|
|
3371
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
3372
|
+
*/
|
|
3373
|
+
startingToken?: string;
|
|
3374
|
+
/**
|
|
3375
|
+
* <p>The maximum number of workflows to return in one page of results.</p>
|
|
3376
|
+
*/
|
|
3377
|
+
maxResults?: number;
|
|
3378
|
+
}
|
|
3379
|
+
/**
|
|
3380
|
+
* <p>A workflow.</p>
|
|
3381
|
+
*/
|
|
3382
|
+
export interface WorkflowListItem {
|
|
3383
|
+
/**
|
|
3384
|
+
* <p>The workflow's ARN.</p>
|
|
3385
|
+
*/
|
|
3386
|
+
arn?: string;
|
|
3387
|
+
/**
|
|
3388
|
+
* <p>The workflow's ID.</p>
|
|
3389
|
+
*/
|
|
3390
|
+
id?: string;
|
|
3391
|
+
/**
|
|
3392
|
+
* <p>The workflow's name.</p>
|
|
3393
|
+
*/
|
|
3394
|
+
name?: string;
|
|
3395
|
+
/**
|
|
3396
|
+
* <p>The workflow's status.</p>
|
|
3397
|
+
*/
|
|
3398
|
+
status?: WorkflowStatus | string;
|
|
3399
|
+
/**
|
|
3400
|
+
* <p>The workflow's type.</p>
|
|
3401
|
+
*/
|
|
3402
|
+
type?: WorkflowType | string;
|
|
3403
|
+
/**
|
|
3404
|
+
* <p>The workflow's digest.</p>
|
|
3405
|
+
*/
|
|
3406
|
+
digest?: string;
|
|
3407
|
+
/**
|
|
3408
|
+
* <p>When the workflow was created.</p>
|
|
3409
|
+
*/
|
|
3410
|
+
creationTime?: Date;
|
|
3411
|
+
}
|
|
3412
|
+
export interface ListWorkflowsResponse {
|
|
3413
|
+
/**
|
|
3414
|
+
* <p>The workflows' items.</p>
|
|
3415
|
+
*/
|
|
3416
|
+
items?: WorkflowListItem[];
|
|
3417
|
+
/**
|
|
3418
|
+
* <p>A pagination token that's included if more results are available.</p>
|
|
3419
|
+
*/
|
|
3420
|
+
nextToken?: string;
|
|
3421
|
+
}
|
|
3422
|
+
/**
|
|
3423
|
+
* <p>A source for a reference import job.</p>
|
|
3424
|
+
*/
|
|
3425
|
+
export interface StartReferenceImportJobSourceItem {
|
|
3426
|
+
/**
|
|
3427
|
+
* <p>The source file's location in Amazon S3.</p>
|
|
3428
|
+
*/
|
|
3429
|
+
sourceFile: string | undefined;
|
|
3430
|
+
/**
|
|
3431
|
+
* <p>The source's name.</p>
|
|
3432
|
+
*/
|
|
3433
|
+
name: string | undefined;
|
|
3434
|
+
/**
|
|
3435
|
+
* <p>The source's description.</p>
|
|
3436
|
+
*/
|
|
3437
|
+
description?: string;
|
|
3438
|
+
/**
|
|
3439
|
+
* <p>The source's tags.</p>
|
|
3440
|
+
*/
|
|
3441
|
+
tags?: Record<string, string>;
|
|
3442
|
+
}
|
|
3443
|
+
export interface StartReferenceImportJobRequest {
|
|
3444
|
+
/**
|
|
3445
|
+
* <p>The job's reference store ID.</p>
|
|
3446
|
+
*/
|
|
3447
|
+
referenceStoreId: string | undefined;
|
|
3448
|
+
/**
|
|
3449
|
+
* <p>A service role for the job.</p>
|
|
3450
|
+
*/
|
|
3451
|
+
roleArn: string | undefined;
|
|
3452
|
+
/**
|
|
3453
|
+
* <p>To ensure that jobs don't run multiple times, specify a unique token for each job.</p>
|
|
3454
|
+
*/
|
|
3455
|
+
clientToken?: string;
|
|
3456
|
+
/**
|
|
3457
|
+
* <p>Sources for the job.</p>
|
|
3458
|
+
*/
|
|
3459
|
+
sources: StartReferenceImportJobSourceItem[] | undefined;
|
|
3460
|
+
}
|
|
3461
|
+
export interface StartReferenceImportJobResponse {
|
|
3462
|
+
/**
|
|
3463
|
+
* <p>The job's ID.</p>
|
|
3464
|
+
*/
|
|
3465
|
+
id: string | undefined;
|
|
3466
|
+
/**
|
|
3467
|
+
* <p>The job's reference store ID.</p>
|
|
3468
|
+
*/
|
|
3469
|
+
referenceStoreId: string | undefined;
|
|
3470
|
+
/**
|
|
3471
|
+
* <p>The job's service role ARN.</p>
|
|
3472
|
+
*/
|
|
3473
|
+
roleArn: string | undefined;
|
|
3474
|
+
/**
|
|
3475
|
+
* <p>The job's status.</p>
|
|
3476
|
+
*/
|
|
3477
|
+
status: ReferenceImportJobStatus | string | undefined;
|
|
3478
|
+
/**
|
|
3479
|
+
* <p>When the job was created.</p>
|
|
3480
|
+
*/
|
|
3481
|
+
creationTime: Date | undefined;
|
|
3482
|
+
}
|
|
3483
|
+
export interface UpdateRunGroupRequest {
|
|
3484
|
+
/**
|
|
3485
|
+
* <p>The group's ID.</p>
|
|
3486
|
+
*/
|
|
3487
|
+
id: string | undefined;
|
|
3488
|
+
/**
|
|
3489
|
+
* <p>A name for the group.</p>
|
|
3490
|
+
*/
|
|
3491
|
+
name?: string;
|
|
3492
|
+
/**
|
|
3493
|
+
* <p>The maximum number of CPUs to use.</p>
|
|
3494
|
+
*/
|
|
3495
|
+
maxCpus?: number;
|
|
3496
|
+
/**
|
|
3497
|
+
* <p>The maximum number of concurrent runs for the group.</p>
|
|
3498
|
+
*/
|
|
3499
|
+
maxRuns?: number;
|
|
3500
|
+
/**
|
|
3501
|
+
* <p>The maximum amount of time to run.</p>
|
|
3502
|
+
*/
|
|
3503
|
+
maxDuration?: number;
|
|
3504
|
+
}
|
|
3505
|
+
export interface StartRunRequest {
|
|
3506
|
+
/**
|
|
3507
|
+
* <p>The run's workflow ID.</p>
|
|
3508
|
+
*/
|
|
3509
|
+
workflowId?: string;
|
|
3510
|
+
/**
|
|
3511
|
+
* <p>The run's workflows type.</p>
|
|
3512
|
+
*/
|
|
3513
|
+
workflowType?: WorkflowType | string;
|
|
3514
|
+
/**
|
|
3515
|
+
* <p>The run's ID.</p>
|
|
3516
|
+
*/
|
|
3517
|
+
runId?: string;
|
|
3518
|
+
/**
|
|
3519
|
+
* <p>A service role for the run.</p>
|
|
3520
|
+
*/
|
|
3521
|
+
roleArn: string | undefined;
|
|
3522
|
+
/**
|
|
3523
|
+
* <p>A name for the run.</p>
|
|
3524
|
+
*/
|
|
3525
|
+
name?: string;
|
|
3526
|
+
/**
|
|
3527
|
+
* <p>The run's group ID.</p>
|
|
3528
|
+
*/
|
|
3529
|
+
runGroupId?: string;
|
|
3530
|
+
/**
|
|
3531
|
+
* <p>A priority for the run.</p>
|
|
3532
|
+
*/
|
|
3533
|
+
priority?: number;
|
|
3534
|
+
/**
|
|
3535
|
+
* <p>Parameters for the run.</p>
|
|
3536
|
+
*/
|
|
3537
|
+
parameters?: __DocumentType;
|
|
3538
|
+
/**
|
|
3539
|
+
* <p>A storage capacity for the run.</p>
|
|
3540
|
+
*/
|
|
3541
|
+
storageCapacity?: number;
|
|
3542
|
+
/**
|
|
3543
|
+
* <p>An output URI for the run.</p>
|
|
3544
|
+
*/
|
|
3545
|
+
outputUri?: string;
|
|
3546
|
+
/**
|
|
3547
|
+
* <p>A log level for the run.</p>
|
|
3548
|
+
*/
|
|
3549
|
+
logLevel?: RunLogLevel | string;
|
|
3550
|
+
/**
|
|
3551
|
+
* <p>Tags for the run.</p>
|
|
3552
|
+
*/
|
|
3553
|
+
tags?: Record<string, string>;
|
|
3554
|
+
/**
|
|
3555
|
+
* <p>A request ID for the run.</p>
|
|
3556
|
+
*/
|
|
3557
|
+
requestId?: string;
|
|
3558
|
+
}
|
|
3559
|
+
export interface StartRunResponse {
|
|
3560
|
+
/**
|
|
3561
|
+
* <p>The run's ARN.</p>
|
|
3562
|
+
*/
|
|
3563
|
+
arn?: string;
|
|
3564
|
+
/**
|
|
3565
|
+
* <p>The run's ID.</p>
|
|
3566
|
+
*/
|
|
3567
|
+
id?: string;
|
|
3568
|
+
/**
|
|
3569
|
+
* <p>The run's status.</p>
|
|
3570
|
+
*/
|
|
3571
|
+
status?: RunStatus | string;
|
|
3572
|
+
/**
|
|
3573
|
+
* <p>The run's tags.</p>
|
|
3574
|
+
*/
|
|
3575
|
+
tags?: Record<string, string>;
|
|
3576
|
+
}
|
|
3577
|
+
/**
|
|
3578
|
+
* <p>A source for a read set activation job.</p>
|
|
3579
|
+
*/
|
|
3580
|
+
export interface StartReadSetActivationJobSourceItem {
|
|
3581
|
+
/**
|
|
3582
|
+
* <p>The source's read set ID.</p>
|
|
3583
|
+
*/
|
|
3584
|
+
readSetId: string | undefined;
|
|
3585
|
+
}
|
|
3586
|
+
export interface StartReadSetActivationJobRequest {
|
|
3587
|
+
/**
|
|
3588
|
+
* <p>The read set's sequence store ID.</p>
|
|
3589
|
+
*/
|
|
3590
|
+
sequenceStoreId: string | undefined;
|
|
3591
|
+
/**
|
|
3592
|
+
* <p>To ensure that jobs don't run multiple times, specify a unique token for each job.</p>
|
|
3593
|
+
*/
|
|
3594
|
+
clientToken?: string;
|
|
3595
|
+
/**
|
|
3596
|
+
* <p>The job's sources.</p>
|
|
3597
|
+
*/
|
|
3598
|
+
sources: StartReadSetActivationJobSourceItem[] | undefined;
|
|
3599
|
+
}
|
|
3600
|
+
export interface StartReadSetActivationJobResponse {
|
|
3601
|
+
/**
|
|
3602
|
+
* <p>The job's ID.</p>
|
|
3603
|
+
*/
|
|
3604
|
+
id: string | undefined;
|
|
3605
|
+
/**
|
|
3606
|
+
* <p>The read set's sequence store ID.</p>
|
|
3607
|
+
*/
|
|
3608
|
+
sequenceStoreId: string | undefined;
|
|
3609
|
+
/**
|
|
3610
|
+
* <p>The job's status.</p>
|
|
3611
|
+
*/
|
|
3612
|
+
status: ReadSetActivationJobStatus | string | undefined;
|
|
3613
|
+
/**
|
|
3614
|
+
* <p>When the job was created.</p>
|
|
3615
|
+
*/
|
|
3616
|
+
creationTime: Date | undefined;
|
|
3617
|
+
}
|
|
3618
|
+
export interface StartReadSetExportJobRequest {
|
|
3619
|
+
/**
|
|
3620
|
+
* <p>The read set's sequence store ID.</p>
|
|
3621
|
+
*/
|
|
3622
|
+
sequenceStoreId: string | undefined;
|
|
3623
|
+
/**
|
|
3624
|
+
* <p>A location for exported files in Amazon S3.</p>
|
|
3625
|
+
*/
|
|
3626
|
+
destination: string | undefined;
|
|
3627
|
+
/**
|
|
3628
|
+
* <p>A service role for the job.</p>
|
|
3629
|
+
*/
|
|
3630
|
+
roleArn: string | undefined;
|
|
3631
|
+
/**
|
|
3632
|
+
* <p>To ensure that jobs don't run multiple times, specify a unique token for each job.</p>
|
|
3633
|
+
*/
|
|
3634
|
+
clientToken?: string;
|
|
3635
|
+
/**
|
|
3636
|
+
* <p>Sources for the job.</p>
|
|
3637
|
+
*/
|
|
3638
|
+
sources: ExportReadSet[] | undefined;
|
|
3639
|
+
}
|
|
3640
|
+
export interface StartReadSetExportJobResponse {
|
|
3641
|
+
/**
|
|
3642
|
+
* <p>The job's ID.</p>
|
|
3643
|
+
*/
|
|
3644
|
+
id: string | undefined;
|
|
3645
|
+
/**
|
|
3646
|
+
* <p>The read set's sequence store ID.</p>
|
|
3647
|
+
*/
|
|
3648
|
+
sequenceStoreId: string | undefined;
|
|
3649
|
+
/**
|
|
3650
|
+
* <p>The job's output location.</p>
|
|
3651
|
+
*/
|
|
3652
|
+
destination: string | undefined;
|
|
3653
|
+
/**
|
|
3654
|
+
* <p>The job's status.</p>
|
|
3655
|
+
*/
|
|
3656
|
+
status: ReadSetExportJobStatus | string | undefined;
|
|
3657
|
+
/**
|
|
3658
|
+
* <p>When the job was created.</p>
|
|
3659
|
+
*/
|
|
3660
|
+
creationTime: Date | undefined;
|
|
3661
|
+
}
|
|
3662
|
+
/**
|
|
3663
|
+
* <p>A source for a read set import job.</p>
|
|
3664
|
+
*/
|
|
3665
|
+
export interface StartReadSetImportJobSourceItem {
|
|
3666
|
+
/**
|
|
3667
|
+
* <p>The source files' location in Amazon S3.</p>
|
|
3668
|
+
*/
|
|
3669
|
+
sourceFiles: SourceFiles | undefined;
|
|
3670
|
+
/**
|
|
3671
|
+
* <p>The source's file type.</p>
|
|
3672
|
+
*/
|
|
3673
|
+
sourceFileType: FileType | string | undefined;
|
|
3674
|
+
/**
|
|
3675
|
+
* <p>The source's subject ID.</p>
|
|
3676
|
+
*/
|
|
3677
|
+
subjectId: string | undefined;
|
|
3678
|
+
/**
|
|
3679
|
+
* <p>The source's sample ID.</p>
|
|
3680
|
+
*/
|
|
3681
|
+
sampleId: string | undefined;
|
|
3682
|
+
/**
|
|
3683
|
+
* <p>Where the source originated.</p>
|
|
3684
|
+
*/
|
|
3685
|
+
generatedFrom?: string;
|
|
3686
|
+
/**
|
|
3687
|
+
* <p>The source's reference ARN.</p>
|
|
3688
|
+
*/
|
|
3689
|
+
referenceArn: string | undefined;
|
|
3690
|
+
/**
|
|
3691
|
+
* <p>The source's name.</p>
|
|
3692
|
+
*/
|
|
3693
|
+
name?: string;
|
|
3694
|
+
/**
|
|
3695
|
+
* <p>The source's description.</p>
|
|
3696
|
+
*/
|
|
3697
|
+
description?: string;
|
|
3698
|
+
/**
|
|
3699
|
+
* <p>The source's tags.</p>
|
|
3700
|
+
*/
|
|
3701
|
+
tags?: Record<string, string>;
|
|
3702
|
+
}
|
|
3703
|
+
export interface StartReadSetImportJobRequest {
|
|
3704
|
+
/**
|
|
3705
|
+
* <p>The read set's sequence store ID.</p>
|
|
3706
|
+
*/
|
|
3707
|
+
sequenceStoreId: string | undefined;
|
|
3708
|
+
/**
|
|
3709
|
+
* <p>A service role for the job.</p>
|
|
3710
|
+
*/
|
|
3711
|
+
roleArn: string | undefined;
|
|
3712
|
+
/**
|
|
3713
|
+
* <p>To ensure that jobs don't run multiple times, specify a unique token for each job.</p>
|
|
3714
|
+
*/
|
|
3715
|
+
clientToken?: string;
|
|
3716
|
+
/**
|
|
3717
|
+
* <p>Source files to import.</p>
|
|
3718
|
+
*/
|
|
3719
|
+
sources: StartReadSetImportJobSourceItem[] | undefined;
|
|
3720
|
+
}
|
|
3721
|
+
export interface StartReadSetImportJobResponse {
|
|
3722
|
+
/**
|
|
3723
|
+
* <p>The job's ID.</p>
|
|
3724
|
+
*/
|
|
3725
|
+
id: string | undefined;
|
|
3726
|
+
/**
|
|
3727
|
+
* <p>The read set's sequence store ID.</p>
|
|
3728
|
+
*/
|
|
3729
|
+
sequenceStoreId: string | undefined;
|
|
3730
|
+
/**
|
|
3731
|
+
* <p>The job's service role ARN.</p>
|
|
3732
|
+
*/
|
|
3733
|
+
roleArn: string | undefined;
|
|
3734
|
+
/**
|
|
3735
|
+
* <p>The job's status.</p>
|
|
3736
|
+
*/
|
|
3737
|
+
status: ReadSetImportJobStatus | string | undefined;
|
|
3738
|
+
/**
|
|
3739
|
+
* <p>When the job was created.</p>
|
|
3740
|
+
*/
|
|
3741
|
+
creationTime: Date | undefined;
|
|
3742
|
+
}
|
|
3743
|
+
export interface TagResourceRequest {
|
|
3744
|
+
/**
|
|
3745
|
+
* <p>The resource's ARN.</p>
|
|
3746
|
+
*/
|
|
3747
|
+
resourceArn: string | undefined;
|
|
3748
|
+
/**
|
|
3749
|
+
* <p>Tags for the resource.</p>
|
|
3750
|
+
*/
|
|
3751
|
+
tags: Record<string, string> | undefined;
|
|
3752
|
+
}
|
|
3753
|
+
export interface TagResourceResponse {
|
|
3754
|
+
}
|
|
3755
|
+
export interface UntagResourceRequest {
|
|
3756
|
+
/**
|
|
3757
|
+
* <p>The resource's ARN.</p>
|
|
3758
|
+
*/
|
|
3759
|
+
resourceArn: string | undefined;
|
|
3760
|
+
/**
|
|
3761
|
+
* <p>Keys of tags to remove.</p>
|
|
3762
|
+
*/
|
|
3763
|
+
tagKeys: string[] | undefined;
|
|
3764
|
+
}
|
|
3765
|
+
export interface UntagResourceResponse {
|
|
3766
|
+
}
|
|
3767
|
+
/**
|
|
3768
|
+
* <p>A imported variant item's source.</p>
|
|
3769
|
+
*/
|
|
3770
|
+
export interface VariantImportItemSource {
|
|
3771
|
+
/**
|
|
3772
|
+
* <p>The source file's location in Amazon S3.</p>
|
|
3773
|
+
*/
|
|
3774
|
+
source: string | undefined;
|
|
3775
|
+
}
|
|
3776
|
+
export interface StartVariantImportRequest {
|
|
3777
|
+
/**
|
|
3778
|
+
* <p>The destination variant store for the job.</p>
|
|
3779
|
+
*/
|
|
3780
|
+
destinationName: string | undefined;
|
|
3781
|
+
/**
|
|
3782
|
+
* <p>A service role for the job.</p>
|
|
3783
|
+
*/
|
|
3784
|
+
roleArn: string | undefined;
|
|
3785
|
+
/**
|
|
3786
|
+
* <p>Items to import.</p>
|
|
3787
|
+
*/
|
|
3788
|
+
items: VariantImportItemSource[] | undefined;
|
|
3789
|
+
/**
|
|
3790
|
+
* <p>The job's left normalization setting.</p>
|
|
3791
|
+
*/
|
|
3792
|
+
runLeftNormalization?: boolean;
|
|
3793
|
+
}
|
|
3794
|
+
export interface StartVariantImportResponse {
|
|
3795
|
+
/**
|
|
3796
|
+
* <p>The job's ID.</p>
|
|
3797
|
+
*/
|
|
3798
|
+
jobId: string | undefined;
|
|
3799
|
+
}
|
|
3800
|
+
export interface UpdateVariantStoreRequest {
|
|
3801
|
+
/**
|
|
3802
|
+
* <p>A name for the store.</p>
|
|
3803
|
+
*/
|
|
3804
|
+
name: string | undefined;
|
|
3805
|
+
/**
|
|
3806
|
+
* <p>A description for the store.</p>
|
|
3807
|
+
*/
|
|
3808
|
+
description?: string;
|
|
3809
|
+
}
|
|
3810
|
+
export interface UpdateVariantStoreResponse {
|
|
3811
|
+
/**
|
|
3812
|
+
* <p>The store's ID.</p>
|
|
3813
|
+
*/
|
|
3814
|
+
id: string | undefined;
|
|
3815
|
+
/**
|
|
3816
|
+
* <p>The store's genome reference.</p>
|
|
3817
|
+
*/
|
|
3818
|
+
reference: ReferenceItem | undefined;
|
|
3819
|
+
/**
|
|
3820
|
+
* <p>The store's status.</p>
|
|
3821
|
+
*/
|
|
3822
|
+
status: StoreStatus | string | undefined;
|
|
3823
|
+
/**
|
|
3824
|
+
* <p>The store's name.</p>
|
|
3825
|
+
*/
|
|
3826
|
+
name: string | undefined;
|
|
3827
|
+
/**
|
|
3828
|
+
* <p>The store's description.</p>
|
|
3829
|
+
*/
|
|
3830
|
+
description: string | undefined;
|
|
3831
|
+
/**
|
|
3832
|
+
* <p>When the store was created.</p>
|
|
3833
|
+
*/
|
|
3834
|
+
creationTime: Date | undefined;
|
|
3835
|
+
/**
|
|
3836
|
+
* <p>When the store was updated.</p>
|
|
3837
|
+
*/
|
|
3838
|
+
updateTime: Date | undefined;
|
|
3839
|
+
}
|
|
3840
|
+
export interface UpdateWorkflowRequest {
|
|
3841
|
+
/**
|
|
3842
|
+
* <p>The workflow's ID.</p>
|
|
3843
|
+
*/
|
|
3844
|
+
id: string | undefined;
|
|
3845
|
+
/**
|
|
3846
|
+
* <p>A name for the workflow.</p>
|
|
3847
|
+
*/
|
|
3848
|
+
name?: string;
|
|
3849
|
+
/**
|
|
3850
|
+
* <p>A description for the workflow.</p>
|
|
3851
|
+
*/
|
|
3852
|
+
description?: string;
|
|
3853
|
+
}
|
|
3854
|
+
/**
|
|
3855
|
+
* @internal
|
|
3856
|
+
*/
|
|
3857
|
+
export declare const ActivateReadSetFilterFilterSensitiveLog: (obj: ActivateReadSetFilter) => any;
|
|
3858
|
+
/**
|
|
3859
|
+
* @internal
|
|
3860
|
+
*/
|
|
3861
|
+
export declare const ActivateReadSetJobItemFilterSensitiveLog: (obj: ActivateReadSetJobItem) => any;
|
|
3862
|
+
/**
|
|
3863
|
+
* @internal
|
|
3864
|
+
*/
|
|
3865
|
+
export declare const ActivateReadSetSourceItemFilterSensitiveLog: (obj: ActivateReadSetSourceItem) => any;
|
|
3866
|
+
/**
|
|
3867
|
+
* @internal
|
|
3868
|
+
*/
|
|
3869
|
+
export declare const AnnotationImportItemDetailFilterSensitiveLog: (obj: AnnotationImportItemDetail) => any;
|
|
3870
|
+
/**
|
|
3871
|
+
* @internal
|
|
3872
|
+
*/
|
|
3873
|
+
export declare const AnnotationImportItemSourceFilterSensitiveLog: (obj: AnnotationImportItemSource) => any;
|
|
3874
|
+
/**
|
|
3875
|
+
* @internal
|
|
3876
|
+
*/
|
|
3877
|
+
export declare const CancelAnnotationImportRequestFilterSensitiveLog: (obj: CancelAnnotationImportRequest) => any;
|
|
3878
|
+
/**
|
|
3879
|
+
* @internal
|
|
3880
|
+
*/
|
|
3881
|
+
export declare const CancelAnnotationImportResponseFilterSensitiveLog: (obj: CancelAnnotationImportResponse) => any;
|
|
3882
|
+
/**
|
|
3883
|
+
* @internal
|
|
3884
|
+
*/
|
|
3885
|
+
export declare const GetAnnotationImportRequestFilterSensitiveLog: (obj: GetAnnotationImportRequest) => any;
|
|
3886
|
+
/**
|
|
3887
|
+
* @internal
|
|
3888
|
+
*/
|
|
3889
|
+
export declare const ReadOptionsFilterSensitiveLog: (obj: ReadOptions) => any;
|
|
3890
|
+
/**
|
|
3891
|
+
* @internal
|
|
3892
|
+
*/
|
|
3893
|
+
export declare const TsvOptionsFilterSensitiveLog: (obj: TsvOptions) => any;
|
|
3894
|
+
/**
|
|
3895
|
+
* @internal
|
|
3896
|
+
*/
|
|
3897
|
+
export declare const VcfOptionsFilterSensitiveLog: (obj: VcfOptions) => any;
|
|
3898
|
+
/**
|
|
3899
|
+
* @internal
|
|
3900
|
+
*/
|
|
3901
|
+
export declare const FormatOptionsFilterSensitiveLog: (obj: FormatOptions) => any;
|
|
3902
|
+
/**
|
|
3903
|
+
* @internal
|
|
3904
|
+
*/
|
|
3905
|
+
export declare const GetAnnotationImportResponseFilterSensitiveLog: (obj: GetAnnotationImportResponse) => any;
|
|
3906
|
+
/**
|
|
3907
|
+
* @internal
|
|
3908
|
+
*/
|
|
3909
|
+
export declare const ListAnnotationImportJobsFilterFilterSensitiveLog: (obj: ListAnnotationImportJobsFilter) => any;
|
|
3910
|
+
/**
|
|
3911
|
+
* @internal
|
|
3912
|
+
*/
|
|
3913
|
+
export declare const ListAnnotationImportJobsRequestFilterSensitiveLog: (obj: ListAnnotationImportJobsRequest) => any;
|
|
3914
|
+
/**
|
|
3915
|
+
* @internal
|
|
3916
|
+
*/
|
|
3917
|
+
export declare const AnnotationImportJobItemFilterSensitiveLog: (obj: AnnotationImportJobItem) => any;
|
|
3918
|
+
/**
|
|
3919
|
+
* @internal
|
|
3920
|
+
*/
|
|
3921
|
+
export declare const ListAnnotationImportJobsResponseFilterSensitiveLog: (obj: ListAnnotationImportJobsResponse) => any;
|
|
3922
|
+
/**
|
|
3923
|
+
* @internal
|
|
3924
|
+
*/
|
|
3925
|
+
export declare const StartAnnotationImportRequestFilterSensitiveLog: (obj: StartAnnotationImportRequest) => any;
|
|
3926
|
+
/**
|
|
3927
|
+
* @internal
|
|
3928
|
+
*/
|
|
3929
|
+
export declare const StartAnnotationImportResponseFilterSensitiveLog: (obj: StartAnnotationImportResponse) => any;
|
|
3930
|
+
/**
|
|
3931
|
+
* @internal
|
|
3932
|
+
*/
|
|
3933
|
+
export declare const ReferenceItemFilterSensitiveLog: (obj: ReferenceItem) => any;
|
|
3934
|
+
/**
|
|
3935
|
+
* @internal
|
|
3936
|
+
*/
|
|
3937
|
+
export declare const SseConfigFilterSensitiveLog: (obj: SseConfig) => any;
|
|
3938
|
+
/**
|
|
3939
|
+
* @internal
|
|
3940
|
+
*/
|
|
3941
|
+
export declare const TsvStoreOptionsFilterSensitiveLog: (obj: TsvStoreOptions) => any;
|
|
3942
|
+
/**
|
|
3943
|
+
* @internal
|
|
3944
|
+
*/
|
|
3945
|
+
export declare const StoreOptionsFilterSensitiveLog: (obj: StoreOptions) => any;
|
|
3946
|
+
/**
|
|
3947
|
+
* @internal
|
|
3948
|
+
*/
|
|
3949
|
+
export declare const CreateAnnotationStoreRequestFilterSensitiveLog: (obj: CreateAnnotationStoreRequest) => any;
|
|
3950
|
+
/**
|
|
3951
|
+
* @internal
|
|
3952
|
+
*/
|
|
3953
|
+
export declare const CreateAnnotationStoreResponseFilterSensitiveLog: (obj: CreateAnnotationStoreResponse) => any;
|
|
3954
|
+
/**
|
|
3955
|
+
* @internal
|
|
3956
|
+
*/
|
|
3957
|
+
export declare const DeleteAnnotationStoreRequestFilterSensitiveLog: (obj: DeleteAnnotationStoreRequest) => any;
|
|
3958
|
+
/**
|
|
3959
|
+
* @internal
|
|
3960
|
+
*/
|
|
3961
|
+
export declare const DeleteAnnotationStoreResponseFilterSensitiveLog: (obj: DeleteAnnotationStoreResponse) => any;
|
|
3962
|
+
/**
|
|
3963
|
+
* @internal
|
|
3964
|
+
*/
|
|
3965
|
+
export declare const GetAnnotationStoreRequestFilterSensitiveLog: (obj: GetAnnotationStoreRequest) => any;
|
|
3966
|
+
/**
|
|
3967
|
+
* @internal
|
|
3968
|
+
*/
|
|
3969
|
+
export declare const GetAnnotationStoreResponseFilterSensitiveLog: (obj: GetAnnotationStoreResponse) => any;
|
|
3970
|
+
/**
|
|
3971
|
+
* @internal
|
|
3972
|
+
*/
|
|
3973
|
+
export declare const ListAnnotationStoresFilterFilterSensitiveLog: (obj: ListAnnotationStoresFilter) => any;
|
|
3974
|
+
/**
|
|
3975
|
+
* @internal
|
|
3976
|
+
*/
|
|
3977
|
+
export declare const ListAnnotationStoresRequestFilterSensitiveLog: (obj: ListAnnotationStoresRequest) => any;
|
|
3978
|
+
/**
|
|
3979
|
+
* @internal
|
|
3980
|
+
*/
|
|
3981
|
+
export declare const AnnotationStoreItemFilterSensitiveLog: (obj: AnnotationStoreItem) => any;
|
|
3982
|
+
/**
|
|
3983
|
+
* @internal
|
|
3984
|
+
*/
|
|
3985
|
+
export declare const ListAnnotationStoresResponseFilterSensitiveLog: (obj: ListAnnotationStoresResponse) => any;
|
|
3986
|
+
/**
|
|
3987
|
+
* @internal
|
|
3988
|
+
*/
|
|
3989
|
+
export declare const UpdateAnnotationStoreRequestFilterSensitiveLog: (obj: UpdateAnnotationStoreRequest) => any;
|
|
3990
|
+
/**
|
|
3991
|
+
* @internal
|
|
3992
|
+
*/
|
|
3993
|
+
export declare const UpdateAnnotationStoreResponseFilterSensitiveLog: (obj: UpdateAnnotationStoreResponse) => any;
|
|
3994
|
+
/**
|
|
3995
|
+
* @internal
|
|
3996
|
+
*/
|
|
3997
|
+
export declare const BatchDeleteReadSetRequestFilterSensitiveLog: (obj: BatchDeleteReadSetRequest) => any;
|
|
3998
|
+
/**
|
|
3999
|
+
* @internal
|
|
4000
|
+
*/
|
|
4001
|
+
export declare const ReadSetBatchErrorFilterSensitiveLog: (obj: ReadSetBatchError) => any;
|
|
4002
|
+
/**
|
|
4003
|
+
* @internal
|
|
4004
|
+
*/
|
|
4005
|
+
export declare const BatchDeleteReadSetResponseFilterSensitiveLog: (obj: BatchDeleteReadSetResponse) => any;
|
|
4006
|
+
/**
|
|
4007
|
+
* @internal
|
|
4008
|
+
*/
|
|
4009
|
+
export declare const CancelRunRequestFilterSensitiveLog: (obj: CancelRunRequest) => any;
|
|
4010
|
+
/**
|
|
4011
|
+
* @internal
|
|
4012
|
+
*/
|
|
4013
|
+
export declare const CancelVariantImportRequestFilterSensitiveLog: (obj: CancelVariantImportRequest) => any;
|
|
4014
|
+
/**
|
|
4015
|
+
* @internal
|
|
4016
|
+
*/
|
|
4017
|
+
export declare const CancelVariantImportResponseFilterSensitiveLog: (obj: CancelVariantImportResponse) => any;
|
|
4018
|
+
/**
|
|
4019
|
+
* @internal
|
|
4020
|
+
*/
|
|
4021
|
+
export declare const CreateReferenceStoreRequestFilterSensitiveLog: (obj: CreateReferenceStoreRequest) => any;
|
|
4022
|
+
/**
|
|
4023
|
+
* @internal
|
|
4024
|
+
*/
|
|
4025
|
+
export declare const CreateReferenceStoreResponseFilterSensitiveLog: (obj: CreateReferenceStoreResponse) => any;
|
|
4026
|
+
/**
|
|
4027
|
+
* @internal
|
|
4028
|
+
*/
|
|
4029
|
+
export declare const CreateRunGroupRequestFilterSensitiveLog: (obj: CreateRunGroupRequest) => any;
|
|
4030
|
+
/**
|
|
4031
|
+
* @internal
|
|
4032
|
+
*/
|
|
4033
|
+
export declare const CreateRunGroupResponseFilterSensitiveLog: (obj: CreateRunGroupResponse) => any;
|
|
4034
|
+
/**
|
|
4035
|
+
* @internal
|
|
4036
|
+
*/
|
|
4037
|
+
export declare const CreateSequenceStoreRequestFilterSensitiveLog: (obj: CreateSequenceStoreRequest) => any;
|
|
4038
|
+
/**
|
|
4039
|
+
* @internal
|
|
4040
|
+
*/
|
|
4041
|
+
export declare const CreateSequenceStoreResponseFilterSensitiveLog: (obj: CreateSequenceStoreResponse) => any;
|
|
4042
|
+
/**
|
|
4043
|
+
* @internal
|
|
4044
|
+
*/
|
|
4045
|
+
export declare const CreateVariantStoreRequestFilterSensitiveLog: (obj: CreateVariantStoreRequest) => any;
|
|
4046
|
+
/**
|
|
4047
|
+
* @internal
|
|
4048
|
+
*/
|
|
4049
|
+
export declare const CreateVariantStoreResponseFilterSensitiveLog: (obj: CreateVariantStoreResponse) => any;
|
|
4050
|
+
/**
|
|
4051
|
+
* @internal
|
|
4052
|
+
*/
|
|
4053
|
+
export declare const WorkflowParameterFilterSensitiveLog: (obj: WorkflowParameter) => any;
|
|
4054
|
+
/**
|
|
4055
|
+
* @internal
|
|
4056
|
+
*/
|
|
4057
|
+
export declare const CreateWorkflowRequestFilterSensitiveLog: (obj: CreateWorkflowRequest) => any;
|
|
4058
|
+
/**
|
|
4059
|
+
* @internal
|
|
4060
|
+
*/
|
|
4061
|
+
export declare const CreateWorkflowResponseFilterSensitiveLog: (obj: CreateWorkflowResponse) => any;
|
|
4062
|
+
/**
|
|
4063
|
+
* @internal
|
|
4064
|
+
*/
|
|
4065
|
+
export declare const DeleteReferenceRequestFilterSensitiveLog: (obj: DeleteReferenceRequest) => any;
|
|
4066
|
+
/**
|
|
4067
|
+
* @internal
|
|
4068
|
+
*/
|
|
4069
|
+
export declare const DeleteReferenceResponseFilterSensitiveLog: (obj: DeleteReferenceResponse) => any;
|
|
4070
|
+
/**
|
|
4071
|
+
* @internal
|
|
4072
|
+
*/
|
|
4073
|
+
export declare const DeleteReferenceStoreRequestFilterSensitiveLog: (obj: DeleteReferenceStoreRequest) => any;
|
|
4074
|
+
/**
|
|
4075
|
+
* @internal
|
|
4076
|
+
*/
|
|
4077
|
+
export declare const DeleteReferenceStoreResponseFilterSensitiveLog: (obj: DeleteReferenceStoreResponse) => any;
|
|
4078
|
+
/**
|
|
4079
|
+
* @internal
|
|
4080
|
+
*/
|
|
4081
|
+
export declare const DeleteRunRequestFilterSensitiveLog: (obj: DeleteRunRequest) => any;
|
|
4082
|
+
/**
|
|
4083
|
+
* @internal
|
|
4084
|
+
*/
|
|
4085
|
+
export declare const DeleteRunGroupRequestFilterSensitiveLog: (obj: DeleteRunGroupRequest) => any;
|
|
4086
|
+
/**
|
|
4087
|
+
* @internal
|
|
4088
|
+
*/
|
|
4089
|
+
export declare const DeleteSequenceStoreRequestFilterSensitiveLog: (obj: DeleteSequenceStoreRequest) => any;
|
|
4090
|
+
/**
|
|
4091
|
+
* @internal
|
|
4092
|
+
*/
|
|
4093
|
+
export declare const DeleteSequenceStoreResponseFilterSensitiveLog: (obj: DeleteSequenceStoreResponse) => any;
|
|
4094
|
+
/**
|
|
4095
|
+
* @internal
|
|
4096
|
+
*/
|
|
4097
|
+
export declare const DeleteVariantStoreRequestFilterSensitiveLog: (obj: DeleteVariantStoreRequest) => any;
|
|
4098
|
+
/**
|
|
4099
|
+
* @internal
|
|
4100
|
+
*/
|
|
4101
|
+
export declare const DeleteVariantStoreResponseFilterSensitiveLog: (obj: DeleteVariantStoreResponse) => any;
|
|
4102
|
+
/**
|
|
4103
|
+
* @internal
|
|
4104
|
+
*/
|
|
4105
|
+
export declare const DeleteWorkflowRequestFilterSensitiveLog: (obj: DeleteWorkflowRequest) => any;
|
|
4106
|
+
/**
|
|
4107
|
+
* @internal
|
|
4108
|
+
*/
|
|
4109
|
+
export declare const ExportReadSetFilterSensitiveLog: (obj: ExportReadSet) => any;
|
|
4110
|
+
/**
|
|
4111
|
+
* @internal
|
|
4112
|
+
*/
|
|
4113
|
+
export declare const ExportReadSetDetailFilterSensitiveLog: (obj: ExportReadSetDetail) => any;
|
|
4114
|
+
/**
|
|
4115
|
+
* @internal
|
|
4116
|
+
*/
|
|
4117
|
+
export declare const ExportReadSetFilterFilterSensitiveLog: (obj: ExportReadSetFilter) => any;
|
|
4118
|
+
/**
|
|
4119
|
+
* @internal
|
|
4120
|
+
*/
|
|
4121
|
+
export declare const ExportReadSetJobDetailFilterSensitiveLog: (obj: ExportReadSetJobDetail) => any;
|
|
4122
|
+
/**
|
|
4123
|
+
* @internal
|
|
4124
|
+
*/
|
|
4125
|
+
export declare const FileInformationFilterSensitiveLog: (obj: FileInformation) => any;
|
|
4126
|
+
/**
|
|
4127
|
+
* @internal
|
|
4128
|
+
*/
|
|
4129
|
+
export declare const GetReadSetRequestFilterSensitiveLog: (obj: GetReadSetRequest) => any;
|
|
4130
|
+
/**
|
|
4131
|
+
* @internal
|
|
4132
|
+
*/
|
|
4133
|
+
export declare const GetReadSetResponseFilterSensitiveLog: (obj: GetReadSetResponse) => any;
|
|
4134
|
+
/**
|
|
4135
|
+
* @internal
|
|
4136
|
+
*/
|
|
4137
|
+
export declare const GetReadSetActivationJobRequestFilterSensitiveLog: (obj: GetReadSetActivationJobRequest) => any;
|
|
4138
|
+
/**
|
|
4139
|
+
* @internal
|
|
4140
|
+
*/
|
|
4141
|
+
export declare const GetReadSetActivationJobResponseFilterSensitiveLog: (obj: GetReadSetActivationJobResponse) => any;
|
|
4142
|
+
/**
|
|
4143
|
+
* @internal
|
|
4144
|
+
*/
|
|
4145
|
+
export declare const GetReadSetExportJobRequestFilterSensitiveLog: (obj: GetReadSetExportJobRequest) => any;
|
|
4146
|
+
/**
|
|
4147
|
+
* @internal
|
|
4148
|
+
*/
|
|
4149
|
+
export declare const GetReadSetExportJobResponseFilterSensitiveLog: (obj: GetReadSetExportJobResponse) => any;
|
|
4150
|
+
/**
|
|
4151
|
+
* @internal
|
|
4152
|
+
*/
|
|
4153
|
+
export declare const GetReadSetImportJobRequestFilterSensitiveLog: (obj: GetReadSetImportJobRequest) => any;
|
|
4154
|
+
/**
|
|
4155
|
+
* @internal
|
|
4156
|
+
*/
|
|
4157
|
+
export declare const SourceFilesFilterSensitiveLog: (obj: SourceFiles) => any;
|
|
4158
|
+
/**
|
|
4159
|
+
* @internal
|
|
4160
|
+
*/
|
|
4161
|
+
export declare const ImportReadSetSourceItemFilterSensitiveLog: (obj: ImportReadSetSourceItem) => any;
|
|
4162
|
+
/**
|
|
4163
|
+
* @internal
|
|
4164
|
+
*/
|
|
4165
|
+
export declare const GetReadSetImportJobResponseFilterSensitiveLog: (obj: GetReadSetImportJobResponse) => any;
|
|
4166
|
+
/**
|
|
4167
|
+
* @internal
|
|
4168
|
+
*/
|
|
4169
|
+
export declare const GetReadSetMetadataRequestFilterSensitiveLog: (obj: GetReadSetMetadataRequest) => any;
|
|
4170
|
+
/**
|
|
4171
|
+
* @internal
|
|
4172
|
+
*/
|
|
4173
|
+
export declare const ReadSetFilesFilterSensitiveLog: (obj: ReadSetFiles) => any;
|
|
4174
|
+
/**
|
|
4175
|
+
* @internal
|
|
4176
|
+
*/
|
|
4177
|
+
export declare const SequenceInformationFilterSensitiveLog: (obj: SequenceInformation) => any;
|
|
4178
|
+
/**
|
|
4179
|
+
* @internal
|
|
4180
|
+
*/
|
|
4181
|
+
export declare const GetReadSetMetadataResponseFilterSensitiveLog: (obj: GetReadSetMetadataResponse) => any;
|
|
4182
|
+
/**
|
|
4183
|
+
* @internal
|
|
4184
|
+
*/
|
|
4185
|
+
export declare const GetReferenceRequestFilterSensitiveLog: (obj: GetReferenceRequest) => any;
|
|
4186
|
+
/**
|
|
4187
|
+
* @internal
|
|
4188
|
+
*/
|
|
4189
|
+
export declare const GetReferenceResponseFilterSensitiveLog: (obj: GetReferenceResponse) => any;
|
|
4190
|
+
/**
|
|
4191
|
+
* @internal
|
|
4192
|
+
*/
|
|
4193
|
+
export declare const GetReferenceImportJobRequestFilterSensitiveLog: (obj: GetReferenceImportJobRequest) => any;
|
|
4194
|
+
/**
|
|
4195
|
+
* @internal
|
|
4196
|
+
*/
|
|
4197
|
+
export declare const ImportReferenceSourceItemFilterSensitiveLog: (obj: ImportReferenceSourceItem) => any;
|
|
4198
|
+
/**
|
|
4199
|
+
* @internal
|
|
4200
|
+
*/
|
|
4201
|
+
export declare const GetReferenceImportJobResponseFilterSensitiveLog: (obj: GetReferenceImportJobResponse) => any;
|
|
4202
|
+
/**
|
|
4203
|
+
* @internal
|
|
4204
|
+
*/
|
|
4205
|
+
export declare const GetReferenceMetadataRequestFilterSensitiveLog: (obj: GetReferenceMetadataRequest) => any;
|
|
4206
|
+
/**
|
|
4207
|
+
* @internal
|
|
4208
|
+
*/
|
|
4209
|
+
export declare const ReferenceFilesFilterSensitiveLog: (obj: ReferenceFiles) => any;
|
|
4210
|
+
/**
|
|
4211
|
+
* @internal
|
|
4212
|
+
*/
|
|
4213
|
+
export declare const GetReferenceMetadataResponseFilterSensitiveLog: (obj: GetReferenceMetadataResponse) => any;
|
|
4214
|
+
/**
|
|
4215
|
+
* @internal
|
|
4216
|
+
*/
|
|
4217
|
+
export declare const GetReferenceStoreRequestFilterSensitiveLog: (obj: GetReferenceStoreRequest) => any;
|
|
4218
|
+
/**
|
|
4219
|
+
* @internal
|
|
4220
|
+
*/
|
|
4221
|
+
export declare const GetReferenceStoreResponseFilterSensitiveLog: (obj: GetReferenceStoreResponse) => any;
|
|
4222
|
+
/**
|
|
4223
|
+
* @internal
|
|
4224
|
+
*/
|
|
4225
|
+
export declare const GetRunRequestFilterSensitiveLog: (obj: GetRunRequest) => any;
|
|
4226
|
+
/**
|
|
4227
|
+
* @internal
|
|
4228
|
+
*/
|
|
4229
|
+
export declare const GetRunResponseFilterSensitiveLog: (obj: GetRunResponse) => any;
|
|
4230
|
+
/**
|
|
4231
|
+
* @internal
|
|
4232
|
+
*/
|
|
4233
|
+
export declare const GetRunGroupRequestFilterSensitiveLog: (obj: GetRunGroupRequest) => any;
|
|
4234
|
+
/**
|
|
4235
|
+
* @internal
|
|
4236
|
+
*/
|
|
4237
|
+
export declare const GetRunGroupResponseFilterSensitiveLog: (obj: GetRunGroupResponse) => any;
|
|
4238
|
+
/**
|
|
4239
|
+
* @internal
|
|
4240
|
+
*/
|
|
4241
|
+
export declare const GetRunTaskRequestFilterSensitiveLog: (obj: GetRunTaskRequest) => any;
|
|
4242
|
+
/**
|
|
4243
|
+
* @internal
|
|
4244
|
+
*/
|
|
4245
|
+
export declare const GetRunTaskResponseFilterSensitiveLog: (obj: GetRunTaskResponse) => any;
|
|
4246
|
+
/**
|
|
4247
|
+
* @internal
|
|
4248
|
+
*/
|
|
4249
|
+
export declare const GetSequenceStoreRequestFilterSensitiveLog: (obj: GetSequenceStoreRequest) => any;
|
|
4250
|
+
/**
|
|
4251
|
+
* @internal
|
|
4252
|
+
*/
|
|
4253
|
+
export declare const GetSequenceStoreResponseFilterSensitiveLog: (obj: GetSequenceStoreResponse) => any;
|
|
4254
|
+
/**
|
|
4255
|
+
* @internal
|
|
4256
|
+
*/
|
|
4257
|
+
export declare const GetVariantImportRequestFilterSensitiveLog: (obj: GetVariantImportRequest) => any;
|
|
4258
|
+
/**
|
|
4259
|
+
* @internal
|
|
4260
|
+
*/
|
|
4261
|
+
export declare const VariantImportItemDetailFilterSensitiveLog: (obj: VariantImportItemDetail) => any;
|
|
4262
|
+
/**
|
|
4263
|
+
* @internal
|
|
4264
|
+
*/
|
|
4265
|
+
export declare const GetVariantImportResponseFilterSensitiveLog: (obj: GetVariantImportResponse) => any;
|
|
4266
|
+
/**
|
|
4267
|
+
* @internal
|
|
4268
|
+
*/
|
|
4269
|
+
export declare const GetVariantStoreRequestFilterSensitiveLog: (obj: GetVariantStoreRequest) => any;
|
|
4270
|
+
/**
|
|
4271
|
+
* @internal
|
|
4272
|
+
*/
|
|
4273
|
+
export declare const GetVariantStoreResponseFilterSensitiveLog: (obj: GetVariantStoreResponse) => any;
|
|
4274
|
+
/**
|
|
4275
|
+
* @internal
|
|
4276
|
+
*/
|
|
4277
|
+
export declare const GetWorkflowRequestFilterSensitiveLog: (obj: GetWorkflowRequest) => any;
|
|
4278
|
+
/**
|
|
4279
|
+
* @internal
|
|
4280
|
+
*/
|
|
4281
|
+
export declare const GetWorkflowResponseFilterSensitiveLog: (obj: GetWorkflowResponse) => any;
|
|
4282
|
+
/**
|
|
4283
|
+
* @internal
|
|
4284
|
+
*/
|
|
4285
|
+
export declare const ImportReadSetFilterFilterSensitiveLog: (obj: ImportReadSetFilter) => any;
|
|
4286
|
+
/**
|
|
4287
|
+
* @internal
|
|
4288
|
+
*/
|
|
4289
|
+
export declare const ImportReadSetJobItemFilterSensitiveLog: (obj: ImportReadSetJobItem) => any;
|
|
4290
|
+
/**
|
|
4291
|
+
* @internal
|
|
4292
|
+
*/
|
|
4293
|
+
export declare const ImportReferenceFilterFilterSensitiveLog: (obj: ImportReferenceFilter) => any;
|
|
4294
|
+
/**
|
|
4295
|
+
* @internal
|
|
4296
|
+
*/
|
|
4297
|
+
export declare const ImportReferenceJobItemFilterSensitiveLog: (obj: ImportReferenceJobItem) => any;
|
|
4298
|
+
/**
|
|
4299
|
+
* @internal
|
|
4300
|
+
*/
|
|
4301
|
+
export declare const ListReadSetActivationJobsRequestFilterSensitiveLog: (obj: ListReadSetActivationJobsRequest) => any;
|
|
4302
|
+
/**
|
|
4303
|
+
* @internal
|
|
4304
|
+
*/
|
|
4305
|
+
export declare const ListReadSetActivationJobsResponseFilterSensitiveLog: (obj: ListReadSetActivationJobsResponse) => any;
|
|
4306
|
+
/**
|
|
4307
|
+
* @internal
|
|
4308
|
+
*/
|
|
4309
|
+
export declare const ListReadSetExportJobsRequestFilterSensitiveLog: (obj: ListReadSetExportJobsRequest) => any;
|
|
4310
|
+
/**
|
|
4311
|
+
* @internal
|
|
4312
|
+
*/
|
|
4313
|
+
export declare const ListReadSetExportJobsResponseFilterSensitiveLog: (obj: ListReadSetExportJobsResponse) => any;
|
|
4314
|
+
/**
|
|
4315
|
+
* @internal
|
|
4316
|
+
*/
|
|
4317
|
+
export declare const ListReadSetImportJobsRequestFilterSensitiveLog: (obj: ListReadSetImportJobsRequest) => any;
|
|
4318
|
+
/**
|
|
4319
|
+
* @internal
|
|
4320
|
+
*/
|
|
4321
|
+
export declare const ListReadSetImportJobsResponseFilterSensitiveLog: (obj: ListReadSetImportJobsResponse) => any;
|
|
4322
|
+
/**
|
|
4323
|
+
* @internal
|
|
4324
|
+
*/
|
|
4325
|
+
export declare const ReadSetFilterFilterSensitiveLog: (obj: ReadSetFilter) => any;
|
|
4326
|
+
/**
|
|
4327
|
+
* @internal
|
|
4328
|
+
*/
|
|
4329
|
+
export declare const ListReadSetsRequestFilterSensitiveLog: (obj: ListReadSetsRequest) => any;
|
|
4330
|
+
/**
|
|
4331
|
+
* @internal
|
|
4332
|
+
*/
|
|
4333
|
+
export declare const ReadSetListItemFilterSensitiveLog: (obj: ReadSetListItem) => any;
|
|
4334
|
+
/**
|
|
4335
|
+
* @internal
|
|
4336
|
+
*/
|
|
4337
|
+
export declare const ListReadSetsResponseFilterSensitiveLog: (obj: ListReadSetsResponse) => any;
|
|
4338
|
+
/**
|
|
4339
|
+
* @internal
|
|
4340
|
+
*/
|
|
4341
|
+
export declare const ListReferenceImportJobsRequestFilterSensitiveLog: (obj: ListReferenceImportJobsRequest) => any;
|
|
4342
|
+
/**
|
|
4343
|
+
* @internal
|
|
4344
|
+
*/
|
|
4345
|
+
export declare const ListReferenceImportJobsResponseFilterSensitiveLog: (obj: ListReferenceImportJobsResponse) => any;
|
|
4346
|
+
/**
|
|
4347
|
+
* @internal
|
|
4348
|
+
*/
|
|
4349
|
+
export declare const ReferenceFilterFilterSensitiveLog: (obj: ReferenceFilter) => any;
|
|
4350
|
+
/**
|
|
4351
|
+
* @internal
|
|
4352
|
+
*/
|
|
4353
|
+
export declare const ListReferencesRequestFilterSensitiveLog: (obj: ListReferencesRequest) => any;
|
|
4354
|
+
/**
|
|
4355
|
+
* @internal
|
|
4356
|
+
*/
|
|
4357
|
+
export declare const ReferenceListItemFilterSensitiveLog: (obj: ReferenceListItem) => any;
|
|
4358
|
+
/**
|
|
4359
|
+
* @internal
|
|
4360
|
+
*/
|
|
4361
|
+
export declare const ListReferencesResponseFilterSensitiveLog: (obj: ListReferencesResponse) => any;
|
|
4362
|
+
/**
|
|
4363
|
+
* @internal
|
|
4364
|
+
*/
|
|
4365
|
+
export declare const ReferenceStoreFilterFilterSensitiveLog: (obj: ReferenceStoreFilter) => any;
|
|
4366
|
+
/**
|
|
4367
|
+
* @internal
|
|
4368
|
+
*/
|
|
4369
|
+
export declare const ListReferenceStoresRequestFilterSensitiveLog: (obj: ListReferenceStoresRequest) => any;
|
|
4370
|
+
/**
|
|
4371
|
+
* @internal
|
|
4372
|
+
*/
|
|
4373
|
+
export declare const ReferenceStoreDetailFilterSensitiveLog: (obj: ReferenceStoreDetail) => any;
|
|
4374
|
+
/**
|
|
4375
|
+
* @internal
|
|
4376
|
+
*/
|
|
4377
|
+
export declare const ListReferenceStoresResponseFilterSensitiveLog: (obj: ListReferenceStoresResponse) => any;
|
|
4378
|
+
/**
|
|
4379
|
+
* @internal
|
|
4380
|
+
*/
|
|
4381
|
+
export declare const ListRunGroupsRequestFilterSensitiveLog: (obj: ListRunGroupsRequest) => any;
|
|
4382
|
+
/**
|
|
4383
|
+
* @internal
|
|
4384
|
+
*/
|
|
4385
|
+
export declare const RunGroupListItemFilterSensitiveLog: (obj: RunGroupListItem) => any;
|
|
4386
|
+
/**
|
|
4387
|
+
* @internal
|
|
4388
|
+
*/
|
|
4389
|
+
export declare const ListRunGroupsResponseFilterSensitiveLog: (obj: ListRunGroupsResponse) => any;
|
|
4390
|
+
/**
|
|
4391
|
+
* @internal
|
|
4392
|
+
*/
|
|
4393
|
+
export declare const ListRunsRequestFilterSensitiveLog: (obj: ListRunsRequest) => any;
|
|
4394
|
+
/**
|
|
4395
|
+
* @internal
|
|
4396
|
+
*/
|
|
4397
|
+
export declare const RunListItemFilterSensitiveLog: (obj: RunListItem) => any;
|
|
4398
|
+
/**
|
|
4399
|
+
* @internal
|
|
4400
|
+
*/
|
|
4401
|
+
export declare const ListRunsResponseFilterSensitiveLog: (obj: ListRunsResponse) => any;
|
|
4402
|
+
/**
|
|
4403
|
+
* @internal
|
|
4404
|
+
*/
|
|
4405
|
+
export declare const ListRunTasksRequestFilterSensitiveLog: (obj: ListRunTasksRequest) => any;
|
|
4406
|
+
/**
|
|
4407
|
+
* @internal
|
|
4408
|
+
*/
|
|
4409
|
+
export declare const TaskListItemFilterSensitiveLog: (obj: TaskListItem) => any;
|
|
4410
|
+
/**
|
|
4411
|
+
* @internal
|
|
4412
|
+
*/
|
|
4413
|
+
export declare const ListRunTasksResponseFilterSensitiveLog: (obj: ListRunTasksResponse) => any;
|
|
4414
|
+
/**
|
|
4415
|
+
* @internal
|
|
4416
|
+
*/
|
|
4417
|
+
export declare const SequenceStoreFilterFilterSensitiveLog: (obj: SequenceStoreFilter) => any;
|
|
4418
|
+
/**
|
|
4419
|
+
* @internal
|
|
4420
|
+
*/
|
|
4421
|
+
export declare const ListSequenceStoresRequestFilterSensitiveLog: (obj: ListSequenceStoresRequest) => any;
|
|
4422
|
+
/**
|
|
4423
|
+
* @internal
|
|
4424
|
+
*/
|
|
4425
|
+
export declare const SequenceStoreDetailFilterSensitiveLog: (obj: SequenceStoreDetail) => any;
|
|
4426
|
+
/**
|
|
4427
|
+
* @internal
|
|
4428
|
+
*/
|
|
4429
|
+
export declare const ListSequenceStoresResponseFilterSensitiveLog: (obj: ListSequenceStoresResponse) => any;
|
|
4430
|
+
/**
|
|
4431
|
+
* @internal
|
|
4432
|
+
*/
|
|
4433
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
4434
|
+
/**
|
|
4435
|
+
* @internal
|
|
4436
|
+
*/
|
|
4437
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
4438
|
+
/**
|
|
4439
|
+
* @internal
|
|
4440
|
+
*/
|
|
4441
|
+
export declare const ListVariantImportJobsFilterFilterSensitiveLog: (obj: ListVariantImportJobsFilter) => any;
|
|
4442
|
+
/**
|
|
4443
|
+
* @internal
|
|
4444
|
+
*/
|
|
4445
|
+
export declare const ListVariantImportJobsRequestFilterSensitiveLog: (obj: ListVariantImportJobsRequest) => any;
|
|
4446
|
+
/**
|
|
4447
|
+
* @internal
|
|
4448
|
+
*/
|
|
4449
|
+
export declare const VariantImportJobItemFilterSensitiveLog: (obj: VariantImportJobItem) => any;
|
|
4450
|
+
/**
|
|
4451
|
+
* @internal
|
|
4452
|
+
*/
|
|
4453
|
+
export declare const ListVariantImportJobsResponseFilterSensitiveLog: (obj: ListVariantImportJobsResponse) => any;
|
|
4454
|
+
/**
|
|
4455
|
+
* @internal
|
|
4456
|
+
*/
|
|
4457
|
+
export declare const ListVariantStoresFilterFilterSensitiveLog: (obj: ListVariantStoresFilter) => any;
|
|
4458
|
+
/**
|
|
4459
|
+
* @internal
|
|
4460
|
+
*/
|
|
4461
|
+
export declare const ListVariantStoresRequestFilterSensitiveLog: (obj: ListVariantStoresRequest) => any;
|
|
4462
|
+
/**
|
|
4463
|
+
* @internal
|
|
4464
|
+
*/
|
|
4465
|
+
export declare const VariantStoreItemFilterSensitiveLog: (obj: VariantStoreItem) => any;
|
|
4466
|
+
/**
|
|
4467
|
+
* @internal
|
|
4468
|
+
*/
|
|
4469
|
+
export declare const ListVariantStoresResponseFilterSensitiveLog: (obj: ListVariantStoresResponse) => any;
|
|
4470
|
+
/**
|
|
4471
|
+
* @internal
|
|
4472
|
+
*/
|
|
4473
|
+
export declare const ListWorkflowsRequestFilterSensitiveLog: (obj: ListWorkflowsRequest) => any;
|
|
4474
|
+
/**
|
|
4475
|
+
* @internal
|
|
4476
|
+
*/
|
|
4477
|
+
export declare const WorkflowListItemFilterSensitiveLog: (obj: WorkflowListItem) => any;
|
|
4478
|
+
/**
|
|
4479
|
+
* @internal
|
|
4480
|
+
*/
|
|
4481
|
+
export declare const ListWorkflowsResponseFilterSensitiveLog: (obj: ListWorkflowsResponse) => any;
|
|
4482
|
+
/**
|
|
4483
|
+
* @internal
|
|
4484
|
+
*/
|
|
4485
|
+
export declare const StartReferenceImportJobSourceItemFilterSensitiveLog: (obj: StartReferenceImportJobSourceItem) => any;
|
|
4486
|
+
/**
|
|
4487
|
+
* @internal
|
|
4488
|
+
*/
|
|
4489
|
+
export declare const StartReferenceImportJobRequestFilterSensitiveLog: (obj: StartReferenceImportJobRequest) => any;
|
|
4490
|
+
/**
|
|
4491
|
+
* @internal
|
|
4492
|
+
*/
|
|
4493
|
+
export declare const StartReferenceImportJobResponseFilterSensitiveLog: (obj: StartReferenceImportJobResponse) => any;
|
|
4494
|
+
/**
|
|
4495
|
+
* @internal
|
|
4496
|
+
*/
|
|
4497
|
+
export declare const UpdateRunGroupRequestFilterSensitiveLog: (obj: UpdateRunGroupRequest) => any;
|
|
4498
|
+
/**
|
|
4499
|
+
* @internal
|
|
4500
|
+
*/
|
|
4501
|
+
export declare const StartRunRequestFilterSensitiveLog: (obj: StartRunRequest) => any;
|
|
4502
|
+
/**
|
|
4503
|
+
* @internal
|
|
4504
|
+
*/
|
|
4505
|
+
export declare const StartRunResponseFilterSensitiveLog: (obj: StartRunResponse) => any;
|
|
4506
|
+
/**
|
|
4507
|
+
* @internal
|
|
4508
|
+
*/
|
|
4509
|
+
export declare const StartReadSetActivationJobSourceItemFilterSensitiveLog: (obj: StartReadSetActivationJobSourceItem) => any;
|
|
4510
|
+
/**
|
|
4511
|
+
* @internal
|
|
4512
|
+
*/
|
|
4513
|
+
export declare const StartReadSetActivationJobRequestFilterSensitiveLog: (obj: StartReadSetActivationJobRequest) => any;
|
|
4514
|
+
/**
|
|
4515
|
+
* @internal
|
|
4516
|
+
*/
|
|
4517
|
+
export declare const StartReadSetActivationJobResponseFilterSensitiveLog: (obj: StartReadSetActivationJobResponse) => any;
|
|
4518
|
+
/**
|
|
4519
|
+
* @internal
|
|
4520
|
+
*/
|
|
4521
|
+
export declare const StartReadSetExportJobRequestFilterSensitiveLog: (obj: StartReadSetExportJobRequest) => any;
|
|
4522
|
+
/**
|
|
4523
|
+
* @internal
|
|
4524
|
+
*/
|
|
4525
|
+
export declare const StartReadSetExportJobResponseFilterSensitiveLog: (obj: StartReadSetExportJobResponse) => any;
|
|
4526
|
+
/**
|
|
4527
|
+
* @internal
|
|
4528
|
+
*/
|
|
4529
|
+
export declare const StartReadSetImportJobSourceItemFilterSensitiveLog: (obj: StartReadSetImportJobSourceItem) => any;
|
|
4530
|
+
/**
|
|
4531
|
+
* @internal
|
|
4532
|
+
*/
|
|
4533
|
+
export declare const StartReadSetImportJobRequestFilterSensitiveLog: (obj: StartReadSetImportJobRequest) => any;
|
|
4534
|
+
/**
|
|
4535
|
+
* @internal
|
|
4536
|
+
*/
|
|
4537
|
+
export declare const StartReadSetImportJobResponseFilterSensitiveLog: (obj: StartReadSetImportJobResponse) => any;
|
|
4538
|
+
/**
|
|
4539
|
+
* @internal
|
|
4540
|
+
*/
|
|
4541
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4542
|
+
/**
|
|
4543
|
+
* @internal
|
|
4544
|
+
*/
|
|
4545
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
4546
|
+
/**
|
|
4547
|
+
* @internal
|
|
4548
|
+
*/
|
|
4549
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4550
|
+
/**
|
|
4551
|
+
* @internal
|
|
4552
|
+
*/
|
|
4553
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
4554
|
+
/**
|
|
4555
|
+
* @internal
|
|
4556
|
+
*/
|
|
4557
|
+
export declare const VariantImportItemSourceFilterSensitiveLog: (obj: VariantImportItemSource) => any;
|
|
4558
|
+
/**
|
|
4559
|
+
* @internal
|
|
4560
|
+
*/
|
|
4561
|
+
export declare const StartVariantImportRequestFilterSensitiveLog: (obj: StartVariantImportRequest) => any;
|
|
4562
|
+
/**
|
|
4563
|
+
* @internal
|
|
4564
|
+
*/
|
|
4565
|
+
export declare const StartVariantImportResponseFilterSensitiveLog: (obj: StartVariantImportResponse) => any;
|
|
4566
|
+
/**
|
|
4567
|
+
* @internal
|
|
4568
|
+
*/
|
|
4569
|
+
export declare const UpdateVariantStoreRequestFilterSensitiveLog: (obj: UpdateVariantStoreRequest) => any;
|
|
4570
|
+
/**
|
|
4571
|
+
* @internal
|
|
4572
|
+
*/
|
|
4573
|
+
export declare const UpdateVariantStoreResponseFilterSensitiveLog: (obj: UpdateVariantStoreResponse) => any;
|
|
4574
|
+
/**
|
|
4575
|
+
* @internal
|
|
4576
|
+
*/
|
|
4577
|
+
export declare const UpdateWorkflowRequestFilterSensitiveLog: (obj: UpdateWorkflowRequest) => any;
|