@aws-sdk/client-omics 3.335.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
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListReadSetUploadPartsCommand = void 0;
|
|
3
|
+
exports.ListReadSetUploadPartsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListReadSetUploadPartsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListReadSetsCommand = void 0;
|
|
3
|
+
exports.ListReadSetsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListReadSetsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListReferenceImportJobsCommand = void 0;
|
|
3
|
+
exports.ListReferenceImportJobsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListReferenceImportJobsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListReferenceStoresCommand = void 0;
|
|
3
|
+
exports.ListReferenceStoresCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListReferenceStoresCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListReferencesCommand = void 0;
|
|
3
|
+
exports.ListReferencesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListReferencesCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListRunGroupsCommand = void 0;
|
|
3
|
+
exports.ListRunGroupsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListRunGroupsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListRunTasksCommand = void 0;
|
|
3
|
+
exports.ListRunTasksCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListRunTasksCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListRunsCommand = void 0;
|
|
3
|
+
exports.ListRunsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListRunsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListSequenceStoresCommand = void 0;
|
|
3
|
+
exports.ListSequenceStoresCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListSequenceStoresCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTagsForResourceCommand = void 0;
|
|
3
|
+
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListVariantImportJobsCommand = void 0;
|
|
3
|
+
exports.ListVariantImportJobsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListVariantImportJobsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListVariantStoresCommand = void 0;
|
|
3
|
+
exports.ListVariantStoresCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListVariantStoresCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListWorkflowsCommand = void 0;
|
|
3
|
+
exports.ListWorkflowsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListWorkflowsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartAnnotationImportJobCommand = void 0;
|
|
3
|
+
exports.StartAnnotationImportJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class StartAnnotationImportJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartReadSetActivationJobCommand = void 0;
|
|
3
|
+
exports.StartReadSetActivationJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class StartReadSetActivationJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartReadSetExportJobCommand = void 0;
|
|
3
|
+
exports.StartReadSetExportJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class StartReadSetExportJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartReadSetImportJobCommand = void 0;
|
|
3
|
+
exports.StartReadSetImportJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class StartReadSetImportJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartReferenceImportJobCommand = void 0;
|
|
3
|
+
exports.StartReferenceImportJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class StartReferenceImportJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartRunCommand = void 0;
|
|
3
|
+
exports.StartRunCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class StartRunCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartVariantImportJobCommand = void 0;
|
|
3
|
+
exports.StartVariantImportJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class StartVariantImportJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = void 0;
|
|
3
|
+
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = void 0;
|
|
3
|
+
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateAnnotationStoreCommand = void 0;
|
|
3
|
+
exports.UpdateAnnotationStoreCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class UpdateAnnotationStoreCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateRunGroupCommand = void 0;
|
|
3
|
+
exports.UpdateRunGroupCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class UpdateRunGroupCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateVariantStoreCommand = void 0;
|
|
3
|
+
exports.UpdateVariantStoreCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class UpdateVariantStoreCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateWorkflowCommand = void 0;
|
|
3
|
+
exports.UpdateWorkflowCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class UpdateWorkflowCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UploadReadSetPartCommand = void 0;
|
|
3
|
+
exports.UploadReadSetPartCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class UploadReadSetPartCommand extends smithy_client_1.Command {
|
package/dist-cjs/index.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OmicsServiceException = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
tslib_1.__exportStar(require("./Omics"), exports);
|
|
6
5
|
tslib_1.__exportStar(require("./OmicsClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./Omics"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./models"), exports);
|
|
9
8
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
9
|
tslib_1.__exportStar(require("./waiters"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
11
11
|
var OmicsServiceException_1 = require("./models/OmicsServiceException");
|
|
12
12
|
Object.defineProperty(exports, "OmicsServiceException", { enumerable: true, get: function () { return OmicsServiceException_1.OmicsServiceException; } });
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OmicsServiceException = void 0;
|
|
3
|
+
exports.OmicsServiceException = exports.__ServiceException = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
5
6
|
class OmicsServiceException extends smithy_client_1.ServiceException {
|
|
6
7
|
constructor(options) {
|
|
7
8
|
super(options);
|
package/dist-es/OmicsClient.js
CHANGED
|
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
|
|
|
10
10
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
11
11
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
12
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
13
|
+
export { __Client };
|
|
13
14
|
export class OmicsClient extends __Client {
|
|
14
15
|
constructor(configuration) {
|
|
15
16
|
const _config_0 = __getRuntimeConfig(configuration);
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_AbortMultipartReadSetUploadCommand, se_AbortMultipartReadSetUploadCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class AbortMultipartReadSetUploadCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_BatchDeleteReadSetCommand, se_BatchDeleteReadSetCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class BatchDeleteReadSetCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CancelAnnotationImportJobCommand, se_CancelAnnotationImportJobCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CancelAnnotationImportJobCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CancelRunCommand, se_CancelRunCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CancelRunCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CancelVariantImportJobCommand, se_CancelVariantImportJobCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CancelVariantImportJobCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CompleteMultipartReadSetUploadCommand, se_CompleteMultipartReadSetUploadCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CompleteMultipartReadSetUploadCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateAnnotationStoreCommand, se_CreateAnnotationStoreCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateAnnotationStoreCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateMultipartReadSetUploadCommand, se_CreateMultipartReadSetUploadCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateMultipartReadSetUploadCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateReferenceStoreCommand, se_CreateReferenceStoreCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateReferenceStoreCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateRunGroupCommand, se_CreateRunGroupCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateRunGroupCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateSequenceStoreCommand, se_CreateSequenceStoreCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateSequenceStoreCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateVariantStoreCommand, se_CreateVariantStoreCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateVariantStoreCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateWorkflowCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteAnnotationStoreCommand, se_DeleteAnnotationStoreCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteAnnotationStoreCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteReferenceCommand, se_DeleteReferenceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteReferenceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteReferenceStoreCommand, se_DeleteReferenceStoreCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteReferenceStoreCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteRunCommand, se_DeleteRunCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteRunCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteRunGroupCommand, se_DeleteRunGroupCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteRunGroupCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteSequenceStoreCommand, se_DeleteSequenceStoreCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteSequenceStoreCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteVariantStoreCommand, se_DeleteVariantStoreCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteVariantStoreCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteWorkflowCommand, se_DeleteWorkflowCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteWorkflowCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetAnnotationImportJobCommand, se_GetAnnotationImportJobCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetAnnotationImportJobCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetAnnotationStoreCommand, se_GetAnnotationStoreCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetAnnotationStoreCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|