@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 { StartReadSetImportJobRequest, StartReadSetImportJobResponse } 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 { StartReferenceImportJobRequest, StartReferenceImportJobResponse } 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 { StartRunRequest, StartRunResponse } 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 { StartVariantImportRequest, StartVariantImportResponse } 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 { TagResourceRequest, TagResourceResponse } 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 { UntagResourceRequest, UntagResourceResponse } 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 { UpdateAnnotationStoreRequest, UpdateAnnotationStoreResponse } 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 { UpdateRunGroupRequest } 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 { UpdateVariantStoreRequest, UpdateVariantStoreResponse } 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 { UpdateWorkflowRequest } 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
|
*
|
|
@@ -4,6 +4,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
5
5
|
import { UploadReadSetPartRequest, UploadReadSetPartResponse } from "../models/models_0";
|
|
6
6
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export { __MetadataBearer, $Command };
|
|
7
11
|
/**
|
|
8
12
|
* @public
|
|
9
13
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>This is the <i>Amazon Omics API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/omics/latest/dev/">What is Amazon Omics?</a> in the
|
|
3
|
+
* <i>Amazon Omics User Guide</i>.</p>
|
|
4
|
+
*
|
|
5
|
+
* @packageDocumentation
|
|
6
|
+
*/
|
|
2
7
|
export * from "./OmicsClient";
|
|
8
|
+
export * from "./Omics";
|
|
3
9
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
10
|
export * from "./pagination";
|
|
6
11
|
export * from "./waiters";
|
|
12
|
+
export * from "./models";
|
|
7
13
|
export { OmicsServiceException } from "./models/OmicsServiceException";
|
|
@@ -340,6 +340,7 @@ import {
|
|
|
340
340
|
ClientResolvedEndpointParameters,
|
|
341
341
|
EndpointParameters,
|
|
342
342
|
} from "./endpoint/EndpointParameters";
|
|
343
|
+
export { __Client };
|
|
343
344
|
export type ServiceInputTypes =
|
|
344
345
|
| AbortMultipartReadSetUploadCommandInput
|
|
345
346
|
| BatchDeleteReadSetCommandInput
|
|
@@ -511,7 +512,7 @@ export interface ClientDefaults
|
|
|
511
512
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
512
513
|
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
513
514
|
}
|
|
514
|
-
type OmicsClientConfigType = Partial<
|
|
515
|
+
export type OmicsClientConfigType = Partial<
|
|
515
516
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
516
517
|
> &
|
|
517
518
|
ClientDefaults &
|
|
@@ -523,7 +524,7 @@ type OmicsClientConfigType = Partial<
|
|
|
523
524
|
UserAgentInputConfig &
|
|
524
525
|
ClientInputEndpointParameters;
|
|
525
526
|
export interface OmicsClientConfig extends OmicsClientConfigType {}
|
|
526
|
-
type OmicsClientResolvedConfigType =
|
|
527
|
+
export type OmicsClientResolvedConfigType =
|
|
527
528
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
528
529
|
Required<ClientDefaults> &
|
|
529
530
|
RegionResolvedConfig &
|
|
@@ -545,4 +546,3 @@ export declare class OmicsClient extends __Client<
|
|
|
545
546
|
constructor(configuration: OmicsClientConfig);
|
|
546
547
|
destroy(): void;
|
|
547
548
|
}
|
|
548
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AbortMultipartReadSetUploadCommandInput
|
|
19
20
|
extends AbortMultipartReadSetUploadRequest {}
|
|
20
21
|
export interface AbortMultipartReadSetUploadCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchDeleteReadSetCommandInput
|
|
19
20
|
extends BatchDeleteReadSetRequest {}
|
|
20
21
|
export interface BatchDeleteReadSetCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CancelAnnotationImportJobCommandInput
|
|
19
20
|
extends CancelAnnotationImportRequest {}
|
|
20
21
|
export interface CancelAnnotationImportJobCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CancelRunCommandInput extends CancelRunRequest {}
|
|
16
17
|
export interface CancelRunCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class CancelRunCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CancelVariantImportJobCommandInput
|
|
19
20
|
extends CancelVariantImportRequest {}
|
|
20
21
|
export interface CancelVariantImportJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CompleteMultipartReadSetUploadCommandInput
|
|
19
20
|
extends CompleteMultipartReadSetUploadRequest {}
|
|
20
21
|
export interface CompleteMultipartReadSetUploadCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateAnnotationStoreCommandInput
|
|
19
20
|
extends CreateAnnotationStoreRequest {}
|
|
20
21
|
export interface CreateAnnotationStoreCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateMultipartReadSetUploadCommandInput
|
|
19
20
|
extends CreateMultipartReadSetUploadRequest {}
|
|
20
21
|
export interface CreateMultipartReadSetUploadCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateReferenceStoreCommandInput
|
|
19
20
|
extends CreateReferenceStoreRequest {}
|
|
20
21
|
export interface CreateReferenceStoreCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateRunGroupCommandInput extends CreateRunGroupRequest {}
|
|
19
20
|
export interface CreateRunGroupCommandOutput
|
|
20
21
|
extends CreateRunGroupResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateSequenceStoreCommandInput
|
|
19
20
|
extends CreateSequenceStoreRequest {}
|
|
20
21
|
export interface CreateSequenceStoreCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateVariantStoreCommandInput
|
|
19
20
|
extends CreateVariantStoreRequest {}
|
|
20
21
|
export interface CreateVariantStoreCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateWorkflowCommandInput extends CreateWorkflowRequest {}
|
|
19
20
|
export interface CreateWorkflowCommandOutput
|
|
20
21
|
extends CreateWorkflowResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteAnnotationStoreCommandInput
|
|
19
20
|
extends DeleteAnnotationStoreRequest {}
|
|
20
21
|
export interface DeleteAnnotationStoreCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteReferenceCommandInput extends DeleteReferenceRequest {}
|
|
19
20
|
export interface DeleteReferenceCommandOutput
|
|
20
21
|
extends DeleteReferenceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteReferenceStoreCommandInput
|
|
19
20
|
extends DeleteReferenceStoreRequest {}
|
|
20
21
|
export interface DeleteReferenceStoreCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteRunCommandInput extends DeleteRunRequest {}
|
|
16
17
|
export interface DeleteRunCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteRunCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteRunGroupCommandInput extends DeleteRunGroupRequest {}
|
|
16
17
|
export interface DeleteRunGroupCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteRunGroupCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteSequenceStoreCommandInput
|
|
19
20
|
extends DeleteSequenceStoreRequest {}
|
|
20
21
|
export interface DeleteSequenceStoreCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteVariantStoreCommandInput
|
|
19
20
|
extends DeleteVariantStoreRequest {}
|
|
20
21
|
export interface DeleteVariantStoreCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {}
|
|
16
17
|
export interface DeleteWorkflowCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteWorkflowCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetAnnotationImportJobCommandInput
|
|
19
20
|
extends GetAnnotationImportRequest {}
|
|
20
21
|
export interface GetAnnotationImportJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetAnnotationStoreCommandInput
|
|
19
20
|
extends GetAnnotationStoreRequest {}
|
|
20
21
|
export interface GetAnnotationStoreCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetReadSetActivationJobCommandInput
|
|
19
20
|
extends GetReadSetActivationJobRequest {}
|
|
20
21
|
export interface GetReadSetActivationJobCommandOutput
|
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
ServiceInputTypes,
|
|
14
14
|
ServiceOutputTypes,
|
|
15
15
|
} from "../OmicsClient";
|
|
16
|
+
export { __MetadataBearer, $Command };
|
|
16
17
|
export interface GetReadSetCommandInput extends GetReadSetRequest {}
|
|
17
18
|
export interface GetReadSetCommandOutput
|
|
18
19
|
extends __WithSdkStreamMixin<GetReadSetResponse, "payload">,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetReadSetExportJobCommandInput
|
|
19
20
|
extends GetReadSetExportJobRequest {}
|
|
20
21
|
export interface GetReadSetExportJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetReadSetImportJobCommandInput
|
|
19
20
|
extends GetReadSetImportJobRequest {}
|
|
20
21
|
export interface GetReadSetImportJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetReadSetMetadataCommandInput
|
|
19
20
|
extends GetReadSetMetadataRequest {}
|
|
20
21
|
export interface GetReadSetMetadataCommandOutput
|
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
ServiceInputTypes,
|
|
14
14
|
ServiceOutputTypes,
|
|
15
15
|
} from "../OmicsClient";
|
|
16
|
+
export { __MetadataBearer, $Command };
|
|
16
17
|
export interface GetReferenceCommandInput extends GetReferenceRequest {}
|
|
17
18
|
export interface GetReferenceCommandOutput
|
|
18
19
|
extends __WithSdkStreamMixin<GetReferenceResponse, "payload">,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetReferenceImportJobCommandInput
|
|
19
20
|
extends GetReferenceImportJobRequest {}
|
|
20
21
|
export interface GetReferenceImportJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetReferenceMetadataCommandInput
|
|
19
20
|
extends GetReferenceMetadataRequest {}
|
|
20
21
|
export interface GetReferenceMetadataCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetReferenceStoreCommandInput
|
|
19
20
|
extends GetReferenceStoreRequest {}
|
|
20
21
|
export interface GetReferenceStoreCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetRunCommandInput extends GetRunRequest {}
|
|
16
17
|
export interface GetRunCommandOutput extends GetRunResponse, __MetadataBearer {}
|
|
17
18
|
export declare class GetRunCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetRunGroupCommandInput extends GetRunGroupRequest {}
|
|
16
17
|
export interface GetRunGroupCommandOutput
|
|
17
18
|
extends GetRunGroupResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetRunTaskCommandInput extends GetRunTaskRequest {}
|
|
16
17
|
export interface GetRunTaskCommandOutput
|
|
17
18
|
extends GetRunTaskResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSequenceStoreCommandInput extends GetSequenceStoreRequest {}
|
|
19
20
|
export interface GetSequenceStoreCommandOutput
|
|
20
21
|
extends GetSequenceStoreResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetVariantImportJobCommandInput
|
|
19
20
|
extends GetVariantImportRequest {}
|
|
20
21
|
export interface GetVariantImportJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetVariantStoreCommandInput extends GetVariantStoreRequest {}
|
|
19
20
|
export interface GetVariantStoreCommandOutput
|
|
20
21
|
extends GetVariantStoreResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetWorkflowCommandInput extends GetWorkflowRequest {}
|
|
16
17
|
export interface GetWorkflowCommandOutput
|
|
17
18
|
extends GetWorkflowResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListAnnotationImportJobsCommandInput
|
|
19
20
|
extends ListAnnotationImportJobsRequest {}
|
|
20
21
|
export interface ListAnnotationImportJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListAnnotationStoresCommandInput
|
|
19
20
|
extends ListAnnotationStoresRequest {}
|
|
20
21
|
export interface ListAnnotationStoresCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListMultipartReadSetUploadsCommandInput
|
|
19
20
|
extends ListMultipartReadSetUploadsRequest {}
|
|
20
21
|
export interface ListMultipartReadSetUploadsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListReadSetActivationJobsCommandInput
|
|
19
20
|
extends ListReadSetActivationJobsRequest {}
|
|
20
21
|
export interface ListReadSetActivationJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListReadSetExportJobsCommandInput
|
|
19
20
|
extends ListReadSetExportJobsRequest {}
|
|
20
21
|
export interface ListReadSetExportJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListReadSetImportJobsCommandInput
|
|
19
20
|
extends ListReadSetImportJobsRequest {}
|
|
20
21
|
export interface ListReadSetImportJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListReadSetUploadPartsCommandInput
|
|
19
20
|
extends ListReadSetUploadPartsRequest {}
|
|
20
21
|
export interface ListReadSetUploadPartsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListReadSetsCommandInput extends ListReadSetsRequest {}
|
|
16
17
|
export interface ListReadSetsCommandOutput
|
|
17
18
|
extends ListReadSetsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListReferenceImportJobsCommandInput
|
|
19
20
|
extends ListReferenceImportJobsRequest {}
|
|
20
21
|
export interface ListReferenceImportJobsCommandOutput
|