@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,470 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { BatchDeleteReadSetCommandInput, BatchDeleteReadSetCommandOutput } from "./commands/BatchDeleteReadSetCommand";
|
|
3
|
+
import { CancelAnnotationImportJobCommandInput, CancelAnnotationImportJobCommandOutput } from "./commands/CancelAnnotationImportJobCommand";
|
|
4
|
+
import { CancelRunCommandInput, CancelRunCommandOutput } from "./commands/CancelRunCommand";
|
|
5
|
+
import { CancelVariantImportJobCommandInput, CancelVariantImportJobCommandOutput } from "./commands/CancelVariantImportJobCommand";
|
|
6
|
+
import { CreateAnnotationStoreCommandInput, CreateAnnotationStoreCommandOutput } from "./commands/CreateAnnotationStoreCommand";
|
|
7
|
+
import { CreateReferenceStoreCommandInput, CreateReferenceStoreCommandOutput } from "./commands/CreateReferenceStoreCommand";
|
|
8
|
+
import { CreateRunGroupCommandInput, CreateRunGroupCommandOutput } from "./commands/CreateRunGroupCommand";
|
|
9
|
+
import { CreateSequenceStoreCommandInput, CreateSequenceStoreCommandOutput } from "./commands/CreateSequenceStoreCommand";
|
|
10
|
+
import { CreateVariantStoreCommandInput, CreateVariantStoreCommandOutput } from "./commands/CreateVariantStoreCommand";
|
|
11
|
+
import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
|
|
12
|
+
import { DeleteAnnotationStoreCommandInput, DeleteAnnotationStoreCommandOutput } from "./commands/DeleteAnnotationStoreCommand";
|
|
13
|
+
import { DeleteReferenceCommandInput, DeleteReferenceCommandOutput } from "./commands/DeleteReferenceCommand";
|
|
14
|
+
import { DeleteReferenceStoreCommandInput, DeleteReferenceStoreCommandOutput } from "./commands/DeleteReferenceStoreCommand";
|
|
15
|
+
import { DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
|
|
16
|
+
import { DeleteRunGroupCommandInput, DeleteRunGroupCommandOutput } from "./commands/DeleteRunGroupCommand";
|
|
17
|
+
import { DeleteSequenceStoreCommandInput, DeleteSequenceStoreCommandOutput } from "./commands/DeleteSequenceStoreCommand";
|
|
18
|
+
import { DeleteVariantStoreCommandInput, DeleteVariantStoreCommandOutput } from "./commands/DeleteVariantStoreCommand";
|
|
19
|
+
import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
|
|
20
|
+
import { GetAnnotationImportJobCommandInput, GetAnnotationImportJobCommandOutput } from "./commands/GetAnnotationImportJobCommand";
|
|
21
|
+
import { GetAnnotationStoreCommandInput, GetAnnotationStoreCommandOutput } from "./commands/GetAnnotationStoreCommand";
|
|
22
|
+
import { GetReadSetActivationJobCommandInput, GetReadSetActivationJobCommandOutput } from "./commands/GetReadSetActivationJobCommand";
|
|
23
|
+
import { GetReadSetCommandInput, GetReadSetCommandOutput } from "./commands/GetReadSetCommand";
|
|
24
|
+
import { GetReadSetExportJobCommandInput, GetReadSetExportJobCommandOutput } from "./commands/GetReadSetExportJobCommand";
|
|
25
|
+
import { GetReadSetImportJobCommandInput, GetReadSetImportJobCommandOutput } from "./commands/GetReadSetImportJobCommand";
|
|
26
|
+
import { GetReadSetMetadataCommandInput, GetReadSetMetadataCommandOutput } from "./commands/GetReadSetMetadataCommand";
|
|
27
|
+
import { GetReferenceCommandInput, GetReferenceCommandOutput } from "./commands/GetReferenceCommand";
|
|
28
|
+
import { GetReferenceImportJobCommandInput, GetReferenceImportJobCommandOutput } from "./commands/GetReferenceImportJobCommand";
|
|
29
|
+
import { GetReferenceMetadataCommandInput, GetReferenceMetadataCommandOutput } from "./commands/GetReferenceMetadataCommand";
|
|
30
|
+
import { GetReferenceStoreCommandInput, GetReferenceStoreCommandOutput } from "./commands/GetReferenceStoreCommand";
|
|
31
|
+
import { GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunCommand";
|
|
32
|
+
import { GetRunGroupCommandInput, GetRunGroupCommandOutput } from "./commands/GetRunGroupCommand";
|
|
33
|
+
import { GetRunTaskCommandInput, GetRunTaskCommandOutput } from "./commands/GetRunTaskCommand";
|
|
34
|
+
import { GetSequenceStoreCommandInput, GetSequenceStoreCommandOutput } from "./commands/GetSequenceStoreCommand";
|
|
35
|
+
import { GetVariantImportJobCommandInput, GetVariantImportJobCommandOutput } from "./commands/GetVariantImportJobCommand";
|
|
36
|
+
import { GetVariantStoreCommandInput, GetVariantStoreCommandOutput } from "./commands/GetVariantStoreCommand";
|
|
37
|
+
import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
|
|
38
|
+
import { ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput } from "./commands/ListAnnotationImportJobsCommand";
|
|
39
|
+
import { ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput } from "./commands/ListAnnotationStoresCommand";
|
|
40
|
+
import { ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput } from "./commands/ListReadSetActivationJobsCommand";
|
|
41
|
+
import { ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput } from "./commands/ListReadSetExportJobsCommand";
|
|
42
|
+
import { ListReadSetImportJobsCommandInput, ListReadSetImportJobsCommandOutput } from "./commands/ListReadSetImportJobsCommand";
|
|
43
|
+
import { ListReadSetsCommandInput, ListReadSetsCommandOutput } from "./commands/ListReadSetsCommand";
|
|
44
|
+
import { ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput } from "./commands/ListReferenceImportJobsCommand";
|
|
45
|
+
import { ListReferencesCommandInput, ListReferencesCommandOutput } from "./commands/ListReferencesCommand";
|
|
46
|
+
import { ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput } from "./commands/ListReferenceStoresCommand";
|
|
47
|
+
import { ListRunGroupsCommandInput, ListRunGroupsCommandOutput } from "./commands/ListRunGroupsCommand";
|
|
48
|
+
import { ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
|
|
49
|
+
import { ListRunTasksCommandInput, ListRunTasksCommandOutput } from "./commands/ListRunTasksCommand";
|
|
50
|
+
import { ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput } from "./commands/ListSequenceStoresCommand";
|
|
51
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
52
|
+
import { ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput } from "./commands/ListVariantImportJobsCommand";
|
|
53
|
+
import { ListVariantStoresCommandInput, ListVariantStoresCommandOutput } from "./commands/ListVariantStoresCommand";
|
|
54
|
+
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
|
|
55
|
+
import { StartAnnotationImportJobCommandInput, StartAnnotationImportJobCommandOutput } from "./commands/StartAnnotationImportJobCommand";
|
|
56
|
+
import { StartReadSetActivationJobCommandInput, StartReadSetActivationJobCommandOutput } from "./commands/StartReadSetActivationJobCommand";
|
|
57
|
+
import { StartReadSetExportJobCommandInput, StartReadSetExportJobCommandOutput } from "./commands/StartReadSetExportJobCommand";
|
|
58
|
+
import { StartReadSetImportJobCommandInput, StartReadSetImportJobCommandOutput } from "./commands/StartReadSetImportJobCommand";
|
|
59
|
+
import { StartReferenceImportJobCommandInput, StartReferenceImportJobCommandOutput } from "./commands/StartReferenceImportJobCommand";
|
|
60
|
+
import { StartRunCommandInput, StartRunCommandOutput } from "./commands/StartRunCommand";
|
|
61
|
+
import { StartVariantImportJobCommandInput, StartVariantImportJobCommandOutput } from "./commands/StartVariantImportJobCommand";
|
|
62
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
63
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
64
|
+
import { UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput } from "./commands/UpdateAnnotationStoreCommand";
|
|
65
|
+
import { UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput } from "./commands/UpdateRunGroupCommand";
|
|
66
|
+
import { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from "./commands/UpdateVariantStoreCommand";
|
|
67
|
+
import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
|
|
68
|
+
import { OmicsClient } from "./OmicsClient";
|
|
69
|
+
/**
|
|
70
|
+
* <p>This is the <i>Amazon Omics API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/omics/latest/dev/">What is Amazon Omics?</a> in the
|
|
71
|
+
* <i>Amazon Omics Developer Guide</i>.</p>
|
|
72
|
+
*/
|
|
73
|
+
export declare class Omics extends OmicsClient {
|
|
74
|
+
/**
|
|
75
|
+
* <p>Deletes one or more read sets.</p>
|
|
76
|
+
*/
|
|
77
|
+
batchDeleteReadSet(args: BatchDeleteReadSetCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteReadSetCommandOutput>;
|
|
78
|
+
batchDeleteReadSet(args: BatchDeleteReadSetCommandInput, cb: (err: any, data?: BatchDeleteReadSetCommandOutput) => void): void;
|
|
79
|
+
batchDeleteReadSet(args: BatchDeleteReadSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteReadSetCommandOutput) => void): void;
|
|
80
|
+
/**
|
|
81
|
+
* <p>Cancels an annotation import job.</p>
|
|
82
|
+
*/
|
|
83
|
+
cancelAnnotationImportJob(args: CancelAnnotationImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelAnnotationImportJobCommandOutput>;
|
|
84
|
+
cancelAnnotationImportJob(args: CancelAnnotationImportJobCommandInput, cb: (err: any, data?: CancelAnnotationImportJobCommandOutput) => void): void;
|
|
85
|
+
cancelAnnotationImportJob(args: CancelAnnotationImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelAnnotationImportJobCommandOutput) => void): void;
|
|
86
|
+
/**
|
|
87
|
+
* <p>Cancels a run.</p>
|
|
88
|
+
*/
|
|
89
|
+
cancelRun(args: CancelRunCommandInput, options?: __HttpHandlerOptions): Promise<CancelRunCommandOutput>;
|
|
90
|
+
cancelRun(args: CancelRunCommandInput, cb: (err: any, data?: CancelRunCommandOutput) => void): void;
|
|
91
|
+
cancelRun(args: CancelRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelRunCommandOutput) => void): void;
|
|
92
|
+
/**
|
|
93
|
+
* <p>Cancels a variant import job.</p>
|
|
94
|
+
*/
|
|
95
|
+
cancelVariantImportJob(args: CancelVariantImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelVariantImportJobCommandOutput>;
|
|
96
|
+
cancelVariantImportJob(args: CancelVariantImportJobCommandInput, cb: (err: any, data?: CancelVariantImportJobCommandOutput) => void): void;
|
|
97
|
+
cancelVariantImportJob(args: CancelVariantImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelVariantImportJobCommandOutput) => void): void;
|
|
98
|
+
/**
|
|
99
|
+
* <p>Creates an annotation store.</p>
|
|
100
|
+
*/
|
|
101
|
+
createAnnotationStore(args: CreateAnnotationStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateAnnotationStoreCommandOutput>;
|
|
102
|
+
createAnnotationStore(args: CreateAnnotationStoreCommandInput, cb: (err: any, data?: CreateAnnotationStoreCommandOutput) => void): void;
|
|
103
|
+
createAnnotationStore(args: CreateAnnotationStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAnnotationStoreCommandOutput) => void): void;
|
|
104
|
+
/**
|
|
105
|
+
* <p>Creates a reference store.</p>
|
|
106
|
+
*/
|
|
107
|
+
createReferenceStore(args: CreateReferenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateReferenceStoreCommandOutput>;
|
|
108
|
+
createReferenceStore(args: CreateReferenceStoreCommandInput, cb: (err: any, data?: CreateReferenceStoreCommandOutput) => void): void;
|
|
109
|
+
createReferenceStore(args: CreateReferenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReferenceStoreCommandOutput) => void): void;
|
|
110
|
+
/**
|
|
111
|
+
* <p>Creates a run group.</p>
|
|
112
|
+
*/
|
|
113
|
+
createRunGroup(args: CreateRunGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateRunGroupCommandOutput>;
|
|
114
|
+
createRunGroup(args: CreateRunGroupCommandInput, cb: (err: any, data?: CreateRunGroupCommandOutput) => void): void;
|
|
115
|
+
createRunGroup(args: CreateRunGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRunGroupCommandOutput) => void): void;
|
|
116
|
+
/**
|
|
117
|
+
* <p>Creates a sequence store.</p>
|
|
118
|
+
*/
|
|
119
|
+
createSequenceStore(args: CreateSequenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateSequenceStoreCommandOutput>;
|
|
120
|
+
createSequenceStore(args: CreateSequenceStoreCommandInput, cb: (err: any, data?: CreateSequenceStoreCommandOutput) => void): void;
|
|
121
|
+
createSequenceStore(args: CreateSequenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSequenceStoreCommandOutput) => void): void;
|
|
122
|
+
/**
|
|
123
|
+
* <p>Creates a variant store.</p>
|
|
124
|
+
*/
|
|
125
|
+
createVariantStore(args: CreateVariantStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateVariantStoreCommandOutput>;
|
|
126
|
+
createVariantStore(args: CreateVariantStoreCommandInput, cb: (err: any, data?: CreateVariantStoreCommandOutput) => void): void;
|
|
127
|
+
createVariantStore(args: CreateVariantStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVariantStoreCommandOutput) => void): void;
|
|
128
|
+
/**
|
|
129
|
+
* <p>Creates a workflow.</p>
|
|
130
|
+
*/
|
|
131
|
+
createWorkflow(args: CreateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowCommandOutput>;
|
|
132
|
+
createWorkflow(args: CreateWorkflowCommandInput, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
|
|
133
|
+
createWorkflow(args: CreateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
|
|
134
|
+
/**
|
|
135
|
+
* <p>Deletes an annotation store.</p>
|
|
136
|
+
*/
|
|
137
|
+
deleteAnnotationStore(args: DeleteAnnotationStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAnnotationStoreCommandOutput>;
|
|
138
|
+
deleteAnnotationStore(args: DeleteAnnotationStoreCommandInput, cb: (err: any, data?: DeleteAnnotationStoreCommandOutput) => void): void;
|
|
139
|
+
deleteAnnotationStore(args: DeleteAnnotationStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAnnotationStoreCommandOutput) => void): void;
|
|
140
|
+
/**
|
|
141
|
+
* <p>Deletes a genome reference.</p>
|
|
142
|
+
*/
|
|
143
|
+
deleteReference(args: DeleteReferenceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReferenceCommandOutput>;
|
|
144
|
+
deleteReference(args: DeleteReferenceCommandInput, cb: (err: any, data?: DeleteReferenceCommandOutput) => void): void;
|
|
145
|
+
deleteReference(args: DeleteReferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReferenceCommandOutput) => void): void;
|
|
146
|
+
/**
|
|
147
|
+
* <p>Deletes a genome reference store.</p>
|
|
148
|
+
*/
|
|
149
|
+
deleteReferenceStore(args: DeleteReferenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReferenceStoreCommandOutput>;
|
|
150
|
+
deleteReferenceStore(args: DeleteReferenceStoreCommandInput, cb: (err: any, data?: DeleteReferenceStoreCommandOutput) => void): void;
|
|
151
|
+
deleteReferenceStore(args: DeleteReferenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReferenceStoreCommandOutput) => void): void;
|
|
152
|
+
/**
|
|
153
|
+
* <p>Deletes a workflow run.</p>
|
|
154
|
+
*/
|
|
155
|
+
deleteRun(args: DeleteRunCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRunCommandOutput>;
|
|
156
|
+
deleteRun(args: DeleteRunCommandInput, cb: (err: any, data?: DeleteRunCommandOutput) => void): void;
|
|
157
|
+
deleteRun(args: DeleteRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRunCommandOutput) => void): void;
|
|
158
|
+
/**
|
|
159
|
+
* <p>Deletes a workflow run group.</p>
|
|
160
|
+
*/
|
|
161
|
+
deleteRunGroup(args: DeleteRunGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRunGroupCommandOutput>;
|
|
162
|
+
deleteRunGroup(args: DeleteRunGroupCommandInput, cb: (err: any, data?: DeleteRunGroupCommandOutput) => void): void;
|
|
163
|
+
deleteRunGroup(args: DeleteRunGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRunGroupCommandOutput) => void): void;
|
|
164
|
+
/**
|
|
165
|
+
* <p>Deletes a sequence store.</p>
|
|
166
|
+
*/
|
|
167
|
+
deleteSequenceStore(args: DeleteSequenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSequenceStoreCommandOutput>;
|
|
168
|
+
deleteSequenceStore(args: DeleteSequenceStoreCommandInput, cb: (err: any, data?: DeleteSequenceStoreCommandOutput) => void): void;
|
|
169
|
+
deleteSequenceStore(args: DeleteSequenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSequenceStoreCommandOutput) => void): void;
|
|
170
|
+
/**
|
|
171
|
+
* <p>Deletes a variant store.</p>
|
|
172
|
+
*/
|
|
173
|
+
deleteVariantStore(args: DeleteVariantStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVariantStoreCommandOutput>;
|
|
174
|
+
deleteVariantStore(args: DeleteVariantStoreCommandInput, cb: (err: any, data?: DeleteVariantStoreCommandOutput) => void): void;
|
|
175
|
+
deleteVariantStore(args: DeleteVariantStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVariantStoreCommandOutput) => void): void;
|
|
176
|
+
/**
|
|
177
|
+
* <p>Deletes a workflow.</p>
|
|
178
|
+
*/
|
|
179
|
+
deleteWorkflow(args: DeleteWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowCommandOutput>;
|
|
180
|
+
deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
|
|
181
|
+
deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
|
|
182
|
+
/**
|
|
183
|
+
* <p>Gets information about an annotation import job.</p>
|
|
184
|
+
*/
|
|
185
|
+
getAnnotationImportJob(args: GetAnnotationImportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetAnnotationImportJobCommandOutput>;
|
|
186
|
+
getAnnotationImportJob(args: GetAnnotationImportJobCommandInput, cb: (err: any, data?: GetAnnotationImportJobCommandOutput) => void): void;
|
|
187
|
+
getAnnotationImportJob(args: GetAnnotationImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnnotationImportJobCommandOutput) => void): void;
|
|
188
|
+
/**
|
|
189
|
+
* <p>Gets information about an annotation store.</p>
|
|
190
|
+
*/
|
|
191
|
+
getAnnotationStore(args: GetAnnotationStoreCommandInput, options?: __HttpHandlerOptions): Promise<GetAnnotationStoreCommandOutput>;
|
|
192
|
+
getAnnotationStore(args: GetAnnotationStoreCommandInput, cb: (err: any, data?: GetAnnotationStoreCommandOutput) => void): void;
|
|
193
|
+
getAnnotationStore(args: GetAnnotationStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnnotationStoreCommandOutput) => void): void;
|
|
194
|
+
/**
|
|
195
|
+
* <p>Gets a file from a read set.</p>
|
|
196
|
+
*/
|
|
197
|
+
getReadSet(args: GetReadSetCommandInput, options?: __HttpHandlerOptions): Promise<GetReadSetCommandOutput>;
|
|
198
|
+
getReadSet(args: GetReadSetCommandInput, cb: (err: any, data?: GetReadSetCommandOutput) => void): void;
|
|
199
|
+
getReadSet(args: GetReadSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReadSetCommandOutput) => void): void;
|
|
200
|
+
/**
|
|
201
|
+
* <p>Gets information about a read set activation job.</p>
|
|
202
|
+
*/
|
|
203
|
+
getReadSetActivationJob(args: GetReadSetActivationJobCommandInput, options?: __HttpHandlerOptions): Promise<GetReadSetActivationJobCommandOutput>;
|
|
204
|
+
getReadSetActivationJob(args: GetReadSetActivationJobCommandInput, cb: (err: any, data?: GetReadSetActivationJobCommandOutput) => void): void;
|
|
205
|
+
getReadSetActivationJob(args: GetReadSetActivationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReadSetActivationJobCommandOutput) => void): void;
|
|
206
|
+
/**
|
|
207
|
+
* <p>Gets information about a read set export job.</p>
|
|
208
|
+
*/
|
|
209
|
+
getReadSetExportJob(args: GetReadSetExportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetReadSetExportJobCommandOutput>;
|
|
210
|
+
getReadSetExportJob(args: GetReadSetExportJobCommandInput, cb: (err: any, data?: GetReadSetExportJobCommandOutput) => void): void;
|
|
211
|
+
getReadSetExportJob(args: GetReadSetExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReadSetExportJobCommandOutput) => void): void;
|
|
212
|
+
/**
|
|
213
|
+
* <p>Gets information about a read set import job.</p>
|
|
214
|
+
*/
|
|
215
|
+
getReadSetImportJob(args: GetReadSetImportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetReadSetImportJobCommandOutput>;
|
|
216
|
+
getReadSetImportJob(args: GetReadSetImportJobCommandInput, cb: (err: any, data?: GetReadSetImportJobCommandOutput) => void): void;
|
|
217
|
+
getReadSetImportJob(args: GetReadSetImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReadSetImportJobCommandOutput) => void): void;
|
|
218
|
+
/**
|
|
219
|
+
* <p>Gets details about a read set.</p>
|
|
220
|
+
*/
|
|
221
|
+
getReadSetMetadata(args: GetReadSetMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetReadSetMetadataCommandOutput>;
|
|
222
|
+
getReadSetMetadata(args: GetReadSetMetadataCommandInput, cb: (err: any, data?: GetReadSetMetadataCommandOutput) => void): void;
|
|
223
|
+
getReadSetMetadata(args: GetReadSetMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReadSetMetadataCommandOutput) => void): void;
|
|
224
|
+
/**
|
|
225
|
+
* <p>Gets a reference file.</p>
|
|
226
|
+
*/
|
|
227
|
+
getReference(args: GetReferenceCommandInput, options?: __HttpHandlerOptions): Promise<GetReferenceCommandOutput>;
|
|
228
|
+
getReference(args: GetReferenceCommandInput, cb: (err: any, data?: GetReferenceCommandOutput) => void): void;
|
|
229
|
+
getReference(args: GetReferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReferenceCommandOutput) => void): void;
|
|
230
|
+
/**
|
|
231
|
+
* <p>Gets information about a reference import job.</p>
|
|
232
|
+
*/
|
|
233
|
+
getReferenceImportJob(args: GetReferenceImportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetReferenceImportJobCommandOutput>;
|
|
234
|
+
getReferenceImportJob(args: GetReferenceImportJobCommandInput, cb: (err: any, data?: GetReferenceImportJobCommandOutput) => void): void;
|
|
235
|
+
getReferenceImportJob(args: GetReferenceImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReferenceImportJobCommandOutput) => void): void;
|
|
236
|
+
/**
|
|
237
|
+
* <p>Gets information about a genome reference's metadata.</p>
|
|
238
|
+
*/
|
|
239
|
+
getReferenceMetadata(args: GetReferenceMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetReferenceMetadataCommandOutput>;
|
|
240
|
+
getReferenceMetadata(args: GetReferenceMetadataCommandInput, cb: (err: any, data?: GetReferenceMetadataCommandOutput) => void): void;
|
|
241
|
+
getReferenceMetadata(args: GetReferenceMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReferenceMetadataCommandOutput) => void): void;
|
|
242
|
+
/**
|
|
243
|
+
* <p>Gets information about a reference store.</p>
|
|
244
|
+
*/
|
|
245
|
+
getReferenceStore(args: GetReferenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<GetReferenceStoreCommandOutput>;
|
|
246
|
+
getReferenceStore(args: GetReferenceStoreCommandInput, cb: (err: any, data?: GetReferenceStoreCommandOutput) => void): void;
|
|
247
|
+
getReferenceStore(args: GetReferenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReferenceStoreCommandOutput) => void): void;
|
|
248
|
+
/**
|
|
249
|
+
* <p>Gets information about a workflow run.</p>
|
|
250
|
+
*/
|
|
251
|
+
getRun(args: GetRunCommandInput, options?: __HttpHandlerOptions): Promise<GetRunCommandOutput>;
|
|
252
|
+
getRun(args: GetRunCommandInput, cb: (err: any, data?: GetRunCommandOutput) => void): void;
|
|
253
|
+
getRun(args: GetRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRunCommandOutput) => void): void;
|
|
254
|
+
/**
|
|
255
|
+
* <p>Gets information about a workflow run group.</p>
|
|
256
|
+
*/
|
|
257
|
+
getRunGroup(args: GetRunGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetRunGroupCommandOutput>;
|
|
258
|
+
getRunGroup(args: GetRunGroupCommandInput, cb: (err: any, data?: GetRunGroupCommandOutput) => void): void;
|
|
259
|
+
getRunGroup(args: GetRunGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRunGroupCommandOutput) => void): void;
|
|
260
|
+
/**
|
|
261
|
+
* <p>Gets information about a workflow run task.</p>
|
|
262
|
+
*/
|
|
263
|
+
getRunTask(args: GetRunTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetRunTaskCommandOutput>;
|
|
264
|
+
getRunTask(args: GetRunTaskCommandInput, cb: (err: any, data?: GetRunTaskCommandOutput) => void): void;
|
|
265
|
+
getRunTask(args: GetRunTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRunTaskCommandOutput) => void): void;
|
|
266
|
+
/**
|
|
267
|
+
* <p>Gets information about a sequence store.</p>
|
|
268
|
+
*/
|
|
269
|
+
getSequenceStore(args: GetSequenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<GetSequenceStoreCommandOutput>;
|
|
270
|
+
getSequenceStore(args: GetSequenceStoreCommandInput, cb: (err: any, data?: GetSequenceStoreCommandOutput) => void): void;
|
|
271
|
+
getSequenceStore(args: GetSequenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSequenceStoreCommandOutput) => void): void;
|
|
272
|
+
/**
|
|
273
|
+
* <p>Gets information about a variant import job.</p>
|
|
274
|
+
*/
|
|
275
|
+
getVariantImportJob(args: GetVariantImportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetVariantImportJobCommandOutput>;
|
|
276
|
+
getVariantImportJob(args: GetVariantImportJobCommandInput, cb: (err: any, data?: GetVariantImportJobCommandOutput) => void): void;
|
|
277
|
+
getVariantImportJob(args: GetVariantImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVariantImportJobCommandOutput) => void): void;
|
|
278
|
+
/**
|
|
279
|
+
* <p>Gets information about a variant store.</p>
|
|
280
|
+
*/
|
|
281
|
+
getVariantStore(args: GetVariantStoreCommandInput, options?: __HttpHandlerOptions): Promise<GetVariantStoreCommandOutput>;
|
|
282
|
+
getVariantStore(args: GetVariantStoreCommandInput, cb: (err: any, data?: GetVariantStoreCommandOutput) => void): void;
|
|
283
|
+
getVariantStore(args: GetVariantStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVariantStoreCommandOutput) => void): void;
|
|
284
|
+
/**
|
|
285
|
+
* <p>Gets information about a workflow.</p>
|
|
286
|
+
*/
|
|
287
|
+
getWorkflow(args: GetWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowCommandOutput>;
|
|
288
|
+
getWorkflow(args: GetWorkflowCommandInput, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
|
|
289
|
+
getWorkflow(args: GetWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
|
|
290
|
+
/**
|
|
291
|
+
* <p>Retrieves a list of annotation import jobs.</p>
|
|
292
|
+
*/
|
|
293
|
+
listAnnotationImportJobs(args: ListAnnotationImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListAnnotationImportJobsCommandOutput>;
|
|
294
|
+
listAnnotationImportJobs(args: ListAnnotationImportJobsCommandInput, cb: (err: any, data?: ListAnnotationImportJobsCommandOutput) => void): void;
|
|
295
|
+
listAnnotationImportJobs(args: ListAnnotationImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnnotationImportJobsCommandOutput) => void): void;
|
|
296
|
+
/**
|
|
297
|
+
* <p>Retrieves a list of annotation stores.</p>
|
|
298
|
+
*/
|
|
299
|
+
listAnnotationStores(args: ListAnnotationStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListAnnotationStoresCommandOutput>;
|
|
300
|
+
listAnnotationStores(args: ListAnnotationStoresCommandInput, cb: (err: any, data?: ListAnnotationStoresCommandOutput) => void): void;
|
|
301
|
+
listAnnotationStores(args: ListAnnotationStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnnotationStoresCommandOutput) => void): void;
|
|
302
|
+
/**
|
|
303
|
+
* <p>Retrieves a list of read set activation jobs.</p>
|
|
304
|
+
*/
|
|
305
|
+
listReadSetActivationJobs(args: ListReadSetActivationJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListReadSetActivationJobsCommandOutput>;
|
|
306
|
+
listReadSetActivationJobs(args: ListReadSetActivationJobsCommandInput, cb: (err: any, data?: ListReadSetActivationJobsCommandOutput) => void): void;
|
|
307
|
+
listReadSetActivationJobs(args: ListReadSetActivationJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReadSetActivationJobsCommandOutput) => void): void;
|
|
308
|
+
/**
|
|
309
|
+
* <p>Retrieves a list of read set export jobs.</p>
|
|
310
|
+
*/
|
|
311
|
+
listReadSetExportJobs(args: ListReadSetExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListReadSetExportJobsCommandOutput>;
|
|
312
|
+
listReadSetExportJobs(args: ListReadSetExportJobsCommandInput, cb: (err: any, data?: ListReadSetExportJobsCommandOutput) => void): void;
|
|
313
|
+
listReadSetExportJobs(args: ListReadSetExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReadSetExportJobsCommandOutput) => void): void;
|
|
314
|
+
/**
|
|
315
|
+
* <p>Retrieves a list of read set import jobs.</p>
|
|
316
|
+
*/
|
|
317
|
+
listReadSetImportJobs(args: ListReadSetImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListReadSetImportJobsCommandOutput>;
|
|
318
|
+
listReadSetImportJobs(args: ListReadSetImportJobsCommandInput, cb: (err: any, data?: ListReadSetImportJobsCommandOutput) => void): void;
|
|
319
|
+
listReadSetImportJobs(args: ListReadSetImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReadSetImportJobsCommandOutput) => void): void;
|
|
320
|
+
/**
|
|
321
|
+
* <p>Retrieves a list of read sets.</p>
|
|
322
|
+
*/
|
|
323
|
+
listReadSets(args: ListReadSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListReadSetsCommandOutput>;
|
|
324
|
+
listReadSets(args: ListReadSetsCommandInput, cb: (err: any, data?: ListReadSetsCommandOutput) => void): void;
|
|
325
|
+
listReadSets(args: ListReadSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReadSetsCommandOutput) => void): void;
|
|
326
|
+
/**
|
|
327
|
+
* <p>Retrieves a list of reference import jobs.</p>
|
|
328
|
+
*/
|
|
329
|
+
listReferenceImportJobs(args: ListReferenceImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListReferenceImportJobsCommandOutput>;
|
|
330
|
+
listReferenceImportJobs(args: ListReferenceImportJobsCommandInput, cb: (err: any, data?: ListReferenceImportJobsCommandOutput) => void): void;
|
|
331
|
+
listReferenceImportJobs(args: ListReferenceImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReferenceImportJobsCommandOutput) => void): void;
|
|
332
|
+
/**
|
|
333
|
+
* <p>Retrieves a list of references.</p>
|
|
334
|
+
*/
|
|
335
|
+
listReferences(args: ListReferencesCommandInput, options?: __HttpHandlerOptions): Promise<ListReferencesCommandOutput>;
|
|
336
|
+
listReferences(args: ListReferencesCommandInput, cb: (err: any, data?: ListReferencesCommandOutput) => void): void;
|
|
337
|
+
listReferences(args: ListReferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReferencesCommandOutput) => void): void;
|
|
338
|
+
/**
|
|
339
|
+
* <p>Retrieves a list of reference stores.</p>
|
|
340
|
+
*/
|
|
341
|
+
listReferenceStores(args: ListReferenceStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListReferenceStoresCommandOutput>;
|
|
342
|
+
listReferenceStores(args: ListReferenceStoresCommandInput, cb: (err: any, data?: ListReferenceStoresCommandOutput) => void): void;
|
|
343
|
+
listReferenceStores(args: ListReferenceStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReferenceStoresCommandOutput) => void): void;
|
|
344
|
+
/**
|
|
345
|
+
* <p>Retrieves a list of run groups.</p>
|
|
346
|
+
*/
|
|
347
|
+
listRunGroups(args: ListRunGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListRunGroupsCommandOutput>;
|
|
348
|
+
listRunGroups(args: ListRunGroupsCommandInput, cb: (err: any, data?: ListRunGroupsCommandOutput) => void): void;
|
|
349
|
+
listRunGroups(args: ListRunGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRunGroupsCommandOutput) => void): void;
|
|
350
|
+
/**
|
|
351
|
+
* <p>Retrieves a list of runs.</p>
|
|
352
|
+
*/
|
|
353
|
+
listRuns(args: ListRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListRunsCommandOutput>;
|
|
354
|
+
listRuns(args: ListRunsCommandInput, cb: (err: any, data?: ListRunsCommandOutput) => void): void;
|
|
355
|
+
listRuns(args: ListRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRunsCommandOutput) => void): void;
|
|
356
|
+
/**
|
|
357
|
+
* <p>Retrieves a list of tasks for a run.</p>
|
|
358
|
+
*/
|
|
359
|
+
listRunTasks(args: ListRunTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListRunTasksCommandOutput>;
|
|
360
|
+
listRunTasks(args: ListRunTasksCommandInput, cb: (err: any, data?: ListRunTasksCommandOutput) => void): void;
|
|
361
|
+
listRunTasks(args: ListRunTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRunTasksCommandOutput) => void): void;
|
|
362
|
+
/**
|
|
363
|
+
* <p>Retrieves a list of sequence stores.</p>
|
|
364
|
+
*/
|
|
365
|
+
listSequenceStores(args: ListSequenceStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListSequenceStoresCommandOutput>;
|
|
366
|
+
listSequenceStores(args: ListSequenceStoresCommandInput, cb: (err: any, data?: ListSequenceStoresCommandOutput) => void): void;
|
|
367
|
+
listSequenceStores(args: ListSequenceStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSequenceStoresCommandOutput) => void): void;
|
|
368
|
+
/**
|
|
369
|
+
* <p>Retrieves a list of tags for a resource.</p>
|
|
370
|
+
*/
|
|
371
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
372
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
373
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
374
|
+
/**
|
|
375
|
+
* <p>Retrieves a list of variant import jobs.</p>
|
|
376
|
+
*/
|
|
377
|
+
listVariantImportJobs(args: ListVariantImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListVariantImportJobsCommandOutput>;
|
|
378
|
+
listVariantImportJobs(args: ListVariantImportJobsCommandInput, cb: (err: any, data?: ListVariantImportJobsCommandOutput) => void): void;
|
|
379
|
+
listVariantImportJobs(args: ListVariantImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVariantImportJobsCommandOutput) => void): void;
|
|
380
|
+
/**
|
|
381
|
+
* <p>Retrieves a list of variant stores.</p>
|
|
382
|
+
*/
|
|
383
|
+
listVariantStores(args: ListVariantStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListVariantStoresCommandOutput>;
|
|
384
|
+
listVariantStores(args: ListVariantStoresCommandInput, cb: (err: any, data?: ListVariantStoresCommandOutput) => void): void;
|
|
385
|
+
listVariantStores(args: ListVariantStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVariantStoresCommandOutput) => void): void;
|
|
386
|
+
/**
|
|
387
|
+
* <p>Retrieves a list of workflows.</p>
|
|
388
|
+
*/
|
|
389
|
+
listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
|
|
390
|
+
listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
|
|
391
|
+
listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
|
|
392
|
+
/**
|
|
393
|
+
* <p>Starts an annotation import job.</p>
|
|
394
|
+
*/
|
|
395
|
+
startAnnotationImportJob(args: StartAnnotationImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartAnnotationImportJobCommandOutput>;
|
|
396
|
+
startAnnotationImportJob(args: StartAnnotationImportJobCommandInput, cb: (err: any, data?: StartAnnotationImportJobCommandOutput) => void): void;
|
|
397
|
+
startAnnotationImportJob(args: StartAnnotationImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAnnotationImportJobCommandOutput) => void): void;
|
|
398
|
+
/**
|
|
399
|
+
* <p>Starts a read set activation job.</p>
|
|
400
|
+
*/
|
|
401
|
+
startReadSetActivationJob(args: StartReadSetActivationJobCommandInput, options?: __HttpHandlerOptions): Promise<StartReadSetActivationJobCommandOutput>;
|
|
402
|
+
startReadSetActivationJob(args: StartReadSetActivationJobCommandInput, cb: (err: any, data?: StartReadSetActivationJobCommandOutput) => void): void;
|
|
403
|
+
startReadSetActivationJob(args: StartReadSetActivationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReadSetActivationJobCommandOutput) => void): void;
|
|
404
|
+
/**
|
|
405
|
+
* <p>Starts a read set export job.</p>
|
|
406
|
+
*/
|
|
407
|
+
startReadSetExportJob(args: StartReadSetExportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartReadSetExportJobCommandOutput>;
|
|
408
|
+
startReadSetExportJob(args: StartReadSetExportJobCommandInput, cb: (err: any, data?: StartReadSetExportJobCommandOutput) => void): void;
|
|
409
|
+
startReadSetExportJob(args: StartReadSetExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReadSetExportJobCommandOutput) => void): void;
|
|
410
|
+
/**
|
|
411
|
+
* <p>Starts a read set import job.</p>
|
|
412
|
+
*/
|
|
413
|
+
startReadSetImportJob(args: StartReadSetImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartReadSetImportJobCommandOutput>;
|
|
414
|
+
startReadSetImportJob(args: StartReadSetImportJobCommandInput, cb: (err: any, data?: StartReadSetImportJobCommandOutput) => void): void;
|
|
415
|
+
startReadSetImportJob(args: StartReadSetImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReadSetImportJobCommandOutput) => void): void;
|
|
416
|
+
/**
|
|
417
|
+
* <p>Starts a reference import job.</p>
|
|
418
|
+
*/
|
|
419
|
+
startReferenceImportJob(args: StartReferenceImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartReferenceImportJobCommandOutput>;
|
|
420
|
+
startReferenceImportJob(args: StartReferenceImportJobCommandInput, cb: (err: any, data?: StartReferenceImportJobCommandOutput) => void): void;
|
|
421
|
+
startReferenceImportJob(args: StartReferenceImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReferenceImportJobCommandOutput) => void): void;
|
|
422
|
+
/**
|
|
423
|
+
* <p>Starts a run.</p>
|
|
424
|
+
*/
|
|
425
|
+
startRun(args: StartRunCommandInput, options?: __HttpHandlerOptions): Promise<StartRunCommandOutput>;
|
|
426
|
+
startRun(args: StartRunCommandInput, cb: (err: any, data?: StartRunCommandOutput) => void): void;
|
|
427
|
+
startRun(args: StartRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRunCommandOutput) => void): void;
|
|
428
|
+
/**
|
|
429
|
+
* <p>Starts a variant import job.</p>
|
|
430
|
+
*/
|
|
431
|
+
startVariantImportJob(args: StartVariantImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartVariantImportJobCommandOutput>;
|
|
432
|
+
startVariantImportJob(args: StartVariantImportJobCommandInput, cb: (err: any, data?: StartVariantImportJobCommandOutput) => void): void;
|
|
433
|
+
startVariantImportJob(args: StartVariantImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartVariantImportJobCommandOutput) => void): void;
|
|
434
|
+
/**
|
|
435
|
+
* <p>Tags a resource.</p>
|
|
436
|
+
*/
|
|
437
|
+
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
438
|
+
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
439
|
+
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
440
|
+
/**
|
|
441
|
+
* <p>Removes tags from a resource.</p>
|
|
442
|
+
*/
|
|
443
|
+
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
444
|
+
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
445
|
+
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
446
|
+
/**
|
|
447
|
+
* <p>Updates an annotation store.</p>
|
|
448
|
+
*/
|
|
449
|
+
updateAnnotationStore(args: UpdateAnnotationStoreCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAnnotationStoreCommandOutput>;
|
|
450
|
+
updateAnnotationStore(args: UpdateAnnotationStoreCommandInput, cb: (err: any, data?: UpdateAnnotationStoreCommandOutput) => void): void;
|
|
451
|
+
updateAnnotationStore(args: UpdateAnnotationStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAnnotationStoreCommandOutput) => void): void;
|
|
452
|
+
/**
|
|
453
|
+
* <p>Updates a run group.</p>
|
|
454
|
+
*/
|
|
455
|
+
updateRunGroup(args: UpdateRunGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRunGroupCommandOutput>;
|
|
456
|
+
updateRunGroup(args: UpdateRunGroupCommandInput, cb: (err: any, data?: UpdateRunGroupCommandOutput) => void): void;
|
|
457
|
+
updateRunGroup(args: UpdateRunGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRunGroupCommandOutput) => void): void;
|
|
458
|
+
/**
|
|
459
|
+
* <p>Updates a variant store.</p>
|
|
460
|
+
*/
|
|
461
|
+
updateVariantStore(args: UpdateVariantStoreCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVariantStoreCommandOutput>;
|
|
462
|
+
updateVariantStore(args: UpdateVariantStoreCommandInput, cb: (err: any, data?: UpdateVariantStoreCommandOutput) => void): void;
|
|
463
|
+
updateVariantStore(args: UpdateVariantStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVariantStoreCommandOutput) => void): void;
|
|
464
|
+
/**
|
|
465
|
+
* <p>Updates a workflow.</p>
|
|
466
|
+
*/
|
|
467
|
+
updateWorkflow(args: UpdateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkflowCommandOutput>;
|
|
468
|
+
updateWorkflow(args: UpdateWorkflowCommandInput, cb: (err: any, data?: UpdateWorkflowCommandOutput) => void): void;
|
|
469
|
+
updateWorkflow(args: UpdateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkflowCommandOutput) => void): void;
|
|
470
|
+
}
|