@aws-sdk/client-omics 3.278.0 → 3.281.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.
Files changed (79) hide show
  1. package/README.md +531 -0
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-cjs/models/models_0.js +3 -0
  4. package/dist-cjs/protocols/Aws_restJson1.js +1 -0
  5. package/dist-es/endpoint/ruleset.js +3 -3
  6. package/dist-es/models/models_0.js +3 -0
  7. package/dist-es/protocols/Aws_restJson1.js +1 -0
  8. package/dist-types/Omics.d.ts +3 -2
  9. package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +6 -0
  10. package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +6 -0
  11. package/dist-types/commands/CancelRunCommand.d.ts +6 -0
  12. package/dist-types/commands/CancelVariantImportJobCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateReferenceStoreCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateRunGroupCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +6 -0
  17. package/dist-types/commands/CreateVariantStoreCommand.d.ts +6 -0
  18. package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteReferenceCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteRunCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteRunGroupCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteVariantStoreCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -0
  27. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +6 -0
  28. package/dist-types/commands/GetAnnotationStoreCommand.d.ts +6 -0
  29. package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +6 -0
  30. package/dist-types/commands/GetReadSetCommand.d.ts +6 -0
  31. package/dist-types/commands/GetReadSetExportJobCommand.d.ts +6 -0
  32. package/dist-types/commands/GetReadSetImportJobCommand.d.ts +6 -0
  33. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +6 -0
  34. package/dist-types/commands/GetReferenceCommand.d.ts +6 -0
  35. package/dist-types/commands/GetReferenceImportJobCommand.d.ts +6 -0
  36. package/dist-types/commands/GetReferenceMetadataCommand.d.ts +6 -0
  37. package/dist-types/commands/GetReferenceStoreCommand.d.ts +6 -0
  38. package/dist-types/commands/GetRunCommand.d.ts +6 -0
  39. package/dist-types/commands/GetRunGroupCommand.d.ts +6 -0
  40. package/dist-types/commands/GetRunTaskCommand.d.ts +6 -0
  41. package/dist-types/commands/GetSequenceStoreCommand.d.ts +6 -0
  42. package/dist-types/commands/GetVariantImportJobCommand.d.ts +6 -0
  43. package/dist-types/commands/GetVariantStoreCommand.d.ts +6 -0
  44. package/dist-types/commands/GetWorkflowCommand.d.ts +6 -0
  45. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +6 -0
  46. package/dist-types/commands/ListAnnotationStoresCommand.d.ts +6 -0
  47. package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +6 -0
  49. package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +6 -0
  50. package/dist-types/commands/ListReadSetsCommand.d.ts +6 -0
  51. package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +6 -0
  52. package/dist-types/commands/ListReferenceStoresCommand.d.ts +6 -0
  53. package/dist-types/commands/ListReferencesCommand.d.ts +6 -0
  54. package/dist-types/commands/ListRunGroupsCommand.d.ts +6 -0
  55. package/dist-types/commands/ListRunTasksCommand.d.ts +6 -0
  56. package/dist-types/commands/ListRunsCommand.d.ts +6 -0
  57. package/dist-types/commands/ListSequenceStoresCommand.d.ts +6 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  59. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +6 -0
  60. package/dist-types/commands/ListVariantStoresCommand.d.ts +6 -0
  61. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -0
  62. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +6 -0
  63. package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +8 -1
  64. package/dist-types/commands/StartReadSetExportJobCommand.d.ts +7 -1
  65. package/dist-types/commands/StartReadSetImportJobCommand.d.ts +6 -0
  66. package/dist-types/commands/StartReferenceImportJobCommand.d.ts +6 -0
  67. package/dist-types/commands/StartRunCommand.d.ts +6 -0
  68. package/dist-types/commands/StartVariantImportJobCommand.d.ts +6 -0
  69. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  70. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  71. package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +6 -0
  72. package/dist-types/commands/UpdateRunGroupCommand.d.ts +6 -0
  73. package/dist-types/commands/UpdateVariantStoreCommand.d.ts +6 -0
  74. package/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -0
  75. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  76. package/dist-types/models/models_0.d.ts +32 -22
  77. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  78. package/dist-types/ts3.4/models/models_0.d.ts +4 -0
  79. package/package.json +6 -6
@@ -32,6 +32,7 @@ export var JobStatus;
32
32
  (function (JobStatus) {
33
33
  JobStatus["CANCELLED"] = "CANCELLED";
34
34
  JobStatus["COMPLETED"] = "COMPLETED";
35
+ JobStatus["COMPLETED_WITH_FAILURES"] = "COMPLETED_WITH_FAILURES";
35
36
  JobStatus["FAILED"] = "FAILED";
36
37
  JobStatus["IN_PROGRESS"] = "IN_PROGRESS";
37
38
  JobStatus["SUBMITTED"] = "SUBMITTED";
@@ -207,6 +208,7 @@ export var WorkflowStatus;
207
208
  WorkflowStatus["CREATING"] = "CREATING";
208
209
  WorkflowStatus["DELETED"] = "DELETED";
209
210
  WorkflowStatus["FAILED"] = "FAILED";
211
+ WorkflowStatus["INACTIVE"] = "INACTIVE";
210
212
  WorkflowStatus["UPDATING"] = "UPDATING";
211
213
  })(WorkflowStatus || (WorkflowStatus = {}));
