@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,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartReadSetExportJobCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class StartReadSetExportJobCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartReadSetExportJobCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "StartReadSetExportJobCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.StartReadSetExportJobRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.StartReadSetExportJobResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1StartReadSetExportJobCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1StartReadSetExportJobCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.StartReadSetExportJobCommand = StartReadSetExportJobCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartReadSetImportJobCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class StartReadSetImportJobCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartReadSetImportJobCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "StartReadSetImportJobCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.StartReadSetImportJobRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.StartReadSetImportJobResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1StartReadSetImportJobCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1StartReadSetImportJobCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.StartReadSetImportJobCommand = StartReadSetImportJobCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartReferenceImportJobCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class StartReferenceImportJobCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartReferenceImportJobCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "StartReferenceImportJobCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.StartReferenceImportJobRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.StartReferenceImportJobResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1StartReferenceImportJobCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1StartReferenceImportJobCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.StartReferenceImportJobCommand = StartReferenceImportJobCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartRunCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class StartRunCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartRunCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "StartRunCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.StartRunRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.StartRunResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1StartRunCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1StartRunCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.StartRunCommand = StartRunCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartVariantImportJobCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class StartVariantImportJobCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartVariantImportJobCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "StartVariantImportJobCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.StartVariantImportRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.StartVariantImportResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1StartVariantImportJobCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1StartVariantImportJobCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.StartVariantImportJobCommand = StartVariantImportJobCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TagResourceCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class TagResourceCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TagResourceCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "TagResourceCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.TagResourceRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.TagResourceResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UntagResourceCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class UntagResourceCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "UntagResourceCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.UntagResourceRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.UntagResourceResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateAnnotationStoreCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class UpdateAnnotationStoreCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateAnnotationStoreCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "UpdateAnnotationStoreCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.UpdateAnnotationStoreRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.UpdateAnnotationStoreResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateAnnotationStoreCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateAnnotationStoreCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.UpdateAnnotationStoreCommand = UpdateAnnotationStoreCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateRunGroupCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class UpdateRunGroupCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateRunGroupCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "UpdateRunGroupCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.UpdateRunGroupRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: (output) => output,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateRunGroupCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRunGroupCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.UpdateRunGroupCommand = UpdateRunGroupCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateVariantStoreCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class UpdateVariantStoreCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateVariantStoreCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "UpdateVariantStoreCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.UpdateVariantStoreRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.UpdateVariantStoreResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateVariantStoreCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateVariantStoreCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.UpdateVariantStoreCommand = UpdateVariantStoreCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateWorkflowCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class UpdateWorkflowCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateWorkflowCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "OmicsClient";
|
|
28
|
+
const commandName = "UpdateWorkflowCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.UpdateWorkflowRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: (output) => output,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateWorkflowCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateWorkflowCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.UpdateWorkflowCommand = UpdateWorkflowCommand;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./BatchDeleteReadSetCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CancelAnnotationImportJobCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CancelRunCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CancelVariantImportJobCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateAnnotationStoreCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateReferenceStoreCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CreateRunGroupCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateSequenceStoreCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateVariantStoreCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreateWorkflowCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./DeleteAnnotationStoreCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DeleteReferenceCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DeleteReferenceStoreCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteRunCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteRunGroupCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DeleteSequenceStoreCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DeleteVariantStoreCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteWorkflowCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./GetAnnotationImportJobCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./GetAnnotationStoreCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./GetReadSetActivationJobCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./GetReadSetCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./GetReadSetExportJobCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./GetReadSetImportJobCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./GetReadSetMetadataCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./GetReferenceCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./GetReferenceImportJobCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./GetReferenceMetadataCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./GetReferenceStoreCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./GetRunCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./GetRunGroupCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./GetRunTaskCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./GetSequenceStoreCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./GetVariantImportJobCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./GetVariantStoreCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./GetWorkflowCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./ListAnnotationImportJobsCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./ListAnnotationStoresCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./ListReadSetActivationJobsCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./ListReadSetExportJobsCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./ListReadSetImportJobsCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./ListReadSetsCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./ListReferenceImportJobsCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./ListReferenceStoresCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./ListReferencesCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./ListRunGroupsCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./ListRunTasksCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./ListRunsCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./ListSequenceStoresCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./ListVariantImportJobsCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./ListVariantStoresCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./ListWorkflowsCommand"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./StartAnnotationImportJobCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./StartReadSetActivationJobCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./StartReadSetExportJobCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./StartReadSetImportJobCommand"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./StartReferenceImportJobCommand"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./StartRunCommand"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./StartVariantImportJobCommand"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./UpdateAnnotationStoreCommand"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./UpdateRunGroupCommand"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./UpdateVariantStoreCommand"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./UpdateWorkflowCommand"), exports);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.resolveClientEndpointParameters = void 0;
|
|
4
|
+
const resolveClientEndpointParameters = (options) => {
|
|
5
|
+
return {
|
|
6
|
+
...options,
|
|
7
|
+
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
+
defaultSigningName: "omics",
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.defaultEndpointResolver = void 0;
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const ruleset_1 = require("./ruleset");
|
|
6
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
+
return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
|
+
endpointParams: endpointParams,
|
|
9
|
+
logger: context.logger,
|
|
10
|
+
});
|
|
11
|
+
};
|
|
12
|
+
exports.defaultEndpointResolver = defaultEndpointResolver;
|