@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,800 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import {
|
|
6
|
+
SdkStreamSerdeContext as __SdkStreamSerdeContext,
|
|
7
|
+
SerdeContext as __SerdeContext,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BatchDeleteReadSetCommandInput,
|
|
11
|
+
BatchDeleteReadSetCommandOutput,
|
|
12
|
+
} from "../commands/BatchDeleteReadSetCommand";
|
|
13
|
+
import {
|
|
14
|
+
CancelAnnotationImportJobCommandInput,
|
|
15
|
+
CancelAnnotationImportJobCommandOutput,
|
|
16
|
+
} from "../commands/CancelAnnotationImportJobCommand";
|
|
17
|
+
import {
|
|
18
|
+
CancelRunCommandInput,
|
|
19
|
+
CancelRunCommandOutput,
|
|
20
|
+
} from "../commands/CancelRunCommand";
|
|
21
|
+
import {
|
|
22
|
+
CancelVariantImportJobCommandInput,
|
|
23
|
+
CancelVariantImportJobCommandOutput,
|
|
24
|
+
} from "../commands/CancelVariantImportJobCommand";
|
|
25
|
+
import {
|
|
26
|
+
CreateAnnotationStoreCommandInput,
|
|
27
|
+
CreateAnnotationStoreCommandOutput,
|
|
28
|
+
} from "../commands/CreateAnnotationStoreCommand";
|
|
29
|
+
import {
|
|
30
|
+
CreateReferenceStoreCommandInput,
|
|
31
|
+
CreateReferenceStoreCommandOutput,
|
|
32
|
+
} from "../commands/CreateReferenceStoreCommand";
|
|
33
|
+
import {
|
|
34
|
+
CreateRunGroupCommandInput,
|
|
35
|
+
CreateRunGroupCommandOutput,
|
|
36
|
+
} from "../commands/CreateRunGroupCommand";
|
|
37
|
+
import {
|
|
38
|
+
CreateSequenceStoreCommandInput,
|
|
39
|
+
CreateSequenceStoreCommandOutput,
|
|
40
|
+
} from "../commands/CreateSequenceStoreCommand";
|
|
41
|
+
import {
|
|
42
|
+
CreateVariantStoreCommandInput,
|
|
43
|
+
CreateVariantStoreCommandOutput,
|
|
44
|
+
} from "../commands/CreateVariantStoreCommand";
|
|
45
|
+
import {
|
|
46
|
+
CreateWorkflowCommandInput,
|
|
47
|
+
CreateWorkflowCommandOutput,
|
|
48
|
+
} from "../commands/CreateWorkflowCommand";
|
|
49
|
+
import {
|
|
50
|
+
DeleteAnnotationStoreCommandInput,
|
|
51
|
+
DeleteAnnotationStoreCommandOutput,
|
|
52
|
+
} from "../commands/DeleteAnnotationStoreCommand";
|
|
53
|
+
import {
|
|
54
|
+
DeleteReferenceCommandInput,
|
|
55
|
+
DeleteReferenceCommandOutput,
|
|
56
|
+
} from "../commands/DeleteReferenceCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteReferenceStoreCommandInput,
|
|
59
|
+
DeleteReferenceStoreCommandOutput,
|
|
60
|
+
} from "../commands/DeleteReferenceStoreCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteRunCommandInput,
|
|
63
|
+
DeleteRunCommandOutput,
|
|
64
|
+
} from "../commands/DeleteRunCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteRunGroupCommandInput,
|
|
67
|
+
DeleteRunGroupCommandOutput,
|
|
68
|
+
} from "../commands/DeleteRunGroupCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteSequenceStoreCommandInput,
|
|
71
|
+
DeleteSequenceStoreCommandOutput,
|
|
72
|
+
} from "../commands/DeleteSequenceStoreCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteVariantStoreCommandInput,
|
|
75
|
+
DeleteVariantStoreCommandOutput,
|
|
76
|
+
} from "../commands/DeleteVariantStoreCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteWorkflowCommandInput,
|
|
79
|
+
DeleteWorkflowCommandOutput,
|
|
80
|
+
} from "../commands/DeleteWorkflowCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetAnnotationImportJobCommandInput,
|
|
83
|
+
GetAnnotationImportJobCommandOutput,
|
|
84
|
+
} from "../commands/GetAnnotationImportJobCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetAnnotationStoreCommandInput,
|
|
87
|
+
GetAnnotationStoreCommandOutput,
|
|
88
|
+
} from "../commands/GetAnnotationStoreCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetReadSetActivationJobCommandInput,
|
|
91
|
+
GetReadSetActivationJobCommandOutput,
|
|
92
|
+
} from "../commands/GetReadSetActivationJobCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetReadSetCommandInput,
|
|
95
|
+
GetReadSetCommandOutput,
|
|
96
|
+
} from "../commands/GetReadSetCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetReadSetExportJobCommandInput,
|
|
99
|
+
GetReadSetExportJobCommandOutput,
|
|
100
|
+
} from "../commands/GetReadSetExportJobCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetReadSetImportJobCommandInput,
|
|
103
|
+
GetReadSetImportJobCommandOutput,
|
|
104
|
+
} from "../commands/GetReadSetImportJobCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetReadSetMetadataCommandInput,
|
|
107
|
+
GetReadSetMetadataCommandOutput,
|
|
108
|
+
} from "../commands/GetReadSetMetadataCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetReferenceCommandInput,
|
|
111
|
+
GetReferenceCommandOutput,
|
|
112
|
+
} from "../commands/GetReferenceCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetReferenceImportJobCommandInput,
|
|
115
|
+
GetReferenceImportJobCommandOutput,
|
|
116
|
+
} from "../commands/GetReferenceImportJobCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetReferenceMetadataCommandInput,
|
|
119
|
+
GetReferenceMetadataCommandOutput,
|
|
120
|
+
} from "../commands/GetReferenceMetadataCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetReferenceStoreCommandInput,
|
|
123
|
+
GetReferenceStoreCommandOutput,
|
|
124
|
+
} from "../commands/GetReferenceStoreCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetRunCommandInput,
|
|
127
|
+
GetRunCommandOutput,
|
|
128
|
+
} from "../commands/GetRunCommand";
|
|
129
|
+
import {
|
|
130
|
+
GetRunGroupCommandInput,
|
|
131
|
+
GetRunGroupCommandOutput,
|
|
132
|
+
} from "../commands/GetRunGroupCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetRunTaskCommandInput,
|
|
135
|
+
GetRunTaskCommandOutput,
|
|
136
|
+
} from "../commands/GetRunTaskCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetSequenceStoreCommandInput,
|
|
139
|
+
GetSequenceStoreCommandOutput,
|
|
140
|
+
} from "../commands/GetSequenceStoreCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetVariantImportJobCommandInput,
|
|
143
|
+
GetVariantImportJobCommandOutput,
|
|
144
|
+
} from "../commands/GetVariantImportJobCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetVariantStoreCommandInput,
|
|
147
|
+
GetVariantStoreCommandOutput,
|
|
148
|
+
} from "../commands/GetVariantStoreCommand";
|
|
149
|
+
import {
|
|
150
|
+
GetWorkflowCommandInput,
|
|
151
|
+
GetWorkflowCommandOutput,
|
|
152
|
+
} from "../commands/GetWorkflowCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListAnnotationImportJobsCommandInput,
|
|
155
|
+
ListAnnotationImportJobsCommandOutput,
|
|
156
|
+
} from "../commands/ListAnnotationImportJobsCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListAnnotationStoresCommandInput,
|
|
159
|
+
ListAnnotationStoresCommandOutput,
|
|
160
|
+
} from "../commands/ListAnnotationStoresCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListReadSetActivationJobsCommandInput,
|
|
163
|
+
ListReadSetActivationJobsCommandOutput,
|
|
164
|
+
} from "../commands/ListReadSetActivationJobsCommand";
|
|
165
|
+
import {
|
|
166
|
+
ListReadSetExportJobsCommandInput,
|
|
167
|
+
ListReadSetExportJobsCommandOutput,
|
|
168
|
+
} from "../commands/ListReadSetExportJobsCommand";
|
|
169
|
+
import {
|
|
170
|
+
ListReadSetImportJobsCommandInput,
|
|
171
|
+
ListReadSetImportJobsCommandOutput,
|
|
172
|
+
} from "../commands/ListReadSetImportJobsCommand";
|
|
173
|
+
import {
|
|
174
|
+
ListReadSetsCommandInput,
|
|
175
|
+
ListReadSetsCommandOutput,
|
|
176
|
+
} from "../commands/ListReadSetsCommand";
|
|
177
|
+
import {
|
|
178
|
+
ListReferenceImportJobsCommandInput,
|
|
179
|
+
ListReferenceImportJobsCommandOutput,
|
|
180
|
+
} from "../commands/ListReferenceImportJobsCommand";
|
|
181
|
+
import {
|
|
182
|
+
ListReferencesCommandInput,
|
|
183
|
+
ListReferencesCommandOutput,
|
|
184
|
+
} from "../commands/ListReferencesCommand";
|
|
185
|
+
import {
|
|
186
|
+
ListReferenceStoresCommandInput,
|
|
187
|
+
ListReferenceStoresCommandOutput,
|
|
188
|
+
} from "../commands/ListReferenceStoresCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListRunGroupsCommandInput,
|
|
191
|
+
ListRunGroupsCommandOutput,
|
|
192
|
+
} from "../commands/ListRunGroupsCommand";
|
|
193
|
+
import {
|
|
194
|
+
ListRunsCommandInput,
|
|
195
|
+
ListRunsCommandOutput,
|
|
196
|
+
} from "../commands/ListRunsCommand";
|
|
197
|
+
import {
|
|
198
|
+
ListRunTasksCommandInput,
|
|
199
|
+
ListRunTasksCommandOutput,
|
|
200
|
+
} from "../commands/ListRunTasksCommand";
|
|
201
|
+
import {
|
|
202
|
+
ListSequenceStoresCommandInput,
|
|
203
|
+
ListSequenceStoresCommandOutput,
|
|
204
|
+
} from "../commands/ListSequenceStoresCommand";
|
|
205
|
+
import {
|
|
206
|
+
ListTagsForResourceCommandInput,
|
|
207
|
+
ListTagsForResourceCommandOutput,
|
|
208
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
209
|
+
import {
|
|
210
|
+
ListVariantImportJobsCommandInput,
|
|
211
|
+
ListVariantImportJobsCommandOutput,
|
|
212
|
+
} from "../commands/ListVariantImportJobsCommand";
|
|
213
|
+
import {
|
|
214
|
+
ListVariantStoresCommandInput,
|
|
215
|
+
ListVariantStoresCommandOutput,
|
|
216
|
+
} from "../commands/ListVariantStoresCommand";
|
|
217
|
+
import {
|
|
218
|
+
ListWorkflowsCommandInput,
|
|
219
|
+
ListWorkflowsCommandOutput,
|
|
220
|
+
} from "../commands/ListWorkflowsCommand";
|
|
221
|
+
import {
|
|
222
|
+
StartAnnotationImportJobCommandInput,
|
|
223
|
+
StartAnnotationImportJobCommandOutput,
|
|
224
|
+
} from "../commands/StartAnnotationImportJobCommand";
|
|
225
|
+
import {
|
|
226
|
+
StartReadSetActivationJobCommandInput,
|
|
227
|
+
StartReadSetActivationJobCommandOutput,
|
|
228
|
+
} from "../commands/StartReadSetActivationJobCommand";
|
|
229
|
+
import {
|
|
230
|
+
StartReadSetExportJobCommandInput,
|
|
231
|
+
StartReadSetExportJobCommandOutput,
|
|
232
|
+
} from "../commands/StartReadSetExportJobCommand";
|
|
233
|
+
import {
|
|
234
|
+
StartReadSetImportJobCommandInput,
|
|
235
|
+
StartReadSetImportJobCommandOutput,
|
|
236
|
+
} from "../commands/StartReadSetImportJobCommand";
|
|
237
|
+
import {
|
|
238
|
+
StartReferenceImportJobCommandInput,
|
|
239
|
+
StartReferenceImportJobCommandOutput,
|
|
240
|
+
} from "../commands/StartReferenceImportJobCommand";
|
|
241
|
+
import {
|
|
242
|
+
StartRunCommandInput,
|
|
243
|
+
StartRunCommandOutput,
|
|
244
|
+
} from "../commands/StartRunCommand";
|
|
245
|
+
import {
|
|
246
|
+
StartVariantImportJobCommandInput,
|
|
247
|
+
StartVariantImportJobCommandOutput,
|
|
248
|
+
} from "../commands/StartVariantImportJobCommand";
|
|
249
|
+
import {
|
|
250
|
+
TagResourceCommandInput,
|
|
251
|
+
TagResourceCommandOutput,
|
|
252
|
+
} from "../commands/TagResourceCommand";
|
|
253
|
+
import {
|
|
254
|
+
UntagResourceCommandInput,
|
|
255
|
+
UntagResourceCommandOutput,
|
|
256
|
+
} from "../commands/UntagResourceCommand";
|
|
257
|
+
import {
|
|
258
|
+
UpdateAnnotationStoreCommandInput,
|
|
259
|
+
UpdateAnnotationStoreCommandOutput,
|
|
260
|
+
} from "../commands/UpdateAnnotationStoreCommand";
|
|
261
|
+
import {
|
|
262
|
+
UpdateRunGroupCommandInput,
|
|
263
|
+
UpdateRunGroupCommandOutput,
|
|
264
|
+
} from "../commands/UpdateRunGroupCommand";
|
|
265
|
+
import {
|
|
266
|
+
UpdateVariantStoreCommandInput,
|
|
267
|
+
UpdateVariantStoreCommandOutput,
|
|
268
|
+
} from "../commands/UpdateVariantStoreCommand";
|
|
269
|
+
import {
|
|
270
|
+
UpdateWorkflowCommandInput,
|
|
271
|
+
UpdateWorkflowCommandOutput,
|
|
272
|
+
} from "../commands/UpdateWorkflowCommand";
|
|
273
|
+
export declare const serializeAws_restJson1BatchDeleteReadSetCommand: (
|
|
274
|
+
input: BatchDeleteReadSetCommandInput,
|
|
275
|
+
context: __SerdeContext
|
|
276
|
+
) => Promise<__HttpRequest>;
|
|
277
|
+
export declare const serializeAws_restJson1CancelAnnotationImportJobCommand: (
|
|
278
|
+
input: CancelAnnotationImportJobCommandInput,
|
|
279
|
+
context: __SerdeContext
|
|
280
|
+
) => Promise<__HttpRequest>;
|
|
281
|
+
export declare const serializeAws_restJson1CancelRunCommand: (
|
|
282
|
+
input: CancelRunCommandInput,
|
|
283
|
+
context: __SerdeContext
|
|
284
|
+
) => Promise<__HttpRequest>;
|
|
285
|
+
export declare const serializeAws_restJson1CancelVariantImportJobCommand: (
|
|
286
|
+
input: CancelVariantImportJobCommandInput,
|
|
287
|
+
context: __SerdeContext
|
|
288
|
+
) => Promise<__HttpRequest>;
|
|
289
|
+
export declare const serializeAws_restJson1CreateAnnotationStoreCommand: (
|
|
290
|
+
input: CreateAnnotationStoreCommandInput,
|
|
291
|
+
context: __SerdeContext
|
|
292
|
+
) => Promise<__HttpRequest>;
|
|
293
|
+
export declare const serializeAws_restJson1CreateReferenceStoreCommand: (
|
|
294
|
+
input: CreateReferenceStoreCommandInput,
|
|
295
|
+
context: __SerdeContext
|
|
296
|
+
) => Promise<__HttpRequest>;
|
|
297
|
+
export declare const serializeAws_restJson1CreateRunGroupCommand: (
|
|
298
|
+
input: CreateRunGroupCommandInput,
|
|
299
|
+
context: __SerdeContext
|
|
300
|
+
) => Promise<__HttpRequest>;
|
|
301
|
+
export declare const serializeAws_restJson1CreateSequenceStoreCommand: (
|
|
302
|
+
input: CreateSequenceStoreCommandInput,
|
|
303
|
+
context: __SerdeContext
|
|
304
|
+
) => Promise<__HttpRequest>;
|
|
305
|
+
export declare const serializeAws_restJson1CreateVariantStoreCommand: (
|
|
306
|
+
input: CreateVariantStoreCommandInput,
|
|
307
|
+
context: __SerdeContext
|
|
308
|
+
) => Promise<__HttpRequest>;
|
|
309
|
+
export declare const serializeAws_restJson1CreateWorkflowCommand: (
|
|
310
|
+
input: CreateWorkflowCommandInput,
|
|
311
|
+
context: __SerdeContext
|
|
312
|
+
) => Promise<__HttpRequest>;
|
|
313
|
+
export declare const serializeAws_restJson1DeleteAnnotationStoreCommand: (
|
|
314
|
+
input: DeleteAnnotationStoreCommandInput,
|
|
315
|
+
context: __SerdeContext
|
|
316
|
+
) => Promise<__HttpRequest>;
|
|
317
|
+
export declare const serializeAws_restJson1DeleteReferenceCommand: (
|
|
318
|
+
input: DeleteReferenceCommandInput,
|
|
319
|
+
context: __SerdeContext
|
|
320
|
+
) => Promise<__HttpRequest>;
|
|
321
|
+
export declare const serializeAws_restJson1DeleteReferenceStoreCommand: (
|
|
322
|
+
input: DeleteReferenceStoreCommandInput,
|
|
323
|
+
context: __SerdeContext
|
|
324
|
+
) => Promise<__HttpRequest>;
|
|
325
|
+
export declare const serializeAws_restJson1DeleteRunCommand: (
|
|
326
|
+
input: DeleteRunCommandInput,
|
|
327
|
+
context: __SerdeContext
|
|
328
|
+
) => Promise<__HttpRequest>;
|
|
329
|
+
export declare const serializeAws_restJson1DeleteRunGroupCommand: (
|
|
330
|
+
input: DeleteRunGroupCommandInput,
|
|
331
|
+
context: __SerdeContext
|
|
332
|
+
) => Promise<__HttpRequest>;
|
|
333
|
+
export declare const serializeAws_restJson1DeleteSequenceStoreCommand: (
|
|
334
|
+
input: DeleteSequenceStoreCommandInput,
|
|
335
|
+
context: __SerdeContext
|
|
336
|
+
) => Promise<__HttpRequest>;
|
|
337
|
+
export declare const serializeAws_restJson1DeleteVariantStoreCommand: (
|
|
338
|
+
input: DeleteVariantStoreCommandInput,
|
|
339
|
+
context: __SerdeContext
|
|
340
|
+
) => Promise<__HttpRequest>;
|
|
341
|
+
export declare const serializeAws_restJson1DeleteWorkflowCommand: (
|
|
342
|
+
input: DeleteWorkflowCommandInput,
|
|
343
|
+
context: __SerdeContext
|
|
344
|
+
) => Promise<__HttpRequest>;
|
|
345
|
+
export declare const serializeAws_restJson1GetAnnotationImportJobCommand: (
|
|
346
|
+
input: GetAnnotationImportJobCommandInput,
|
|
347
|
+
context: __SerdeContext
|
|
348
|
+
) => Promise<__HttpRequest>;
|
|
349
|
+
export declare const serializeAws_restJson1GetAnnotationStoreCommand: (
|
|
350
|
+
input: GetAnnotationStoreCommandInput,
|
|
351
|
+
context: __SerdeContext
|
|
352
|
+
) => Promise<__HttpRequest>;
|
|
353
|
+
export declare const serializeAws_restJson1GetReadSetCommand: (
|
|
354
|
+
input: GetReadSetCommandInput,
|
|
355
|
+
context: __SerdeContext
|
|
356
|
+
) => Promise<__HttpRequest>;
|
|
357
|
+
export declare const serializeAws_restJson1GetReadSetActivationJobCommand: (
|
|
358
|
+
input: GetReadSetActivationJobCommandInput,
|
|
359
|
+
context: __SerdeContext
|
|
360
|
+
) => Promise<__HttpRequest>;
|
|
361
|
+
export declare const serializeAws_restJson1GetReadSetExportJobCommand: (
|
|
362
|
+
input: GetReadSetExportJobCommandInput,
|
|
363
|
+
context: __SerdeContext
|
|
364
|
+
) => Promise<__HttpRequest>;
|
|
365
|
+
export declare const serializeAws_restJson1GetReadSetImportJobCommand: (
|
|
366
|
+
input: GetReadSetImportJobCommandInput,
|
|
367
|
+
context: __SerdeContext
|
|
368
|
+
) => Promise<__HttpRequest>;
|
|
369
|
+
export declare const serializeAws_restJson1GetReadSetMetadataCommand: (
|
|
370
|
+
input: GetReadSetMetadataCommandInput,
|
|
371
|
+
context: __SerdeContext
|
|
372
|
+
) => Promise<__HttpRequest>;
|
|
373
|
+
export declare const serializeAws_restJson1GetReferenceCommand: (
|
|
374
|
+
input: GetReferenceCommandInput,
|
|
375
|
+
context: __SerdeContext
|
|
376
|
+
) => Promise<__HttpRequest>;
|
|
377
|
+
export declare const serializeAws_restJson1GetReferenceImportJobCommand: (
|
|
378
|
+
input: GetReferenceImportJobCommandInput,
|
|
379
|
+
context: __SerdeContext
|
|
380
|
+
) => Promise<__HttpRequest>;
|
|
381
|
+
export declare const serializeAws_restJson1GetReferenceMetadataCommand: (
|
|
382
|
+
input: GetReferenceMetadataCommandInput,
|
|
383
|
+
context: __SerdeContext
|
|
384
|
+
) => Promise<__HttpRequest>;
|
|
385
|
+
export declare const serializeAws_restJson1GetReferenceStoreCommand: (
|
|
386
|
+
input: GetReferenceStoreCommandInput,
|
|
387
|
+
context: __SerdeContext
|
|
388
|
+
) => Promise<__HttpRequest>;
|
|
389
|
+
export declare const serializeAws_restJson1GetRunCommand: (
|
|
390
|
+
input: GetRunCommandInput,
|
|
391
|
+
context: __SerdeContext
|
|
392
|
+
) => Promise<__HttpRequest>;
|
|
393
|
+
export declare const serializeAws_restJson1GetRunGroupCommand: (
|
|
394
|
+
input: GetRunGroupCommandInput,
|
|
395
|
+
context: __SerdeContext
|
|
396
|
+
) => Promise<__HttpRequest>;
|
|
397
|
+
export declare const serializeAws_restJson1GetRunTaskCommand: (
|
|
398
|
+
input: GetRunTaskCommandInput,
|
|
399
|
+
context: __SerdeContext
|
|
400
|
+
) => Promise<__HttpRequest>;
|
|
401
|
+
export declare const serializeAws_restJson1GetSequenceStoreCommand: (
|
|
402
|
+
input: GetSequenceStoreCommandInput,
|
|
403
|
+
context: __SerdeContext
|
|
404
|
+
) => Promise<__HttpRequest>;
|
|
405
|
+
export declare const serializeAws_restJson1GetVariantImportJobCommand: (
|
|
406
|
+
input: GetVariantImportJobCommandInput,
|
|
407
|
+
context: __SerdeContext
|
|
408
|
+
) => Promise<__HttpRequest>;
|
|
409
|
+
export declare const serializeAws_restJson1GetVariantStoreCommand: (
|
|
410
|
+
input: GetVariantStoreCommandInput,
|
|
411
|
+
context: __SerdeContext
|
|
412
|
+
) => Promise<__HttpRequest>;
|
|
413
|
+
export declare const serializeAws_restJson1GetWorkflowCommand: (
|
|
414
|
+
input: GetWorkflowCommandInput,
|
|
415
|
+
context: __SerdeContext
|
|
416
|
+
) => Promise<__HttpRequest>;
|
|
417
|
+
export declare const serializeAws_restJson1ListAnnotationImportJobsCommand: (
|
|
418
|
+
input: ListAnnotationImportJobsCommandInput,
|
|
419
|
+
context: __SerdeContext
|
|
420
|
+
) => Promise<__HttpRequest>;
|
|
421
|
+
export declare const serializeAws_restJson1ListAnnotationStoresCommand: (
|
|
422
|
+
input: ListAnnotationStoresCommandInput,
|
|
423
|
+
context: __SerdeContext
|
|
424
|
+
) => Promise<__HttpRequest>;
|
|
425
|
+
export declare const serializeAws_restJson1ListReadSetActivationJobsCommand: (
|
|
426
|
+
input: ListReadSetActivationJobsCommandInput,
|
|
427
|
+
context: __SerdeContext
|
|
428
|
+
) => Promise<__HttpRequest>;
|
|
429
|
+
export declare const serializeAws_restJson1ListReadSetExportJobsCommand: (
|
|
430
|
+
input: ListReadSetExportJobsCommandInput,
|
|
431
|
+
context: __SerdeContext
|
|
432
|
+
) => Promise<__HttpRequest>;
|
|
433
|
+
export declare const serializeAws_restJson1ListReadSetImportJobsCommand: (
|
|
434
|
+
input: ListReadSetImportJobsCommandInput,
|
|
435
|
+
context: __SerdeContext
|
|
436
|
+
) => Promise<__HttpRequest>;
|
|
437
|
+
export declare const serializeAws_restJson1ListReadSetsCommand: (
|
|
438
|
+
input: ListReadSetsCommandInput,
|
|
439
|
+
context: __SerdeContext
|
|
440
|
+
) => Promise<__HttpRequest>;
|
|
441
|
+
export declare const serializeAws_restJson1ListReferenceImportJobsCommand: (
|
|
442
|
+
input: ListReferenceImportJobsCommandInput,
|
|
443
|
+
context: __SerdeContext
|
|
444
|
+
) => Promise<__HttpRequest>;
|
|
445
|
+
export declare const serializeAws_restJson1ListReferencesCommand: (
|
|
446
|
+
input: ListReferencesCommandInput,
|
|
447
|
+
context: __SerdeContext
|
|
448
|
+
) => Promise<__HttpRequest>;
|
|
449
|
+
export declare const serializeAws_restJson1ListReferenceStoresCommand: (
|
|
450
|
+
input: ListReferenceStoresCommandInput,
|
|
451
|
+
context: __SerdeContext
|
|
452
|
+
) => Promise<__HttpRequest>;
|
|
453
|
+
export declare const serializeAws_restJson1ListRunGroupsCommand: (
|
|
454
|
+
input: ListRunGroupsCommandInput,
|
|
455
|
+
context: __SerdeContext
|
|
456
|
+
) => Promise<__HttpRequest>;
|
|
457
|
+
export declare const serializeAws_restJson1ListRunsCommand: (
|
|
458
|
+
input: ListRunsCommandInput,
|
|
459
|
+
context: __SerdeContext
|
|
460
|
+
) => Promise<__HttpRequest>;
|
|
461
|
+
export declare const serializeAws_restJson1ListRunTasksCommand: (
|
|
462
|
+
input: ListRunTasksCommandInput,
|
|
463
|
+
context: __SerdeContext
|
|
464
|
+
) => Promise<__HttpRequest>;
|
|
465
|
+
export declare const serializeAws_restJson1ListSequenceStoresCommand: (
|
|
466
|
+
input: ListSequenceStoresCommandInput,
|
|
467
|
+
context: __SerdeContext
|
|
468
|
+
) => Promise<__HttpRequest>;
|
|
469
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
470
|
+
input: ListTagsForResourceCommandInput,
|
|
471
|
+
context: __SerdeContext
|
|
472
|
+
) => Promise<__HttpRequest>;
|
|
473
|
+
export declare const serializeAws_restJson1ListVariantImportJobsCommand: (
|
|
474
|
+
input: ListVariantImportJobsCommandInput,
|
|
475
|
+
context: __SerdeContext
|
|
476
|
+
) => Promise<__HttpRequest>;
|
|
477
|
+
export declare const serializeAws_restJson1ListVariantStoresCommand: (
|
|
478
|
+
input: ListVariantStoresCommandInput,
|
|
479
|
+
context: __SerdeContext
|
|
480
|
+
) => Promise<__HttpRequest>;
|
|
481
|
+
export declare const serializeAws_restJson1ListWorkflowsCommand: (
|
|
482
|
+
input: ListWorkflowsCommandInput,
|
|
483
|
+
context: __SerdeContext
|
|
484
|
+
) => Promise<__HttpRequest>;
|
|
485
|
+
export declare const serializeAws_restJson1StartAnnotationImportJobCommand: (
|
|
486
|
+
input: StartAnnotationImportJobCommandInput,
|
|
487
|
+
context: __SerdeContext
|
|
488
|
+
) => Promise<__HttpRequest>;
|
|
489
|
+
export declare const serializeAws_restJson1StartReadSetActivationJobCommand: (
|
|
490
|
+
input: StartReadSetActivationJobCommandInput,
|
|
491
|
+
context: __SerdeContext
|
|
492
|
+
) => Promise<__HttpRequest>;
|
|
493
|
+
export declare const serializeAws_restJson1StartReadSetExportJobCommand: (
|
|
494
|
+
input: StartReadSetExportJobCommandInput,
|
|
495
|
+
context: __SerdeContext
|
|
496
|
+
) => Promise<__HttpRequest>;
|
|
497
|
+
export declare const serializeAws_restJson1StartReadSetImportJobCommand: (
|
|
498
|
+
input: StartReadSetImportJobCommandInput,
|
|
499
|
+
context: __SerdeContext
|
|
500
|
+
) => Promise<__HttpRequest>;
|
|
501
|
+
export declare const serializeAws_restJson1StartReferenceImportJobCommand: (
|
|
502
|
+
input: StartReferenceImportJobCommandInput,
|
|
503
|
+
context: __SerdeContext
|
|
504
|
+
) => Promise<__HttpRequest>;
|
|
505
|
+
export declare const serializeAws_restJson1StartRunCommand: (
|
|
506
|
+
input: StartRunCommandInput,
|
|
507
|
+
context: __SerdeContext
|
|
508
|
+
) => Promise<__HttpRequest>;
|
|
509
|
+
export declare const serializeAws_restJson1StartVariantImportJobCommand: (
|
|
510
|
+
input: StartVariantImportJobCommandInput,
|
|
511
|
+
context: __SerdeContext
|
|
512
|
+
) => Promise<__HttpRequest>;
|
|
513
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
514
|
+
input: TagResourceCommandInput,
|
|
515
|
+
context: __SerdeContext
|
|
516
|
+
) => Promise<__HttpRequest>;
|
|
517
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
518
|
+
input: UntagResourceCommandInput,
|
|
519
|
+
context: __SerdeContext
|
|
520
|
+
) => Promise<__HttpRequest>;
|
|
521
|
+
export declare const serializeAws_restJson1UpdateAnnotationStoreCommand: (
|
|
522
|
+
input: UpdateAnnotationStoreCommandInput,
|
|
523
|
+
context: __SerdeContext
|
|
524
|
+
) => Promise<__HttpRequest>;
|
|
525
|
+
export declare const serializeAws_restJson1UpdateRunGroupCommand: (
|
|
526
|
+
input: UpdateRunGroupCommandInput,
|
|
527
|
+
context: __SerdeContext
|
|
528
|
+
) => Promise<__HttpRequest>;
|
|
529
|
+
export declare const serializeAws_restJson1UpdateVariantStoreCommand: (
|
|
530
|
+
input: UpdateVariantStoreCommandInput,
|
|
531
|
+
context: __SerdeContext
|
|
532
|
+
) => Promise<__HttpRequest>;
|
|
533
|
+
export declare const serializeAws_restJson1UpdateWorkflowCommand: (
|
|
534
|
+
input: UpdateWorkflowCommandInput,
|
|
535
|
+
context: __SerdeContext
|
|
536
|
+
) => Promise<__HttpRequest>;
|
|
537
|
+
export declare const deserializeAws_restJson1BatchDeleteReadSetCommand: (
|
|
538
|
+
output: __HttpResponse,
|
|
539
|
+
context: __SerdeContext
|
|
540
|
+
) => Promise<BatchDeleteReadSetCommandOutput>;
|
|
541
|
+
export declare const deserializeAws_restJson1CancelAnnotationImportJobCommand: (
|
|
542
|
+
output: __HttpResponse,
|
|
543
|
+
context: __SerdeContext
|
|
544
|
+
) => Promise<CancelAnnotationImportJobCommandOutput>;
|
|
545
|
+
export declare const deserializeAws_restJson1CancelRunCommand: (
|
|
546
|
+
output: __HttpResponse,
|
|
547
|
+
context: __SerdeContext
|
|
548
|
+
) => Promise<CancelRunCommandOutput>;
|
|
549
|
+
export declare const deserializeAws_restJson1CancelVariantImportJobCommand: (
|
|
550
|
+
output: __HttpResponse,
|
|
551
|
+
context: __SerdeContext
|
|
552
|
+
) => Promise<CancelVariantImportJobCommandOutput>;
|
|
553
|
+
export declare const deserializeAws_restJson1CreateAnnotationStoreCommand: (
|
|
554
|
+
output: __HttpResponse,
|
|
555
|
+
context: __SerdeContext
|
|
556
|
+
) => Promise<CreateAnnotationStoreCommandOutput>;
|
|
557
|
+
export declare const deserializeAws_restJson1CreateReferenceStoreCommand: (
|
|
558
|
+
output: __HttpResponse,
|
|
559
|
+
context: __SerdeContext
|
|
560
|
+
) => Promise<CreateReferenceStoreCommandOutput>;
|
|
561
|
+
export declare const deserializeAws_restJson1CreateRunGroupCommand: (
|
|
562
|
+
output: __HttpResponse,
|
|
563
|
+
context: __SerdeContext
|
|
564
|
+
) => Promise<CreateRunGroupCommandOutput>;
|
|
565
|
+
export declare const deserializeAws_restJson1CreateSequenceStoreCommand: (
|
|
566
|
+
output: __HttpResponse,
|
|
567
|
+
context: __SerdeContext
|
|
568
|
+
) => Promise<CreateSequenceStoreCommandOutput>;
|
|
569
|
+
export declare const deserializeAws_restJson1CreateVariantStoreCommand: (
|
|
570
|
+
output: __HttpResponse,
|
|
571
|
+
context: __SerdeContext
|
|
572
|
+
) => Promise<CreateVariantStoreCommandOutput>;
|
|
573
|
+
export declare const deserializeAws_restJson1CreateWorkflowCommand: (
|
|
574
|
+
output: __HttpResponse,
|
|
575
|
+
context: __SerdeContext
|
|
576
|
+
) => Promise<CreateWorkflowCommandOutput>;
|
|
577
|
+
export declare const deserializeAws_restJson1DeleteAnnotationStoreCommand: (
|
|
578
|
+
output: __HttpResponse,
|
|
579
|
+
context: __SerdeContext
|
|
580
|
+
) => Promise<DeleteAnnotationStoreCommandOutput>;
|
|
581
|
+
export declare const deserializeAws_restJson1DeleteReferenceCommand: (
|
|
582
|
+
output: __HttpResponse,
|
|
583
|
+
context: __SerdeContext
|
|
584
|
+
) => Promise<DeleteReferenceCommandOutput>;
|
|
585
|
+
export declare const deserializeAws_restJson1DeleteReferenceStoreCommand: (
|
|
586
|
+
output: __HttpResponse,
|
|
587
|
+
context: __SerdeContext
|
|
588
|
+
) => Promise<DeleteReferenceStoreCommandOutput>;
|
|
589
|
+
export declare const deserializeAws_restJson1DeleteRunCommand: (
|
|
590
|
+
output: __HttpResponse,
|
|
591
|
+
context: __SerdeContext
|
|
592
|
+
) => Promise<DeleteRunCommandOutput>;
|
|
593
|
+
export declare const deserializeAws_restJson1DeleteRunGroupCommand: (
|
|
594
|
+
output: __HttpResponse,
|
|
595
|
+
context: __SerdeContext
|
|
596
|
+
) => Promise<DeleteRunGroupCommandOutput>;
|
|
597
|
+
export declare const deserializeAws_restJson1DeleteSequenceStoreCommand: (
|
|
598
|
+
output: __HttpResponse,
|
|
599
|
+
context: __SerdeContext
|
|
600
|
+
) => Promise<DeleteSequenceStoreCommandOutput>;
|
|
601
|
+
export declare const deserializeAws_restJson1DeleteVariantStoreCommand: (
|
|
602
|
+
output: __HttpResponse,
|
|
603
|
+
context: __SerdeContext
|
|
604
|
+
) => Promise<DeleteVariantStoreCommandOutput>;
|
|
605
|
+
export declare const deserializeAws_restJson1DeleteWorkflowCommand: (
|
|
606
|
+
output: __HttpResponse,
|
|
607
|
+
context: __SerdeContext
|
|
608
|
+
) => Promise<DeleteWorkflowCommandOutput>;
|
|
609
|
+
export declare const deserializeAws_restJson1GetAnnotationImportJobCommand: (
|
|
610
|
+
output: __HttpResponse,
|
|
611
|
+
context: __SerdeContext
|
|
612
|
+
) => Promise<GetAnnotationImportJobCommandOutput>;
|
|
613
|
+
export declare const deserializeAws_restJson1GetAnnotationStoreCommand: (
|
|
614
|
+
output: __HttpResponse,
|
|
615
|
+
context: __SerdeContext
|
|
616
|
+
) => Promise<GetAnnotationStoreCommandOutput>;
|
|
617
|
+
export declare const deserializeAws_restJson1GetReadSetCommand: (
|
|
618
|
+
output: __HttpResponse,
|
|
619
|
+
context: __SerdeContext & __SdkStreamSerdeContext
|
|
620
|
+
) => Promise<GetReadSetCommandOutput>;
|
|
621
|
+
export declare const deserializeAws_restJson1GetReadSetActivationJobCommand: (
|
|
622
|
+
output: __HttpResponse,
|
|
623
|
+
context: __SerdeContext
|
|
624
|
+
) => Promise<GetReadSetActivationJobCommandOutput>;
|
|
625
|
+
export declare const deserializeAws_restJson1GetReadSetExportJobCommand: (
|
|
626
|
+
output: __HttpResponse,
|
|
627
|
+
context: __SerdeContext
|
|
628
|
+
) => Promise<GetReadSetExportJobCommandOutput>;
|
|
629
|
+
export declare const deserializeAws_restJson1GetReadSetImportJobCommand: (
|
|
630
|
+
output: __HttpResponse,
|
|
631
|
+
context: __SerdeContext
|
|
632
|
+
) => Promise<GetReadSetImportJobCommandOutput>;
|
|
633
|
+
export declare const deserializeAws_restJson1GetReadSetMetadataCommand: (
|
|
634
|
+
output: __HttpResponse,
|
|
635
|
+
context: __SerdeContext
|
|
636
|
+
) => Promise<GetReadSetMetadataCommandOutput>;
|
|
637
|
+
export declare const deserializeAws_restJson1GetReferenceCommand: (
|
|
638
|
+
output: __HttpResponse,
|
|
639
|
+
context: __SerdeContext & __SdkStreamSerdeContext
|
|
640
|
+
) => Promise<GetReferenceCommandOutput>;
|
|
641
|
+
export declare const deserializeAws_restJson1GetReferenceImportJobCommand: (
|
|
642
|
+
output: __HttpResponse,
|
|
643
|
+
context: __SerdeContext
|
|
644
|
+
) => Promise<GetReferenceImportJobCommandOutput>;
|
|
645
|
+
export declare const deserializeAws_restJson1GetReferenceMetadataCommand: (
|
|
646
|
+
output: __HttpResponse,
|
|
647
|
+
context: __SerdeContext
|
|
648
|
+
) => Promise<GetReferenceMetadataCommandOutput>;
|
|
649
|
+
export declare const deserializeAws_restJson1GetReferenceStoreCommand: (
|
|
650
|
+
output: __HttpResponse,
|
|
651
|
+
context: __SerdeContext
|
|
652
|
+
) => Promise<GetReferenceStoreCommandOutput>;
|
|
653
|
+
export declare const deserializeAws_restJson1GetRunCommand: (
|
|
654
|
+
output: __HttpResponse,
|
|
655
|
+
context: __SerdeContext
|
|
656
|
+
) => Promise<GetRunCommandOutput>;
|
|
657
|
+
export declare const deserializeAws_restJson1GetRunGroupCommand: (
|
|
658
|
+
output: __HttpResponse,
|
|
659
|
+
context: __SerdeContext
|
|
660
|
+
) => Promise<GetRunGroupCommandOutput>;
|
|
661
|
+
export declare const deserializeAws_restJson1GetRunTaskCommand: (
|
|
662
|
+
output: __HttpResponse,
|
|
663
|
+
context: __SerdeContext
|
|
664
|
+
) => Promise<GetRunTaskCommandOutput>;
|
|
665
|
+
export declare const deserializeAws_restJson1GetSequenceStoreCommand: (
|
|
666
|
+
output: __HttpResponse,
|
|
667
|
+
context: __SerdeContext
|
|
668
|
+
) => Promise<GetSequenceStoreCommandOutput>;
|
|
669
|
+
export declare const deserializeAws_restJson1GetVariantImportJobCommand: (
|
|
670
|
+
output: __HttpResponse,
|
|
671
|
+
context: __SerdeContext
|
|
672
|
+
) => Promise<GetVariantImportJobCommandOutput>;
|
|
673
|
+
export declare const deserializeAws_restJson1GetVariantStoreCommand: (
|
|
674
|
+
output: __HttpResponse,
|
|
675
|
+
context: __SerdeContext
|
|
676
|
+
) => Promise<GetVariantStoreCommandOutput>;
|
|
677
|
+
export declare const deserializeAws_restJson1GetWorkflowCommand: (
|
|
678
|
+
output: __HttpResponse,
|
|
679
|
+
context: __SerdeContext
|
|
680
|
+
) => Promise<GetWorkflowCommandOutput>;
|
|
681
|
+
export declare const deserializeAws_restJson1ListAnnotationImportJobsCommand: (
|
|
682
|
+
output: __HttpResponse,
|
|
683
|
+
context: __SerdeContext
|
|
684
|
+
) => Promise<ListAnnotationImportJobsCommandOutput>;
|
|
685
|
+
export declare const deserializeAws_restJson1ListAnnotationStoresCommand: (
|
|
686
|
+
output: __HttpResponse,
|
|
687
|
+
context: __SerdeContext
|
|
688
|
+
) => Promise<ListAnnotationStoresCommandOutput>;
|
|
689
|
+
export declare const deserializeAws_restJson1ListReadSetActivationJobsCommand: (
|
|
690
|
+
output: __HttpResponse,
|
|
691
|
+
context: __SerdeContext
|
|
692
|
+
) => Promise<ListReadSetActivationJobsCommandOutput>;
|
|
693
|
+
export declare const deserializeAws_restJson1ListReadSetExportJobsCommand: (
|
|
694
|
+
output: __HttpResponse,
|
|
695
|
+
context: __SerdeContext
|
|
696
|
+
) => Promise<ListReadSetExportJobsCommandOutput>;
|
|
697
|
+
export declare const deserializeAws_restJson1ListReadSetImportJobsCommand: (
|
|
698
|
+
output: __HttpResponse,
|
|
699
|
+
context: __SerdeContext
|
|
700
|
+
) => Promise<ListReadSetImportJobsCommandOutput>;
|
|
701
|
+
export declare const deserializeAws_restJson1ListReadSetsCommand: (
|
|
702
|
+
output: __HttpResponse,
|
|
703
|
+
context: __SerdeContext
|
|
704
|
+
) => Promise<ListReadSetsCommandOutput>;
|
|
705
|
+
export declare const deserializeAws_restJson1ListReferenceImportJobsCommand: (
|
|
706
|
+
output: __HttpResponse,
|
|
707
|
+
context: __SerdeContext
|
|
708
|
+
) => Promise<ListReferenceImportJobsCommandOutput>;
|
|
709
|
+
export declare const deserializeAws_restJson1ListReferencesCommand: (
|
|
710
|
+
output: __HttpResponse,
|
|
711
|
+
context: __SerdeContext
|
|
712
|
+
) => Promise<ListReferencesCommandOutput>;
|
|
713
|
+
export declare const deserializeAws_restJson1ListReferenceStoresCommand: (
|
|
714
|
+
output: __HttpResponse,
|
|
715
|
+
context: __SerdeContext
|
|
716
|
+
) => Promise<ListReferenceStoresCommandOutput>;
|
|
717
|
+
export declare const deserializeAws_restJson1ListRunGroupsCommand: (
|
|
718
|
+
output: __HttpResponse,
|
|
719
|
+
context: __SerdeContext
|
|
720
|
+
) => Promise<ListRunGroupsCommandOutput>;
|
|
721
|
+
export declare const deserializeAws_restJson1ListRunsCommand: (
|
|
722
|
+
output: __HttpResponse,
|
|
723
|
+
context: __SerdeContext
|
|
724
|
+
) => Promise<ListRunsCommandOutput>;
|
|
725
|
+
export declare const deserializeAws_restJson1ListRunTasksCommand: (
|
|
726
|
+
output: __HttpResponse,
|
|
727
|
+
context: __SerdeContext
|
|
728
|
+
) => Promise<ListRunTasksCommandOutput>;
|
|
729
|
+
export declare const deserializeAws_restJson1ListSequenceStoresCommand: (
|
|
730
|
+
output: __HttpResponse,
|
|
731
|
+
context: __SerdeContext
|
|
732
|
+
) => Promise<ListSequenceStoresCommandOutput>;
|
|
733
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
734
|
+
output: __HttpResponse,
|
|
735
|
+
context: __SerdeContext
|
|
736
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
737
|
+
export declare const deserializeAws_restJson1ListVariantImportJobsCommand: (
|
|
738
|
+
output: __HttpResponse,
|
|
739
|
+
context: __SerdeContext
|
|
740
|
+
) => Promise<ListVariantImportJobsCommandOutput>;
|
|
741
|
+
export declare const deserializeAws_restJson1ListVariantStoresCommand: (
|
|
742
|
+
output: __HttpResponse,
|
|
743
|
+
context: __SerdeContext
|
|
744
|
+
) => Promise<ListVariantStoresCommandOutput>;
|
|
745
|
+
export declare const deserializeAws_restJson1ListWorkflowsCommand: (
|
|
746
|
+
output: __HttpResponse,
|
|
747
|
+
context: __SerdeContext
|
|
748
|
+
) => Promise<ListWorkflowsCommandOutput>;
|
|
749
|
+
export declare const deserializeAws_restJson1StartAnnotationImportJobCommand: (
|
|
750
|
+
output: __HttpResponse,
|
|
751
|
+
context: __SerdeContext
|
|
752
|
+
) => Promise<StartAnnotationImportJobCommandOutput>;
|
|
753
|
+
export declare const deserializeAws_restJson1StartReadSetActivationJobCommand: (
|
|
754
|
+
output: __HttpResponse,
|
|
755
|
+
context: __SerdeContext
|
|
756
|
+
) => Promise<StartReadSetActivationJobCommandOutput>;
|
|
757
|
+
export declare const deserializeAws_restJson1StartReadSetExportJobCommand: (
|
|
758
|
+
output: __HttpResponse,
|
|
759
|
+
context: __SerdeContext
|
|
760
|
+
) => Promise<StartReadSetExportJobCommandOutput>;
|
|
761
|
+
export declare const deserializeAws_restJson1StartReadSetImportJobCommand: (
|
|
762
|
+
output: __HttpResponse,
|
|
763
|
+
context: __SerdeContext
|
|
764
|
+
) => Promise<StartReadSetImportJobCommandOutput>;
|
|
765
|
+
export declare const deserializeAws_restJson1StartReferenceImportJobCommand: (
|
|
766
|
+
output: __HttpResponse,
|
|
767
|
+
context: __SerdeContext
|
|
768
|
+
) => Promise<StartReferenceImportJobCommandOutput>;
|
|
769
|
+
export declare const deserializeAws_restJson1StartRunCommand: (
|
|
770
|
+
output: __HttpResponse,
|
|
771
|
+
context: __SerdeContext
|
|
772
|
+
) => Promise<StartRunCommandOutput>;
|
|
773
|
+
export declare const deserializeAws_restJson1StartVariantImportJobCommand: (
|
|
774
|
+
output: __HttpResponse,
|
|
775
|
+
context: __SerdeContext
|
|
776
|
+
) => Promise<StartVariantImportJobCommandOutput>;
|
|
777
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
778
|
+
output: __HttpResponse,
|
|
779
|
+
context: __SerdeContext
|
|
780
|
+
) => Promise<TagResourceCommandOutput>;
|
|
781
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
782
|
+
output: __HttpResponse,
|
|
783
|
+
context: __SerdeContext
|
|
784
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
785
|
+
export declare const deserializeAws_restJson1UpdateAnnotationStoreCommand: (
|
|
786
|
+
output: __HttpResponse,
|
|
787
|
+
context: __SerdeContext
|
|
788
|
+
) => Promise<UpdateAnnotationStoreCommandOutput>;
|
|
789
|
+
export declare const deserializeAws_restJson1UpdateRunGroupCommand: (
|
|
790
|
+
output: __HttpResponse,
|
|
791
|
+
context: __SerdeContext
|
|
792
|
+
) => Promise<UpdateRunGroupCommandOutput>;
|
|
793
|
+
export declare const deserializeAws_restJson1UpdateVariantStoreCommand: (
|
|
794
|
+
output: __HttpResponse,
|
|
795
|
+
context: __SerdeContext
|
|
796
|
+
) => Promise<UpdateVariantStoreCommandOutput>;
|
|
797
|
+
export declare const deserializeAws_restJson1UpdateWorkflowCommand: (
|
|
798
|
+
output: __HttpResponse,
|
|
799
|
+
context: __SerdeContext
|
|
800
|
+
) => Promise<UpdateWorkflowCommandOutput>;
|