212
214
  export var ReadSetExportJobItemStatus;
@@ -329,6 +331,7 @@ export var RunStatus;
329
331
  export var WorkflowType;
330
332
  (function (WorkflowType) {
331
333
  WorkflowType["PRIVATE"] = "PRIVATE";
334
+ WorkflowType["SERVICE"] = "SERVICE";
332
335
  })(WorkflowType || (WorkflowType = {}));
333
336
  export var TaskStatus;
334
337
  (function (TaskStatus) {
@@ -6788,6 +6788,7 @@ const deserializeAws_restJson1VariantImportItemDetail = (output, context) => {
6788
6788
  return {
6789
6789
  jobStatus: __expectString(output.jobStatus),
6790
6790
  source: __expectString(output.source),
6791
+ statusMessage: __expectString(output.statusMessage),
6791
6792
  };
6792
6793
  };
6793
6794
  const deserializeAws_restJson1VariantImportItemDetails = (output, context) => {
@@ -396,13 +396,14 @@ export declare class Omics extends OmicsClient {
396
396
  startAnnotationImportJob(args: StartAnnotationImportJobCommandInput, cb: (err: any, data?: StartAnnotationImportJobCommandOutput) => void): void;
397
397
  startAnnotationImportJob(args: StartAnnotationImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAnnotationImportJobCommandOutput) => void): void;
398
398
  /**
399
- * <p>Starts a read set activation job.</p>
399
+ * <p>Activates an archived read set. To reduce storage charges, Amazon Omics archives unused read
400
+ * sets after 30 days.</p>
400
401
  */
401
402
  startReadSetActivationJob(args: StartReadSetActivationJobCommandInput, options?: __HttpHandlerOptions): Promise<StartReadSetActivationJobCommandOutput>;
402
403
  startReadSetActivationJob(args: StartReadSetActivationJobCommandInput, cb: (err: any, data?: StartReadSetActivationJobCommandOutput) => void): void;
403
404
  startReadSetActivationJob(args: StartReadSetActivationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReadSetActivationJobCommandOutput) => void): void;
404
405
  /**
405
- * <p>Starts a read set export job.</p>
406
+ * <p>Exports a read set to Amazon S3.</p>
406
407
  */
407
408
  startReadSetExportJob(args: StartReadSetExportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartReadSetExportJobCommandOutput>;
408
409
  startReadSetExportJob(args: StartReadSetExportJobCommandInput, cb: (err: any, data?: StartReadSetExportJobCommandOutput) => void): void;
@@ -3,8 +3,14 @@ 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 { BatchDeleteReadSetRequest, BatchDeleteReadSetResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link BatchDeleteReadSetCommand}.
8
+ */
6
9
  export interface BatchDeleteReadSetCommandInput extends BatchDeleteReadSetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchDeleteReadSetCommand}.
13
+ */
8
14
  export interface BatchDeleteReadSetCommandOutput extends BatchDeleteReadSetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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 { CancelAnnotationImportRequest, CancelAnnotationImportResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link CancelAnnotationImportJobCommand}.
8
+ */
6
9
  export interface CancelAnnotationImportJobCommandInput extends CancelAnnotationImportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CancelAnnotationImportJobCommand}.
13
+ */
8
14
  export interface CancelAnnotationImportJobCommandOutput extends CancelAnnotationImportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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 { CancelRunRequest } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link CancelRunCommand}.
8
+ */
6
9
  export interface CancelRunCommandInput extends CancelRunRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CancelRunCommand}.
13
+ */
8
14
  export interface CancelRunCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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 { CancelVariantImportRequest, CancelVariantImportResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link CancelVariantImportJobCommand}.
8
+ */
6
9
  export interface CancelVariantImportJobCommandInput extends CancelVariantImportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CancelVariantImportJobCommand}.
13
+ */
8
14
  export interface CancelVariantImportJobCommandOutput extends CancelVariantImportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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 { CreateAnnotationStoreRequest, CreateAnnotationStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link CreateAnnotationStoreCommand}.
8
+ */
6
9
  export interface CreateAnnotationStoreCommandInput extends CreateAnnotationStoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAnnotationStoreCommand}.
13
+ */
8
14
  export interface CreateAnnotationStoreCommandOutput extends CreateAnnotationStoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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 { CreateReferenceStoreRequest, CreateReferenceStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link CreateReferenceStoreCommand}.
