@aws-sdk/client-omics 3.337.0 → 3.338.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/dist-cjs/OmicsClient.js +2 -1
- package/dist-cjs/commands/AbortMultipartReadSetUploadCommand.js +2 -1
- package/dist-cjs/commands/BatchDeleteReadSetCommand.js +2 -1
- package/dist-cjs/commands/CancelAnnotationImportJobCommand.js +2 -1
- package/dist-cjs/commands/CancelRunCommand.js +2 -1
- package/dist-cjs/commands/CancelVariantImportJobCommand.js +2 -1
- package/dist-cjs/commands/CompleteMultipartReadSetUploadCommand.js +2 -1
- package/dist-cjs/commands/CreateAnnotationStoreCommand.js +2 -1
- package/dist-cjs/commands/CreateMultipartReadSetUploadCommand.js +2 -1
- package/dist-cjs/commands/CreateReferenceStoreCommand.js +2 -1
- package/dist-cjs/commands/CreateRunGroupCommand.js +2 -1
- package/dist-cjs/commands/CreateSequenceStoreCommand.js +2 -1
- package/dist-cjs/commands/CreateVariantStoreCommand.js +2 -1
- package/dist-cjs/commands/CreateWorkflowCommand.js +2 -1
- package/dist-cjs/commands/DeleteAnnotationStoreCommand.js +2 -1
- package/dist-cjs/commands/DeleteReferenceCommand.js +2 -1
- package/dist-cjs/commands/DeleteReferenceStoreCommand.js +2 -1
- package/dist-cjs/commands/DeleteRunCommand.js +2 -1
- package/dist-cjs/commands/DeleteRunGroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteSequenceStoreCommand.js +2 -1
- package/dist-cjs/commands/DeleteVariantStoreCommand.js +2 -1
- package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -1
- package/dist-cjs/commands/GetAnnotationImportJobCommand.js +2 -1
- package/dist-cjs/commands/GetAnnotationStoreCommand.js +2 -1
- package/dist-cjs/commands/GetReadSetActivationJobCommand.js +2 -1
- package/dist-cjs/commands/GetReadSetCommand.js +2 -1
- package/dist-cjs/commands/GetReadSetExportJobCommand.js +2 -1
- package/dist-cjs/commands/GetReadSetImportJobCommand.js +2 -1
- package/dist-cjs/commands/GetReadSetMetadataCommand.js +2 -1
- package/dist-cjs/commands/GetReferenceCommand.js +2 -1
- package/dist-cjs/commands/GetReferenceImportJobCommand.js +2 -1
- package/dist-cjs/commands/GetReferenceMetadataCommand.js +2 -1
- package/dist-cjs/commands/GetReferenceStoreCommand.js +2 -1
- package/dist-cjs/commands/GetRunCommand.js +2 -1
- package/dist-cjs/commands/GetRunGroupCommand.js +2 -1
- package/dist-cjs/commands/GetRunTaskCommand.js +2 -1
- package/dist-cjs/commands/GetSequenceStoreCommand.js +2 -1
- package/dist-cjs/commands/GetVariantImportJobCommand.js +2 -1
- package/dist-cjs/commands/GetVariantStoreCommand.js +2 -1
- package/dist-cjs/commands/GetWorkflowCommand.js +2 -1
- package/dist-cjs/commands/ListAnnotationImportJobsCommand.js +2 -1
- package/dist-cjs/commands/ListAnnotationStoresCommand.js +2 -1
- package/dist-cjs/commands/ListMultipartReadSetUploadsCommand.js +2 -1
- package/dist-cjs/commands/ListReadSetActivationJobsCommand.js +2 -1
- package/dist-cjs/commands/ListReadSetExportJobsCommand.js +2 -1
- package/dist-cjs/commands/ListReadSetImportJobsCommand.js +2 -1
- package/dist-cjs/commands/ListReadSetUploadPartsCommand.js +2 -1
- package/dist-cjs/commands/ListReadSetsCommand.js +2 -1
- package/dist-cjs/commands/ListReferenceImportJobsCommand.js +2 -1
- package/dist-cjs/commands/ListReferenceStoresCommand.js +2 -1
- package/dist-cjs/commands/ListReferencesCommand.js +2 -1
- package/dist-cjs/commands/ListRunGroupsCommand.js +2 -1
- package/dist-cjs/commands/ListRunTasksCommand.js +2 -1
- package/dist-cjs/commands/ListRunsCommand.js +2 -1
- package/dist-cjs/commands/ListSequenceStoresCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListVariantImportJobsCommand.js +2 -1
- package/dist-cjs/commands/ListVariantStoresCommand.js +2 -1
- package/dist-cjs/commands/ListWorkflowsCommand.js +2 -1
- package/dist-cjs/commands/StartAnnotationImportJobCommand.js +2 -1
- package/dist-cjs/commands/StartReadSetActivationJobCommand.js +2 -1
- package/dist-cjs/commands/StartReadSetExportJobCommand.js +2 -1
- package/dist-cjs/commands/StartReadSetImportJobCommand.js +2 -1
- package/dist-cjs/commands/StartReferenceImportJobCommand.js +2 -1
- package/dist-cjs/commands/StartRunCommand.js +2 -1
- package/dist-cjs/commands/StartVariantImportJobCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateAnnotationStoreCommand.js +2 -1
- package/dist-cjs/commands/UpdateRunGroupCommand.js +2 -1
- package/dist-cjs/commands/UpdateVariantStoreCommand.js +2 -1
- package/dist-cjs/commands/UpdateWorkflowCommand.js +2 -1
- package/dist-cjs/commands/UploadReadSetPartCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/OmicsServiceException.js +2 -1
- package/dist-es/OmicsClient.js +1 -0
- package/dist-es/commands/AbortMultipartReadSetUploadCommand.js +1 -0
- package/dist-es/commands/BatchDeleteReadSetCommand.js +1 -0
- package/dist-es/commands/CancelAnnotationImportJobCommand.js +1 -0
- package/dist-es/commands/CancelRunCommand.js +1 -0
- package/dist-es/commands/CancelVariantImportJobCommand.js +1 -0
- package/dist-es/commands/CompleteMultipartReadSetUploadCommand.js +1 -0
- package/dist-es/commands/CreateAnnotationStoreCommand.js +1 -0
- package/dist-es/commands/CreateMultipartReadSetUploadCommand.js +1 -0
- package/dist-es/commands/CreateReferenceStoreCommand.js +1 -0
- package/dist-es/commands/CreateRunGroupCommand.js +1 -0
- package/dist-es/commands/CreateSequenceStoreCommand.js +1 -0
- package/dist-es/commands/CreateVariantStoreCommand.js +1 -0
- package/dist-es/commands/CreateWorkflowCommand.js +1 -0
- package/dist-es/commands/DeleteAnnotationStoreCommand.js +1 -0
- package/dist-es/commands/DeleteReferenceCommand.js +1 -0
- package/dist-es/commands/DeleteReferenceStoreCommand.js +1 -0
- package/dist-es/commands/DeleteRunCommand.js +1 -0
- package/dist-es/commands/DeleteRunGroupCommand.js +1 -0
- package/dist-es/commands/DeleteSequenceStoreCommand.js +1 -0
- package/dist-es/commands/DeleteVariantStoreCommand.js +1 -0
- package/dist-es/commands/DeleteWorkflowCommand.js +1 -0
- package/dist-es/commands/GetAnnotationImportJobCommand.js +1 -0
- package/dist-es/commands/GetAnnotationStoreCommand.js +1 -0
- package/dist-es/commands/GetReadSetActivationJobCommand.js +1 -0
- package/dist-es/commands/GetReadSetCommand.js +1 -0
- package/dist-es/commands/GetReadSetExportJobCommand.js +1 -0
- package/dist-es/commands/GetReadSetImportJobCommand.js +1 -0
- package/dist-es/commands/GetReadSetMetadataCommand.js +1 -0
- package/dist-es/commands/GetReferenceCommand.js +1 -0
- package/dist-es/commands/GetReferenceImportJobCommand.js +1 -0
- package/dist-es/commands/GetReferenceMetadataCommand.js +1 -0
- package/dist-es/commands/GetReferenceStoreCommand.js +1 -0
- package/dist-es/commands/GetRunCommand.js +1 -0
- package/dist-es/commands/GetRunGroupCommand.js +1 -0
- package/dist-es/commands/GetRunTaskCommand.js +1 -0
- package/dist-es/commands/GetSequenceStoreCommand.js +1 -0
- package/dist-es/commands/GetVariantImportJobCommand.js +1 -0
- package/dist-es/commands/GetVariantStoreCommand.js +1 -0
- package/dist-es/commands/GetWorkflowCommand.js +1 -0
- package/dist-es/commands/ListAnnotationImportJobsCommand.js +1 -0
- package/dist-es/commands/ListAnnotationStoresCommand.js +1 -0
- package/dist-es/commands/ListMultipartReadSetUploadsCommand.js +1 -0
- package/dist-es/commands/ListReadSetActivationJobsCommand.js +1 -0
- package/dist-es/commands/ListReadSetExportJobsCommand.js +1 -0
- package/dist-es/commands/ListReadSetImportJobsCommand.js +1 -0
- package/dist-es/commands/ListReadSetUploadPartsCommand.js +1 -0
- package/dist-es/commands/ListReadSetsCommand.js +1 -0
- package/dist-es/commands/ListReferenceImportJobsCommand.js +1 -0
- package/dist-es/commands/ListReferenceStoresCommand.js +1 -0
- package/dist-es/commands/ListReferencesCommand.js +1 -0
- package/dist-es/commands/ListRunGroupsCommand.js +1 -0
- package/dist-es/commands/ListRunTasksCommand.js +1 -0
- package/dist-es/commands/ListRunsCommand.js +1 -0
- package/dist-es/commands/ListSequenceStoresCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListVariantImportJobsCommand.js +1 -0
- package/dist-es/commands/ListVariantStoresCommand.js +1 -0
- package/dist-es/commands/ListWorkflowsCommand.js +1 -0
- package/dist-es/commands/StartAnnotationImportJobCommand.js +1 -0
- package/dist-es/commands/StartReadSetActivationJobCommand.js +1 -0
- package/dist-es/commands/StartReadSetExportJobCommand.js +1 -0
- package/dist-es/commands/StartReadSetImportJobCommand.js +1 -0
- package/dist-es/commands/StartReferenceImportJobCommand.js +1 -0
- package/dist-es/commands/StartRunCommand.js +1 -0
- package/dist-es/commands/StartVariantImportJobCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateAnnotationStoreCommand.js +1 -0
- package/dist-es/commands/UpdateRunGroupCommand.js +1 -0
- package/dist-es/commands/UpdateVariantStoreCommand.js +1 -0
- package/dist-es/commands/UpdateWorkflowCommand.js +1 -0
- package/dist-es/commands/UploadReadSetPartCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/OmicsServiceException.js +1 -0
- package/dist-types/OmicsClient.d.ts +3 -3
- package/dist-types/commands/AbortMultipartReadSetUploadCommand.d.ts +4 -0
- package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +4 -0
- package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +4 -0
- package/dist-types/commands/CancelRunCommand.d.ts +4 -0
- package/dist-types/commands/CancelVariantImportJobCommand.d.ts +4 -0
- package/dist-types/commands/CompleteMultipartReadSetUploadCommand.d.ts +4 -0
- package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +4 -0
- package/dist-types/commands/CreateMultipartReadSetUploadCommand.d.ts +4 -0
- package/dist-types/commands/CreateReferenceStoreCommand.d.ts +4 -0
- package/dist-types/commands/CreateRunGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateSequenceStoreCommand.d.ts +4 -0
- package/dist-types/commands/CreateVariantStoreCommand.d.ts +4 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReferenceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRunCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRunGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVariantStoreCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +4 -0
- package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +4 -0
- package/dist-types/commands/GetAnnotationStoreCommand.d.ts +4 -0
- package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +4 -0
- package/dist-types/commands/GetReadSetCommand.d.ts +4 -0
- package/dist-types/commands/GetReadSetExportJobCommand.d.ts +4 -0
- package/dist-types/commands/GetReadSetImportJobCommand.d.ts +4 -0
- package/dist-types/commands/GetReadSetMetadataCommand.d.ts +4 -0
- package/dist-types/commands/GetReferenceCommand.d.ts +4 -0
- package/dist-types/commands/GetReferenceImportJobCommand.d.ts +4 -0
- package/dist-types/commands/GetReferenceMetadataCommand.d.ts +4 -0
- package/dist-types/commands/GetReferenceStoreCommand.d.ts +4 -0
- package/dist-types/commands/GetRunCommand.d.ts +4 -0
- package/dist-types/commands/GetRunGroupCommand.d.ts +4 -0
- package/dist-types/commands/GetRunTaskCommand.d.ts +4 -0
- package/dist-types/commands/GetSequenceStoreCommand.d.ts +4 -0
- package/dist-types/commands/GetVariantImportJobCommand.d.ts +4 -0
- package/dist-types/commands/GetVariantStoreCommand.d.ts +4 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +4 -0
- package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListAnnotationStoresCommand.d.ts +4 -0
- package/dist-types/commands/ListMultipartReadSetUploadsCommand.d.ts +4 -0
- package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListReadSetUploadPartsCommand.d.ts +4 -0
- package/dist-types/commands/ListReadSetsCommand.d.ts +4 -0
- package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListReferenceStoresCommand.d.ts +4 -0
- package/dist-types/commands/ListReferencesCommand.d.ts +4 -0
- package/dist-types/commands/ListRunGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListRunTasksCommand.d.ts +4 -0
- package/dist-types/commands/ListRunsCommand.d.ts +4 -0
- package/dist-types/commands/ListSequenceStoresCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListVariantImportJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListVariantStoresCommand.d.ts +4 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +4 -0
- package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +4 -0
- package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +4 -0
- package/dist-types/commands/StartReadSetExportJobCommand.d.ts +4 -0
- package/dist-types/commands/StartReadSetImportJobCommand.d.ts +4 -0
- package/dist-types/commands/StartReferenceImportJobCommand.d.ts +4 -0
- package/dist-types/commands/StartRunCommand.d.ts +4 -0
- package/dist-types/commands/StartVariantImportJobCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRunGroupCommand.d.ts +4 -0
- package/dist-types/commands/UpdateVariantStoreCommand.d.ts +4 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +4 -0
- package/dist-types/commands/UploadReadSetPartCommand.d.ts +4 -0
- package/dist-types/index.d.ts +8 -2
- package/dist-types/models/OmicsServiceException.d.ts +1 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AbortMultipartReadSetUploadCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchDeleteReadSetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CancelAnnotationImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CancelRunCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CancelVariantImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CompleteMultipartReadSetUploadCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAnnotationStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateMultipartReadSetUploadCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateReferenceStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateRunGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSequenceStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateVariantStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAnnotationStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteReferenceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteReferenceStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteRunGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSequenceStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteVariantStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAnnotationImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAnnotationStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetReadSetActivationJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetReadSetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetReadSetExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetReadSetImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetReadSetMetadataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetReferenceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetReferenceImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetReferenceMetadataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetReferenceStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetRunGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetRunTaskCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSequenceStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetVariantImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetVariantStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAnnotationImportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAnnotationStoresCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMultipartReadSetUploadsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListReadSetActivationJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListReadSetExportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListReadSetImportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListReadSetUploadPartsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListReadSetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListReferenceImportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListReferenceStoresCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListReferencesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListRunGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListRunTasksCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSequenceStoresCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListVariantImportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListVariantStoresCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartAnnotationImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartReadSetActivationJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartReadSetExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartReadSetImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartReferenceImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartRunCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartVariantImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateAnnotationStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateRunGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateVariantStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UploadReadSetPartCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/OmicsServiceException.d.ts +1 -0
- package/package.json +31 -31
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateRunGroupRequest, CreateRunGroupResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateSequenceStoreRequest, CreateSequenceStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateVariantStoreRequest, CreateVariantStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteAnnotationStoreRequest, DeleteAnnotationStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteReferenceRequest, DeleteReferenceResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteReferenceStoreRequest, DeleteReferenceStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteRunRequest } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteRunGroupRequest } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteSequenceStoreRequest, DeleteSequenceStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteVariantStoreRequest, DeleteVariantStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteWorkflowRequest } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetAnnotationImportRequest, GetAnnotationImportResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetAnnotationStoreRequest, GetAnnotationStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetReadSetActivationJobRequest, GetReadSetActivationJobResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
|
|
4
4
|
import { GetReadSetRequest, GetReadSetResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetReadSetExportJobRequest, GetReadSetExportJobResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetReadSetImportJobRequest, GetReadSetImportJobResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetReadSetMetadataRequest, GetReadSetMetadataResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
|
|
4
4
|
import { GetReferenceRequest, GetReferenceResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetReferenceImportJobRequest, GetReferenceImportJobResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetReferenceMetadataRequest, GetReferenceMetadataResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetReferenceStoreRequest, GetReferenceStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetRunRequest, GetRunResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetRunGroupRequest, GetRunGroupResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetRunTaskRequest, GetRunTaskResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetSequenceStoreRequest, GetSequenceStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetVariantImportRequest, GetVariantImportResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetVariantStoreRequest, GetVariantStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListAnnotationImportJobsRequest, ListAnnotationImportJobsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListAnnotationStoresRequest, ListAnnotationStoresResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListMultipartReadSetUploadsRequest, ListMultipartReadSetUploadsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListReadSetActivationJobsRequest, ListReadSetActivationJobsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListReadSetExportJobsRequest, ListReadSetExportJobsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListReadSetImportJobsRequest, ListReadSetImportJobsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListReadSetUploadPartsRequest, ListReadSetUploadPartsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListReadSetsRequest, ListReadSetsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListReferenceImportJobsRequest, ListReferenceImportJobsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListReferenceStoresRequest, ListReferenceStoresResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListReferencesRequest, ListReferencesResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListRunGroupsRequest, ListRunGroupsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListRunTasksRequest, ListRunTasksResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListRunsRequest, ListRunsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListSequenceStoresRequest, ListSequenceStoresResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListVariantImportJobsRequest, ListVariantImportJobsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListVariantStoresRequest, ListVariantStoresResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartAnnotationImportRequest, StartAnnotationImportResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartReadSetActivationJobRequest, StartReadSetActivationJobResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartReadSetExportJobRequest, StartReadSetExportJobResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|