@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,509 @@
|
|
|
1
|
+
import {
|
|
2
|
+
RegionInputConfig,
|
|
3
|
+
RegionResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
9
|
+
import {
|
|
10
|
+
HostHeaderInputConfig,
|
|
11
|
+
HostHeaderResolvedConfig,
|
|
12
|
+
} from "@aws-sdk/middleware-host-header";
|
|
13
|
+
import {
|
|
14
|
+
RetryInputConfig,
|
|
15
|
+
RetryResolvedConfig,
|
|
16
|
+
} from "@aws-sdk/middleware-retry";
|
|
17
|
+
import {
|
|
18
|
+
AwsAuthInputConfig,
|
|
19
|
+
AwsAuthResolvedConfig,
|
|
20
|
+
} from "@aws-sdk/middleware-signing";
|
|
21
|
+
import {
|
|
22
|
+
UserAgentInputConfig,
|
|
23
|
+
UserAgentResolvedConfig,
|
|
24
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
25
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
26
|
+
import {
|
|
27
|
+
Client as __Client,
|
|
28
|
+
DefaultsMode,
|
|
29
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
30
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
31
|
+
} from "@aws-sdk/smithy-client";
|
|
32
|
+
import {
|
|
33
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
34
|
+
Credentials as __Credentials,
|
|
35
|
+
Decoder as __Decoder,
|
|
36
|
+
Encoder as __Encoder,
|
|
37
|
+
HashConstructor as __HashConstructor,
|
|
38
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
39
|
+
Logger as __Logger,
|
|
40
|
+
Provider as __Provider,
|
|
41
|
+
Provider,
|
|
42
|
+
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
43
|
+
StreamCollector as __StreamCollector,
|
|
44
|
+
UrlParser as __UrlParser,
|
|
45
|
+
UserAgent as __UserAgent,
|
|
46
|
+
} from "@aws-sdk/types";
|
|
47
|
+
import {
|
|
48
|
+
BatchDeleteReadSetCommandInput,
|
|
49
|
+
BatchDeleteReadSetCommandOutput,
|
|
50
|
+
} from "./commands/BatchDeleteReadSetCommand";
|
|
51
|
+
import {
|
|
52
|
+
CancelAnnotationImportJobCommandInput,
|
|
53
|
+
CancelAnnotationImportJobCommandOutput,
|
|
54
|
+
} from "./commands/CancelAnnotationImportJobCommand";
|
|
55
|
+
import {
|
|
56
|
+
CancelRunCommandInput,
|
|
57
|
+
CancelRunCommandOutput,
|
|
58
|
+
} from "./commands/CancelRunCommand";
|
|
59
|
+
import {
|
|
60
|
+
CancelVariantImportJobCommandInput,
|
|
61
|
+
CancelVariantImportJobCommandOutput,
|
|
62
|
+
} from "./commands/CancelVariantImportJobCommand";
|
|
63
|
+
import {
|
|
64
|
+
CreateAnnotationStoreCommandInput,
|
|
65
|
+
CreateAnnotationStoreCommandOutput,
|
|
66
|
+
} from "./commands/CreateAnnotationStoreCommand";
|
|
67
|
+
import {
|
|
68
|
+
CreateReferenceStoreCommandInput,
|
|
69
|
+
CreateReferenceStoreCommandOutput,
|
|
70
|
+
} from "./commands/CreateReferenceStoreCommand";
|
|
71
|
+
import {
|
|
72
|
+
CreateRunGroupCommandInput,
|
|
73
|
+
CreateRunGroupCommandOutput,
|
|
74
|
+
} from "./commands/CreateRunGroupCommand";
|
|
75
|
+
import {
|
|
76
|
+
CreateSequenceStoreCommandInput,
|
|
77
|
+
CreateSequenceStoreCommandOutput,
|
|
78
|
+
} from "./commands/CreateSequenceStoreCommand";
|
|
79
|
+
import {
|
|
80
|
+
CreateVariantStoreCommandInput,
|
|
81
|
+
CreateVariantStoreCommandOutput,
|
|
82
|
+
} from "./commands/CreateVariantStoreCommand";
|
|
83
|
+
import {
|
|
84
|
+
CreateWorkflowCommandInput,
|
|
85
|
+
CreateWorkflowCommandOutput,
|
|
86
|
+
} from "./commands/CreateWorkflowCommand";
|
|
87
|
+
import {
|
|
88
|
+
DeleteAnnotationStoreCommandInput,
|
|
89
|
+
DeleteAnnotationStoreCommandOutput,
|
|
90
|
+
} from "./commands/DeleteAnnotationStoreCommand";
|
|
91
|
+
import {
|
|
92
|
+
DeleteReferenceCommandInput,
|
|
93
|
+
DeleteReferenceCommandOutput,
|
|
94
|
+
} from "./commands/DeleteReferenceCommand";
|
|
95
|
+
import {
|
|
96
|
+
DeleteReferenceStoreCommandInput,
|
|
97
|
+
DeleteReferenceStoreCommandOutput,
|
|
98
|
+
} from "./commands/DeleteReferenceStoreCommand";
|
|
99
|
+
import {
|
|
100
|
+
DeleteRunCommandInput,
|
|
101
|
+
DeleteRunCommandOutput,
|
|
102
|
+
} from "./commands/DeleteRunCommand";
|
|
103
|
+
import {
|
|
104
|
+
DeleteRunGroupCommandInput,
|
|
105
|
+
DeleteRunGroupCommandOutput,
|
|
106
|
+
} from "./commands/DeleteRunGroupCommand";
|
|
107
|
+
import {
|
|
108
|
+
DeleteSequenceStoreCommandInput,
|
|
109
|
+
DeleteSequenceStoreCommandOutput,
|
|
110
|
+
} from "./commands/DeleteSequenceStoreCommand";
|
|
111
|
+
import {
|
|
112
|
+
DeleteVariantStoreCommandInput,
|
|
113
|
+
DeleteVariantStoreCommandOutput,
|
|
114
|
+
} from "./commands/DeleteVariantStoreCommand";
|
|
115
|
+
import {
|
|
116
|
+
DeleteWorkflowCommandInput,
|
|
117
|
+
DeleteWorkflowCommandOutput,
|
|
118
|
+
} from "./commands/DeleteWorkflowCommand";
|
|
119
|
+
import {
|
|
120
|
+
GetAnnotationImportJobCommandInput,
|
|
121
|
+
GetAnnotationImportJobCommandOutput,
|
|
122
|
+
} from "./commands/GetAnnotationImportJobCommand";
|
|
123
|
+
import {
|
|
124
|
+
GetAnnotationStoreCommandInput,
|
|
125
|
+
GetAnnotationStoreCommandOutput,
|
|
126
|
+
} from "./commands/GetAnnotationStoreCommand";
|
|
127
|
+
import {
|
|
128
|
+
GetReadSetActivationJobCommandInput,
|
|
129
|
+
GetReadSetActivationJobCommandOutput,
|
|
130
|
+
} from "./commands/GetReadSetActivationJobCommand";
|
|
131
|
+
import {
|
|
132
|
+
GetReadSetCommandInput,
|
|
133
|
+
GetReadSetCommandOutput,
|
|
134
|
+
} from "./commands/GetReadSetCommand";
|
|
135
|
+
import {
|
|
136
|
+
GetReadSetExportJobCommandInput,
|
|
137
|
+
GetReadSetExportJobCommandOutput,
|
|
138
|
+
} from "./commands/GetReadSetExportJobCommand";
|
|
139
|
+
import {
|
|
140
|
+
GetReadSetImportJobCommandInput,
|
|
141
|
+
GetReadSetImportJobCommandOutput,
|
|
142
|
+
} from "./commands/GetReadSetImportJobCommand";
|
|
143
|
+
import {
|
|
144
|
+
GetReadSetMetadataCommandInput,
|
|
145
|
+
GetReadSetMetadataCommandOutput,
|
|
146
|
+
} from "./commands/GetReadSetMetadataCommand";
|
|
147
|
+
import {
|
|
148
|
+
GetReferenceCommandInput,
|
|
149
|
+
GetReferenceCommandOutput,
|
|
150
|
+
} from "./commands/GetReferenceCommand";
|
|
151
|
+
import {
|
|
152
|
+
GetReferenceImportJobCommandInput,
|
|
153
|
+
GetReferenceImportJobCommandOutput,
|
|
154
|
+
} from "./commands/GetReferenceImportJobCommand";
|
|
155
|
+
import {
|
|
156
|
+
GetReferenceMetadataCommandInput,
|
|
157
|
+
GetReferenceMetadataCommandOutput,
|
|
158
|
+
} from "./commands/GetReferenceMetadataCommand";
|
|
159
|
+
import {
|
|
160
|
+
GetReferenceStoreCommandInput,
|
|
161
|
+
GetReferenceStoreCommandOutput,
|
|
162
|
+
} from "./commands/GetReferenceStoreCommand";
|
|
163
|
+
import {
|
|
164
|
+
GetRunCommandInput,
|
|
165
|
+
GetRunCommandOutput,
|
|
166
|
+
} from "./commands/GetRunCommand";
|
|
167
|
+
import {
|
|
168
|
+
GetRunGroupCommandInput,
|
|
169
|
+
GetRunGroupCommandOutput,
|
|
170
|
+
} from "./commands/GetRunGroupCommand";
|
|
171
|
+
import {
|
|
172
|
+
GetRunTaskCommandInput,
|
|
173
|
+
GetRunTaskCommandOutput,
|
|
174
|
+
} from "./commands/GetRunTaskCommand";
|
|
175
|
+
import {
|
|
176
|
+
GetSequenceStoreCommandInput,
|
|
177
|
+
GetSequenceStoreCommandOutput,
|
|
178
|
+
} from "./commands/GetSequenceStoreCommand";
|
|
179
|
+
import {
|
|
180
|
+
GetVariantImportJobCommandInput,
|
|
181
|
+
GetVariantImportJobCommandOutput,
|
|
182
|
+
} from "./commands/GetVariantImportJobCommand";
|
|
183
|
+
import {
|
|
184
|
+
GetVariantStoreCommandInput,
|
|
185
|
+
GetVariantStoreCommandOutput,
|
|
186
|
+
} from "./commands/GetVariantStoreCommand";
|
|
187
|
+
import {
|
|
188
|
+
GetWorkflowCommandInput,
|
|
189
|
+
GetWorkflowCommandOutput,
|
|
190
|
+
} from "./commands/GetWorkflowCommand";
|
|
191
|
+
import {
|
|
192
|
+
ListAnnotationImportJobsCommandInput,
|
|
193
|
+
ListAnnotationImportJobsCommandOutput,
|
|
194
|
+
} from "./commands/ListAnnotationImportJobsCommand";
|
|
195
|
+
import {
|
|
196
|
+
ListAnnotationStoresCommandInput,
|
|
197
|
+
ListAnnotationStoresCommandOutput,
|
|
198
|
+
} from "./commands/ListAnnotationStoresCommand";
|
|
199
|
+
import {
|
|
200
|
+
ListReadSetActivationJobsCommandInput,
|
|
201
|
+
ListReadSetActivationJobsCommandOutput,
|
|
202
|
+
} from "./commands/ListReadSetActivationJobsCommand";
|
|
203
|
+
import {
|
|
204
|
+
ListReadSetExportJobsCommandInput,
|
|
205
|
+
ListReadSetExportJobsCommandOutput,
|
|
206
|
+
} from "./commands/ListReadSetExportJobsCommand";
|
|
207
|
+
import {
|
|
208
|
+
ListReadSetImportJobsCommandInput,
|
|
209
|
+
ListReadSetImportJobsCommandOutput,
|
|
210
|
+
} from "./commands/ListReadSetImportJobsCommand";
|
|
211
|
+
import {
|
|
212
|
+
ListReadSetsCommandInput,
|
|
213
|
+
ListReadSetsCommandOutput,
|
|
214
|
+
} from "./commands/ListReadSetsCommand";
|
|
215
|
+
import {
|
|
216
|
+
ListReferenceImportJobsCommandInput,
|
|
217
|
+
ListReferenceImportJobsCommandOutput,
|
|
218
|
+
} from "./commands/ListReferenceImportJobsCommand";
|
|
219
|
+
import {
|
|
220
|
+
ListReferencesCommandInput,
|
|
221
|
+
ListReferencesCommandOutput,
|
|
222
|
+
} from "./commands/ListReferencesCommand";
|
|
223
|
+
import {
|
|
224
|
+
ListReferenceStoresCommandInput,
|
|
225
|
+
ListReferenceStoresCommandOutput,
|
|
226
|
+
} from "./commands/ListReferenceStoresCommand";
|
|
227
|
+
import {
|
|
228
|
+
ListRunGroupsCommandInput,
|
|
229
|
+
ListRunGroupsCommandOutput,
|
|
230
|
+
} from "./commands/ListRunGroupsCommand";
|
|
231
|
+
import {
|
|
232
|
+
ListRunsCommandInput,
|
|
233
|
+
ListRunsCommandOutput,
|
|
234
|
+
} from "./commands/ListRunsCommand";
|
|
235
|
+
import {
|
|
236
|
+
ListRunTasksCommandInput,
|
|
237
|
+
ListRunTasksCommandOutput,
|
|
238
|
+
} from "./commands/ListRunTasksCommand";
|
|
239
|
+
import {
|
|
240
|
+
ListSequenceStoresCommandInput,
|
|
241
|
+
ListSequenceStoresCommandOutput,
|
|
242
|
+
} from "./commands/ListSequenceStoresCommand";
|
|
243
|
+
import {
|
|
244
|
+
ListTagsForResourceCommandInput,
|
|
245
|
+
ListTagsForResourceCommandOutput,
|
|
246
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
247
|
+
import {
|
|
248
|
+
ListVariantImportJobsCommandInput,
|
|
249
|
+
ListVariantImportJobsCommandOutput,
|
|
250
|
+
} from "./commands/ListVariantImportJobsCommand";
|
|
251
|
+
import {
|
|
252
|
+
ListVariantStoresCommandInput,
|
|
253
|
+
ListVariantStoresCommandOutput,
|
|
254
|
+
} from "./commands/ListVariantStoresCommand";
|
|
255
|
+
import {
|
|
256
|
+
ListWorkflowsCommandInput,
|
|
257
|
+
ListWorkflowsCommandOutput,
|
|
258
|
+
} from "./commands/ListWorkflowsCommand";
|
|
259
|
+
import {
|
|
260
|
+
StartAnnotationImportJobCommandInput,
|
|
261
|
+
StartAnnotationImportJobCommandOutput,
|
|
262
|
+
} from "./commands/StartAnnotationImportJobCommand";
|
|
263
|
+
import {
|
|
264
|
+
StartReadSetActivationJobCommandInput,
|
|
265
|
+
StartReadSetActivationJobCommandOutput,
|
|
266
|
+
} from "./commands/StartReadSetActivationJobCommand";
|
|
267
|
+
import {
|
|
268
|
+
StartReadSetExportJobCommandInput,
|
|
269
|
+
StartReadSetExportJobCommandOutput,
|
|
270
|
+
} from "./commands/StartReadSetExportJobCommand";
|
|
271
|
+
import {
|
|
272
|
+
StartReadSetImportJobCommandInput,
|
|
273
|
+
StartReadSetImportJobCommandOutput,
|
|
274
|
+
} from "./commands/StartReadSetImportJobCommand";
|
|
275
|
+
import {
|
|
276
|
+
StartReferenceImportJobCommandInput,
|
|
277
|
+
StartReferenceImportJobCommandOutput,
|
|
278
|
+
} from "./commands/StartReferenceImportJobCommand";
|
|
279
|
+
import {
|
|
280
|
+
StartRunCommandInput,
|
|
281
|
+
StartRunCommandOutput,
|
|
282
|
+
} from "./commands/StartRunCommand";
|
|
283
|
+
import {
|
|
284
|
+
StartVariantImportJobCommandInput,
|
|
285
|
+
StartVariantImportJobCommandOutput,
|
|
286
|
+
} from "./commands/StartVariantImportJobCommand";
|
|
287
|
+
import {
|
|
288
|
+
TagResourceCommandInput,
|
|
289
|
+
TagResourceCommandOutput,
|
|
290
|
+
} from "./commands/TagResourceCommand";
|
|
291
|
+
import {
|
|
292
|
+
UntagResourceCommandInput,
|
|
293
|
+
UntagResourceCommandOutput,
|
|
294
|
+
} from "./commands/UntagResourceCommand";
|
|
295
|
+
import {
|
|
296
|
+
UpdateAnnotationStoreCommandInput,
|
|
297
|
+
UpdateAnnotationStoreCommandOutput,
|
|
298
|
+
} from "./commands/UpdateAnnotationStoreCommand";
|
|
299
|
+
import {
|
|
300
|
+
UpdateRunGroupCommandInput,
|
|
301
|
+
UpdateRunGroupCommandOutput,
|
|
302
|
+
} from "./commands/UpdateRunGroupCommand";
|
|
303
|
+
import {
|
|
304
|
+
UpdateVariantStoreCommandInput,
|
|
305
|
+
UpdateVariantStoreCommandOutput,
|
|
306
|
+
} from "./commands/UpdateVariantStoreCommand";
|
|
307
|
+
import {
|
|
308
|
+
UpdateWorkflowCommandInput,
|
|
309
|
+
UpdateWorkflowCommandOutput,
|
|
310
|
+
} from "./commands/UpdateWorkflowCommand";
|
|
311
|
+
import {
|
|
312
|
+
ClientInputEndpointParameters,
|
|
313
|
+
ClientResolvedEndpointParameters,
|
|
314
|
+
EndpointParameters,
|
|
315
|
+
} from "./endpoint/EndpointParameters";
|
|
316
|
+
export declare type ServiceInputTypes =
|
|
317
|
+
| BatchDeleteReadSetCommandInput
|
|
318
|
+
| CancelAnnotationImportJobCommandInput
|
|
319
|
+
| CancelRunCommandInput
|
|
320
|
+
| CancelVariantImportJobCommandInput
|
|
321
|
+
| CreateAnnotationStoreCommandInput
|
|
322
|
+
| CreateReferenceStoreCommandInput
|
|
323
|
+
| CreateRunGroupCommandInput
|
|
324
|
+
| CreateSequenceStoreCommandInput
|
|
325
|
+
| CreateVariantStoreCommandInput
|
|
326
|
+
| CreateWorkflowCommandInput
|
|
327
|
+
| DeleteAnnotationStoreCommandInput
|
|
328
|
+
| DeleteReferenceCommandInput
|
|
329
|
+
| DeleteReferenceStoreCommandInput
|
|
330
|
+
| DeleteRunCommandInput
|
|
331
|
+
| DeleteRunGroupCommandInput
|
|
332
|
+
| DeleteSequenceStoreCommandInput
|
|
333
|
+
| DeleteVariantStoreCommandInput
|
|
334
|
+
| DeleteWorkflowCommandInput
|
|
335
|
+
| GetAnnotationImportJobCommandInput
|
|
336
|
+
| GetAnnotationStoreCommandInput
|
|
337
|
+
| GetReadSetActivationJobCommandInput
|
|
338
|
+
| GetReadSetCommandInput
|
|
339
|
+
| GetReadSetExportJobCommandInput
|
|
340
|
+
| GetReadSetImportJobCommandInput
|
|
341
|
+
| GetReadSetMetadataCommandInput
|
|
342
|
+
| GetReferenceCommandInput
|
|
343
|
+
| GetReferenceImportJobCommandInput
|
|
344
|
+
| GetReferenceMetadataCommandInput
|
|
345
|
+
| GetReferenceStoreCommandInput
|
|
346
|
+
| GetRunCommandInput
|
|
347
|
+
| GetRunGroupCommandInput
|
|
348
|
+
| GetRunTaskCommandInput
|
|
349
|
+
| GetSequenceStoreCommandInput
|
|
350
|
+
| GetVariantImportJobCommandInput
|
|
351
|
+
| GetVariantStoreCommandInput
|
|
352
|
+
| GetWorkflowCommandInput
|
|
353
|
+
| ListAnnotationImportJobsCommandInput
|
|
354
|
+
| ListAnnotationStoresCommandInput
|
|
355
|
+
| ListReadSetActivationJobsCommandInput
|
|
356
|
+
| ListReadSetExportJobsCommandInput
|
|
357
|
+
| ListReadSetImportJobsCommandInput
|
|
358
|
+
| ListReadSetsCommandInput
|
|
359
|
+
| ListReferenceImportJobsCommandInput
|
|
360
|
+
| ListReferenceStoresCommandInput
|
|
361
|
+
| ListReferencesCommandInput
|
|
362
|
+
| ListRunGroupsCommandInput
|
|
363
|
+
| ListRunTasksCommandInput
|
|
364
|
+
| ListRunsCommandInput
|
|
365
|
+
| ListSequenceStoresCommandInput
|
|
366
|
+
| ListTagsForResourceCommandInput
|
|
367
|
+
| ListVariantImportJobsCommandInput
|
|
368
|
+
| ListVariantStoresCommandInput
|
|
369
|
+
| ListWorkflowsCommandInput
|
|
370
|
+
| StartAnnotationImportJobCommandInput
|
|
371
|
+
| StartReadSetActivationJobCommandInput
|
|
372
|
+
| StartReadSetExportJobCommandInput
|
|
373
|
+
| StartReadSetImportJobCommandInput
|
|
374
|
+
| StartReferenceImportJobCommandInput
|
|
375
|
+
| StartRunCommandInput
|
|
376
|
+
| StartVariantImportJobCommandInput
|
|
377
|
+
| TagResourceCommandInput
|
|
378
|
+
| UntagResourceCommandInput
|
|
379
|
+
| UpdateAnnotationStoreCommandInput
|
|
380
|
+
| UpdateRunGroupCommandInput
|
|
381
|
+
| UpdateVariantStoreCommandInput
|
|
382
|
+
| UpdateWorkflowCommandInput;
|
|
383
|
+
export declare type ServiceOutputTypes =
|
|
384
|
+
| BatchDeleteReadSetCommandOutput
|
|
385
|
+
| CancelAnnotationImportJobCommandOutput
|
|
386
|
+
| CancelRunCommandOutput
|
|
387
|
+
| CancelVariantImportJobCommandOutput
|
|
388
|
+
| CreateAnnotationStoreCommandOutput
|
|
389
|
+
| CreateReferenceStoreCommandOutput
|
|
390
|
+
| CreateRunGroupCommandOutput
|
|
391
|
+
| CreateSequenceStoreCommandOutput
|
|
392
|
+
| CreateVariantStoreCommandOutput
|
|
393
|
+
| CreateWorkflowCommandOutput
|
|
394
|
+
| DeleteAnnotationStoreCommandOutput
|
|
395
|
+
| DeleteReferenceCommandOutput
|
|
396
|
+
| DeleteReferenceStoreCommandOutput
|
|
397
|
+
| DeleteRunCommandOutput
|
|
398
|
+
| DeleteRunGroupCommandOutput
|
|
399
|
+
| DeleteSequenceStoreCommandOutput
|
|
400
|
+
| DeleteVariantStoreCommandOutput
|
|
401
|
+
| DeleteWorkflowCommandOutput
|
|
402
|
+
| GetAnnotationImportJobCommandOutput
|
|
403
|
+
| GetAnnotationStoreCommandOutput
|
|
404
|
+
| GetReadSetActivationJobCommandOutput
|
|
405
|
+
| GetReadSetCommandOutput
|
|
406
|
+
| GetReadSetExportJobCommandOutput
|
|
407
|
+
| GetReadSetImportJobCommandOutput
|
|
408
|
+
| GetReadSetMetadataCommandOutput
|
|
409
|
+
| GetReferenceCommandOutput
|
|
410
|
+
| GetReferenceImportJobCommandOutput
|
|
411
|
+
| GetReferenceMetadataCommandOutput
|
|
412
|
+
| GetReferenceStoreCommandOutput
|
|
413
|
+
| GetRunCommandOutput
|
|
414
|
+
| GetRunGroupCommandOutput
|
|
415
|
+
| GetRunTaskCommandOutput
|
|
416
|
+
| GetSequenceStoreCommandOutput
|
|
417
|
+
| GetVariantImportJobCommandOutput
|
|
418
|
+
| GetVariantStoreCommandOutput
|
|
419
|
+
| GetWorkflowCommandOutput
|
|
420
|
+
| ListAnnotationImportJobsCommandOutput
|
|
421
|
+
| ListAnnotationStoresCommandOutput
|
|
422
|
+
| ListReadSetActivationJobsCommandOutput
|
|
423
|
+
| ListReadSetExportJobsCommandOutput
|
|
424
|
+
| ListReadSetImportJobsCommandOutput
|
|
425
|
+
| ListReadSetsCommandOutput
|
|
426
|
+
| ListReferenceImportJobsCommandOutput
|
|
427
|
+
| ListReferenceStoresCommandOutput
|
|
428
|
+
| ListReferencesCommandOutput
|
|
429
|
+
| ListRunGroupsCommandOutput
|
|
430
|
+
| ListRunTasksCommandOutput
|
|
431
|
+
| ListRunsCommandOutput
|
|
432
|
+
| ListSequenceStoresCommandOutput
|
|
433
|
+
| ListTagsForResourceCommandOutput
|
|
434
|
+
| ListVariantImportJobsCommandOutput
|
|
435
|
+
| ListVariantStoresCommandOutput
|
|
436
|
+
| ListWorkflowsCommandOutput
|
|
437
|
+
| StartAnnotationImportJobCommandOutput
|
|
438
|
+
| StartReadSetActivationJobCommandOutput
|
|
439
|
+
| StartReadSetExportJobCommandOutput
|
|
440
|
+
| StartReadSetImportJobCommandOutput
|
|
441
|
+
| StartReferenceImportJobCommandOutput
|
|
442
|
+
| StartRunCommandOutput
|
|
443
|
+
| StartVariantImportJobCommandOutput
|
|
444
|
+
| TagResourceCommandOutput
|
|
445
|
+
| UntagResourceCommandOutput
|
|
446
|
+
| UpdateAnnotationStoreCommandOutput
|
|
447
|
+
| UpdateRunGroupCommandOutput
|
|
448
|
+
| UpdateVariantStoreCommandOutput
|
|
449
|
+
| UpdateWorkflowCommandOutput;
|
|
450
|
+
export interface ClientDefaults
|
|
451
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
452
|
+
requestHandler?: __HttpHandler;
|
|
453
|
+
sha256?: __HashConstructor;
|
|
454
|
+
urlParser?: __UrlParser;
|
|
455
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
456
|
+
streamCollector?: __StreamCollector;
|
|
457
|
+
base64Decoder?: __Decoder;
|
|
458
|
+
base64Encoder?: __Encoder;
|
|
459
|
+
utf8Decoder?: __Decoder;
|
|
460
|
+
utf8Encoder?: __Encoder;
|
|
461
|
+
runtime?: string;
|
|
462
|
+
disableHostPrefix?: boolean;
|
|
463
|
+
maxAttempts?: number | __Provider<number>;
|
|
464
|
+
retryMode?: string | __Provider<string>;
|
|
465
|
+
logger?: __Logger;
|
|
466
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
467
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
468
|
+
serviceId?: string;
|
|
469
|
+
region?: string | __Provider<string>;
|
|
470
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
471
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
472
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
473
|
+
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
474
|
+
}
|
|
475
|
+
declare type OmicsClientConfigType = Partial<
|
|
476
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
477
|
+
> &
|
|
478
|
+
ClientDefaults &
|
|
479
|
+
RegionInputConfig &
|
|
480
|
+
EndpointInputConfig<EndpointParameters> &
|
|
481
|
+
RetryInputConfig &
|
|
482
|
+
HostHeaderInputConfig &
|
|
483
|
+
AwsAuthInputConfig &
|
|
484
|
+
UserAgentInputConfig &
|
|
485
|
+
ClientInputEndpointParameters;
|
|
486
|
+
export interface OmicsClientConfig extends OmicsClientConfigType {}
|
|
487
|
+
declare type OmicsClientResolvedConfigType =
|
|
488
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
489
|
+
Required<ClientDefaults> &
|
|
490
|
+
RegionResolvedConfig &
|
|
491
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
492
|
+
RetryResolvedConfig &
|
|
493
|
+
HostHeaderResolvedConfig &
|
|
494
|
+
AwsAuthResolvedConfig &
|
|
495
|
+
UserAgentResolvedConfig &
|
|
496
|
+
ClientResolvedEndpointParameters;
|
|
497
|
+
export interface OmicsClientResolvedConfig
|
|
498
|
+
extends OmicsClientResolvedConfigType {}
|
|
499
|
+
export declare class OmicsClient extends __Client<
|
|
500
|
+
__HttpHandlerOptions,
|
|
501
|
+
ServiceInputTypes,
|
|
502
|
+
ServiceOutputTypes,
|
|
503
|
+
OmicsClientResolvedConfig
|
|
504
|
+
> {
|
|
505
|
+
readonly config: OmicsClientResolvedConfig;
|
|
506
|
+
constructor(configuration: OmicsClientConfig);
|
|
507
|
+
destroy(): void;
|
|
508
|
+
}
|
|
509
|
+
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BatchDeleteReadSetRequest,
|
|
11
|
+
BatchDeleteReadSetResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
OmicsClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../OmicsClient";
|
|
18
|
+
export interface BatchDeleteReadSetCommandInput
|
|
19
|
+
extends BatchDeleteReadSetRequest {}
|
|
20
|
+
export interface BatchDeleteReadSetCommandOutput
|
|
21
|
+
extends BatchDeleteReadSetResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class BatchDeleteReadSetCommand extends $Command<
|
|
24
|
+
BatchDeleteReadSetCommandInput,
|
|
25
|
+
BatchDeleteReadSetCommandOutput,
|
|
26
|
+
OmicsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDeleteReadSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: BatchDeleteReadSetCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OmicsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<BatchDeleteReadSetCommandInput, BatchDeleteReadSetCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CancelAnnotationImportRequest,
|
|
11
|
+
CancelAnnotationImportResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
OmicsClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../OmicsClient";
|
|
18
|
+
export interface CancelAnnotationImportJobCommandInput
|
|
19
|
+
extends CancelAnnotationImportRequest {}
|
|
20
|
+
export interface CancelAnnotationImportJobCommandOutput
|
|
21
|
+
extends CancelAnnotationImportResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CancelAnnotationImportJobCommand extends $Command<
|
|
24
|
+
CancelAnnotationImportJobCommandInput,
|
|
25
|
+
CancelAnnotationImportJobCommandOutput,
|
|
26
|
+
OmicsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CancelAnnotationImportJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CancelAnnotationImportJobCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OmicsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CancelAnnotationImportJobCommandInput,
|
|
37
|
+
CancelAnnotationImportJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { CancelRunRequest } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
OmicsClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../OmicsClient";
|
|
15
|
+
export interface CancelRunCommandInput extends CancelRunRequest {}
|
|
16
|
+
export interface CancelRunCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class CancelRunCommand extends $Command<
|
|
18
|
+
CancelRunCommandInput,
|
|
19
|
+
CancelRunCommandOutput,
|
|
20
|
+
OmicsClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: CancelRunCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
|
+
constructor(input: CancelRunCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: OmicsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CancelRunCommandInput, CancelRunCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CancelVariantImportRequest,
|
|
11
|
+
CancelVariantImportResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
OmicsClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../OmicsClient";
|
|
18
|
+
export interface CancelVariantImportJobCommandInput
|
|
19
|
+
extends CancelVariantImportRequest {}
|
|
20
|
+
export interface CancelVariantImportJobCommandOutput
|
|
21
|
+
extends CancelVariantImportResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CancelVariantImportJobCommand extends $Command<
|
|
24
|
+
CancelVariantImportJobCommandInput,
|
|
25
|
+
CancelVariantImportJobCommandOutput,
|
|
26
|
+
OmicsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CancelVariantImportJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CancelVariantImportJobCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OmicsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CancelVariantImportJobCommandInput,
|
|
37
|
+
CancelVariantImportJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateAnnotationStoreRequest,
|
|
11
|
+
CreateAnnotationStoreResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
OmicsClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../OmicsClient";
|
|
18
|
+
export interface CreateAnnotationStoreCommandInput
|
|
19
|
+
extends CreateAnnotationStoreRequest {}
|
|
20
|
+
export interface CreateAnnotationStoreCommandOutput
|
|
21
|
+
extends CreateAnnotationStoreResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateAnnotationStoreCommand extends $Command<
|
|
24
|
+
CreateAnnotationStoreCommandInput,
|
|
25
|
+
CreateAnnotationStoreCommandOutput,
|
|
26
|
+
OmicsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateAnnotationStoreCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateAnnotationStoreCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OmicsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateAnnotationStoreCommandInput,
|
|
37
|
+
CreateAnnotationStoreCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|