8
+ */
6
9
  export interface CreateReferenceStoreCommandInput extends CreateReferenceStoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateReferenceStoreCommand}.
13
+ */
8
14
  export interface CreateReferenceStoreCommandOutput extends CreateReferenceStoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateRunGroupRequest, CreateRunGroupResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link CreateRunGroupCommand}.
8
+ */
6
9
  export interface CreateRunGroupCommandInput extends CreateRunGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateRunGroupCommand}.
13
+ */
8
14
  export interface CreateRunGroupCommandOutput extends CreateRunGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateSequenceStoreRequest, CreateSequenceStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link CreateSequenceStoreCommand}.
8
+ */
6
9
  export interface CreateSequenceStoreCommandInput extends CreateSequenceStoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSequenceStoreCommand}.
13
+ */
8
14
  export interface CreateSequenceStoreCommandOutput extends CreateSequenceStoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateVariantStoreRequest, CreateVariantStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link CreateVariantStoreCommand}.
8
+ */
6
9
  export interface CreateVariantStoreCommandInput extends CreateVariantStoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateVariantStoreCommand}.
13
+ */
8
14
  export interface CreateVariantStoreCommandOutput extends CreateVariantStoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link CreateWorkflowCommand}.
8
+ */
6
9
  export interface CreateWorkflowCommandInput extends CreateWorkflowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateWorkflowCommand}.
13
+ */
8
14
  export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteAnnotationStoreRequest, DeleteAnnotationStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link DeleteAnnotationStoreCommand}.
8
+ */
6
9
  export interface DeleteAnnotationStoreCommandInput extends DeleteAnnotationStoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAnnotationStoreCommand}.
13
+ */
8
14
  export interface DeleteAnnotationStoreCommandOutput extends DeleteAnnotationStoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteReferenceRequest, DeleteReferenceResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link DeleteReferenceCommand}.
8
+ */
6
9
  export interface DeleteReferenceCommandInput extends DeleteReferenceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteReferenceCommand}.
13
+ */
8
14
  export interface DeleteReferenceCommandOutput extends DeleteReferenceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteReferenceStoreRequest, DeleteReferenceStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link DeleteReferenceStoreCommand}.
8
+ */
6
9
  export interface DeleteReferenceStoreCommandInput extends DeleteReferenceStoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteReferenceStoreCommand}.
13
+ */
8
14
  export interface DeleteReferenceStoreCommandOutput extends DeleteReferenceStoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteRunRequest } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link DeleteRunCommand}.
8
+ */
6
9
  export interface DeleteRunCommandInput extends DeleteRunRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRunCommand}.
13
+ */
8
14
  export interface DeleteRunCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteRunGroupRequest } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link DeleteRunGroupCommand}.
8
+ */
6
9
  export interface DeleteRunGroupCommandInput extends DeleteRunGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRunGroupCommand}.
13
+ */
8
14
  export interface DeleteRunGroupCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteSequenceStoreRequest, DeleteSequenceStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link DeleteSequenceStoreCommand}.
8
+ */
6
9
  export interface DeleteSequenceStoreCommandInput extends DeleteSequenceStoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSequenceStoreCommand}.
13
+ */
8
14
  export interface DeleteSequenceStoreCommandOutput extends DeleteSequenceStoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteVariantStoreRequest, DeleteVariantStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link DeleteVariantStoreCommand}.
8
+ */
6
9
  export interface DeleteVariantStoreCommandInput extends DeleteVariantStoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVariantStoreCommand}.
13
+ */
8
14
  export interface DeleteVariantStoreCommandOutput extends DeleteVariantStoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteWorkflowRequest } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link DeleteWorkflowCommand}.
8
+ */
6
9
  export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteWorkflowCommand}.
13
+ */
8
14
  export interface DeleteWorkflowCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetAnnotationImportRequest, GetAnnotationImportResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetAnnotationImportJobCommand}.
8
+ */
6
9
  export interface GetAnnotationImportJobCommandInput extends GetAnnotationImportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAnnotationImportJobCommand}.
13
+ */
8
14
  export interface GetAnnotationImportJobCommandOutput extends GetAnnotationImportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetAnnotationStoreRequest, GetAnnotationStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetAnnotationStoreCommand}.
8
+ */
6
9
  export interface GetAnnotationStoreCommandInput extends GetAnnotationStoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAnnotationStoreCommand}.
13
+ */
8
14
  export interface GetAnnotationStoreCommandOutput extends GetAnnotationStoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetReadSetActivationJobRequest, GetReadSetActivationJobResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetReadSetActivationJobCommand}.
8
+ */
6
9
  export interface GetReadSetActivationJobCommandInput extends GetReadSetActivationJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReadSetActivationJobCommand}.
