@aws-sdk/client-omics 3.848.0 → 3.853.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/README.md +1 -1
- package/dist-cjs/index.js +36 -5
- package/dist-es/commands/UploadReadSetPartCommand.js +1 -1
- package/dist-es/models/models_0.js +6 -3
- package/dist-es/models/models_1.js +3 -1
- package/dist-es/protocols/Aws_restJson1.js +19 -0
- package/dist-types/Omics.d.ts +1 -1
- package/dist-types/OmicsClient.d.ts +1 -1
- package/dist-types/commands/CancelRunCommand.d.ts +1 -1
- package/dist-types/commands/CreateRunCacheCommand.d.ts +1 -1
- package/dist-types/commands/CreateRunGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkflowCommand.d.ts +17 -1
- package/dist-types/commands/CreateWorkflowVersionCommand.d.ts +16 -1
- package/dist-types/commands/DeleteRunCacheCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRunCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRunGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkflowVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetRunCacheCommand.d.ts +1 -1
- package/dist-types/commands/GetRunCommand.d.ts +1 -1
- package/dist-types/commands/GetRunGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetRunTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkflowCommand.d.ts +13 -1
- package/dist-types/commands/GetWorkflowVersionCommand.d.ts +13 -1
- package/dist-types/commands/ListRunCachesCommand.d.ts +1 -1
- package/dist-types/commands/ListRunGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListRunTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListRunsCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkflowVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/commands/StartRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRunCacheCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRunGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkflowVersionCommand.d.ts +2 -1
- package/dist-types/commands/UploadReadSetPartCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +199 -91
- package/dist-types/models/models_1.d.ts +76 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UploadReadSetPartCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +42 -18
- package/dist-types/ts3.4/models/models_1.d.ts +27 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>
|
|
9
|
+
<p>Amazon Web Services HealthOmics is a service that helps users such as bioinformaticians, researchers, and scientists to store, query, analyze, and generate insights from genomics and other biological data. It simplifies and accelerates the process of storing and analyzing genomic information for Amazon Web Services.</p> <p>For an introduction to the service, see <a href="https://docs.aws.amazon.com/omics/latest/dev/what-is-healthomics.html">What is Amazon Web Services HealthOmics?</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.</p>
|
|
10
10
|
|
|
11
11
|
## Installing
|
|
12
12
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -148,6 +148,7 @@ __export(index_exports, {
|
|
|
148
148
|
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
149
149
|
ShareResourceType: () => ShareResourceType,
|
|
150
150
|
ShareStatus: () => ShareStatus,
|
|
151
|
+
SourceReferenceType: () => SourceReferenceType,
|
|
151
152
|
StartAnnotationImportJobCommand: () => StartAnnotationImportJobCommand,
|
|
152
153
|
StartReadSetActivationJobCommand: () => StartReadSetActivationJobCommand,
|
|
153
154
|
StartReadSetExportJobCommand: () => StartReadSetExportJobCommand,
|
|
@@ -839,6 +840,11 @@ var SequenceStoreStatus = {
|
|
|
839
840
|
FAILED: "FAILED",
|
|
840
841
|
UPDATING: "UPDATING"
|
|
841
842
|
};
|
|
843
|
+
var SourceReferenceType = {
|
|
844
|
+
BRANCH: "BRANCH",
|
|
845
|
+
COMMIT: "COMMIT",
|
|
846
|
+
TAG: "TAG"
|
|
847
|
+
};
|
|
842
848
|
var WorkflowEngine = {
|
|
843
849
|
CWL: "CWL",
|
|
844
850
|
NEXTFLOW: "NEXTFLOW",
|
|
@@ -1016,7 +1022,8 @@ var StoreType = {
|
|
|
1016
1022
|
SEQUENCE_STORE: "SEQUENCE_STORE"
|
|
1017
1023
|
};
|
|
1018
1024
|
var WorkflowExport = {
|
|
1019
|
-
DEFINITION: "DEFINITION"
|
|
1025
|
+
DEFINITION: "DEFINITION",
|
|
1026
|
+
README: "README"
|
|
1020
1027
|
};
|
|
1021
1028
|
var ResourceOwner = {
|
|
1022
1029
|
/**
|
|
@@ -1034,9 +1041,6 @@ var GetReadSetResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1034
1041
|
var GetReferenceResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1035
1042
|
...obj
|
|
1036
1043
|
}), "GetReferenceResponseFilterSensitiveLog");
|
|
1037
|
-
var UploadReadSetPartRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1038
|
-
...obj
|
|
1039
|
-
}), "UploadReadSetPartRequestFilterSensitiveLog");
|
|
1040
1044
|
|
|
1041
1045
|
// src/protocols/Aws_restJson1.ts
|
|
1042
1046
|
var se_AbortMultipartReadSetUploadCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1441,6 +1445,7 @@ var se_CreateWorkflowCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1441
1445
|
body = JSON.stringify(
|
|
1442
1446
|
(0, import_smithy_client.take)(input, {
|
|
1443
1447
|
accelerators: [],
|
|
1448
|
+
definitionRepository: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "definitionRepository"),
|
|
1444
1449
|
definitionUri: [],
|
|
1445
1450
|
definitionZip: /* @__PURE__ */ __name((_) => context.base64Encoder(_), "definitionZip"),
|
|
1446
1451
|
description: [],
|
|
@@ -1448,10 +1453,15 @@ var se_CreateWorkflowCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1448
1453
|
main: [],
|
|
1449
1454
|
name: [],
|
|
1450
1455
|
parameterTemplate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parameterTemplate"),
|
|
1456
|
+
parameterTemplatePath: [],
|
|
1457
|
+
readmeMarkdown: [],
|
|
1458
|
+
readmePath: [],
|
|
1459
|
+
readmeUri: [],
|
|
1451
1460
|
requestId: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1452
1461
|
storageCapacity: [],
|
|
1453
1462
|
storageType: [],
|
|
1454
|
-
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1463
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1464
|
+
workflowBucketOwnerId: []
|
|
1455
1465
|
})
|
|
1456
1466
|
);
|
|
1457
1467
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1476,12 +1486,17 @@ var se_CreateWorkflowVersionCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1476
1486
|
body = JSON.stringify(
|
|
1477
1487
|
(0, import_smithy_client.take)(input, {
|
|
1478
1488
|
accelerators: [],
|
|
1489
|
+
definitionRepository: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "definitionRepository"),
|
|
1479
1490
|
definitionUri: [],
|
|
1480
1491
|
definitionZip: /* @__PURE__ */ __name((_) => context.base64Encoder(_), "definitionZip"),
|
|
1481
1492
|
description: [],
|
|
1482
1493
|
engine: [],
|
|
1483
1494
|
main: [],
|
|
1484
1495
|
parameterTemplate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parameterTemplate"),
|
|
1496
|
+
parameterTemplatePath: [],
|
|
1497
|
+
readmeMarkdown: [],
|
|
1498
|
+
readmePath: [],
|
|
1499
|
+
readmeUri: [],
|
|
1485
1500
|
requestId: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1486
1501
|
storageCapacity: [],
|
|
1487
1502
|
storageType: [],
|
|
@@ -3191,6 +3206,7 @@ var se_UpdateWorkflowCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3191
3206
|
(0, import_smithy_client.take)(input, {
|
|
3192
3207
|
description: [],
|
|
3193
3208
|
name: [],
|
|
3209
|
+
readmeMarkdown: [],
|
|
3194
3210
|
storageCapacity: [],
|
|
3195
3211
|
storageType: []
|
|
3196
3212
|
})
|
|
@@ -3218,6 +3234,7 @@ var se_UpdateWorkflowVersionCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
3218
3234
|
body = JSON.stringify(
|
|
3219
3235
|
(0, import_smithy_client.take)(input, {
|
|
3220
3236
|
description: [],
|
|
3237
|
+
readmeMarkdown: [],
|
|
3221
3238
|
storageCapacity: [],
|
|
3222
3239
|
storageType: []
|
|
3223
3240
|
})
|
|
@@ -4205,6 +4222,7 @@ var de_GetWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4205
4222
|
arn: import_smithy_client.expectString,
|
|
4206
4223
|
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4207
4224
|
definition: import_smithy_client.expectString,
|
|
4225
|
+
definitionRepositoryDetails: import_smithy_client._json,
|
|
4208
4226
|
description: import_smithy_client.expectString,
|
|
4209
4227
|
digest: import_smithy_client.expectString,
|
|
4210
4228
|
engine: import_smithy_client.expectString,
|
|
@@ -4213,6 +4231,8 @@ var de_GetWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4213
4231
|
metadata: import_smithy_client._json,
|
|
4214
4232
|
name: import_smithy_client.expectString,
|
|
4215
4233
|
parameterTemplate: import_smithy_client._json,
|
|
4234
|
+
readme: import_smithy_client.expectString,
|
|
4235
|
+
readmePath: import_smithy_client.expectString,
|
|
4216
4236
|
status: import_smithy_client.expectString,
|
|
4217
4237
|
statusMessage: import_smithy_client.expectString,
|
|
4218
4238
|
storageCapacity: import_smithy_client.expectInt32,
|
|
@@ -4237,12 +4257,15 @@ var de_GetWorkflowVersionCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
4237
4257
|
arn: import_smithy_client.expectString,
|
|
4238
4258
|
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4239
4259
|
definition: import_smithy_client.expectString,
|
|
4260
|
+
definitionRepositoryDetails: import_smithy_client._json,
|
|
4240
4261
|
description: import_smithy_client.expectString,
|
|
4241
4262
|
digest: import_smithy_client.expectString,
|
|
4242
4263
|
engine: import_smithy_client.expectString,
|
|
4243
4264
|
main: import_smithy_client.expectString,
|
|
4244
4265
|
metadata: import_smithy_client._json,
|
|
4245
4266
|
parameterTemplate: import_smithy_client._json,
|
|
4267
|
+
readme: import_smithy_client.expectString,
|
|
4268
|
+
readmePath: import_smithy_client.expectString,
|
|
4246
4269
|
status: import_smithy_client.expectString,
|
|
4247
4270
|
statusMessage: import_smithy_client.expectString,
|
|
4248
4271
|
storageCapacity: import_smithy_client.expectInt32,
|
|
@@ -7021,6 +7044,13 @@ var UpdateWorkflowVersionCommand = class extends import_smithy_client.Command.cl
|
|
|
7021
7044
|
|
|
7022
7045
|
|
|
7023
7046
|
|
|
7047
|
+
|
|
7048
|
+
// src/models/models_1.ts
|
|
7049
|
+
var UploadReadSetPartRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
7050
|
+
...obj
|
|
7051
|
+
}), "UploadReadSetPartRequestFilterSensitiveLog");
|
|
7052
|
+
|
|
7053
|
+
// src/commands/UploadReadSetPartCommand.ts
|
|
7024
7054
|
var UploadReadSetPartCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7025
7055
|
return [
|
|
7026
7056
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -8597,6 +8627,7 @@ var waitUntilWorkflowVersionActive = /* @__PURE__ */ __name(async (params, input
|
|
|
8597
8627
|
RunCacheStatus,
|
|
8598
8628
|
ETagAlgorithmFamily,
|
|
8599
8629
|
SequenceStoreStatus,
|
|
8630
|
+
SourceReferenceType,
|
|
8600
8631
|
WorkflowEngine,
|
|
8601
8632
|
StorageType,
|
|
8602
8633
|
WorkflowStatus,
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UploadReadSetPartRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { UploadReadSetPartRequestFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_UploadReadSetPartCommand, se_UploadReadSetPartCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UploadReadSetPartCommand extends $Command
|
|
@@ -257,6 +257,11 @@ export const SequenceStoreStatus = {
|
|
|
257
257
|
FAILED: "FAILED",
|
|
258
258
|
UPDATING: "UPDATING",
|
|
259
259
|
};
|
|
260
|
+
export const SourceReferenceType = {
|
|
261
|
+
BRANCH: "BRANCH",
|
|
262
|
+
COMMIT: "COMMIT",
|
|
263
|
+
TAG: "TAG",
|
|
264
|
+
};
|
|
260
265
|
export const WorkflowEngine = {
|
|
261
266
|
CWL: "CWL",
|
|
262
267
|
NEXTFLOW: "NEXTFLOW",
|
|
@@ -420,6 +425,7 @@ export const StoreType = {
|
|
|
420
425
|
};
|
|
421
426
|
export const WorkflowExport = {
|
|
422
427
|
DEFINITION: "DEFINITION",
|
|
428
|
+
README: "README",
|
|
423
429
|
};
|
|
424
430
|
export const ResourceOwner = {
|
|
425
431
|
OTHER: "OTHER",
|
|
@@ -431,6 +437,3 @@ export const GetReadSetResponseFilterSensitiveLog = (obj) => ({
|
|
|
431
437
|
export const GetReferenceResponseFilterSensitiveLog = (obj) => ({
|
|
432
438
|
...obj,
|
|
433
439
|
});
|
|
434
|
-
export const UploadReadSetPartRequestFilterSensitiveLog = (obj) => ({
|
|
435
|
-
...obj,
|
|
436
|
-
});
|
|
@@ -384,6 +384,7 @@ export const se_CreateWorkflowCommand = async (input, context) => {
|
|
|
384
384
|
let body;
|
|
385
385
|
body = JSON.stringify(take(input, {
|
|
386
386
|
accelerators: [],
|
|
387
|
+
definitionRepository: (_) => _json(_),
|
|
387
388
|
definitionUri: [],
|
|
388
389
|
definitionZip: (_) => context.base64Encoder(_),
|
|
389
390
|
description: [],
|
|
@@ -391,10 +392,15 @@ export const se_CreateWorkflowCommand = async (input, context) => {
|
|
|
391
392
|
main: [],
|
|
392
393
|
name: [],
|
|
393
394
|
parameterTemplate: (_) => _json(_),
|
|
395
|
+
parameterTemplatePath: [],
|
|
396
|
+
readmeMarkdown: [],
|
|
397
|
+
readmePath: [],
|
|
398
|
+
readmeUri: [],
|
|
394
399
|
requestId: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
395
400
|
storageCapacity: [],
|
|
396
401
|
storageType: [],
|
|
397
402
|
tags: (_) => _json(_),
|
|
403
|
+
workflowBucketOwnerId: [],
|
|
398
404
|
}));
|
|
399
405
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
400
406
|
if (context.disableHostPrefix !== true) {
|
|
@@ -417,12 +423,17 @@ export const se_CreateWorkflowVersionCommand = async (input, context) => {
|
|
|
417
423
|
let body;
|
|
418
424
|
body = JSON.stringify(take(input, {
|
|
419
425
|
accelerators: [],
|
|
426
|
+
definitionRepository: (_) => _json(_),
|
|
420
427
|
definitionUri: [],
|
|
421
428
|
definitionZip: (_) => context.base64Encoder(_),
|
|
422
429
|
description: [],
|
|
423
430
|
engine: [],
|
|
424
431
|
main: [],
|
|
425
432
|
parameterTemplate: (_) => _json(_),
|
|
433
|
+
parameterTemplatePath: [],
|
|
434
|
+
readmeMarkdown: [],
|
|
435
|
+
readmePath: [],
|
|
436
|
+
readmeUri: [],
|
|
426
437
|
requestId: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
427
438
|
storageCapacity: [],
|
|
428
439
|
storageType: [],
|
|
@@ -2068,6 +2079,7 @@ export const se_UpdateWorkflowCommand = async (input, context) => {
|
|
|
2068
2079
|
body = JSON.stringify(take(input, {
|
|
2069
2080
|
description: [],
|
|
2070
2081
|
name: [],
|
|
2082
|
+
readmeMarkdown: [],
|
|
2071
2083
|
storageCapacity: [],
|
|
2072
2084
|
storageType: [],
|
|
2073
2085
|
}));
|
|
@@ -2093,6 +2105,7 @@ export const se_UpdateWorkflowVersionCommand = async (input, context) => {
|
|
|
2093
2105
|
let body;
|
|
2094
2106
|
body = JSON.stringify(take(input, {
|
|
2095
2107
|
description: [],
|
|
2108
|
+
readmeMarkdown: [],
|
|
2096
2109
|
storageCapacity: [],
|
|
2097
2110
|
storageType: [],
|
|
2098
2111
|
}));
|
|
@@ -3079,6 +3092,7 @@ export const de_GetWorkflowCommand = async (output, context) => {
|
|
|
3079
3092
|
arn: __expectString,
|
|
3080
3093
|
creationTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
3081
3094
|
definition: __expectString,
|
|
3095
|
+
definitionRepositoryDetails: _json,
|
|
3082
3096
|
description: __expectString,
|
|
3083
3097
|
digest: __expectString,
|
|
3084
3098
|
engine: __expectString,
|
|
@@ -3087,6 +3101,8 @@ export const de_GetWorkflowCommand = async (output, context) => {
|
|
|
3087
3101
|
metadata: _json,
|
|
3088
3102
|
name: __expectString,
|
|
3089
3103
|
parameterTemplate: _json,
|
|
3104
|
+
readme: __expectString,
|
|
3105
|
+
readmePath: __expectString,
|
|
3090
3106
|
status: __expectString,
|
|
3091
3107
|
statusMessage: __expectString,
|
|
3092
3108
|
storageCapacity: __expectInt32,
|
|
@@ -3111,12 +3127,15 @@ export const de_GetWorkflowVersionCommand = async (output, context) => {
|
|
|
3111
3127
|
arn: __expectString,
|
|
3112
3128
|
creationTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
3113
3129
|
definition: __expectString,
|
|
3130
|
+
definitionRepositoryDetails: _json,
|
|
3114
3131
|
description: __expectString,
|
|
3115
3132
|
digest: __expectString,
|
|
3116
3133
|
engine: __expectString,
|
|
3117
3134
|
main: __expectString,
|
|
3118
3135
|
metadata: _json,
|
|
3119
3136
|
parameterTemplate: _json,
|
|
3137
|
+
readme: __expectString,
|
|
3138
|
+
readmePath: __expectString,
|
|
3120
3139
|
status: __expectString,
|
|
3121
3140
|
statusMessage: __expectString,
|
|
3122
3141
|
storageCapacity: __expectInt32,
|
package/dist-types/Omics.d.ts
CHANGED
|
@@ -685,7 +685,7 @@ export interface Omics {
|
|
|
685
685
|
uploadReadSetPart(args: UploadReadSetPartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadReadSetPartCommandOutput) => void): void;
|
|
686
686
|
}
|
|
687
687
|
/**
|
|
688
|
-
* <p>
|
|
688
|
+
* <p>Amazon Web Services HealthOmics is a service that helps users such as bioinformaticians, researchers, and scientists to store, query, analyze, and generate insights from genomics and other biological data. It simplifies and accelerates the process of storing and analyzing genomic information for Amazon Web Services.</p> <p>For an introduction to the service, see <a href="https://docs.aws.amazon.com/omics/latest/dev/what-is-healthomics.html">What is Amazon Web Services HealthOmics?</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.</p>
|
|
689
689
|
* @public
|
|
690
690
|
*/
|
|
691
691
|
export declare class Omics extends OmicsClient implements Omics {
|
|
@@ -270,7 +270,7 @@ export type OmicsClientResolvedConfigType = __SmithyResolvedConfiguration<__Http
|
|
|
270
270
|
export interface OmicsClientResolvedConfig extends OmicsClientResolvedConfigType {
|
|
271
271
|
}
|
|
272
272
|
/**
|
|
273
|
-
* <p>
|
|
273
|
+
* <p>Amazon Web Services HealthOmics is a service that helps users such as bioinformaticians, researchers, and scientists to store, query, analyze, and generate insights from genomics and other biological data. It simplifies and accelerates the process of storing and analyzing genomic information for Amazon Web Services.</p> <p>For an introduction to the service, see <a href="https://docs.aws.amazon.com/omics/latest/dev/what-is-healthomics.html">What is Amazon Web Services HealthOmics?</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.</p>
|
|
274
274
|
* @public
|
|
275
275
|
*/
|
|
276
276
|
export declare class OmicsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, OmicsClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ declare const CancelRunCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Cancels a run.</p>
|
|
30
|
+
* <p>Cancels a run using its ID and returns a response with no body if the operation is successful. To confirm that the run has been cancelled, use the <code>ListRuns</code> API operation to check that it is no longer listed.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateRunCacheCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Creates a run cache to store and reference task outputs from completed private runs. Specify an Amazon S3 location where Amazon Web Services HealthOmics saves the cached data. This data must be immediately accessible and not in an archived state. You can save intermediate task files to a run cache if they are declared as task outputs in the workflow definition file.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/omics/latest/dev/workflows-call-caching.html">Call caching</a> and <a href="https://docs.aws.amazon.com/omics/latest/dev/workflow-cache-create.html">Creating a run cache</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateRunGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Creates a run group to limit the compute resources for the runs that are added to the group. Returns an ARN, ID, and tags for the run group.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateWorkflowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a private workflow.
|
|
30
|
+
* <p>Creates a private workflow. Before you create a private workflow, you must create and configure these required resources:</p> <ul> <li> <p> <i>Workflow definition files</i>: Define your workflow in one or more workflow definition files, written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements. The workflow definition file must be in .zip format.</p> </li> <li> <p>(Optional) <i>Parameter template</i>: You can create a parameter template file that defines the run parameters, or Amazon Web Services HealthOmics can generate the parameter template for you.</p> </li> <li> <p> <i>ECR container images</i>: Create one or more container images for the workflow. Store the images in a private ECR repository.</p> </li> <li> <p>(Optional) <i>Sentieon licenses</i>: Request a Sentieon license if using the Sentieon software in a private workflow.</p> </li> </ul> <p>For more information, see <a href="https://docs.aws.amazon.com/omics/latest/dev/creating-private-workflows.html">Creating or updating a private workflow in Amazon Web Services HealthOmics</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -54,6 +54,22 @@ declare const CreateWorkflowCommand_base: {
|
|
|
54
54
|
* requestId: "STRING_VALUE", // required
|
|
55
55
|
* accelerators: "STRING_VALUE",
|
|
56
56
|
* storageType: "STRING_VALUE",
|
|
57
|
+
* readmeMarkdown: "STRING_VALUE",
|
|
58
|
+
* parameterTemplatePath: "STRING_VALUE",
|
|
59
|
+
* readmePath: "STRING_VALUE",
|
|
60
|
+
* definitionRepository: { // DefinitionRepository
|
|
61
|
+
* connectionArn: "STRING_VALUE", // required
|
|
62
|
+
* fullRepositoryId: "STRING_VALUE", // required
|
|
63
|
+
* sourceReference: { // SourceReference
|
|
64
|
+
* type: "STRING_VALUE", // required
|
|
65
|
+
* value: "STRING_VALUE", // required
|
|
66
|
+
* },
|
|
67
|
+
* excludeFilePatterns: [ // ExcludeFilePatternList
|
|
68
|
+
* "STRING_VALUE",
|
|
69
|
+
* ],
|
|
70
|
+
* },
|
|
71
|
+
* workflowBucketOwnerId: "STRING_VALUE",
|
|
72
|
+
* readmeUri: "STRING_VALUE",
|
|
57
73
|
* };
|
|
58
74
|
* const command = new CreateWorkflowCommand(input);
|
|
59
75
|
* const response = await client.send(command);
|
|
@@ -27,7 +27,7 @@ declare const CreateWorkflowVersionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new workflow version for the workflow that you specify with the <code>workflowId</code> parameter.</p> <p>When you create a new version of a workflow, you need to specify the configuration for the new version. It doesn't inherit any configuration values from the workflow.</p> <p>Provide a version name that is unique for this workflow. You cannot change the name after HealthOmics creates the version.</p> <note> <p>Don’t include any personally identifiable information (PII) in the version name. Version names appear in the workflow version ARN.</p> </note> <p>For more information, see <a href="https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html">Workflow versioning in Amazon Web Services HealthOmics</a> in the Amazon Web Services HealthOmics User Guide
|
|
30
|
+
* <p>Creates a new workflow version for the workflow that you specify with the <code>workflowId</code> parameter.</p> <p>When you create a new version of a workflow, you need to specify the configuration for the new version. It doesn't inherit any configuration values from the workflow.</p> <p>Provide a version name that is unique for this workflow. You cannot change the name after HealthOmics creates the version.</p> <note> <p>Don’t include any personally identifiable information (PII) in the version name. Version names appear in the workflow version ARN.</p> </note> <p>For more information, see <a href="https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html">Workflow versioning in Amazon Web Services HealthOmics</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -56,6 +56,21 @@ declare const CreateWorkflowVersionCommand_base: {
|
|
|
56
56
|
* "<keys>": "STRING_VALUE",
|
|
57
57
|
* },
|
|
58
58
|
* workflowBucketOwnerId: "STRING_VALUE",
|
|
59
|
+
* readmeMarkdown: "STRING_VALUE",
|
|
60
|
+
* parameterTemplatePath: "STRING_VALUE",
|
|
61
|
+
* readmePath: "STRING_VALUE",
|
|
62
|
+
* definitionRepository: { // DefinitionRepository
|
|
63
|
+
* connectionArn: "STRING_VALUE", // required
|
|
64
|
+
* fullRepositoryId: "STRING_VALUE", // required
|
|
65
|
+
* sourceReference: { // SourceReference
|
|
66
|
+
* type: "STRING_VALUE", // required
|
|
67
|
+
* value: "STRING_VALUE", // required
|
|
68
|
+
* },
|
|
69
|
+
* excludeFilePatterns: [ // ExcludeFilePatternList
|
|
70
|
+
* "STRING_VALUE",
|
|
71
|
+
* ],
|
|
72
|
+
* },
|
|
73
|
+
* readmeUri: "STRING_VALUE",
|
|
59
74
|
* };
|
|
60
75
|
* const command = new CreateWorkflowVersionCommand(input);
|
|
61
76
|
* const response = await client.send(command);
|
|
@@ -27,7 +27,7 @@ declare const DeleteRunCacheCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Deletes a run cache and returns a response with no body if the operation is successful. This action removes the cache metadata stored in the service account, but does not delete the data in Amazon S3. You can access the cache data in Amazon S3, for inspection or to troubleshoot issues. You can remove old cache data using standard S3 <code>Delete</code> operations. </p> <p>For more information, see <a href="https://docs.aws.amazon.com/omics/latest/dev/workflow-cache-delete.html">Deleting a run cache</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteRunCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a
|
|
30
|
+
* <p>Deletes a run and returns a response with no body if the operation is successful. You can only delete a run that has reached a <code>COMPLETED</code>, <code>FAILED</code>, or <code>CANCELLED</code> stage. A completed run has delivered an output, or was cancelled and resulted in no output. When you delete a run, only the metadata associated with the run is deleted. The run outputs remain in Amazon S3 and logs remain in CloudWatch.</p> <p>To verify that the workflow is deleted:</p> <ul> <li> <p>Use <code>ListRuns</code> to confirm the workflow no longer appears in the list.</p> </li> <li> <p>Use <code>GetRun</code> to verify the workflow cannot be found.</p> </li> </ul>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteRunGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a
|
|
30
|
+
* <p>Deletes a run group and returns a response with no body if the operation is successful.</p> <p>To verify that the run group is deleted:</p> <ul> <li> <p>Use <code>ListRunGroups</code> to confirm the workflow no longer appears in the list.</p> </li> <li> <p>Use <code>GetRunGroup</code> to verify the workflow cannot be found.</p> </li> </ul>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteWorkflowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a workflow.</p>
|
|
30
|
+
* <p>Deletes a workflow by specifying its ID. No response is returned if the deletion is successful.</p> <p>To verify that the workflow is deleted:</p> <ul> <li> <p>Use <code>ListWorkflows</code> to confirm the workflow no longer appears in the list.</p> </li> <li> <p>Use <code>GetWorkflow</code> to verify the workflow cannot be found.</p> </li> </ul>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteWorkflowVersionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a workflow version. Deleting a workflow version doesn't affect any ongoing runs that are using the workflow version.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html">Workflow versioning in Amazon Web Services HealthOmics</a> in the Amazon Web Services HealthOmics User Guide
|
|
30
|
+
* <p>Deletes a workflow version. Deleting a workflow version doesn't affect any ongoing runs that are using the workflow version.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html">Workflow versioning in Amazon Web Services HealthOmics</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const GetRunCacheCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Retrieves detailed information about the specified run cache using its ID.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/omics/latest/dev/workflows-call-caching.html">Call caching for Amazon Web Services HealthOmics runs</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const GetRunCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets information about a
|
|
30
|
+
* <p>Gets detailed information about a specific run using its ID.</p> <p>Amazon Web Services HealthOmics stores a configurable number of runs, as determined by service limits, that are available to the console and API. If <code>GetRun</code> does not return the requested run, you can find all run logs in the CloudWatch logs. For more information about viewing the run logs, see <a href="https://docs.aws.amazon.com/omics/latest/dev/monitoring-cloudwatch-logs.html">CloudWatch logs</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const GetRunGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets information about a
|
|
30
|
+
* <p>Gets information about a run group and returns its metadata.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const GetRunTaskCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets information about a
|
|
30
|
+
* <p>Gets detailed information about a run task using its ID.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const GetWorkflowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets information about a workflow.</p> <p>If a workflow is shared with you, you cannot export the workflow.</p>
|
|
30
|
+
* <p>Gets all information about a workflow using its ID.</p> <p>If a workflow is shared with you, you cannot export the workflow.</p> <p>For more information about your workflow status, see <a href="https://docs.aws.amazon.com/omics/latest/dev/using-get-workflow.html">Verify the workflow status</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -73,6 +73,18 @@ declare const GetWorkflowCommand_base: {
|
|
|
73
73
|
* // accelerators: "STRING_VALUE",
|
|
74
74
|
* // storageType: "STRING_VALUE",
|
|
75
75
|
* // uuid: "STRING_VALUE",
|
|
76
|
+
* // readme: "STRING_VALUE",
|
|
77
|
+
* // definitionRepositoryDetails: { // DefinitionRepositoryDetails
|
|
78
|
+
* // connectionArn: "STRING_VALUE",
|
|
79
|
+
* // fullRepositoryId: "STRING_VALUE",
|
|
80
|
+
* // sourceReference: { // SourceReference
|
|
81
|
+
* // type: "STRING_VALUE", // required
|
|
82
|
+
* // value: "STRING_VALUE", // required
|
|
83
|
+
* // },
|
|
84
|
+
* // providerType: "STRING_VALUE",
|
|
85
|
+
* // providerEndpoint: "STRING_VALUE",
|
|
86
|
+
* // },
|
|
87
|
+
* // readmePath: "STRING_VALUE",
|
|
76
88
|
* // };
|
|
77
89
|
*
|
|
78
90
|
* ```
|
|
@@ -27,7 +27,7 @@ declare const GetWorkflowVersionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets information about a workflow version. For more information, see <a href="https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html">Workflow versioning in Amazon Web Services HealthOmics</a> in the Amazon Web Services HealthOmics User Guide
|
|
30
|
+
* <p>Gets information about a workflow version. For more information, see <a href="https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html">Workflow versioning in Amazon Web Services HealthOmics</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -75,6 +75,18 @@ declare const GetWorkflowVersionCommand_base: {
|
|
|
75
75
|
* // },
|
|
76
76
|
* // uuid: "STRING_VALUE",
|
|
77
77
|
* // workflowBucketOwnerId: "STRING_VALUE",
|
|
78
|
+
* // readme: "STRING_VALUE",
|
|
79
|
+
* // definitionRepositoryDetails: { // DefinitionRepositoryDetails
|
|
80
|
+
* // connectionArn: "STRING_VALUE",
|
|
81
|
+
* // fullRepositoryId: "STRING_VALUE",
|
|
82
|
+
* // sourceReference: { // SourceReference
|
|
83
|
+
* // type: "STRING_VALUE", // required
|
|
84
|
+
* // value: "STRING_VALUE", // required
|
|
85
|
+
* // },
|
|
86
|
+
* // providerType: "STRING_VALUE",
|
|
87
|
+
* // providerEndpoint: "STRING_VALUE",
|
|
88
|
+
* // },
|
|
89
|
+
* // readmePath: "STRING_VALUE",
|
|
78
90
|
* // };
|
|
79
91
|
*
|
|
80
92
|
* ```
|
|
@@ -27,7 +27,7 @@ declare const ListRunCachesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves a list of your run caches.</p>
|
|
30
|
+
* <p>Retrieves a list of your run caches and the metadata for each cache.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const ListRunGroupsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves a list of run groups.</p>
|
|
30
|
+
* <p>Retrieves a list of all run groups and returns the metadata for each run group.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const ListRunTasksCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Returns a list of tasks and status information within their specified run. Use this operation to monitor runs and to identify which specific tasks have failed.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const ListRunsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves a list of runs.</p> <p>Amazon Web Services HealthOmics stores a
|
|
30
|
+
* <p>Retrieves a list of runs and returns each run's metadata and status.</p> <p>Amazon Web Services HealthOmics stores a configurable number of runs, as determined by service limits, that are available to the console and API. If the <code>ListRuns</code> response doesn't include specific runs that you expected, you can find all run logs in the CloudWatch logs. For more information about viewing the run logs, see <a href="https://docs.aws.amazon.com/omics/latest/dev/monitoring-cloudwatch-logs.html">CloudWatch logs</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|