@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,1126 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchDeleteReadSetCommandInput,
|
|
4
|
+
BatchDeleteReadSetCommandOutput,
|
|
5
|
+
} from "./commands/BatchDeleteReadSetCommand";
|
|
6
|
+
import {
|
|
7
|
+
CancelAnnotationImportJobCommandInput,
|
|
8
|
+
CancelAnnotationImportJobCommandOutput,
|
|
9
|
+
} from "./commands/CancelAnnotationImportJobCommand";
|
|
10
|
+
import {
|
|
11
|
+
CancelRunCommandInput,
|
|
12
|
+
CancelRunCommandOutput,
|
|
13
|
+
} from "./commands/CancelRunCommand";
|
|
14
|
+
import {
|
|
15
|
+
CancelVariantImportJobCommandInput,
|
|
16
|
+
CancelVariantImportJobCommandOutput,
|
|
17
|
+
} from "./commands/CancelVariantImportJobCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateAnnotationStoreCommandInput,
|
|
20
|
+
CreateAnnotationStoreCommandOutput,
|
|
21
|
+
} from "./commands/CreateAnnotationStoreCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateReferenceStoreCommandInput,
|
|
24
|
+
CreateReferenceStoreCommandOutput,
|
|
25
|
+
} from "./commands/CreateReferenceStoreCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateRunGroupCommandInput,
|
|
28
|
+
CreateRunGroupCommandOutput,
|
|
29
|
+
} from "./commands/CreateRunGroupCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateSequenceStoreCommandInput,
|
|
32
|
+
CreateSequenceStoreCommandOutput,
|
|
33
|
+
} from "./commands/CreateSequenceStoreCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateVariantStoreCommandInput,
|
|
36
|
+
CreateVariantStoreCommandOutput,
|
|
37
|
+
} from "./commands/CreateVariantStoreCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateWorkflowCommandInput,
|
|
40
|
+
CreateWorkflowCommandOutput,
|
|
41
|
+
} from "./commands/CreateWorkflowCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteAnnotationStoreCommandInput,
|
|
44
|
+
DeleteAnnotationStoreCommandOutput,
|
|
45
|
+
} from "./commands/DeleteAnnotationStoreCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteReferenceCommandInput,
|
|
48
|
+
DeleteReferenceCommandOutput,
|
|
49
|
+
} from "./commands/DeleteReferenceCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteReferenceStoreCommandInput,
|
|
52
|
+
DeleteReferenceStoreCommandOutput,
|
|
53
|
+
} from "./commands/DeleteReferenceStoreCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteRunCommandInput,
|
|
56
|
+
DeleteRunCommandOutput,
|
|
57
|
+
} from "./commands/DeleteRunCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteRunGroupCommandInput,
|
|
60
|
+
DeleteRunGroupCommandOutput,
|
|
61
|
+
} from "./commands/DeleteRunGroupCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteSequenceStoreCommandInput,
|
|
64
|
+
DeleteSequenceStoreCommandOutput,
|
|
65
|
+
} from "./commands/DeleteSequenceStoreCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteVariantStoreCommandInput,
|
|
68
|
+
DeleteVariantStoreCommandOutput,
|
|
69
|
+
} from "./commands/DeleteVariantStoreCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteWorkflowCommandInput,
|
|
72
|
+
DeleteWorkflowCommandOutput,
|
|
73
|
+
} from "./commands/DeleteWorkflowCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetAnnotationImportJobCommandInput,
|
|
76
|
+
GetAnnotationImportJobCommandOutput,
|
|
77
|
+
} from "./commands/GetAnnotationImportJobCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetAnnotationStoreCommandInput,
|
|
80
|
+
GetAnnotationStoreCommandOutput,
|
|
81
|
+
} from "./commands/GetAnnotationStoreCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetReadSetActivationJobCommandInput,
|
|
84
|
+
GetReadSetActivationJobCommandOutput,
|
|
85
|
+
} from "./commands/GetReadSetActivationJobCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetReadSetCommandInput,
|
|
88
|
+
GetReadSetCommandOutput,
|
|
89
|
+
} from "./commands/GetReadSetCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetReadSetExportJobCommandInput,
|
|
92
|
+
GetReadSetExportJobCommandOutput,
|
|
93
|
+
} from "./commands/GetReadSetExportJobCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetReadSetImportJobCommandInput,
|
|
96
|
+
GetReadSetImportJobCommandOutput,
|
|
97
|
+
} from "./commands/GetReadSetImportJobCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetReadSetMetadataCommandInput,
|
|
100
|
+
GetReadSetMetadataCommandOutput,
|
|
101
|
+
} from "./commands/GetReadSetMetadataCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetReferenceCommandInput,
|
|
104
|
+
GetReferenceCommandOutput,
|
|
105
|
+
} from "./commands/GetReferenceCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetReferenceImportJobCommandInput,
|
|
108
|
+
GetReferenceImportJobCommandOutput,
|
|
109
|
+
} from "./commands/GetReferenceImportJobCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetReferenceMetadataCommandInput,
|
|
112
|
+
GetReferenceMetadataCommandOutput,
|
|
113
|
+
} from "./commands/GetReferenceMetadataCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetReferenceStoreCommandInput,
|
|
116
|
+
GetReferenceStoreCommandOutput,
|
|
117
|
+
} from "./commands/GetReferenceStoreCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetRunCommandInput,
|
|
120
|
+
GetRunCommandOutput,
|
|
121
|
+
} from "./commands/GetRunCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetRunGroupCommandInput,
|
|
124
|
+
GetRunGroupCommandOutput,
|
|
125
|
+
} from "./commands/GetRunGroupCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetRunTaskCommandInput,
|
|
128
|
+
GetRunTaskCommandOutput,
|
|
129
|
+
} from "./commands/GetRunTaskCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetSequenceStoreCommandInput,
|
|
132
|
+
GetSequenceStoreCommandOutput,
|
|
133
|
+
} from "./commands/GetSequenceStoreCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetVariantImportJobCommandInput,
|
|
136
|
+
GetVariantImportJobCommandOutput,
|
|
137
|
+
} from "./commands/GetVariantImportJobCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetVariantStoreCommandInput,
|
|
140
|
+
GetVariantStoreCommandOutput,
|
|
141
|
+
} from "./commands/GetVariantStoreCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetWorkflowCommandInput,
|
|
144
|
+
GetWorkflowCommandOutput,
|
|
145
|
+
} from "./commands/GetWorkflowCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListAnnotationImportJobsCommandInput,
|
|
148
|
+
ListAnnotationImportJobsCommandOutput,
|
|
149
|
+
} from "./commands/ListAnnotationImportJobsCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListAnnotationStoresCommandInput,
|
|
152
|
+
ListAnnotationStoresCommandOutput,
|
|
153
|
+
} from "./commands/ListAnnotationStoresCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListReadSetActivationJobsCommandInput,
|
|
156
|
+
ListReadSetActivationJobsCommandOutput,
|
|
157
|
+
} from "./commands/ListReadSetActivationJobsCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListReadSetExportJobsCommandInput,
|
|
160
|
+
ListReadSetExportJobsCommandOutput,
|
|
161
|
+
} from "./commands/ListReadSetExportJobsCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListReadSetImportJobsCommandInput,
|
|
164
|
+
ListReadSetImportJobsCommandOutput,
|
|
165
|
+
} from "./commands/ListReadSetImportJobsCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListReadSetsCommandInput,
|
|
168
|
+
ListReadSetsCommandOutput,
|
|
169
|
+
} from "./commands/ListReadSetsCommand";
|
|
170
|
+
import {
|
|
171
|
+
ListReferenceImportJobsCommandInput,
|
|
172
|
+
ListReferenceImportJobsCommandOutput,
|
|
173
|
+
} from "./commands/ListReferenceImportJobsCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListReferencesCommandInput,
|
|
176
|
+
ListReferencesCommandOutput,
|
|
177
|
+
} from "./commands/ListReferencesCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListReferenceStoresCommandInput,
|
|
180
|
+
ListReferenceStoresCommandOutput,
|
|
181
|
+
} from "./commands/ListReferenceStoresCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListRunGroupsCommandInput,
|
|
184
|
+
ListRunGroupsCommandOutput,
|
|
185
|
+
} from "./commands/ListRunGroupsCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListRunsCommandInput,
|
|
188
|
+
ListRunsCommandOutput,
|
|
189
|
+
} from "./commands/ListRunsCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListRunTasksCommandInput,
|
|
192
|
+
ListRunTasksCommandOutput,
|
|
193
|
+
} from "./commands/ListRunTasksCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListSequenceStoresCommandInput,
|
|
196
|
+
ListSequenceStoresCommandOutput,
|
|
197
|
+
} from "./commands/ListSequenceStoresCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListTagsForResourceCommandInput,
|
|
200
|
+
ListTagsForResourceCommandOutput,
|
|
201
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListVariantImportJobsCommandInput,
|
|
204
|
+
ListVariantImportJobsCommandOutput,
|
|
205
|
+
} from "./commands/ListVariantImportJobsCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListVariantStoresCommandInput,
|
|
208
|
+
ListVariantStoresCommandOutput,
|
|
209
|
+
} from "./commands/ListVariantStoresCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListWorkflowsCommandInput,
|
|
212
|
+
ListWorkflowsCommandOutput,
|
|
213
|
+
} from "./commands/ListWorkflowsCommand";
|
|
214
|
+
import {
|
|
215
|
+
StartAnnotationImportJobCommandInput,
|
|
216
|
+
StartAnnotationImportJobCommandOutput,
|
|
217
|
+
} from "./commands/StartAnnotationImportJobCommand";
|
|
218
|
+
import {
|
|
219
|
+
StartReadSetActivationJobCommandInput,
|
|
220
|
+
StartReadSetActivationJobCommandOutput,
|
|
221
|
+
} from "./commands/StartReadSetActivationJobCommand";
|
|
222
|
+
import {
|
|
223
|
+
StartReadSetExportJobCommandInput,
|
|
224
|
+
StartReadSetExportJobCommandOutput,
|
|
225
|
+
} from "./commands/StartReadSetExportJobCommand";
|
|
226
|
+
import {
|
|
227
|
+
StartReadSetImportJobCommandInput,
|
|
228
|
+
StartReadSetImportJobCommandOutput,
|
|
229
|
+
} from "./commands/StartReadSetImportJobCommand";
|
|
230
|
+
import {
|
|
231
|
+
StartReferenceImportJobCommandInput,
|
|
232
|
+
StartReferenceImportJobCommandOutput,
|
|
233
|
+
} from "./commands/StartReferenceImportJobCommand";
|
|
234
|
+
import {
|
|
235
|
+
StartRunCommandInput,
|
|
236
|
+
StartRunCommandOutput,
|
|
237
|
+
} from "./commands/StartRunCommand";
|
|
238
|
+
import {
|
|
239
|
+
StartVariantImportJobCommandInput,
|
|
240
|
+
StartVariantImportJobCommandOutput,
|
|
241
|
+
} from "./commands/StartVariantImportJobCommand";
|
|
242
|
+
import {
|
|
243
|
+
TagResourceCommandInput,
|
|
244
|
+
TagResourceCommandOutput,
|
|
245
|
+
} from "./commands/TagResourceCommand";
|
|
246
|
+
import {
|
|
247
|
+
UntagResourceCommandInput,
|
|
248
|
+
UntagResourceCommandOutput,
|
|
249
|
+
} from "./commands/UntagResourceCommand";
|
|
250
|
+
import {
|
|
251
|
+
UpdateAnnotationStoreCommandInput,
|
|
252
|
+
UpdateAnnotationStoreCommandOutput,
|
|
253
|
+
} from "./commands/UpdateAnnotationStoreCommand";
|
|
254
|
+
import {
|
|
255
|
+
UpdateRunGroupCommandInput,
|
|
256
|
+
UpdateRunGroupCommandOutput,
|
|
257
|
+
} from "./commands/UpdateRunGroupCommand";
|
|
258
|
+
import {
|
|
259
|
+
UpdateVariantStoreCommandInput,
|
|
260
|
+
UpdateVariantStoreCommandOutput,
|
|
261
|
+
} from "./commands/UpdateVariantStoreCommand";
|
|
262
|
+
import {
|
|
263
|
+
UpdateWorkflowCommandInput,
|
|
264
|
+
UpdateWorkflowCommandOutput,
|
|
265
|
+
} from "./commands/UpdateWorkflowCommand";
|
|
266
|
+
import { OmicsClient } from "./OmicsClient";
|
|
267
|
+
export declare class Omics extends OmicsClient {
|
|
268
|
+
batchDeleteReadSet(
|
|
269
|
+
args: BatchDeleteReadSetCommandInput,
|
|
270
|
+
options?: __HttpHandlerOptions
|
|
271
|
+
): Promise<BatchDeleteReadSetCommandOutput>;
|
|
272
|
+
batchDeleteReadSet(
|
|
273
|
+
args: BatchDeleteReadSetCommandInput,
|
|
274
|
+
cb: (err: any, data?: BatchDeleteReadSetCommandOutput) => void
|
|
275
|
+
): void;
|
|
276
|
+
batchDeleteReadSet(
|
|
277
|
+
args: BatchDeleteReadSetCommandInput,
|
|
278
|
+
options: __HttpHandlerOptions,
|
|
279
|
+
cb: (err: any, data?: BatchDeleteReadSetCommandOutput) => void
|
|
280
|
+
): void;
|
|
281
|
+
cancelAnnotationImportJob(
|
|
282
|
+
args: CancelAnnotationImportJobCommandInput,
|
|
283
|
+
options?: __HttpHandlerOptions
|
|
284
|
+
): Promise<CancelAnnotationImportJobCommandOutput>;
|
|
285
|
+
cancelAnnotationImportJob(
|
|
286
|
+
args: CancelAnnotationImportJobCommandInput,
|
|
287
|
+
cb: (err: any, data?: CancelAnnotationImportJobCommandOutput) => void
|
|
288
|
+
): void;
|
|
289
|
+
cancelAnnotationImportJob(
|
|
290
|
+
args: CancelAnnotationImportJobCommandInput,
|
|
291
|
+
options: __HttpHandlerOptions,
|
|
292
|
+
cb: (err: any, data?: CancelAnnotationImportJobCommandOutput) => void
|
|
293
|
+
): void;
|
|
294
|
+
cancelRun(
|
|
295
|
+
args: CancelRunCommandInput,
|
|
296
|
+
options?: __HttpHandlerOptions
|
|
297
|
+
): Promise<CancelRunCommandOutput>;
|
|
298
|
+
cancelRun(
|
|
299
|
+
args: CancelRunCommandInput,
|
|
300
|
+
cb: (err: any, data?: CancelRunCommandOutput) => void
|
|
301
|
+
): void;
|
|
302
|
+
cancelRun(
|
|
303
|
+
args: CancelRunCommandInput,
|
|
304
|
+
options: __HttpHandlerOptions,
|
|
305
|
+
cb: (err: any, data?: CancelRunCommandOutput) => void
|
|
306
|
+
): void;
|
|
307
|
+
cancelVariantImportJob(
|
|
308
|
+
args: CancelVariantImportJobCommandInput,
|
|
309
|
+
options?: __HttpHandlerOptions
|
|
310
|
+
): Promise<CancelVariantImportJobCommandOutput>;
|
|
311
|
+
cancelVariantImportJob(
|
|
312
|
+
args: CancelVariantImportJobCommandInput,
|
|
313
|
+
cb: (err: any, data?: CancelVariantImportJobCommandOutput) => void
|
|
314
|
+
): void;
|
|
315
|
+
cancelVariantImportJob(
|
|
316
|
+
args: CancelVariantImportJobCommandInput,
|
|
317
|
+
options: __HttpHandlerOptions,
|
|
318
|
+
cb: (err: any, data?: CancelVariantImportJobCommandOutput) => void
|
|
319
|
+
): void;
|
|
320
|
+
createAnnotationStore(
|
|
321
|
+
args: CreateAnnotationStoreCommandInput,
|
|
322
|
+
options?: __HttpHandlerOptions
|
|
323
|
+
): Promise<CreateAnnotationStoreCommandOutput>;
|
|
324
|
+
createAnnotationStore(
|
|
325
|
+
args: CreateAnnotationStoreCommandInput,
|
|
326
|
+
cb: (err: any, data?: CreateAnnotationStoreCommandOutput) => void
|
|
327
|
+
): void;
|
|
328
|
+
createAnnotationStore(
|
|
329
|
+
args: CreateAnnotationStoreCommandInput,
|
|
330
|
+
options: __HttpHandlerOptions,
|
|
331
|
+
cb: (err: any, data?: CreateAnnotationStoreCommandOutput) => void
|
|
332
|
+
): void;
|
|
333
|
+
createReferenceStore(
|
|
334
|
+
args: CreateReferenceStoreCommandInput,
|
|
335
|
+
options?: __HttpHandlerOptions
|
|
336
|
+
): Promise<CreateReferenceStoreCommandOutput>;
|
|
337
|
+
createReferenceStore(
|
|
338
|
+
args: CreateReferenceStoreCommandInput,
|
|
339
|
+
cb: (err: any, data?: CreateReferenceStoreCommandOutput) => void
|
|
340
|
+
): void;
|
|
341
|
+
createReferenceStore(
|
|
342
|
+
args: CreateReferenceStoreCommandInput,
|
|
343
|
+
options: __HttpHandlerOptions,
|
|
344
|
+
cb: (err: any, data?: CreateReferenceStoreCommandOutput) => void
|
|
345
|
+
): void;
|
|
346
|
+
createRunGroup(
|
|
347
|
+
args: CreateRunGroupCommandInput,
|
|
348
|
+
options?: __HttpHandlerOptions
|
|
349
|
+
): Promise<CreateRunGroupCommandOutput>;
|
|
350
|
+
createRunGroup(
|
|
351
|
+
args: CreateRunGroupCommandInput,
|
|
352
|
+
cb: (err: any, data?: CreateRunGroupCommandOutput) => void
|
|
353
|
+
): void;
|
|
354
|
+
createRunGroup(
|
|
355
|
+
args: CreateRunGroupCommandInput,
|
|
356
|
+
options: __HttpHandlerOptions,
|
|
357
|
+
cb: (err: any, data?: CreateRunGroupCommandOutput) => void
|
|
358
|
+
): void;
|
|
359
|
+
createSequenceStore(
|
|
360
|
+
args: CreateSequenceStoreCommandInput,
|
|
361
|
+
options?: __HttpHandlerOptions
|
|
362
|
+
): Promise<CreateSequenceStoreCommandOutput>;
|
|
363
|
+
createSequenceStore(
|
|
364
|
+
args: CreateSequenceStoreCommandInput,
|
|
365
|
+
cb: (err: any, data?: CreateSequenceStoreCommandOutput) => void
|
|
366
|
+
): void;
|
|
367
|
+
createSequenceStore(
|
|
368
|
+
args: CreateSequenceStoreCommandInput,
|
|
369
|
+
options: __HttpHandlerOptions,
|
|
370
|
+
cb: (err: any, data?: CreateSequenceStoreCommandOutput) => void
|
|
371
|
+
): void;
|
|
372
|
+
createVariantStore(
|
|
373
|
+
args: CreateVariantStoreCommandInput,
|
|
374
|
+
options?: __HttpHandlerOptions
|
|
375
|
+
): Promise<CreateVariantStoreCommandOutput>;
|
|
376
|
+
createVariantStore(
|
|
377
|
+
args: CreateVariantStoreCommandInput,
|
|
378
|
+
cb: (err: any, data?: CreateVariantStoreCommandOutput) => void
|
|
379
|
+
): void;
|
|
380
|
+
createVariantStore(
|
|
381
|
+
args: CreateVariantStoreCommandInput,
|
|
382
|
+
options: __HttpHandlerOptions,
|
|
383
|
+
cb: (err: any, data?: CreateVariantStoreCommandOutput) => void
|
|
384
|
+
): void;
|
|
385
|
+
createWorkflow(
|
|
386
|
+
args: CreateWorkflowCommandInput,
|
|
387
|
+
options?: __HttpHandlerOptions
|
|
388
|
+
): Promise<CreateWorkflowCommandOutput>;
|
|
389
|
+
createWorkflow(
|
|
390
|
+
args: CreateWorkflowCommandInput,
|
|
391
|
+
cb: (err: any, data?: CreateWorkflowCommandOutput) => void
|
|
392
|
+
): void;
|
|
393
|
+
createWorkflow(
|
|
394
|
+
args: CreateWorkflowCommandInput,
|
|
395
|
+
options: __HttpHandlerOptions,
|
|
396
|
+
cb: (err: any, data?: CreateWorkflowCommandOutput) => void
|
|
397
|
+
): void;
|
|
398
|
+
deleteAnnotationStore(
|
|
399
|
+
args: DeleteAnnotationStoreCommandInput,
|
|
400
|
+
options?: __HttpHandlerOptions
|
|
401
|
+
): Promise<DeleteAnnotationStoreCommandOutput>;
|
|
402
|
+
deleteAnnotationStore(
|
|
403
|
+
args: DeleteAnnotationStoreCommandInput,
|
|
404
|
+
cb: (err: any, data?: DeleteAnnotationStoreCommandOutput) => void
|
|
405
|
+
): void;
|
|
406
|
+
deleteAnnotationStore(
|
|
407
|
+
args: DeleteAnnotationStoreCommandInput,
|
|
408
|
+
options: __HttpHandlerOptions,
|
|
409
|
+
cb: (err: any, data?: DeleteAnnotationStoreCommandOutput) => void
|
|
410
|
+
): void;
|
|
411
|
+
deleteReference(
|
|
412
|
+
args: DeleteReferenceCommandInput,
|
|
413
|
+
options?: __HttpHandlerOptions
|
|
414
|
+
): Promise<DeleteReferenceCommandOutput>;
|
|
415
|
+
deleteReference(
|
|
416
|
+
args: DeleteReferenceCommandInput,
|
|
417
|
+
cb: (err: any, data?: DeleteReferenceCommandOutput) => void
|
|
418
|
+
): void;
|
|
419
|
+
deleteReference(
|
|
420
|
+
args: DeleteReferenceCommandInput,
|
|
421
|
+
options: __HttpHandlerOptions,
|
|
422
|
+
cb: (err: any, data?: DeleteReferenceCommandOutput) => void
|
|
423
|
+
): void;
|
|
424
|
+
deleteReferenceStore(
|
|
425
|
+
args: DeleteReferenceStoreCommandInput,
|
|
426
|
+
options?: __HttpHandlerOptions
|
|
427
|
+
): Promise<DeleteReferenceStoreCommandOutput>;
|
|
428
|
+
deleteReferenceStore(
|
|
429
|
+
args: DeleteReferenceStoreCommandInput,
|
|
430
|
+
cb: (err: any, data?: DeleteReferenceStoreCommandOutput) => void
|
|
431
|
+
): void;
|
|
432
|
+
deleteReferenceStore(
|
|
433
|
+
args: DeleteReferenceStoreCommandInput,
|
|
434
|
+
options: __HttpHandlerOptions,
|
|
435
|
+
cb: (err: any, data?: DeleteReferenceStoreCommandOutput) => void
|
|
436
|
+
): void;
|
|
437
|
+
deleteRun(
|
|
438
|
+
args: DeleteRunCommandInput,
|
|
439
|
+
options?: __HttpHandlerOptions
|
|
440
|
+
): Promise<DeleteRunCommandOutput>;
|
|
441
|
+
deleteRun(
|
|
442
|
+
args: DeleteRunCommandInput,
|
|
443
|
+
cb: (err: any, data?: DeleteRunCommandOutput) => void
|
|
444
|
+
): void;
|
|
445
|
+
deleteRun(
|
|
446
|
+
args: DeleteRunCommandInput,
|
|
447
|
+
options: __HttpHandlerOptions,
|
|
448
|
+
cb: (err: any, data?: DeleteRunCommandOutput) => void
|
|
449
|
+
): void;
|
|
450
|
+
deleteRunGroup(
|
|
451
|
+
args: DeleteRunGroupCommandInput,
|
|
452
|
+
options?: __HttpHandlerOptions
|
|
453
|
+
): Promise<DeleteRunGroupCommandOutput>;
|
|
454
|
+
deleteRunGroup(
|
|
455
|
+
args: DeleteRunGroupCommandInput,
|
|
456
|
+
cb: (err: any, data?: DeleteRunGroupCommandOutput) => void
|
|
457
|
+
): void;
|
|
458
|
+
deleteRunGroup(
|
|
459
|
+
args: DeleteRunGroupCommandInput,
|
|
460
|
+
options: __HttpHandlerOptions,
|
|
461
|
+
cb: (err: any, data?: DeleteRunGroupCommandOutput) => void
|
|
462
|
+
): void;
|
|
463
|
+
deleteSequenceStore(
|
|
464
|
+
args: DeleteSequenceStoreCommandInput,
|
|
465
|
+
options?: __HttpHandlerOptions
|
|
466
|
+
): Promise<DeleteSequenceStoreCommandOutput>;
|
|
467
|
+
deleteSequenceStore(
|
|
468
|
+
args: DeleteSequenceStoreCommandInput,
|
|
469
|
+
cb: (err: any, data?: DeleteSequenceStoreCommandOutput) => void
|
|
470
|
+
): void;
|
|
471
|
+
deleteSequenceStore(
|
|
472
|
+
args: DeleteSequenceStoreCommandInput,
|
|
473
|
+
options: __HttpHandlerOptions,
|
|
474
|
+
cb: (err: any, data?: DeleteSequenceStoreCommandOutput) => void
|
|
475
|
+
): void;
|
|
476
|
+
deleteVariantStore(
|
|
477
|
+
args: DeleteVariantStoreCommandInput,
|
|
478
|
+
options?: __HttpHandlerOptions
|
|
479
|
+
): Promise<DeleteVariantStoreCommandOutput>;
|
|
480
|
+
deleteVariantStore(
|
|
481
|
+
args: DeleteVariantStoreCommandInput,
|
|
482
|
+
cb: (err: any, data?: DeleteVariantStoreCommandOutput) => void
|
|
483
|
+
): void;
|
|
484
|
+
deleteVariantStore(
|
|
485
|
+
args: DeleteVariantStoreCommandInput,
|
|
486
|
+
options: __HttpHandlerOptions,
|
|
487
|
+
cb: (err: any, data?: DeleteVariantStoreCommandOutput) => void
|
|
488
|
+
): void;
|
|
489
|
+
deleteWorkflow(
|
|
490
|
+
args: DeleteWorkflowCommandInput,
|
|
491
|
+
options?: __HttpHandlerOptions
|
|
492
|
+
): Promise<DeleteWorkflowCommandOutput>;
|
|
493
|
+
deleteWorkflow(
|
|
494
|
+
args: DeleteWorkflowCommandInput,
|
|
495
|
+
cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
|
|
496
|
+
): void;
|
|
497
|
+
deleteWorkflow(
|
|
498
|
+
args: DeleteWorkflowCommandInput,
|
|
499
|
+
options: __HttpHandlerOptions,
|
|
500
|
+
cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
|
|
501
|
+
): void;
|
|
502
|
+
getAnnotationImportJob(
|
|
503
|
+
args: GetAnnotationImportJobCommandInput,
|
|
504
|
+
options?: __HttpHandlerOptions
|
|
505
|
+
): Promise<GetAnnotationImportJobCommandOutput>;
|
|
506
|
+
getAnnotationImportJob(
|
|
507
|
+
args: GetAnnotationImportJobCommandInput,
|
|
508
|
+
cb: (err: any, data?: GetAnnotationImportJobCommandOutput) => void
|
|
509
|
+
): void;
|
|
510
|
+
getAnnotationImportJob(
|
|
511
|
+
args: GetAnnotationImportJobCommandInput,
|
|
512
|
+
options: __HttpHandlerOptions,
|
|
513
|
+
cb: (err: any, data?: GetAnnotationImportJobCommandOutput) => void
|
|
514
|
+
): void;
|
|
515
|
+
getAnnotationStore(
|
|
516
|
+
args: GetAnnotationStoreCommandInput,
|
|
517
|
+
options?: __HttpHandlerOptions
|
|
518
|
+
): Promise<GetAnnotationStoreCommandOutput>;
|
|
519
|
+
getAnnotationStore(
|
|
520
|
+
args: GetAnnotationStoreCommandInput,
|
|
521
|
+
cb: (err: any, data?: GetAnnotationStoreCommandOutput) => void
|
|
522
|
+
): void;
|
|
523
|
+
getAnnotationStore(
|
|
524
|
+
args: GetAnnotationStoreCommandInput,
|
|
525
|
+
options: __HttpHandlerOptions,
|
|
526
|
+
cb: (err: any, data?: GetAnnotationStoreCommandOutput) => void
|
|
527
|
+
): void;
|
|
528
|
+
getReadSet(
|
|
529
|
+
args: GetReadSetCommandInput,
|
|
530
|
+
options?: __HttpHandlerOptions
|
|
531
|
+
): Promise<GetReadSetCommandOutput>;
|
|
532
|
+
getReadSet(
|
|
533
|
+
args: GetReadSetCommandInput,
|
|
534
|
+
cb: (err: any, data?: GetReadSetCommandOutput) => void
|
|
535
|
+
): void;
|
|
536
|
+
getReadSet(
|
|
537
|
+
args: GetReadSetCommandInput,
|
|
538
|
+
options: __HttpHandlerOptions,
|
|
539
|
+
cb: (err: any, data?: GetReadSetCommandOutput) => void
|
|
540
|
+
): void;
|
|
541
|
+
getReadSetActivationJob(
|
|
542
|
+
args: GetReadSetActivationJobCommandInput,
|
|
543
|
+
options?: __HttpHandlerOptions
|
|
544
|
+
): Promise<GetReadSetActivationJobCommandOutput>;
|
|
545
|
+
getReadSetActivationJob(
|
|
546
|
+
args: GetReadSetActivationJobCommandInput,
|
|
547
|
+
cb: (err: any, data?: GetReadSetActivationJobCommandOutput) => void
|
|
548
|
+
): void;
|
|
549
|
+
getReadSetActivationJob(
|
|
550
|
+
args: GetReadSetActivationJobCommandInput,
|
|
551
|
+
options: __HttpHandlerOptions,
|
|
552
|
+
cb: (err: any, data?: GetReadSetActivationJobCommandOutput) => void
|
|
553
|
+
): void;
|
|
554
|
+
getReadSetExportJob(
|
|
555
|
+
args: GetReadSetExportJobCommandInput,
|
|
556
|
+
options?: __HttpHandlerOptions
|
|
557
|
+
): Promise<GetReadSetExportJobCommandOutput>;
|
|
558
|
+
getReadSetExportJob(
|
|
559
|
+
args: GetReadSetExportJobCommandInput,
|
|
560
|
+
cb: (err: any, data?: GetReadSetExportJobCommandOutput) => void
|
|
561
|
+
): void;
|
|
562
|
+
getReadSetExportJob(
|
|
563
|
+
args: GetReadSetExportJobCommandInput,
|
|
564
|
+
options: __HttpHandlerOptions,
|
|
565
|
+
cb: (err: any, data?: GetReadSetExportJobCommandOutput) => void
|
|
566
|
+
): void;
|
|
567
|
+
getReadSetImportJob(
|
|
568
|
+
args: GetReadSetImportJobCommandInput,
|
|
569
|
+
options?: __HttpHandlerOptions
|
|
570
|
+
): Promise<GetReadSetImportJobCommandOutput>;
|
|
571
|
+
getReadSetImportJob(
|
|
572
|
+
args: GetReadSetImportJobCommandInput,
|
|
573
|
+
cb: (err: any, data?: GetReadSetImportJobCommandOutput) => void
|
|
574
|
+
): void;
|
|
575
|
+
getReadSetImportJob(
|
|
576
|
+
args: GetReadSetImportJobCommandInput,
|
|
577
|
+
options: __HttpHandlerOptions,
|
|
578
|
+
cb: (err: any, data?: GetReadSetImportJobCommandOutput) => void
|
|
579
|
+
): void;
|
|
580
|
+
getReadSetMetadata(
|
|
581
|
+
args: GetReadSetMetadataCommandInput,
|
|
582
|
+
options?: __HttpHandlerOptions
|
|
583
|
+
): Promise<GetReadSetMetadataCommandOutput>;
|
|
584
|
+
getReadSetMetadata(
|
|
585
|
+
args: GetReadSetMetadataCommandInput,
|
|
586
|
+
cb: (err: any, data?: GetReadSetMetadataCommandOutput) => void
|
|
587
|
+
): void;
|
|
588
|
+
getReadSetMetadata(
|
|
589
|
+
args: GetReadSetMetadataCommandInput,
|
|
590
|
+
options: __HttpHandlerOptions,
|
|
591
|
+
cb: (err: any, data?: GetReadSetMetadataCommandOutput) => void
|
|
592
|
+
): void;
|
|
593
|
+
getReference(
|
|
594
|
+
args: GetReferenceCommandInput,
|
|
595
|
+
options?: __HttpHandlerOptions
|
|
596
|
+
): Promise<GetReferenceCommandOutput>;
|
|
597
|
+
getReference(
|
|
598
|
+
args: GetReferenceCommandInput,
|
|
599
|
+
cb: (err: any, data?: GetReferenceCommandOutput) => void
|
|
600
|
+
): void;
|
|
601
|
+
getReference(
|
|
602
|
+
args: GetReferenceCommandInput,
|
|
603
|
+
options: __HttpHandlerOptions,
|
|
604
|
+
cb: (err: any, data?: GetReferenceCommandOutput) => void
|
|
605
|
+
): void;
|
|
606
|
+
getReferenceImportJob(
|
|
607
|
+
args: GetReferenceImportJobCommandInput,
|
|
608
|
+
options?: __HttpHandlerOptions
|
|
609
|
+
): Promise<GetReferenceImportJobCommandOutput>;
|
|
610
|
+
getReferenceImportJob(
|
|
611
|
+
args: GetReferenceImportJobCommandInput,
|
|
612
|
+
cb: (err: any, data?: GetReferenceImportJobCommandOutput) => void
|
|
613
|
+
): void;
|
|
614
|
+
getReferenceImportJob(
|
|
615
|
+
args: GetReferenceImportJobCommandInput,
|
|
616
|
+
options: __HttpHandlerOptions,
|
|
617
|
+
cb: (err: any, data?: GetReferenceImportJobCommandOutput) => void
|
|
618
|
+
): void;
|
|
619
|
+
getReferenceMetadata(
|
|
620
|
+
args: GetReferenceMetadataCommandInput,
|
|
621
|
+
options?: __HttpHandlerOptions
|
|
622
|
+
): Promise<GetReferenceMetadataCommandOutput>;
|
|
623
|
+
getReferenceMetadata(
|
|
624
|
+
args: GetReferenceMetadataCommandInput,
|
|
625
|
+
cb: (err: any, data?: GetReferenceMetadataCommandOutput) => void
|
|
626
|
+
): void;
|
|
627
|
+
getReferenceMetadata(
|
|
628
|
+
args: GetReferenceMetadataCommandInput,
|
|
629
|
+
options: __HttpHandlerOptions,
|
|
630
|
+
cb: (err: any, data?: GetReferenceMetadataCommandOutput) => void
|
|
631
|
+
): void;
|
|
632
|
+
getReferenceStore(
|
|
633
|
+
args: GetReferenceStoreCommandInput,
|
|
634
|
+
options?: __HttpHandlerOptions
|
|
635
|
+
): Promise<GetReferenceStoreCommandOutput>;
|
|
636
|
+
getReferenceStore(
|
|
637
|
+
args: GetReferenceStoreCommandInput,
|
|
638
|
+
cb: (err: any, data?: GetReferenceStoreCommandOutput) => void
|
|
639
|
+
): void;
|
|
640
|
+
getReferenceStore(
|
|
641
|
+
args: GetReferenceStoreCommandInput,
|
|
642
|
+
options: __HttpHandlerOptions,
|
|
643
|
+
cb: (err: any, data?: GetReferenceStoreCommandOutput) => void
|
|
644
|
+
): void;
|
|
645
|
+
getRun(
|
|
646
|
+
args: GetRunCommandInput,
|
|
647
|
+
options?: __HttpHandlerOptions
|
|
648
|
+
): Promise<GetRunCommandOutput>;
|
|
649
|
+
getRun(
|
|
650
|
+
args: GetRunCommandInput,
|
|
651
|
+
cb: (err: any, data?: GetRunCommandOutput) => void
|
|
652
|
+
): void;
|
|
653
|
+
getRun(
|
|
654
|
+
args: GetRunCommandInput,
|
|
655
|
+
options: __HttpHandlerOptions,
|
|
656
|
+
cb: (err: any, data?: GetRunCommandOutput) => void
|
|
657
|
+
): void;
|
|
658
|
+
getRunGroup(
|
|
659
|
+
args: GetRunGroupCommandInput,
|
|
660
|
+
options?: __HttpHandlerOptions
|
|
661
|
+
): Promise<GetRunGroupCommandOutput>;
|
|
662
|
+
getRunGroup(
|
|
663
|
+
args: GetRunGroupCommandInput,
|
|
664
|
+
cb: (err: any, data?: GetRunGroupCommandOutput) => void
|
|
665
|
+
): void;
|
|
666
|
+
getRunGroup(
|
|
667
|
+
args: GetRunGroupCommandInput,
|
|
668
|
+
options: __HttpHandlerOptions,
|
|
669
|
+
cb: (err: any, data?: GetRunGroupCommandOutput) => void
|
|
670
|
+
): void;
|
|
671
|
+
getRunTask(
|
|
672
|
+
args: GetRunTaskCommandInput,
|
|
673
|
+
options?: __HttpHandlerOptions
|
|
674
|
+
): Promise<GetRunTaskCommandOutput>;
|
|
675
|
+
getRunTask(
|
|
676
|
+
args: GetRunTaskCommandInput,
|
|
677
|
+
cb: (err: any, data?: GetRunTaskCommandOutput) => void
|
|
678
|
+
): void;
|
|
679
|
+
getRunTask(
|
|
680
|
+
args: GetRunTaskCommandInput,
|
|
681
|
+
options: __HttpHandlerOptions,
|
|
682
|
+
cb: (err: any, data?: GetRunTaskCommandOutput) => void
|
|
683
|
+
): void;
|
|
684
|
+
getSequenceStore(
|
|
685
|
+
args: GetSequenceStoreCommandInput,
|
|
686
|
+
options?: __HttpHandlerOptions
|
|
687
|
+
): Promise<GetSequenceStoreCommandOutput>;
|
|
688
|
+
getSequenceStore(
|
|
689
|
+
args: GetSequenceStoreCommandInput,
|
|
690
|
+
cb: (err: any, data?: GetSequenceStoreCommandOutput) => void
|
|
691
|
+
): void;
|
|
692
|
+
getSequenceStore(
|
|
693
|
+
args: GetSequenceStoreCommandInput,
|
|
694
|
+
options: __HttpHandlerOptions,
|
|
695
|
+
cb: (err: any, data?: GetSequenceStoreCommandOutput) => void
|
|
696
|
+
): void;
|
|
697
|
+
getVariantImportJob(
|
|
698
|
+
args: GetVariantImportJobCommandInput,
|
|
699
|
+
options?: __HttpHandlerOptions
|
|
700
|
+
): Promise<GetVariantImportJobCommandOutput>;
|
|
701
|
+
getVariantImportJob(
|
|
702
|
+
args: GetVariantImportJobCommandInput,
|
|
703
|
+
cb: (err: any, data?: GetVariantImportJobCommandOutput) => void
|
|
704
|
+
): void;
|
|
705
|
+
getVariantImportJob(
|
|
706
|
+
args: GetVariantImportJobCommandInput,
|
|
707
|
+
options: __HttpHandlerOptions,
|
|
708
|
+
cb: (err: any, data?: GetVariantImportJobCommandOutput) => void
|
|
709
|
+
): void;
|
|
710
|
+
getVariantStore(
|
|
711
|
+
args: GetVariantStoreCommandInput,
|
|
712
|
+
options?: __HttpHandlerOptions
|
|
713
|
+
): Promise<GetVariantStoreCommandOutput>;
|
|
714
|
+
getVariantStore(
|
|
715
|
+
args: GetVariantStoreCommandInput,
|
|
716
|
+
cb: (err: any, data?: GetVariantStoreCommandOutput) => void
|
|
717
|
+
): void;
|
|
718
|
+
getVariantStore(
|
|
719
|
+
args: GetVariantStoreCommandInput,
|
|
720
|
+
options: __HttpHandlerOptions,
|
|
721
|
+
cb: (err: any, data?: GetVariantStoreCommandOutput) => void
|
|
722
|
+
): void;
|
|
723
|
+
getWorkflow(
|
|
724
|
+
args: GetWorkflowCommandInput,
|
|
725
|
+
options?: __HttpHandlerOptions
|
|
726
|
+
): Promise<GetWorkflowCommandOutput>;
|
|
727
|
+
getWorkflow(
|
|
728
|
+
args: GetWorkflowCommandInput,
|
|
729
|
+
cb: (err: any, data?: GetWorkflowCommandOutput) => void
|
|
730
|
+
): void;
|
|
731
|
+
getWorkflow(
|
|
732
|
+
args: GetWorkflowCommandInput,
|
|
733
|
+
options: __HttpHandlerOptions,
|
|
734
|
+
cb: (err: any, data?: GetWorkflowCommandOutput) => void
|
|
735
|
+
): void;
|
|
736
|
+
listAnnotationImportJobs(
|
|
737
|
+
args: ListAnnotationImportJobsCommandInput,
|
|
738
|
+
options?: __HttpHandlerOptions
|
|
739
|
+
): Promise<ListAnnotationImportJobsCommandOutput>;
|
|
740
|
+
listAnnotationImportJobs(
|
|
741
|
+
args: ListAnnotationImportJobsCommandInput,
|
|
742
|
+
cb: (err: any, data?: ListAnnotationImportJobsCommandOutput) => void
|
|
743
|
+
): void;
|
|
744
|
+
listAnnotationImportJobs(
|
|
745
|
+
args: ListAnnotationImportJobsCommandInput,
|
|
746
|
+
options: __HttpHandlerOptions,
|
|
747
|
+
cb: (err: any, data?: ListAnnotationImportJobsCommandOutput) => void
|
|
748
|
+
): void;
|
|
749
|
+
listAnnotationStores(
|
|
750
|
+
args: ListAnnotationStoresCommandInput,
|
|
751
|
+
options?: __HttpHandlerOptions
|
|
752
|
+
): Promise<ListAnnotationStoresCommandOutput>;
|
|
753
|
+
listAnnotationStores(
|
|
754
|
+
args: ListAnnotationStoresCommandInput,
|
|
755
|
+
cb: (err: any, data?: ListAnnotationStoresCommandOutput) => void
|
|
756
|
+
): void;
|
|
757
|
+
listAnnotationStores(
|
|
758
|
+
args: ListAnnotationStoresCommandInput,
|
|
759
|
+
options: __HttpHandlerOptions,
|
|
760
|
+
cb: (err: any, data?: ListAnnotationStoresCommandOutput) => void
|
|
761
|
+
): void;
|
|
762
|
+
listReadSetActivationJobs(
|
|
763
|
+
args: ListReadSetActivationJobsCommandInput,
|
|
764
|
+
options?: __HttpHandlerOptions
|
|
765
|
+
): Promise<ListReadSetActivationJobsCommandOutput>;
|
|
766
|
+
listReadSetActivationJobs(
|
|
767
|
+
args: ListReadSetActivationJobsCommandInput,
|
|
768
|
+
cb: (err: any, data?: ListReadSetActivationJobsCommandOutput) => void
|
|
769
|
+
): void;
|
|
770
|
+
listReadSetActivationJobs(
|
|
771
|
+
args: ListReadSetActivationJobsCommandInput,
|
|
772
|
+
options: __HttpHandlerOptions,
|
|
773
|
+
cb: (err: any, data?: ListReadSetActivationJobsCommandOutput) => void
|
|
774
|
+
): void;
|
|
775
|
+
listReadSetExportJobs(
|
|
776
|
+
args: ListReadSetExportJobsCommandInput,
|
|
777
|
+
options?: __HttpHandlerOptions
|
|
778
|
+
): Promise<ListReadSetExportJobsCommandOutput>;
|
|
779
|
+
listReadSetExportJobs(
|
|
780
|
+
args: ListReadSetExportJobsCommandInput,
|
|
781
|
+
cb: (err: any, data?: ListReadSetExportJobsCommandOutput) => void
|
|
782
|
+
): void;
|
|
783
|
+
listReadSetExportJobs(
|
|
784
|
+
args: ListReadSetExportJobsCommandInput,
|
|
785
|
+
options: __HttpHandlerOptions,
|
|
786
|
+
cb: (err: any, data?: ListReadSetExportJobsCommandOutput) => void
|
|
787
|
+
): void;
|
|
788
|
+
listReadSetImportJobs(
|
|
789
|
+
args: ListReadSetImportJobsCommandInput,
|
|
790
|
+
options?: __HttpHandlerOptions
|
|
791
|
+
): Promise<ListReadSetImportJobsCommandOutput>;
|
|
792
|
+
listReadSetImportJobs(
|
|
793
|
+
args: ListReadSetImportJobsCommandInput,
|
|
794
|
+
cb: (err: any, data?: ListReadSetImportJobsCommandOutput) => void
|
|
795
|
+
): void;
|
|
796
|
+
listReadSetImportJobs(
|
|
797
|
+
args: ListReadSetImportJobsCommandInput,
|
|
798
|
+
options: __HttpHandlerOptions,
|
|
799
|
+
cb: (err: any, data?: ListReadSetImportJobsCommandOutput) => void
|
|
800
|
+
): void;
|
|
801
|
+
listReadSets(
|
|
802
|
+
args: ListReadSetsCommandInput,
|
|
803
|
+
options?: __HttpHandlerOptions
|
|
804
|
+
): Promise<ListReadSetsCommandOutput>;
|
|
805
|
+
listReadSets(
|
|
806
|
+
args: ListReadSetsCommandInput,
|
|
807
|
+
cb: (err: any, data?: ListReadSetsCommandOutput) => void
|
|
808
|
+
): void;
|
|
809
|
+
listReadSets(
|
|
810
|
+
args: ListReadSetsCommandInput,
|
|
811
|
+
options: __HttpHandlerOptions,
|
|
812
|
+
cb: (err: any, data?: ListReadSetsCommandOutput) => void
|
|
813
|
+
): void;
|
|
814
|
+
listReferenceImportJobs(
|
|
815
|
+
args: ListReferenceImportJobsCommandInput,
|
|
816
|
+
options?: __HttpHandlerOptions
|
|
817
|
+
): Promise<ListReferenceImportJobsCommandOutput>;
|
|
818
|
+
listReferenceImportJobs(
|
|
819
|
+
args: ListReferenceImportJobsCommandInput,
|
|
820
|
+
cb: (err: any, data?: ListReferenceImportJobsCommandOutput) => void
|
|
821
|
+
): void;
|
|
822
|
+
listReferenceImportJobs(
|
|
823
|
+
args: ListReferenceImportJobsCommandInput,
|
|
824
|
+
options: __HttpHandlerOptions,
|
|
825
|
+
cb: (err: any, data?: ListReferenceImportJobsCommandOutput) => void
|
|
826
|
+
): void;
|
|
827
|
+
listReferences(
|
|
828
|
+
args: ListReferencesCommandInput,
|
|
829
|
+
options?: __HttpHandlerOptions
|
|
830
|
+
): Promise<ListReferencesCommandOutput>;
|
|
831
|
+
listReferences(
|
|
832
|
+
args: ListReferencesCommandInput,
|
|
833
|
+
cb: (err: any, data?: ListReferencesCommandOutput) => void
|
|
834
|
+
): void;
|
|
835
|
+
listReferences(
|
|
836
|
+
args: ListReferencesCommandInput,
|
|
837
|
+
options: __HttpHandlerOptions,
|
|
838
|
+
cb: (err: any, data?: ListReferencesCommandOutput) => void
|
|
839
|
+
): void;
|
|
840
|
+
listReferenceStores(
|
|
841
|
+
args: ListReferenceStoresCommandInput,
|
|
842
|
+
options?: __HttpHandlerOptions
|
|
843
|
+
): Promise<ListReferenceStoresCommandOutput>;
|
|
844
|
+
listReferenceStores(
|
|
845
|
+
args: ListReferenceStoresCommandInput,
|
|
846
|
+
cb: (err: any, data?: ListReferenceStoresCommandOutput) => void
|
|
847
|
+
): void;
|
|
848
|
+
listReferenceStores(
|
|
849
|
+
args: ListReferenceStoresCommandInput,
|
|
850
|
+
options: __HttpHandlerOptions,
|
|
851
|
+
cb: (err: any, data?: ListReferenceStoresCommandOutput) => void
|
|
852
|
+
): void;
|
|
853
|
+
listRunGroups(
|
|
854
|
+
args: ListRunGroupsCommandInput,
|
|
855
|
+
options?: __HttpHandlerOptions
|
|
856
|
+
): Promise<ListRunGroupsCommandOutput>;
|
|
857
|
+
listRunGroups(
|
|
858
|
+
args: ListRunGroupsCommandInput,
|
|
859
|
+
cb: (err: any, data?: ListRunGroupsCommandOutput) => void
|
|
860
|
+
): void;
|
|
861
|
+
listRunGroups(
|
|
862
|
+
args: ListRunGroupsCommandInput,
|
|
863
|
+
options: __HttpHandlerOptions,
|
|
864
|
+
cb: (err: any, data?: ListRunGroupsCommandOutput) => void
|
|
865
|
+
): void;
|
|
866
|
+
listRuns(
|
|
867
|
+
args: ListRunsCommandInput,
|
|
868
|
+
options?: __HttpHandlerOptions
|
|
869
|
+
): Promise<ListRunsCommandOutput>;
|
|
870
|
+
listRuns(
|
|
871
|
+
args: ListRunsCommandInput,
|
|
872
|
+
cb: (err: any, data?: ListRunsCommandOutput) => void
|
|
873
|
+
): void;
|
|
874
|
+
listRuns(
|
|
875
|
+
args: ListRunsCommandInput,
|
|
876
|
+
options: __HttpHandlerOptions,
|
|
877
|
+
cb: (err: any, data?: ListRunsCommandOutput) => void
|
|
878
|
+
): void;
|
|
879
|
+
listRunTasks(
|
|
880
|
+
args: ListRunTasksCommandInput,
|
|
881
|
+
options?: __HttpHandlerOptions
|
|
882
|
+
): Promise<ListRunTasksCommandOutput>;
|
|
883
|
+
listRunTasks(
|
|
884
|
+
args: ListRunTasksCommandInput,
|
|
885
|
+
cb: (err: any, data?: ListRunTasksCommandOutput) => void
|
|
886
|
+
): void;
|
|
887
|
+
listRunTasks(
|
|
888
|
+
args: ListRunTasksCommandInput,
|
|
889
|
+
options: __HttpHandlerOptions,
|
|
890
|
+
cb: (err: any, data?: ListRunTasksCommandOutput) => void
|
|
891
|
+
): void;
|
|
892
|
+
listSequenceStores(
|
|
893
|
+
args: ListSequenceStoresCommandInput,
|
|
894
|
+
options?: __HttpHandlerOptions
|
|
895
|
+
): Promise<ListSequenceStoresCommandOutput>;
|
|
896
|
+
listSequenceStores(
|
|
897
|
+
args: ListSequenceStoresCommandInput,
|
|
898
|
+
cb: (err: any, data?: ListSequenceStoresCommandOutput) => void
|
|
899
|
+
): void;
|
|
900
|
+
listSequenceStores(
|
|
901
|
+
args: ListSequenceStoresCommandInput,
|
|
902
|
+
options: __HttpHandlerOptions,
|
|
903
|
+
cb: (err: any, data?: ListSequenceStoresCommandOutput) => void
|
|
904
|
+
): void;
|
|
905
|
+
listTagsForResource(
|
|
906
|
+
args: ListTagsForResourceCommandInput,
|
|
907
|
+
options?: __HttpHandlerOptions
|
|
908
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
909
|
+
listTagsForResource(
|
|
910
|
+
args: ListTagsForResourceCommandInput,
|
|
911
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
912
|
+
): void;
|
|
913
|
+
listTagsForResource(
|
|
914
|
+
args: ListTagsForResourceCommandInput,
|
|
915
|
+
options: __HttpHandlerOptions,
|
|
916
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
917
|
+
): void;
|
|
918
|
+
listVariantImportJobs(
|
|
919
|
+
args: ListVariantImportJobsCommandInput,
|
|
920
|
+
options?: __HttpHandlerOptions
|
|
921
|
+
): Promise<ListVariantImportJobsCommandOutput>;
|
|
922
|
+
listVariantImportJobs(
|
|
923
|
+
args: ListVariantImportJobsCommandInput,
|
|
924
|
+
cb: (err: any, data?: ListVariantImportJobsCommandOutput) => void
|
|
925
|
+
): void;
|
|
926
|
+
listVariantImportJobs(
|
|
927
|
+
args: ListVariantImportJobsCommandInput,
|
|
928
|
+
options: __HttpHandlerOptions,
|
|
929
|
+
cb: (err: any, data?: ListVariantImportJobsCommandOutput) => void
|
|
930
|
+
): void;
|
|
931
|
+
listVariantStores(
|
|
932
|
+
args: ListVariantStoresCommandInput,
|
|
933
|
+
options?: __HttpHandlerOptions
|
|
934
|
+
): Promise<ListVariantStoresCommandOutput>;
|
|
935
|
+
listVariantStores(
|
|
936
|
+
args: ListVariantStoresCommandInput,
|
|
937
|
+
cb: (err: any, data?: ListVariantStoresCommandOutput) => void
|
|
938
|
+
): void;
|
|
939
|
+
listVariantStores(
|
|
940
|
+
args: ListVariantStoresCommandInput,
|
|
941
|
+
options: __HttpHandlerOptions,
|
|
942
|
+
cb: (err: any, data?: ListVariantStoresCommandOutput) => void
|
|
943
|
+
): void;
|
|
944
|
+
listWorkflows(
|
|
945
|
+
args: ListWorkflowsCommandInput,
|
|
946
|
+
options?: __HttpHandlerOptions
|
|
947
|
+
): Promise<ListWorkflowsCommandOutput>;
|
|
948
|
+
listWorkflows(
|
|
949
|
+
args: ListWorkflowsCommandInput,
|
|
950
|
+
cb: (err: any, data?: ListWorkflowsCommandOutput) => void
|
|
951
|
+
): void;
|
|
952
|
+
listWorkflows(
|
|
953
|
+
args: ListWorkflowsCommandInput,
|
|
954
|
+
options: __HttpHandlerOptions,
|
|
955
|
+
cb: (err: any, data?: ListWorkflowsCommandOutput) => void
|
|
956
|
+
): void;
|
|
957
|
+
startAnnotationImportJob(
|
|
958
|
+
args: StartAnnotationImportJobCommandInput,
|
|
959
|
+
options?: __HttpHandlerOptions
|
|
960
|
+
): Promise<StartAnnotationImportJobCommandOutput>;
|
|
961
|
+
startAnnotationImportJob(
|
|
962
|
+
args: StartAnnotationImportJobCommandInput,
|
|
963
|
+
cb: (err: any, data?: StartAnnotationImportJobCommandOutput) => void
|
|
964
|
+
): void;
|
|
965
|
+
startAnnotationImportJob(
|
|
966
|
+
args: StartAnnotationImportJobCommandInput,
|
|
967
|
+
options: __HttpHandlerOptions,
|
|
968
|
+
cb: (err: any, data?: StartAnnotationImportJobCommandOutput) => void
|
|
969
|
+
): void;
|
|
970
|
+
startReadSetActivationJob(
|
|
971
|
+
args: StartReadSetActivationJobCommandInput,
|
|
972
|
+
options?: __HttpHandlerOptions
|
|
973
|
+
): Promise<StartReadSetActivationJobCommandOutput>;
|
|
974
|
+
startReadSetActivationJob(
|
|
975
|
+
args: StartReadSetActivationJobCommandInput,
|
|
976
|
+
cb: (err: any, data?: StartReadSetActivationJobCommandOutput) => void
|
|
977
|
+
): void;
|
|
978
|
+
startReadSetActivationJob(
|
|
979
|
+
args: StartReadSetActivationJobCommandInput,
|
|
980
|
+
options: __HttpHandlerOptions,
|
|
981
|
+
cb: (err: any, data?: StartReadSetActivationJobCommandOutput) => void
|
|
982
|
+
): void;
|
|
983
|
+
startReadSetExportJob(
|
|
984
|
+
args: StartReadSetExportJobCommandInput,
|
|
985
|
+
options?: __HttpHandlerOptions
|
|
986
|
+
): Promise<StartReadSetExportJobCommandOutput>;
|
|
987
|
+
startReadSetExportJob(
|
|
988
|
+
args: StartReadSetExportJobCommandInput,
|
|
989
|
+
cb: (err: any, data?: StartReadSetExportJobCommandOutput) => void
|
|
990
|
+
): void;
|
|
991
|
+
startReadSetExportJob(
|
|
992
|
+
args: StartReadSetExportJobCommandInput,
|
|
993
|
+
options: __HttpHandlerOptions,
|
|
994
|
+
cb: (err: any, data?: StartReadSetExportJobCommandOutput) => void
|
|
995
|
+
): void;
|
|
996
|
+
startReadSetImportJob(
|
|
997
|
+
args: StartReadSetImportJobCommandInput,
|
|
998
|
+
options?: __HttpHandlerOptions
|
|
999
|
+
): Promise<StartReadSetImportJobCommandOutput>;
|
|
1000
|
+
startReadSetImportJob(
|
|
1001
|
+
args: StartReadSetImportJobCommandInput,
|
|
1002
|
+
cb: (err: any, data?: StartReadSetImportJobCommandOutput) => void
|
|
1003
|
+
): void;
|
|
1004
|
+
startReadSetImportJob(
|
|
1005
|
+
args: StartReadSetImportJobCommandInput,
|
|
1006
|
+
options: __HttpHandlerOptions,
|
|
1007
|
+
cb: (err: any, data?: StartReadSetImportJobCommandOutput) => void
|
|
1008
|
+
): void;
|
|
1009
|
+
startReferenceImportJob(
|
|
1010
|
+
args: StartReferenceImportJobCommandInput,
|
|
1011
|
+
options?: __HttpHandlerOptions
|
|
1012
|
+
): Promise<StartReferenceImportJobCommandOutput>;
|
|
1013
|
+
startReferenceImportJob(
|
|
1014
|
+
args: StartReferenceImportJobCommandInput,
|
|
1015
|
+
cb: (err: any, data?: StartReferenceImportJobCommandOutput) => void
|
|
1016
|
+
): void;
|
|
1017
|
+
startReferenceImportJob(
|
|
1018
|
+
args: StartReferenceImportJobCommandInput,
|
|
1019
|
+
options: __HttpHandlerOptions,
|
|
1020
|
+
cb: (err: any, data?: StartReferenceImportJobCommandOutput) => void
|
|
1021
|
+
): void;
|
|
1022
|
+
startRun(
|
|
1023
|
+
args: StartRunCommandInput,
|
|
1024
|
+
options?: __HttpHandlerOptions
|
|
1025
|
+
): Promise<StartRunCommandOutput>;
|
|
1026
|
+
startRun(
|
|
1027
|
+
args: StartRunCommandInput,
|
|
1028
|
+
cb: (err: any, data?: StartRunCommandOutput) => void
|
|
1029
|
+
): void;
|
|
1030
|
+
startRun(
|
|
1031
|
+
args: StartRunCommandInput,
|
|
1032
|
+
options: __HttpHandlerOptions,
|
|
1033
|
+
cb: (err: any, data?: StartRunCommandOutput) => void
|
|
1034
|
+
): void;
|
|
1035
|
+
startVariantImportJob(
|
|
1036
|
+
args: StartVariantImportJobCommandInput,
|
|
1037
|
+
options?: __HttpHandlerOptions
|
|
1038
|
+
): Promise<StartVariantImportJobCommandOutput>;
|
|
1039
|
+
startVariantImportJob(
|
|
1040
|
+
args: StartVariantImportJobCommandInput,
|
|
1041
|
+
cb: (err: any, data?: StartVariantImportJobCommandOutput) => void
|
|
1042
|
+
): void;
|
|
1043
|
+
startVariantImportJob(
|
|
1044
|
+
args: StartVariantImportJobCommandInput,
|
|
1045
|
+
options: __HttpHandlerOptions,
|
|
1046
|
+
cb: (err: any, data?: StartVariantImportJobCommandOutput) => void
|
|
1047
|
+
): void;
|
|
1048
|
+
tagResource(
|
|
1049
|
+
args: TagResourceCommandInput,
|
|
1050
|
+
options?: __HttpHandlerOptions
|
|
1051
|
+
): Promise<TagResourceCommandOutput>;
|
|
1052
|
+
tagResource(
|
|
1053
|
+
args: TagResourceCommandInput,
|
|
1054
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1055
|
+
): void;
|
|
1056
|
+
tagResource(
|
|
1057
|
+
args: TagResourceCommandInput,
|
|
1058
|
+
options: __HttpHandlerOptions,
|
|
1059
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1060
|
+
): void;
|
|
1061
|
+
untagResource(
|
|
1062
|
+
args: UntagResourceCommandInput,
|
|
1063
|
+
options?: __HttpHandlerOptions
|
|
1064
|
+
): Promise<UntagResourceCommandOutput>;
|
|
1065
|
+
untagResource(
|
|
1066
|
+
args: UntagResourceCommandInput,
|
|
1067
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1068
|
+
): void;
|
|
1069
|
+
untagResource(
|
|
1070
|
+
args: UntagResourceCommandInput,
|
|
1071
|
+
options: __HttpHandlerOptions,
|
|
1072
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1073
|
+
): void;
|
|
1074
|
+
updateAnnotationStore(
|
|
1075
|
+
args: UpdateAnnotationStoreCommandInput,
|
|
1076
|
+
options?: __HttpHandlerOptions
|
|
1077
|
+
): Promise<UpdateAnnotationStoreCommandOutput>;
|
|
1078
|
+
updateAnnotationStore(
|
|
1079
|
+
args: UpdateAnnotationStoreCommandInput,
|
|
1080
|
+
cb: (err: any, data?: UpdateAnnotationStoreCommandOutput) => void
|
|
1081
|
+
): void;
|
|
1082
|
+
updateAnnotationStore(
|
|
1083
|
+
args: UpdateAnnotationStoreCommandInput,
|
|
1084
|
+
options: __HttpHandlerOptions,
|
|
1085
|
+
cb: (err: any, data?: UpdateAnnotationStoreCommandOutput) => void
|
|
1086
|
+
): void;
|
|
1087
|
+
updateRunGroup(
|
|
1088
|
+
args: UpdateRunGroupCommandInput,
|
|
1089
|
+
options?: __HttpHandlerOptions
|
|
1090
|
+
): Promise<UpdateRunGroupCommandOutput>;
|
|
1091
|
+
updateRunGroup(
|
|
1092
|
+
args: UpdateRunGroupCommandInput,
|
|
1093
|
+
cb: (err: any, data?: UpdateRunGroupCommandOutput) => void
|
|
1094
|
+
): void;
|
|
1095
|
+
updateRunGroup(
|
|
1096
|
+
args: UpdateRunGroupCommandInput,
|
|
1097
|
+
options: __HttpHandlerOptions,
|
|
1098
|
+
cb: (err: any, data?: UpdateRunGroupCommandOutput) => void
|
|
1099
|
+
): void;
|
|
1100
|
+
updateVariantStore(
|
|
1101
|
+
args: UpdateVariantStoreCommandInput,
|
|
1102
|
+
options?: __HttpHandlerOptions
|
|
1103
|
+
): Promise<UpdateVariantStoreCommandOutput>;
|
|
1104
|
+
updateVariantStore(
|
|
1105
|
+
args: UpdateVariantStoreCommandInput,
|
|
1106
|
+
cb: (err: any, data?: UpdateVariantStoreCommandOutput) => void
|
|
1107
|
+
): void;
|
|
1108
|
+
updateVariantStore(
|
|
1109
|
+
args: UpdateVariantStoreCommandInput,
|
|
1110
|
+
options: __HttpHandlerOptions,
|
|
1111
|
+
cb: (err: any, data?: UpdateVariantStoreCommandOutput) => void
|
|
1112
|
+
): void;
|
|
1113
|
+
updateWorkflow(
|
|
1114
|
+
args: UpdateWorkflowCommandInput,
|
|
1115
|
+
options?: __HttpHandlerOptions
|
|
1116
|
+
): Promise<UpdateWorkflowCommandOutput>;
|
|
1117
|
+
updateWorkflow(
|
|
1118
|
+
args: UpdateWorkflowCommandInput,
|
|
1119
|
+
cb: (err: any, data?: UpdateWorkflowCommandOutput) => void
|
|
1120
|
+
): void;
|
|
1121
|
+
updateWorkflow(
|
|
1122
|
+
args: UpdateWorkflowCommandInput,
|
|
1123
|
+
options: __HttpHandlerOptions,
|
|
1124
|
+
cb: (err: any, data?: UpdateWorkflowCommandOutput) => void
|
|
1125
|
+
): void;
|
|
1126
|
+
}
|