13
+ */
8
14
  export interface GetReadSetActivationJobCommandOutput extends GetReadSetActivationJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
4
4
  import { GetReadSetRequest, GetReadSetResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetReadSetCommand}.
8
+ */
6
9
  export interface GetReadSetCommandInput extends GetReadSetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReadSetCommand}.
13
+ */
8
14
  export interface GetReadSetCommandOutput extends __WithSdkStreamMixin<GetReadSetResponse, "payload">, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetReadSetExportJobRequest, GetReadSetExportJobResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetReadSetExportJobCommand}.
8
+ */
6
9
  export interface GetReadSetExportJobCommandInput extends GetReadSetExportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReadSetExportJobCommand}.
13
+ */
8
14
  export interface GetReadSetExportJobCommandOutput extends GetReadSetExportJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetReadSetImportJobRequest, GetReadSetImportJobResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetReadSetImportJobCommand}.
8
+ */
6
9
  export interface GetReadSetImportJobCommandInput extends GetReadSetImportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReadSetImportJobCommand}.
13
+ */
8
14
  export interface GetReadSetImportJobCommandOutput extends GetReadSetImportJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetReadSetMetadataRequest, GetReadSetMetadataResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetReadSetMetadataCommand}.
8
+ */
6
9
  export interface GetReadSetMetadataCommandInput extends GetReadSetMetadataRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReadSetMetadataCommand}.
13
+ */
8
14
  export interface GetReadSetMetadataCommandOutput extends GetReadSetMetadataResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
4
4
  import { GetReferenceRequest, GetReferenceResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetReferenceCommand}.
8
+ */
6
9
  export interface GetReferenceCommandInput extends GetReferenceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReferenceCommand}.
13
+ */
8
14
  export interface GetReferenceCommandOutput extends __WithSdkStreamMixin<GetReferenceResponse, "payload">, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetReferenceImportJobRequest, GetReferenceImportJobResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetReferenceImportJobCommand}.
8
+ */
6
9
  export interface GetReferenceImportJobCommandInput extends GetReferenceImportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReferenceImportJobCommand}.
13
+ */
8
14
  export interface GetReferenceImportJobCommandOutput extends GetReferenceImportJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetReferenceMetadataRequest, GetReferenceMetadataResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetReferenceMetadataCommand}.
8
+ */
6
9
  export interface GetReferenceMetadataCommandInput extends GetReferenceMetadataRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReferenceMetadataCommand}.
13
+ */
8
14
  export interface GetReferenceMetadataCommandOutput extends GetReferenceMetadataResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetReferenceStoreRequest, GetReferenceStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetReferenceStoreCommand}.
8
+ */
6
9
  export interface GetReferenceStoreCommandInput extends GetReferenceStoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReferenceStoreCommand}.
13
+ */
8
14
  export interface GetReferenceStoreCommandOutput extends GetReferenceStoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetRunRequest, GetRunResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetRunCommand}.
8
+ */
6
9
  export interface GetRunCommandInput extends GetRunRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRunCommand}.
13
+ */
8
14
  export interface GetRunCommandOutput extends GetRunResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetRunGroupRequest, GetRunGroupResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetRunGroupCommand}.
8
+ */
6
9
  export interface GetRunGroupCommandInput extends GetRunGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRunGroupCommand}.
13
+ */
8
14
  export interface GetRunGroupCommandOutput extends GetRunGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetRunTaskRequest, GetRunTaskResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetRunTaskCommand}.
8
+ */
6
9
  export interface GetRunTaskCommandInput extends GetRunTaskRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRunTaskCommand}.
13
+ */
8
14
  export interface GetRunTaskCommandOutput extends GetRunTaskResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSequenceStoreRequest, GetSequenceStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetSequenceStoreCommand}.
8
+ */
6
9
  export interface GetSequenceStoreCommandInput extends GetSequenceStoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSequenceStoreCommand}.
13
+ */
8
14
  export interface GetSequenceStoreCommandOutput extends GetSequenceStoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetVariantImportRequest, GetVariantImportResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetVariantImportJobCommand}.
8
+ */
6
9
  export interface GetVariantImportJobCommandInput extends GetVariantImportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetVariantImportJobCommand}.
13
+ */
8
14
  export interface GetVariantImportJobCommandOutput extends GetVariantImportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetVariantStoreRequest, GetVariantStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetVariantStoreCommand}.
8
+ */
6
9
  export interface GetVariantStoreCommandInput extends GetVariantStoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetVariantStoreCommand}.
13
+ */
8
14
  export interface GetVariantStoreCommandOutput extends GetVariantStoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link GetWorkflowCommand}.
8
+ */
6
9
  export interface GetWorkflowCommandInput extends GetWorkflowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetWorkflowCommand}.
13
+ */
8
14
  export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __MetadataBearer {
9
15
  }
10
16
  /**