@aws-sdk/client-omics 3.325.0 → 3.326.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-types/commands/BatchDeleteReadSetCommand.d.ts +12 -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/CreateAnnotationStoreCommand.d.ts +26 -0
- package/dist-types/commands/CreateReferenceStoreCommand.d.ts +14 -0
- package/dist-types/commands/CreateRunGroupCommand.d.ts +10 -0
- package/dist-types/commands/CreateSequenceStoreCommand.d.ts +14 -0
- package/dist-types/commands/CreateVariantStoreCommand.d.ts +12 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +6 -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 +6 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +4 -0
- package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +39 -0
- package/dist-types/commands/GetAnnotationStoreCommand.d.ts +38 -0
- package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +18 -0
- package/dist-types/commands/GetReadSetCommand.d.ts +6 -0
- package/dist-types/commands/GetReadSetExportJobCommand.d.ts +19 -0
- package/dist-types/commands/GetReadSetImportJobCommand.d.ts +32 -0
- package/dist-types/commands/GetReadSetMetadataCommand.d.ts +39 -0
- package/dist-types/commands/GetReferenceCommand.d.ts +6 -0
- package/dist-types/commands/GetReferenceImportJobCommand.d.ts +24 -0
- package/dist-types/commands/GetReferenceMetadataCommand.d.ts +26 -0
- package/dist-types/commands/GetReferenceStoreCommand.d.ts +14 -0
- package/dist-types/commands/GetRunCommand.d.ts +32 -0
- package/dist-types/commands/GetRunGroupCommand.d.ts +15 -0
- package/dist-types/commands/GetRunTaskCommand.d.ts +15 -0
- package/dist-types/commands/GetSequenceStoreCommand.d.ts +14 -0
- package/dist-types/commands/GetVariantImportJobCommand.d.ts +21 -0
- package/dist-types/commands/GetVariantStoreCommand.d.ts +24 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +27 -0
- package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +18 -0
- package/dist-types/commands/ListAnnotationStoresCommand.d.ts +27 -0
- package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +15 -0
- package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListReadSetsCommand.d.ts +27 -0
- package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListReferenceStoresCommand.d.ts +19 -0
- package/dist-types/commands/ListReferencesCommand.d.ts +19 -0
- package/dist-types/commands/ListRunGroupsCommand.d.ts +17 -0
- package/dist-types/commands/ListRunTasksCommand.d.ts +18 -0
- package/dist-types/commands/ListRunsCommand.d.ts +20 -0
- package/dist-types/commands/ListSequenceStoresCommand.d.ts +19 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/ListVariantImportJobsCommand.d.ts +18 -0
- package/dist-types/commands/ListVariantStoresCommand.d.ts +26 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +17 -0
- package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +6 -0
- package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +9 -0
- package/dist-types/commands/StartReadSetExportJobCommand.d.ts +10 -0
- package/dist-types/commands/StartReadSetImportJobCommand.d.ts +10 -0
- package/dist-types/commands/StartReferenceImportJobCommand.d.ts +10 -0
- package/dist-types/commands/StartRunCommand.d.ts +11 -0
- package/dist-types/commands/StartVariantImportJobCommand.d.ts +6 -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 +28 -0
- package/dist-types/commands/UpdateRunGroupCommand.d.ts +4 -0
- package/dist-types/commands/UpdateVariantStoreCommand.d.ts +14 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +4 -0
- package/package.json +3 -3
|
@@ -32,6 +32,43 @@ export interface GetReadSetMetadataCommandOutput extends GetReadSetMetadataRespo
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetReadSetMetadataCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetReadSetMetadataResponse
|
|
36
|
+
* // id: "STRING_VALUE", // required
|
|
37
|
+
* // arn: "STRING_VALUE", // required
|
|
38
|
+
* // sequenceStoreId: "STRING_VALUE", // required
|
|
39
|
+
* // subjectId: "STRING_VALUE",
|
|
40
|
+
* // sampleId: "STRING_VALUE",
|
|
41
|
+
* // status: "STRING_VALUE", // required
|
|
42
|
+
* // name: "STRING_VALUE",
|
|
43
|
+
* // description: "STRING_VALUE",
|
|
44
|
+
* // fileType: "STRING_VALUE", // required
|
|
45
|
+
* // creationTime: new Date("TIMESTAMP"), // required
|
|
46
|
+
* // sequenceInformation: { // SequenceInformation
|
|
47
|
+
* // totalReadCount: Number("long"),
|
|
48
|
+
* // totalBaseCount: Number("long"),
|
|
49
|
+
* // generatedFrom: "STRING_VALUE",
|
|
50
|
+
* // alignment: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // referenceArn: "STRING_VALUE",
|
|
53
|
+
* // files: { // ReadSetFiles
|
|
54
|
+
* // source1: { // FileInformation
|
|
55
|
+
* // totalParts: Number("int"),
|
|
56
|
+
* // partSize: Number("long"),
|
|
57
|
+
* // contentLength: Number("long"),
|
|
58
|
+
* // },
|
|
59
|
+
* // source2: {
|
|
60
|
+
* // totalParts: Number("int"),
|
|
61
|
+
* // partSize: Number("long"),
|
|
62
|
+
* // contentLength: Number("long"),
|
|
63
|
+
* // },
|
|
64
|
+
* // index: {
|
|
65
|
+
* // totalParts: Number("int"),
|
|
66
|
+
* // partSize: Number("long"),
|
|
67
|
+
* // contentLength: Number("long"),
|
|
68
|
+
* // },
|
|
69
|
+
* // },
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
35
72
|
* ```
|
|
36
73
|
*
|
|
37
74
|
* @param GetReadSetMetadataCommandInput - {@link GetReadSetMetadataCommandInput}
|
|
@@ -58,6 +95,8 @@ export interface GetReadSetMetadataCommandOutput extends GetReadSetMetadataRespo
|
|
|
58
95
|
* @throws {@link ValidationException} (client fault)
|
|
59
96
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
60
97
|
*
|
|
98
|
+
* @throws {@link OmicsServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
61
100
|
*
|
|
62
101
|
*/
|
|
63
102
|
export declare class GetReadSetMetadataCommand extends $Command<GetReadSetMetadataCommandInput, GetReadSetMetadataCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -35,6 +35,10 @@ export interface GetReferenceCommandOutput extends __WithSdkStreamMixin<GetRefer
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new GetReferenceCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // GetReferenceResponse
|
|
39
|
+
* // payload: "STREAMING_BLOB_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
38
42
|
* ```
|
|
39
43
|
*
|
|
40
44
|
* @param GetReferenceCommandInput - {@link GetReferenceCommandInput}
|
|
@@ -64,6 +68,8 @@ export interface GetReferenceCommandOutput extends __WithSdkStreamMixin<GetRefer
|
|
|
64
68
|
* @throws {@link ValidationException} (client fault)
|
|
65
69
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
66
70
|
*
|
|
71
|
+
* @throws {@link OmicsServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
67
73
|
*
|
|
68
74
|
*/
|
|
69
75
|
export declare class GetReferenceCommand extends $Command<GetReferenceCommandInput, GetReferenceCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -32,6 +32,28 @@ export interface GetReferenceImportJobCommandOutput extends GetReferenceImportJo
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetReferenceImportJobCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetReferenceImportJobResponse
|
|
36
|
+
* // id: "STRING_VALUE", // required
|
|
37
|
+
* // referenceStoreId: "STRING_VALUE", // required
|
|
38
|
+
* // roleArn: "STRING_VALUE", // required
|
|
39
|
+
* // status: "STRING_VALUE", // required
|
|
40
|
+
* // statusMessage: "STRING_VALUE",
|
|
41
|
+
* // creationTime: new Date("TIMESTAMP"), // required
|
|
42
|
+
* // completionTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // sources: [ // ImportReferenceSourceList // required
|
|
44
|
+
* // { // ImportReferenceSourceItem
|
|
45
|
+
* // sourceFile: "STRING_VALUE",
|
|
46
|
+
* // status: "STRING_VALUE", // required
|
|
47
|
+
* // statusMessage: "STRING_VALUE",
|
|
48
|
+
* // name: "STRING_VALUE",
|
|
49
|
+
* // description: "STRING_VALUE",
|
|
50
|
+
* // tags: { // TagMap
|
|
51
|
+
* // "<keys>": "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
35
57
|
* ```
|
|
36
58
|
*
|
|
37
59
|
* @param GetReferenceImportJobCommandInput - {@link GetReferenceImportJobCommandInput}
|
|
@@ -58,6 +80,8 @@ export interface GetReferenceImportJobCommandOutput extends GetReferenceImportJo
|
|
|
58
80
|
* @throws {@link ValidationException} (client fault)
|
|
59
81
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
60
82
|
*
|
|
83
|
+
* @throws {@link OmicsServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
61
85
|
*
|
|
62
86
|
*/
|
|
63
87
|
export declare class GetReferenceImportJobCommand extends $Command<GetReferenceImportJobCommandInput, GetReferenceImportJobCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -32,6 +32,30 @@ export interface GetReferenceMetadataCommandOutput extends GetReferenceMetadataR
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetReferenceMetadataCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetReferenceMetadataResponse
|
|
36
|
+
* // id: "STRING_VALUE", // required
|
|
37
|
+
* // arn: "STRING_VALUE", // required
|
|
38
|
+
* // referenceStoreId: "STRING_VALUE", // required
|
|
39
|
+
* // md5: "STRING_VALUE", // required
|
|
40
|
+
* // status: "STRING_VALUE",
|
|
41
|
+
* // name: "STRING_VALUE",
|
|
42
|
+
* // description: "STRING_VALUE",
|
|
43
|
+
* // creationTime: new Date("TIMESTAMP"), // required
|
|
44
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
45
|
+
* // files: { // ReferenceFiles
|
|
46
|
+
* // source: { // FileInformation
|
|
47
|
+
* // totalParts: Number("int"),
|
|
48
|
+
* // partSize: Number("long"),
|
|
49
|
+
* // contentLength: Number("long"),
|
|
50
|
+
* // },
|
|
51
|
+
* // index: {
|
|
52
|
+
* // totalParts: Number("int"),
|
|
53
|
+
* // partSize: Number("long"),
|
|
54
|
+
* // contentLength: Number("long"),
|
|
55
|
+
* // },
|
|
56
|
+
* // },
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
35
59
|
* ```
|
|
36
60
|
*
|
|
37
61
|
* @param GetReferenceMetadataCommandInput - {@link GetReferenceMetadataCommandInput}
|
|
@@ -58,6 +82,8 @@ export interface GetReferenceMetadataCommandOutput extends GetReferenceMetadataR
|
|
|
58
82
|
* @throws {@link ValidationException} (client fault)
|
|
59
83
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
60
84
|
*
|
|
85
|
+
* @throws {@link OmicsServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
61
87
|
*
|
|
62
88
|
*/
|
|
63
89
|
export declare class GetReferenceMetadataCommand extends $Command<GetReferenceMetadataCommandInput, GetReferenceMetadataCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -31,6 +31,18 @@ export interface GetReferenceStoreCommandOutput extends GetReferenceStoreRespons
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetReferenceStoreCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetReferenceStoreResponse
|
|
35
|
+
* // id: "STRING_VALUE", // required
|
|
36
|
+
* // arn: "STRING_VALUE", // required
|
|
37
|
+
* // name: "STRING_VALUE",
|
|
38
|
+
* // description: "STRING_VALUE",
|
|
39
|
+
* // sseConfig: { // SseConfig
|
|
40
|
+
* // type: "STRING_VALUE", // required
|
|
41
|
+
* // keyArn: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // creationTime: new Date("TIMESTAMP"), // required
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
34
46
|
* ```
|
|
35
47
|
*
|
|
36
48
|
* @param GetReferenceStoreCommandInput - {@link GetReferenceStoreCommandInput}
|
|
@@ -57,6 +69,8 @@ export interface GetReferenceStoreCommandOutput extends GetReferenceStoreRespons
|
|
|
57
69
|
* @throws {@link ValidationException} (client fault)
|
|
58
70
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
59
71
|
*
|
|
72
|
+
* @throws {@link OmicsServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
60
74
|
*
|
|
61
75
|
*/
|
|
62
76
|
export declare class GetReferenceStoreCommand extends $Command<GetReferenceStoreCommandInput, GetReferenceStoreCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -34,6 +34,36 @@ export interface GetRunCommandOutput extends GetRunResponse, __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetRunCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // GetRunResponse
|
|
38
|
+
* // arn: "STRING_VALUE",
|
|
39
|
+
* // id: "STRING_VALUE",
|
|
40
|
+
* // status: "STRING_VALUE",
|
|
41
|
+
* // workflowId: "STRING_VALUE",
|
|
42
|
+
* // workflowType: "STRING_VALUE",
|
|
43
|
+
* // runId: "STRING_VALUE",
|
|
44
|
+
* // roleArn: "STRING_VALUE",
|
|
45
|
+
* // name: "STRING_VALUE",
|
|
46
|
+
* // runGroupId: "STRING_VALUE",
|
|
47
|
+
* // priority: Number("int"),
|
|
48
|
+
* // definition: "STRING_VALUE",
|
|
49
|
+
* // digest: "STRING_VALUE",
|
|
50
|
+
* // parameters: "DOCUMENT_VALUE",
|
|
51
|
+
* // storageCapacity: Number("int"),
|
|
52
|
+
* // outputUri: "STRING_VALUE",
|
|
53
|
+
* // logLevel: "STRING_VALUE",
|
|
54
|
+
* // resourceDigests: { // RunResourceDigests
|
|
55
|
+
* // "<keys>": "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // startedBy: "STRING_VALUE",
|
|
58
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
59
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
60
|
+
* // stopTime: new Date("TIMESTAMP"),
|
|
61
|
+
* // statusMessage: "STRING_VALUE",
|
|
62
|
+
* // tags: { // TagMap
|
|
63
|
+
* // "<keys>": "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
37
67
|
* ```
|
|
38
68
|
*
|
|
39
69
|
* @param GetRunCommandInput - {@link GetRunCommandInput}
|
|
@@ -66,6 +96,8 @@ export interface GetRunCommandOutput extends GetRunResponse, __MetadataBearer {
|
|
|
66
96
|
* @throws {@link ValidationException} (client fault)
|
|
67
97
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
68
98
|
*
|
|
99
|
+
* @throws {@link OmicsServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
69
101
|
*
|
|
70
102
|
*/
|
|
71
103
|
export declare class GetRunCommand extends $Command<GetRunCommandInput, GetRunCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -31,6 +31,19 @@ export interface GetRunGroupCommandOutput extends GetRunGroupResponse, __Metadat
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetRunGroupCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetRunGroupResponse
|
|
35
|
+
* // arn: "STRING_VALUE",
|
|
36
|
+
* // id: "STRING_VALUE",
|
|
37
|
+
* // name: "STRING_VALUE",
|
|
38
|
+
* // maxCpus: Number("int"),
|
|
39
|
+
* // maxRuns: Number("int"),
|
|
40
|
+
* // maxDuration: Number("int"),
|
|
41
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // tags: { // TagMap
|
|
43
|
+
* // "<keys>": "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
34
47
|
* ```
|
|
35
48
|
*
|
|
36
49
|
* @param GetRunGroupCommandInput - {@link GetRunGroupCommandInput}
|
|
@@ -63,6 +76,8 @@ export interface GetRunGroupCommandOutput extends GetRunGroupResponse, __Metadat
|
|
|
63
76
|
* @throws {@link ValidationException} (client fault)
|
|
64
77
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
65
78
|
*
|
|
79
|
+
* @throws {@link OmicsServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
66
81
|
*
|
|
67
82
|
*/
|
|
68
83
|
export declare class GetRunGroupCommand extends $Command<GetRunGroupCommandInput, GetRunGroupCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -32,6 +32,19 @@ export interface GetRunTaskCommandOutput extends GetRunTaskResponse, __MetadataB
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetRunTaskCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetRunTaskResponse
|
|
36
|
+
* // taskId: "STRING_VALUE",
|
|
37
|
+
* // status: "STRING_VALUE",
|
|
38
|
+
* // name: "STRING_VALUE",
|
|
39
|
+
* // cpus: Number("int"),
|
|
40
|
+
* // memory: Number("int"),
|
|
41
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // stopTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // statusMessage: "STRING_VALUE",
|
|
45
|
+
* // logStream: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
35
48
|
* ```
|
|
36
49
|
*
|
|
37
50
|
* @param GetRunTaskCommandInput - {@link GetRunTaskCommandInput}
|
|
@@ -64,6 +77,8 @@ export interface GetRunTaskCommandOutput extends GetRunTaskResponse, __MetadataB
|
|
|
64
77
|
* @throws {@link ValidationException} (client fault)
|
|
65
78
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
66
79
|
*
|
|
80
|
+
* @throws {@link OmicsServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
67
82
|
*
|
|
68
83
|
*/
|
|
69
84
|
export declare class GetRunTaskCommand extends $Command<GetRunTaskCommandInput, GetRunTaskCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -31,6 +31,18 @@ export interface GetSequenceStoreCommandOutput extends GetSequenceStoreResponse,
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetSequenceStoreCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetSequenceStoreResponse
|
|
35
|
+
* // id: "STRING_VALUE", // required
|
|
36
|
+
* // arn: "STRING_VALUE", // required
|
|
37
|
+
* // name: "STRING_VALUE",
|
|
38
|
+
* // description: "STRING_VALUE",
|
|
39
|
+
* // sseConfig: { // SseConfig
|
|
40
|
+
* // type: "STRING_VALUE", // required
|
|
41
|
+
* // keyArn: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // creationTime: new Date("TIMESTAMP"), // required
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
34
46
|
* ```
|
|
35
47
|
*
|
|
36
48
|
* @param GetSequenceStoreCommandInput - {@link GetSequenceStoreCommandInput}
|
|
@@ -57,6 +69,8 @@ export interface GetSequenceStoreCommandOutput extends GetSequenceStoreResponse,
|
|
|
57
69
|
* @throws {@link ValidationException} (client fault)
|
|
58
70
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
59
71
|
*
|
|
72
|
+
* @throws {@link OmicsServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
60
74
|
*
|
|
61
75
|
*/
|
|
62
76
|
export declare class GetSequenceStoreCommand extends $Command<GetSequenceStoreCommandInput, GetSequenceStoreCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -31,6 +31,25 @@ export interface GetVariantImportJobCommandOutput extends GetVariantImportRespon
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetVariantImportJobCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetVariantImportResponse
|
|
35
|
+
* // id: "STRING_VALUE", // required
|
|
36
|
+
* // destinationName: "STRING_VALUE", // required
|
|
37
|
+
* // roleArn: "STRING_VALUE", // required
|
|
38
|
+
* // status: "STRING_VALUE", // required
|
|
39
|
+
* // statusMessage: "STRING_VALUE", // required
|
|
40
|
+
* // creationTime: new Date("TIMESTAMP"), // required
|
|
41
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
42
|
+
* // completionTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // items: [ // VariantImportItemDetails // required
|
|
44
|
+
* // { // VariantImportItemDetail
|
|
45
|
+
* // source: "STRING_VALUE", // required
|
|
46
|
+
* // jobStatus: "STRING_VALUE", // required
|
|
47
|
+
* // statusMessage: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // runLeftNormalization: true || false, // required
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
34
53
|
* ```
|
|
35
54
|
*
|
|
36
55
|
* @param GetVariantImportJobCommandInput - {@link GetVariantImportJobCommandInput}
|
|
@@ -54,6 +73,8 @@ export interface GetVariantImportJobCommandOutput extends GetVariantImportRespon
|
|
|
54
73
|
* @throws {@link ValidationException} (client fault)
|
|
55
74
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
56
75
|
*
|
|
76
|
+
* @throws {@link OmicsServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
57
78
|
*
|
|
58
79
|
*/
|
|
59
80
|
export declare class GetVariantImportJobCommand extends $Command<GetVariantImportJobCommandInput, GetVariantImportJobCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -31,6 +31,28 @@ export interface GetVariantStoreCommandOutput extends GetVariantStoreResponse, _
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetVariantStoreCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetVariantStoreResponse
|
|
35
|
+
* // id: "STRING_VALUE", // required
|
|
36
|
+
* // reference: { // ReferenceItem Union: only one key present
|
|
37
|
+
* // referenceArn: "STRING_VALUE",
|
|
38
|
+
* // },
|
|
39
|
+
* // status: "STRING_VALUE", // required
|
|
40
|
+
* // storeArn: "STRING_VALUE", // required
|
|
41
|
+
* // name: "STRING_VALUE", // required
|
|
42
|
+
* // description: "STRING_VALUE", // required
|
|
43
|
+
* // sseConfig: { // SseConfig
|
|
44
|
+
* // type: "STRING_VALUE", // required
|
|
45
|
+
* // keyArn: "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // creationTime: new Date("TIMESTAMP"), // required
|
|
48
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
49
|
+
* // tags: { // TagMap // required
|
|
50
|
+
* // "<keys>": "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // statusMessage: "STRING_VALUE", // required
|
|
53
|
+
* // storeSizeBytes: Number("long"), // required
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
34
56
|
* ```
|
|
35
57
|
*
|
|
36
58
|
* @param GetVariantStoreCommandInput - {@link GetVariantStoreCommandInput}
|
|
@@ -54,6 +76,8 @@ export interface GetVariantStoreCommandOutput extends GetVariantStoreResponse, _
|
|
|
54
76
|
* @throws {@link ValidationException} (client fault)
|
|
55
77
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
56
78
|
*
|
|
79
|
+
* @throws {@link OmicsServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
57
81
|
*
|
|
58
82
|
*/
|
|
59
83
|
export declare class GetVariantStoreCommand extends $Command<GetVariantStoreCommandInput, GetVariantStoreCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -35,6 +35,31 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new GetWorkflowCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // GetWorkflowResponse
|
|
39
|
+
* // arn: "STRING_VALUE",
|
|
40
|
+
* // id: "STRING_VALUE",
|
|
41
|
+
* // status: "STRING_VALUE",
|
|
42
|
+
* // type: "STRING_VALUE",
|
|
43
|
+
* // name: "STRING_VALUE",
|
|
44
|
+
* // description: "STRING_VALUE",
|
|
45
|
+
* // engine: "STRING_VALUE",
|
|
46
|
+
* // definition: "STRING_VALUE",
|
|
47
|
+
* // main: "STRING_VALUE",
|
|
48
|
+
* // digest: "STRING_VALUE",
|
|
49
|
+
* // parameterTemplate: { // WorkflowParameterTemplate
|
|
50
|
+
* // "<keys>": { // WorkflowParameter
|
|
51
|
+
* // description: "STRING_VALUE",
|
|
52
|
+
* // optional: true || false,
|
|
53
|
+
* // },
|
|
54
|
+
* // },
|
|
55
|
+
* // storageCapacity: Number("int"),
|
|
56
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // statusMessage: "STRING_VALUE",
|
|
58
|
+
* // tags: { // TagMap
|
|
59
|
+
* // "<keys>": "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
38
63
|
* ```
|
|
39
64
|
*
|
|
40
65
|
* @param GetWorkflowCommandInput - {@link GetWorkflowCommandInput}
|
|
@@ -67,6 +92,8 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
|
|
|
67
92
|
* @throws {@link ValidationException} (client fault)
|
|
68
93
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
69
94
|
*
|
|
95
|
+
* @throws {@link OmicsServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
70
97
|
*
|
|
71
98
|
*/
|
|
72
99
|
export declare class GetWorkflowCommand extends $Command<GetWorkflowCommandInput, GetWorkflowCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -39,6 +39,22 @@ export interface ListAnnotationImportJobsCommandOutput extends ListAnnotationImp
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new ListAnnotationImportJobsCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // ListAnnotationImportJobsResponse
|
|
43
|
+
* // annotationImportJobs: [ // AnnotationImportJobItems
|
|
44
|
+
* // { // AnnotationImportJobItem
|
|
45
|
+
* // id: "STRING_VALUE", // required
|
|
46
|
+
* // destinationName: "STRING_VALUE", // required
|
|
47
|
+
* // roleArn: "STRING_VALUE", // required
|
|
48
|
+
* // status: "STRING_VALUE", // required
|
|
49
|
+
* // creationTime: new Date("TIMESTAMP"), // required
|
|
50
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
51
|
+
* // completionTime: new Date("TIMESTAMP"),
|
|
52
|
+
* // runLeftNormalization: true || false,
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // nextToken: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
42
58
|
* ```
|
|
43
59
|
*
|
|
44
60
|
* @param ListAnnotationImportJobsCommandInput - {@link ListAnnotationImportJobsCommandInput}
|
|
@@ -62,6 +78,8 @@ export interface ListAnnotationImportJobsCommandOutput extends ListAnnotationImp
|
|
|
62
78
|
* @throws {@link ValidationException} (client fault)
|
|
63
79
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
64
80
|
*
|
|
81
|
+
* @throws {@link OmicsServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
65
83
|
*
|
|
66
84
|
*/
|
|
67
85
|
export declare class ListAnnotationImportJobsCommand extends $Command<ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -38,6 +38,31 @@ export interface ListAnnotationStoresCommandOutput extends ListAnnotationStoresR
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new ListAnnotationStoresCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // ListAnnotationStoresResponse
|
|
42
|
+
* // annotationStores: [ // AnnotationStoreItems
|
|
43
|
+
* // { // AnnotationStoreItem
|
|
44
|
+
* // id: "STRING_VALUE", // required
|
|
45
|
+
* // reference: { // ReferenceItem Union: only one key present
|
|
46
|
+
* // referenceArn: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // status: "STRING_VALUE", // required
|
|
49
|
+
* // storeArn: "STRING_VALUE", // required
|
|
50
|
+
* // name: "STRING_VALUE", // required
|
|
51
|
+
* // storeFormat: "STRING_VALUE", // required
|
|
52
|
+
* // description: "STRING_VALUE", // required
|
|
53
|
+
* // sseConfig: { // SseConfig
|
|
54
|
+
* // type: "STRING_VALUE", // required
|
|
55
|
+
* // keyArn: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // creationTime: new Date("TIMESTAMP"), // required
|
|
58
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
59
|
+
* // statusMessage: "STRING_VALUE", // required
|
|
60
|
+
* // storeSizeBytes: Number("long"), // required
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // nextToken: "STRING_VALUE",
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
41
66
|
* ```
|
|
42
67
|
*
|
|
43
68
|
* @param ListAnnotationStoresCommandInput - {@link ListAnnotationStoresCommandInput}
|
|
@@ -61,6 +86,8 @@ export interface ListAnnotationStoresCommandOutput extends ListAnnotationStoresR
|
|
|
61
86
|
* @throws {@link ValidationException} (client fault)
|
|
62
87
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
63
88
|
*
|
|
89
|
+
* @throws {@link OmicsServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
64
91
|
*
|
|
65
92
|
*/
|
|
66
93
|
export declare class ListAnnotationStoresCommand extends $Command<ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -38,6 +38,19 @@ export interface ListReadSetActivationJobsCommandOutput extends ListReadSetActiv
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new ListReadSetActivationJobsCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // ListReadSetActivationJobsResponse
|
|
42
|
+
* // nextToken: "STRING_VALUE",
|
|
43
|
+
* // activationJobs: [ // ActivateReadSetJobList
|
|
44
|
+
* // { // ActivateReadSetJobItem
|
|
45
|
+
* // id: "STRING_VALUE", // required
|
|
46
|
+
* // sequenceStoreId: "STRING_VALUE", // required
|
|
47
|
+
* // status: "STRING_VALUE", // required
|
|
48
|
+
* // creationTime: new Date("TIMESTAMP"), // required
|
|
49
|
+
* // completionTime: new Date("TIMESTAMP"),
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
41
54
|
* ```
|
|
42
55
|
*
|
|
43
56
|
* @param ListReadSetActivationJobsCommandInput - {@link ListReadSetActivationJobsCommandInput}
|
|
@@ -64,6 +77,8 @@ export interface ListReadSetActivationJobsCommandOutput extends ListReadSetActiv
|
|
|
64
77
|
* @throws {@link ValidationException} (client fault)
|
|
65
78
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
66
79
|
*
|
|
80
|
+
* @throws {@link OmicsServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
67
82
|
*
|
|
68
83
|
*/
|
|
69
84
|
export declare class ListReadSetActivationJobsCommand extends $Command<ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -38,6 +38,20 @@ export interface ListReadSetExportJobsCommandOutput extends ListReadSetExportJob
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new ListReadSetExportJobsCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // ListReadSetExportJobsResponse
|
|
42
|
+
* // nextToken: "STRING_VALUE",
|
|
43
|
+
* // exportJobs: [ // ExportReadSetJobDetailList
|
|
44
|
+
* // { // ExportReadSetJobDetail
|
|
45
|
+
* // id: "STRING_VALUE", // required
|
|
46
|
+
* // sequenceStoreId: "STRING_VALUE", // required
|
|
47
|
+
* // destination: "STRING_VALUE", // required
|
|
48
|
+
* // status: "STRING_VALUE", // required
|
|
49
|
+
* // creationTime: new Date("TIMESTAMP"), // required
|
|
50
|
+
* // completionTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
41
55
|
* ```
|
|
42
56
|
*
|
|
43
57
|
* @param ListReadSetExportJobsCommandInput - {@link ListReadSetExportJobsCommandInput}
|
|
@@ -64,6 +78,8 @@ export interface ListReadSetExportJobsCommandOutput extends ListReadSetExportJob
|
|
|
64
78
|
* @throws {@link ValidationException} (client fault)
|
|
65
79
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
66
80
|
*
|
|
81
|
+
* @throws {@link OmicsServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
67
83
|
*
|
|
68
84
|
*/
|
|
69
85
|
export declare class ListReadSetExportJobsCommand extends $Command<ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -38,6 +38,20 @@ export interface ListReadSetImportJobsCommandOutput extends ListReadSetImportJob
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new ListReadSetImportJobsCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // ListReadSetImportJobsResponse
|
|
42
|
+
* // nextToken: "STRING_VALUE",
|
|
43
|
+
* // importJobs: [ // ImportReadSetJobList
|
|
44
|
+
* // { // ImportReadSetJobItem
|
|
45
|
+
* // id: "STRING_VALUE", // required
|
|
46
|
+
* // sequenceStoreId: "STRING_VALUE", // required
|
|
47
|
+
* // roleArn: "STRING_VALUE", // required
|
|
48
|
+
* // status: "STRING_VALUE", // required
|
|
49
|
+
* // creationTime: new Date("TIMESTAMP"), // required
|
|
50
|
+
* // completionTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
41
55
|
* ```
|
|
42
56
|
*
|
|
43
57
|
* @param ListReadSetImportJobsCommandInput - {@link ListReadSetImportJobsCommandInput}
|
|
@@ -64,6 +78,8 @@ export interface ListReadSetImportJobsCommandOutput extends ListReadSetImportJob
|
|
|
64
78
|
* @throws {@link ValidationException} (client fault)
|
|
65
79
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
66
80
|
*
|
|
81
|
+
* @throws {@link OmicsServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
67
83
|
*
|
|
68
84
|
*/
|
|
69
85
|
export declare class ListReadSetImportJobsCommand extends $Command<ListReadSetImportJobsCommandInput, ListReadSetImportJobsCommandOutput, OmicsClientResolvedConfig> {
|
|
@@ -40,6 +40,31 @@ export interface ListReadSetsCommandOutput extends ListReadSetsResponse, __Metad
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new ListReadSetsCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // ListReadSetsResponse
|
|
44
|
+
* // nextToken: "STRING_VALUE",
|
|
45
|
+
* // readSets: [ // ReadSetList // required
|
|
46
|
+
* // { // ReadSetListItem
|
|
47
|
+
* // id: "STRING_VALUE", // required
|
|
48
|
+
* // arn: "STRING_VALUE", // required
|
|
49
|
+
* // sequenceStoreId: "STRING_VALUE", // required
|
|
50
|
+
* // subjectId: "STRING_VALUE",
|
|
51
|
+
* // sampleId: "STRING_VALUE",
|
|
52
|
+
* // status: "STRING_VALUE", // required
|
|
53
|
+
* // name: "STRING_VALUE",
|
|
54
|
+
* // description: "STRING_VALUE",
|
|
55
|
+
* // referenceArn: "STRING_VALUE",
|
|
56
|
+
* // fileType: "STRING_VALUE", // required
|
|
57
|
+
* // sequenceInformation: { // SequenceInformation
|
|
58
|
+
* // totalReadCount: Number("long"),
|
|
59
|
+
* // totalBaseCount: Number("long"),
|
|
60
|
+
* // generatedFrom: "STRING_VALUE",
|
|
61
|
+
* // alignment: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // creationTime: new Date("TIMESTAMP"), // required
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
43
68
|
* ```
|
|
44
69
|
*
|
|
45
70
|
* @param ListReadSetsCommandInput - {@link ListReadSetsCommandInput}
|
|
@@ -66,6 +91,8 @@ export interface ListReadSetsCommandOutput extends ListReadSetsResponse, __Metad
|
|
|
66
91
|
* @throws {@link ValidationException} (client fault)
|
|
67
92
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
68
93
|
*
|
|
94
|
+
* @throws {@link OmicsServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
69
96
|
*
|
|
70
97
|
*/
|
|
71
98
|
export declare class ListReadSetsCommand extends $Command<ListReadSetsCommandInput, ListReadSetsCommandOutput, OmicsClientResolvedConfig> {
|