@aws-sdk/client-omics 3.1013.0 → 3.1015.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 +56 -7
- package/dist-cjs/index.js +141 -14
- package/dist-cjs/schemas/schemas_0.js +230 -32
- package/dist-es/Omics.js +18 -0
- package/dist-es/commands/CancelRunBatchCommand.js +16 -0
- package/dist-es/commands/DeleteBatchCommand.js +16 -0
- package/dist-es/commands/DeleteRunBatchCommand.js +16 -0
- package/dist-es/commands/GetBatchCommand.js +16 -0
- package/dist-es/commands/ListBatchCommand.js +16 -0
- package/dist-es/commands/ListRunsInBatchCommand.js +16 -0
- package/dist-es/commands/StartRunBatchCommand.js +16 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/enums.js +33 -14
- package/dist-es/pagination/ListBatchPaginator.js +4 -0
- package/dist-es/pagination/ListRunsInBatchPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +222 -24
- package/dist-types/Omics.d.ts +64 -0
- package/dist-types/OmicsClient.d.ts +9 -2
- package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CancelRunBatchCommand.d.ts +96 -0
- package/dist-types/commands/CancelVariantImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +1 -1
- package/dist-types/commands/CreateVariantStoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBatchCommand.d.ts +96 -0
- package/dist-types/commands/DeleteRunBatchCommand.d.ts +96 -0
- package/dist-types/commands/DeleteVariantStoreCommand.d.ts +1 -1
- package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetAnnotationStoreCommand.d.ts +1 -1
- package/dist-types/commands/GetBatchCommand.d.ts +146 -0
- package/dist-types/commands/GetRunCommand.d.ts +1 -0
- package/dist-types/commands/GetVariantImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetVariantStoreCommand.d.ts +1 -1
- package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAnnotationStoresCommand.d.ts +1 -1
- package/dist-types/commands/ListBatchCommand.d.ts +103 -0
- package/dist-types/commands/ListRunsCommand.d.ts +2 -0
- package/dist-types/commands/ListRunsInBatchCommand.d.ts +114 -0
- package/dist-types/commands/ListVariantImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListVariantStoresCommand.d.ts +1 -1
- package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartRunBatchCommand.d.ts +144 -0
- package/dist-types/commands/StartVariantImportJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVariantStoreCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/enums.d.ts +73 -38
- package/dist-types/models/models_0.d.ts +648 -2
- package/dist-types/pagination/ListBatchPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRunsInBatchPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +27 -0
- package/dist-types/ts3.4/Omics.d.ts +134 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/CancelRunBatchCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteBatchCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DeleteRunBatchCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetBatchCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListBatchCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListRunsInBatchCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StartRunBatchCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +40 -18
- package/dist-types/ts3.4/models/models_0.d.ts +164 -0
- package/dist-types/ts3.4/pagination/ListBatchPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRunsInBatchPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +27 -0
- package/package.json +12 -12
|
@@ -23,6 +23,9 @@ const _ASVIn = "AnnotationStoreVersionItems";
|
|
|
23
23
|
const _BDRS = "BatchDeleteReadSet";
|
|
24
24
|
const _BDRSR = "BatchDeleteReadSetRequest";
|
|
25
25
|
const _BDRSRa = "BatchDeleteReadSetResponse";
|
|
26
|
+
const _BL = "BatchList";
|
|
27
|
+
const _BLI = "BatchListItem";
|
|
28
|
+
const _BRS = "BatchRunSettings";
|
|
26
29
|
const _CAIJ = "CancelAnnotationImportJob";
|
|
27
30
|
const _CAIR = "CancelAnnotationImportRequest";
|
|
28
31
|
const _CAIRa = "CancelAnnotationImportResponse";
|
|
@@ -40,6 +43,9 @@ const _CMRSURr = "CreateMultipartReadSetUploadRequest";
|
|
|
40
43
|
const _CMRSURre = "CreateMultipartReadSetUploadResponse";
|
|
41
44
|
const _CMRSUr = "CreateMultipartReadSetUpload";
|
|
42
45
|
const _CR = "CancelRun";
|
|
46
|
+
const _CRB = "CancelRunBatch";
|
|
47
|
+
const _CRBR = "CancelRunBatchRequest";
|
|
48
|
+
const _CRBRa = "CancelRunBatchResponse";
|
|
43
49
|
const _CRC = "CreateRunCache";
|
|
44
50
|
const _CRCR = "CreateRunCacheRequest";
|
|
45
51
|
const _CRCRr = "CreateRunCacheResponse";
|
|
@@ -77,7 +83,12 @@ const _DASRe = "DeleteAnnotationStoreResponse";
|
|
|
77
83
|
const _DASV = "DeleteAnnotationStoreVersions";
|
|
78
84
|
const _DASVR = "DeleteAnnotationStoreVersionsRequest";
|
|
79
85
|
const _DASVRe = "DeleteAnnotationStoreVersionsResponse";
|
|
86
|
+
const _DB = "DeleteBatch";
|
|
87
|
+
const _DBR = "DeleteBatchRequest";
|
|
80
88
|
const _DR = "DefinitionRepository";
|
|
89
|
+
const _DRB = "DeleteRunBatch";
|
|
90
|
+
const _DRBR = "DeleteRunBatchRequest";
|
|
91
|
+
const _DRBRe = "DeleteRunBatchResponse";
|
|
81
92
|
const _DRC = "DeleteRunCache";
|
|
82
93
|
const _DRCR = "DeleteRunCacheRequest";
|
|
83
94
|
const _DRD = "DefinitionRepositoryDetails";
|
|
@@ -86,9 +97,10 @@ const _DRGR = "DeleteRunGroupRequest";
|
|
|
86
97
|
const _DRR = "DeleteReferenceRequest";
|
|
87
98
|
const _DRRe = "DeleteReferenceResponse";
|
|
88
99
|
const _DRRel = "DeleteRunRequest";
|
|
89
|
-
const _DRS = "
|
|
100
|
+
const _DRS = "DefaultRunSetting";
|
|
90
101
|
const _DRSR = "DeleteReferenceStoreRequest";
|
|
91
102
|
const _DRSRe = "DeleteReferenceStoreResponse";
|
|
103
|
+
const _DRSe = "DeleteReferenceStore";
|
|
92
104
|
const _DRe = "DeleteReference";
|
|
93
105
|
const _DRel = "DeleteRun";
|
|
94
106
|
const _DS = "DeleteShare";
|
|
@@ -127,6 +139,9 @@ const _GASRe = "GetAnnotationStoreResponse";
|
|
|
127
139
|
const _GASV = "GetAnnotationStoreVersion";
|
|
128
140
|
const _GASVR = "GetAnnotationStoreVersionRequest";
|
|
129
141
|
const _GASVRe = "GetAnnotationStoreVersionResponse";
|
|
142
|
+
const _GB = "GetBatch";
|
|
143
|
+
const _GBR = "GetBatchRequest";
|
|
144
|
+
const _GBRe = "GetBatchResponse";
|
|
130
145
|
const _GR = "GetReference";
|
|
131
146
|
const _GRC = "GetRunCache";
|
|
132
147
|
const _GRCR = "GetRunCacheRequest";
|
|
@@ -200,7 +215,9 @@ const _IRSJL = "ImportReadSetJobList";
|
|
|
200
215
|
const _IRSL = "ImportReferenceSourceList";
|
|
201
216
|
const _IRSSI = "ImportReadSetSourceItem";
|
|
202
217
|
const _IRSSL = "ImportReadSetSourceList";
|
|
218
|
+
const _IS = "InlineSetting";
|
|
203
219
|
const _ISE = "InternalServerException";
|
|
220
|
+
const _ISn = "InlineSettings";
|
|
204
221
|
const _LAIJ = "ListAnnotationImportJobs";
|
|
205
222
|
const _LAIJF = "ListAnnotationImportJobsFilter";
|
|
206
223
|
const _LAIJR = "ListAnnotationImportJobsRequest";
|
|
@@ -213,6 +230,9 @@ const _LASV = "ListAnnotationStoreVersions";
|
|
|
213
230
|
const _LASVF = "ListAnnotationStoreVersionsFilter";
|
|
214
231
|
const _LASVR = "ListAnnotationStoreVersionsRequest";
|
|
215
232
|
const _LASVRi = "ListAnnotationStoreVersionsResponse";
|
|
233
|
+
const _LB = "ListBatch";
|
|
234
|
+
const _LBR = "ListBatchRequest";
|
|
235
|
+
const _LBRi = "ListBatchResponse";
|
|
216
236
|
const _LMRSU = "ListMultipartReadSetUploads";
|
|
217
237
|
const _LMRSUR = "ListMultipartReadSetUploadsRequest";
|
|
218
238
|
const _LMRSURi = "ListMultipartReadSetUploadsResponse";
|
|
@@ -223,6 +243,9 @@ const _LRCRi = "ListRunCachesResponse";
|
|
|
223
243
|
const _LRG = "ListRunGroups";
|
|
224
244
|
const _LRGR = "ListRunGroupsRequest";
|
|
225
245
|
const _LRGRi = "ListRunGroupsResponse";
|
|
246
|
+
const _LRIB = "ListRunsInBatch";
|
|
247
|
+
const _LRIBR = "ListRunsInBatchRequest";
|
|
248
|
+
const _LRIBRi = "ListRunsInBatchResponse";
|
|
226
249
|
const _LRIJ = "ListReferenceImportJobs";
|
|
227
250
|
const _LRIJR = "ListReferenceImportJobsRequest";
|
|
228
251
|
const _LRIJRi = "ListReferenceImportJobsResponse";
|
|
@@ -282,6 +305,8 @@ const _PSAP = "PutS3AccessPolicy";
|
|
|
282
305
|
const _PSAPR = "PutS3AccessPolicyRequest";
|
|
283
306
|
const _PSAPRu = "PutS3AccessPolicyResponse";
|
|
284
307
|
const _R = "Range";
|
|
308
|
+
const _RBL = "RunBatchList";
|
|
309
|
+
const _RBLI = "RunBatchListItem";
|
|
285
310
|
const _RCL = "RunCacheList";
|
|
286
311
|
const _RCLI = "RunCacheListItem";
|
|
287
312
|
const _RF = "ReferenceFiles";
|
|
@@ -300,6 +325,7 @@ const _RMe = "RegistryMapping";
|
|
|
300
325
|
const _RNFE = "ResourceNotFoundException";
|
|
301
326
|
const _RNSE = "RangeNotSatisfiableException";
|
|
302
327
|
const _RO = "ReadOptions";
|
|
328
|
+
const _RS = "RunSummary";
|
|
303
329
|
const _RSB = "ReferenceStreamingBlob";
|
|
304
330
|
const _RSBE = "ReadSetBatchError";
|
|
305
331
|
const _RSBEL = "ReadSetBatchErrorList";
|
|
@@ -331,6 +357,9 @@ const _SI = "SequenceInformation";
|
|
|
331
357
|
const _SO = "StoreOptions";
|
|
332
358
|
const _SQEE = "ServiceQuotaExceededException";
|
|
333
359
|
const _SR = "SourceReference";
|
|
360
|
+
const _SRB = "StartRunBatch";
|
|
361
|
+
const _SRBR = "StartRunBatchRequest";
|
|
362
|
+
const _SRBRt = "StartRunBatchResponse";
|
|
334
363
|
const _SRIJ = "StartReferenceImportJob";
|
|
335
364
|
const _SRIJR = "StartReferenceImportJobRequest";
|
|
336
365
|
const _SRIJRt = "StartReferenceImportJobResponse";
|
|
@@ -352,6 +381,7 @@ const _SRSIJRt = "StartReadSetImportJobResponse";
|
|
|
352
381
|
const _SRSIJSI = "StartReadSetImportJobSourceItem";
|
|
353
382
|
const _SRSIJSL = "StartReadSetImportJobSourceList";
|
|
354
383
|
const _SRt = "StartRun";
|
|
384
|
+
const _SS = "SubmissionSummary";
|
|
355
385
|
const _SSD = "SequenceStoreDetail";
|
|
356
386
|
const _SSDL = "SequenceStoreDetailList";
|
|
357
387
|
const _SSF = "SequenceStoreFilter";
|
|
@@ -425,9 +455,13 @@ const _ac = "accelerators";
|
|
|
425
455
|
const _al = "algorithm";
|
|
426
456
|
const _ali = "alignment";
|
|
427
457
|
const _ar = "arn";
|
|
458
|
+
const _bI = "batchId";
|
|
459
|
+
const _bN = "batchName";
|
|
460
|
+
const _bRS = "batchRunSettings";
|
|
428
461
|
const _c = "client";
|
|
429
462
|
const _cA = "createdAfter";
|
|
430
463
|
const _cAo = "connectionArn";
|
|
464
|
+
const _cAr = "createdAt";
|
|
431
465
|
const _cB = "createdBefore";
|
|
432
466
|
const _cBOI = "cacheBucketOwnerId";
|
|
433
467
|
const _cBa = "cacheBehavior";
|
|
@@ -435,6 +469,8 @@ const _cH = "cacheHit";
|
|
|
435
469
|
const _cI = "cacheId";
|
|
436
470
|
const _cJI = "creationJobId";
|
|
437
471
|
const _cL = "contentLength";
|
|
472
|
+
const _cRC = "completedRunCount";
|
|
473
|
+
const _cRCa = "cancelledRunCount";
|
|
438
474
|
const _cRM = "containerRegistryMap";
|
|
439
475
|
const _cRMU = "containerRegistryMapUri";
|
|
440
476
|
const _cSL = "cacheS3Location";
|
|
@@ -451,7 +487,9 @@ const _d = "description";
|
|
|
451
487
|
const _dI = "destinationImage";
|
|
452
488
|
const _dN = "destinationName";
|
|
453
489
|
const _dR = "definitionRepository";
|
|
490
|
+
const _dRC = "deletedRunCount";
|
|
454
491
|
const _dRD = "definitionRepositoryDetails";
|
|
492
|
+
const _dRS = "defaultRunSetting";
|
|
455
493
|
const _dU = "definitionUri";
|
|
456
494
|
const _dZ = "definitionZip";
|
|
457
495
|
const _de = "destination";
|
|
@@ -474,12 +512,17 @@ const _es = "escape";
|
|
|
474
512
|
const _et = "etag";
|
|
475
513
|
const _ex = "export";
|
|
476
514
|
const _f = "force";
|
|
515
|
+
const _fCSC = "failedCancelSubmissionCount";
|
|
516
|
+
const _fDSC = "failedDeleteSubmissionCount";
|
|
477
517
|
const _fL = "fallbackLocation";
|
|
478
518
|
const _fO = "formatOptions";
|
|
479
519
|
const _fR = "failureReason";
|
|
520
|
+
const _fRC = "failedRunCount";
|
|
480
521
|
const _fRI = "fullRepositoryId";
|
|
481
|
-
const
|
|
522
|
+
const _fSSC = "failedStartSubmissionCount";
|
|
523
|
+
const _fT = "failedTime";
|
|
482
524
|
const _fTH = "formatToHeader";
|
|
525
|
+
const _fTi = "fileType";
|
|
483
526
|
const _fi = "files";
|
|
484
527
|
const _fil = "file";
|
|
485
528
|
const _filt = "filter";
|
|
@@ -497,6 +540,7 @@ const _iFF = "ignoreFilterField";
|
|
|
497
540
|
const _iJ = "importJobs";
|
|
498
541
|
const _iM = "imageMappings";
|
|
499
542
|
const _iQF = "ignoreQualField";
|
|
543
|
+
const _iS = "inlineSettings";
|
|
500
544
|
const _iT = "instanceType";
|
|
501
545
|
const _id = "ids";
|
|
502
546
|
const _im = "image";
|
|
@@ -514,6 +558,7 @@ const _m = "message";
|
|
|
514
558
|
const _mC = "maxCpus";
|
|
515
559
|
const _mD = "maxDuration";
|
|
516
560
|
const _mG = "maxGpus";
|
|
561
|
+
const _mI = "maxItems";
|
|
517
562
|
const _mR = "maxRuns";
|
|
518
563
|
const _mRa = "maxResults";
|
|
519
564
|
const _mT = "mediaType";
|
|
@@ -525,20 +570,24 @@ const _n = "name";
|
|
|
525
570
|
const _nT = "nextToken";
|
|
526
571
|
const _nV = "numVersions";
|
|
527
572
|
const _o = "optional";
|
|
573
|
+
const _oBOI = "outputBucketOwnerId";
|
|
528
574
|
const _oI = "ownerId";
|
|
529
575
|
const _oU = "outputUri";
|
|
530
576
|
const _p = "parts";
|
|
531
577
|
const _pE = "providerEndpoint";
|
|
532
578
|
const _pN = "partNumber";
|
|
579
|
+
const _pRC = "pendingRunCount";
|
|
533
580
|
const _pS = "partSource";
|
|
534
581
|
const _pSLT = "propagatedSetLevelTags";
|
|
582
|
+
const _pSSC = "pendingStartSubmissionCount";
|
|
535
583
|
const _pSa = "partSize";
|
|
536
584
|
const _pSr = "principalSubscriber";
|
|
537
585
|
const _pT = "parameterTemplate";
|
|
538
586
|
const _pTP = "parameterTemplatePath";
|
|
539
587
|
const _pTr = "providerType";
|
|
540
|
-
const
|
|
541
|
-
const
|
|
588
|
+
const _pTro = "processedTime";
|
|
589
|
+
const _pa = "parameters";
|
|
590
|
+
const _pay = "payload";
|
|
542
591
|
const _pr = "priority";
|
|
543
592
|
const _q = "quote";
|
|
544
593
|
const _qA = "quoteAll";
|
|
@@ -547,9 +596,11 @@ const _rA = "roleArn";
|
|
|
547
596
|
const _rAe = "referenceArn";
|
|
548
597
|
const _rAes = "resourceArn";
|
|
549
598
|
const _rAeso = "resourceArns";
|
|
599
|
+
const _rAu = "runArn";
|
|
550
600
|
const _rD = "resourceDigests";
|
|
551
601
|
const _rGI = "runGroupId";
|
|
552
602
|
const _rI = "requestId";
|
|
603
|
+
const _rIU = "runInternalUuid";
|
|
553
604
|
const _rIe = "referenceId";
|
|
554
605
|
const _rIes = "resourceId";
|
|
555
606
|
const _rIu = "runId";
|
|
@@ -563,14 +614,19 @@ const _rO = "resourceOwner";
|
|
|
563
614
|
const _rOU = "runOutputUri";
|
|
564
615
|
const _rOe = "readOptions";
|
|
565
616
|
const _rP = "readmePath";
|
|
566
|
-
const
|
|
617
|
+
const _rRC = "runningRunCount";
|
|
618
|
+
const _rS = "runSummary";
|
|
567
619
|
const _rSI = "readSetId";
|
|
568
620
|
const _rSIe = "referenceStoreId";
|
|
569
|
-
const
|
|
621
|
+
const _rSIu = "runSettingId";
|
|
622
|
+
const _rSe = "readSets";
|
|
623
|
+
const _rSef = "referenceStores";
|
|
624
|
+
const _rT = "runTags";
|
|
570
625
|
const _rU = "readmeUri";
|
|
571
626
|
const _ra = "range";
|
|
572
627
|
const _re = "readme";
|
|
573
628
|
const _ref = "references";
|
|
629
|
+
const _ru = "runs";
|
|
574
630
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.omics";
|
|
575
631
|
const _sA = "storeArn";
|
|
576
632
|
const _sAC = "s3AccessConfig";
|
|
@@ -579,8 +635,12 @@ const _sAPA = "s3AccessPointArn";
|
|
|
579
635
|
const _sAc = "s3Access";
|
|
580
636
|
const _sB = "startedBy";
|
|
581
637
|
const _sC = "sseConfig";
|
|
638
|
+
const _sCSC = "successfulCancelSubmissionCount";
|
|
582
639
|
const _sCt = "storageCapacity";
|
|
640
|
+
const _sDSC = "successfulDeleteSubmissionCount";
|
|
583
641
|
const _sF = "storeFormat";
|
|
642
|
+
const _sFM = "submissionFailureMessage";
|
|
643
|
+
const _sFR = "submissionFailureReason";
|
|
584
644
|
const _sFT = "sourceFileType";
|
|
585
645
|
const _sFo = "sourceFiles";
|
|
586
646
|
const _sFou = "sourceFile";
|
|
@@ -595,15 +655,22 @@ const _sN = "shareName";
|
|
|
595
655
|
const _sNt = "storeName";
|
|
596
656
|
const _sO = "storeOptions";
|
|
597
657
|
const _sR = "sourceReference";
|
|
598
|
-
const
|
|
658
|
+
const _sRC = "startingRunCount";
|
|
659
|
+
const _sRCt = "stoppingRunCount";
|
|
660
|
+
const _sS = "submissionSummary";
|
|
599
661
|
const _sSB = "storeSizeBytes";
|
|
600
662
|
const _sSI = "sequenceStoreId";
|
|
663
|
+
const _sSSC = "successfulStartSubmissionCount";
|
|
664
|
+
const _sSe = "sequenceStores";
|
|
665
|
+
const _sSu = "submissionStatus";
|
|
601
666
|
const _sT = "storageType";
|
|
602
667
|
const _sTt = "startTime";
|
|
603
668
|
const _sTta = "startingToken";
|
|
604
669
|
const _sTto = "stopTime";
|
|
605
670
|
const _sTtor = "storeType";
|
|
671
|
+
const _sTu = "submittedTime";
|
|
606
672
|
const _sU = "s3Uri";
|
|
673
|
+
const _sUS = "s3UriSettings";
|
|
607
674
|
const _sc = "schema";
|
|
608
675
|
const _se = "server";
|
|
609
676
|
const _sep = "sep";
|
|
@@ -621,6 +688,7 @@ const _tI = "taskId";
|
|
|
621
688
|
const _tK = "tagKeys";
|
|
622
689
|
const _tO = "tsvOptions";
|
|
623
690
|
const _tP = "totalParts";
|
|
691
|
+
const _tR = "totalRuns";
|
|
624
692
|
const _tRC = "totalReadCount";
|
|
625
693
|
const _tSO = "tsvStoreOptions";
|
|
626
694
|
const _tVO = "tsvVersionOptions";
|
|
@@ -796,6 +864,11 @@ export var BatchDeleteReadSetResponse$ = [3, n0, _BDRSRa,
|
|
|
796
864
|
[_er],
|
|
797
865
|
[() => ReadSetBatchErrorList]
|
|
798
866
|
];
|
|
867
|
+
export var BatchListItem$ = [3, n0, _BLI,
|
|
868
|
+
0,
|
|
869
|
+
[_i, _n, _sta, _cAr, _tR, _wI],
|
|
870
|
+
[0, 0, 0, 5, 1, 0]
|
|
871
|
+
];
|
|
799
872
|
export var CancelAnnotationImportRequest$ = [3, n0, _CAIR,
|
|
800
873
|
0,
|
|
801
874
|
[_jI],
|
|
@@ -806,6 +879,16 @@ export var CancelAnnotationImportResponse$ = [3, n0, _CAIRa,
|
|
|
806
879
|
[],
|
|
807
880
|
[]
|
|
808
881
|
];
|
|
882
|
+
export var CancelRunBatchRequest$ = [3, n0, _CRBR,
|
|
883
|
+
0,
|
|
884
|
+
[_bI],
|
|
885
|
+
[0], 1
|
|
886
|
+
];
|
|
887
|
+
export var CancelRunBatchResponse$ = [3, n0, _CRBRa,
|
|
888
|
+
0,
|
|
889
|
+
[],
|
|
890
|
+
[]
|
|
891
|
+
];
|
|
809
892
|
export var CancelRunRequest$ = [3, n0, _CRR,
|
|
810
893
|
0,
|
|
811
894
|
[_i],
|
|
@@ -951,6 +1034,11 @@ export var CreateWorkflowVersionResponse$ = [3, n0, _CWVRr,
|
|
|
951
1034
|
[_ar, _wI, _vN, _sta, _ta, _u],
|
|
952
1035
|
[0, 0, 0, 0, 128 | 0, 0]
|
|
953
1036
|
];
|
|
1037
|
+
export var DefaultRunSetting$ = [3, n0, _DRS,
|
|
1038
|
+
0,
|
|
1039
|
+
[_wI, _rA, _wT, _n, _cI, _cBa, _rGI, _pr, _pa, _sCt, _oU, _lL, _rT, _rMet, _sT, _wOI, _oBOI, _wVN],
|
|
1040
|
+
[0, 0, 0, 0, 0, 0, 0, 1, 15, 1, 0, 0, 128 | 0, 0, 0, 0, 0, 0], 2
|
|
1041
|
+
];
|
|
954
1042
|
export var DefinitionRepository$ = [3, n0, _DR,
|
|
955
1043
|
0,
|
|
956
1044
|
[_cAo, _fRI, _sR, _eFP],
|
|
@@ -981,6 +1069,11 @@ export var DeleteAnnotationStoreVersionsResponse$ = [3, n0, _DASVRe,
|
|
|
981
1069
|
[_er],
|
|
982
1070
|
[() => VersionDeleteErrorList]
|
|
983
1071
|
];
|
|
1072
|
+
export var DeleteBatchRequest$ = [3, n0, _DBR,
|
|
1073
|
+
0,
|
|
1074
|
+
[_bI],
|
|
1075
|
+
[[0, 1]], 1
|
|
1076
|
+
];
|
|
984
1077
|
export var DeleteReferenceRequest$ = [3, n0, _DRR,
|
|
985
1078
|
0,
|
|
986
1079
|
[_i, _rSIe],
|
|
@@ -1001,6 +1094,16 @@ export var DeleteReferenceStoreResponse$ = [3, n0, _DRSRe,
|
|
|
1001
1094
|
[],
|
|
1002
1095
|
[]
|
|
1003
1096
|
];
|
|
1097
|
+
export var DeleteRunBatchRequest$ = [3, n0, _DRBR,
|
|
1098
|
+
0,
|
|
1099
|
+
[_bI],
|
|
1100
|
+
[0], 1
|
|
1101
|
+
];
|
|
1102
|
+
export var DeleteRunBatchResponse$ = [3, n0, _DRBRe,
|
|
1103
|
+
0,
|
|
1104
|
+
[],
|
|
1105
|
+
[]
|
|
1106
|
+
];
|
|
1004
1107
|
export var DeleteRunCacheRequest$ = [3, n0, _DRCR,
|
|
1005
1108
|
0,
|
|
1006
1109
|
[_i],
|
|
@@ -1131,6 +1234,16 @@ export var GetAnnotationStoreVersionResponse$ = [3, n0, _GASVRe,
|
|
|
1131
1234
|
[_sIt, _i, _sta, _vA, _n, _vN, _d, _cT, _uT, _ta, _sM, _vSB, _vO],
|
|
1132
1235
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, 128 | 0, 0, 1, () => VersionOptions$], 12
|
|
1133
1236
|
];
|
|
1237
|
+
export var GetBatchRequest$ = [3, n0, _GBR,
|
|
1238
|
+
0,
|
|
1239
|
+
[_bI],
|
|
1240
|
+
[[0, 1]], 1
|
|
1241
|
+
];
|
|
1242
|
+
export var GetBatchResponse$ = [3, n0, _GBRe,
|
|
1243
|
+
0,
|
|
1244
|
+
[_i, _ar, _u, _n, _sta, _ta, _tR, _dRS, _sS, _rS, _cT, _sTu, _pTro, _fT, _fR],
|
|
1245
|
+
[0, 0, 0, 0, 0, 128 | 0, 1, () => DefaultRunSetting$, () => SubmissionSummary$, () => RunSummary$, 5, 5, 5, 5, 0]
|
|
1246
|
+
];
|
|
1134
1247
|
export var GetReadSetActivationJobRequest$ = [3, n0, _GRSAJR,
|
|
1135
1248
|
0,
|
|
1136
1249
|
[_i, _sSI],
|
|
@@ -1148,7 +1261,7 @@ export var GetReadSetExportJobRequest$ = [3, n0, _GRSEJR,
|
|
|
1148
1261
|
];
|
|
1149
1262
|
export var GetReadSetExportJobResponse$ = [3, n0, _GRSEJRe,
|
|
1150
1263
|
0,
|
|
1151
|
-
[_i, _sSI, _de, _sta, _cT, _sM, _cTo,
|
|
1264
|
+
[_i, _sSI, _de, _sta, _cT, _sM, _cTo, _rSe],
|
|
1152
1265
|
[0, 0, 0, 0, 5, 0, 5, () => ExportReadSetDetailList], 5
|
|
1153
1266
|
];
|
|
1154
1267
|
export var GetReadSetImportJobRequest$ = [3, n0, _GRSIJR,
|
|
@@ -1168,7 +1281,7 @@ export var GetReadSetMetadataRequest$ = [3, n0, _GRSMR,
|
|
|
1168
1281
|
];
|
|
1169
1282
|
export var GetReadSetMetadataResponse$ = [3, n0, _GRSMRe,
|
|
1170
1283
|
0,
|
|
1171
|
-
[_i, _ar, _sSI, _sta,
|
|
1284
|
+
[_i, _ar, _sSI, _sta, _fTi, _cT, _sIu, _sIa, _n, _d, _sIe, _rAe, _fi, _sM, _cTr, _et, _cJI],
|
|
1172
1285
|
[0, 0, 0, 0, 0, 5, 0, 0, 0, 0, () => SequenceInformation$, 0, () => ReadSetFiles$, 0, 0, () => ETag$, 0], 6
|
|
1173
1286
|
];
|
|
1174
1287
|
export var GetReadSetRequest$ = [3, n0, _GRSR,
|
|
@@ -1178,7 +1291,7 @@ export var GetReadSetRequest$ = [3, n0, _GRSR,
|
|
|
1178
1291
|
];
|
|
1179
1292
|
export var GetReadSetResponse$ = [3, n0, _GRSRe,
|
|
1180
1293
|
0,
|
|
1181
|
-
[
|
|
1294
|
+
[_pay],
|
|
1182
1295
|
[[() => ReadSetStreamingBlob, 16]]
|
|
1183
1296
|
];
|
|
1184
1297
|
export var GetReferenceImportJobRequest$ = [3, n0, _GRIJR,
|
|
@@ -1208,7 +1321,7 @@ export var GetReferenceRequest$ = [3, n0, _GRR,
|
|
|
1208
1321
|
];
|
|
1209
1322
|
export var GetReferenceResponse$ = [3, n0, _GRRe,
|
|
1210
1323
|
0,
|
|
1211
|
-
[
|
|
1324
|
+
[_pay],
|
|
1212
1325
|
[[() => ReferenceStreamingBlob, 16]]
|
|
1213
1326
|
];
|
|
1214
1327
|
export var GetReferenceStoreRequest$ = [3, n0, _GRSRet,
|
|
@@ -1248,8 +1361,8 @@ export var GetRunRequest$ = [3, n0, _GRRet,
|
|
|
1248
1361
|
];
|
|
1249
1362
|
export var GetRunResponse$ = [3, n0, _GRRetu,
|
|
1250
1363
|
0,
|
|
1251
|
-
[_ar, _i, _cI, _cBa, _eV, _sta, _wI, _wT, _rIu, _rA, _n, _rGI, _pr, _def, _di,
|
|
1252
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 15, 1, 0, 0, 128 | 0, 0, 5, 5, 5, 0, 128 | 0, 0, 0, 0, () => RunLogLocation$, 0, 0, 0, 0, 0, 0]
|
|
1364
|
+
[_ar, _i, _cI, _cBa, _eV, _sta, _wI, _wT, _rIu, _rA, _n, _rGI, _bI, _pr, _def, _di, _pa, _sCt, _oU, _lL, _rD, _sB, _cT, _sTt, _sTto, _sM, _ta, _ac, _rMet, _fR, _lLo, _u, _rOU, _sT, _wOI, _wVN, _wU],
|
|
1365
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 15, 1, 0, 0, 128 | 0, 0, 5, 5, 5, 0, 128 | 0, 0, 0, 0, () => RunLogLocation$, 0, 0, 0, 0, 0, 0]
|
|
1253
1366
|
];
|
|
1254
1367
|
export var GetRunTaskRequest$ = [3, n0, _GRTR,
|
|
1255
1368
|
0,
|
|
@@ -1371,6 +1484,11 @@ export var ImportReferenceSourceItem$ = [3, n0, _IRSI,
|
|
|
1371
1484
|
[_sta, _sFou, _sM, _n, _d, _ta, _rIe],
|
|
1372
1485
|
[0, 0, 0, 0, 0, 128 | 0, 0], 1
|
|
1373
1486
|
];
|
|
1487
|
+
export var InlineSetting$ = [3, n0, _IS,
|
|
1488
|
+
0,
|
|
1489
|
+
[_rSIu, _n, _oU, _pr, _pa, _oBOI, _rT],
|
|
1490
|
+
[0, 0, 0, 1, 15, 0, 128 | 0], 1
|
|
1491
|
+
];
|
|
1374
1492
|
export var ListAnnotationImportJobsFilter$ = [3, n0, _LAIJF,
|
|
1375
1493
|
0,
|
|
1376
1494
|
[_sta, _sNt],
|
|
@@ -1416,6 +1534,16 @@ export var ListAnnotationStoreVersionsResponse$ = [3, n0, _LASVRi,
|
|
|
1416
1534
|
[_aSV, _nT],
|
|
1417
1535
|
[() => AnnotationStoreVersionItems, 0]
|
|
1418
1536
|
];
|
|
1537
|
+
export var ListBatchRequest$ = [3, n0, _LBR,
|
|
1538
|
+
0,
|
|
1539
|
+
[_mI, _sTta, _sta, _n, _rGI],
|
|
1540
|
+
[[1, { [_hQ]: _mI }], [0, { [_hQ]: _sTta }], [0, { [_hQ]: _sta }], [0, { [_hQ]: _n }], [0, { [_hQ]: _rGI }]]
|
|
1541
|
+
];
|
|
1542
|
+
export var ListBatchResponse$ = [3, n0, _LBRi,
|
|
1543
|
+
0,
|
|
1544
|
+
[_it, _nT],
|
|
1545
|
+
[() => BatchList, 0]
|
|
1546
|
+
];
|
|
1419
1547
|
export var ListMultipartReadSetUploadsRequest$ = [3, n0, _LMRSUR,
|
|
1420
1548
|
0,
|
|
1421
1549
|
[_sSI, _mRa, _nT],
|
|
@@ -1463,7 +1591,7 @@ export var ListReadSetsRequest$ = [3, n0, _LRSR,
|
|
|
1463
1591
|
];
|
|
1464
1592
|
export var ListReadSetsResponse$ = [3, n0, _LRSRi,
|
|
1465
1593
|
0,
|
|
1466
|
-
[
|
|
1594
|
+
[_rSe, _nT],
|
|
1467
1595
|
[() => ReadSetList, 0], 1
|
|
1468
1596
|
];
|
|
1469
1597
|
export var ListReadSetUploadPartsRequest$ = [3, n0, _LRSUPR,
|
|
@@ -1503,7 +1631,7 @@ export var ListReferenceStoresRequest$ = [3, n0, _LRSRis,
|
|
|
1503
1631
|
];
|
|
1504
1632
|
export var ListReferenceStoresResponse$ = [3, n0, _LRSRist,
|
|
1505
1633
|
0,
|
|
1506
|
-
[
|
|
1634
|
+
[_rSef, _nT],
|
|
1507
1635
|
[() => ReferenceStoreDetailList, 0], 1
|
|
1508
1636
|
];
|
|
1509
1637
|
export var ListRunCachesRequest$ = [3, n0, _LRCR,
|
|
@@ -1526,10 +1654,20 @@ export var ListRunGroupsResponse$ = [3, n0, _LRGRi,
|
|
|
1526
1654
|
[_it, _nT],
|
|
1527
1655
|
[() => RunGroupList, 0]
|
|
1528
1656
|
];
|
|
1657
|
+
export var ListRunsInBatchRequest$ = [3, n0, _LRIBR,
|
|
1658
|
+
0,
|
|
1659
|
+
[_bI, _mI, _sTta, _sSu, _rSIu, _rIu],
|
|
1660
|
+
[[0, 1], [1, { [_hQ]: _mI }], [0, { [_hQ]: _sTta }], [0, { [_hQ]: _sSu }], [0, { [_hQ]: _rSIu }], [0, { [_hQ]: _rIu }]], 1
|
|
1661
|
+
];
|
|
1662
|
+
export var ListRunsInBatchResponse$ = [3, n0, _LRIBRi,
|
|
1663
|
+
0,
|
|
1664
|
+
[_ru, _nT],
|
|
1665
|
+
[() => RunBatchList, 0]
|
|
1666
|
+
];
|
|
1529
1667
|
export var ListRunsRequest$ = [3, n0, _LRRis,
|
|
1530
1668
|
0,
|
|
1531
|
-
[_n, _rGI, _sTta, _mRa, _sta],
|
|
1532
|
-
[[0, { [_hQ]: _n }], [0, { [_hQ]: _rGI }], [0, { [_hQ]: _sTta }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _sta }]]
|
|
1669
|
+
[_n, _rGI, _bI, _sTta, _mRa, _sta],
|
|
1670
|
+
[[0, { [_hQ]: _n }], [0, { [_hQ]: _rGI }], [0, { [_hQ]: _bI }], [0, { [_hQ]: _sTta }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _sta }]]
|
|
1533
1671
|
];
|
|
1534
1672
|
export var ListRunsResponse$ = [3, n0, _LRRist,
|
|
1535
1673
|
0,
|
|
@@ -1553,7 +1691,7 @@ export var ListSequenceStoresRequest$ = [3, n0, _LSSR,
|
|
|
1553
1691
|
];
|
|
1554
1692
|
export var ListSequenceStoresResponse$ = [3, n0, _LSSRi,
|
|
1555
1693
|
0,
|
|
1556
|
-
[
|
|
1694
|
+
[_sSe, _nT],
|
|
1557
1695
|
[() => SequenceStoreDetailList, 0], 1
|
|
1558
1696
|
];
|
|
1559
1697
|
export var ListSharesRequest$ = [3, n0, _LSR,
|
|
@@ -1663,7 +1801,7 @@ export var ReadSetFilter$ = [3, n0, _RSFe,
|
|
|
1663
1801
|
];
|
|
1664
1802
|
export var ReadSetListItem$ = [3, n0, _RSLI,
|
|
1665
1803
|
0,
|
|
1666
|
-
[_i, _ar, _sSI, _sta,
|
|
1804
|
+
[_i, _ar, _sSI, _sta, _fTi, _cT, _sIu, _sIa, _n, _d, _rAe, _sIe, _sM, _cTr, _et],
|
|
1667
1805
|
[0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, () => SequenceInformation$, 0, 0, () => ETag$], 6
|
|
1668
1806
|
];
|
|
1669
1807
|
export var ReadSetS3Access$ = [3, n0, _RSSA,
|
|
@@ -1711,6 +1849,11 @@ export var RegistryMapping$ = [3, n0, _RMe,
|
|
|
1711
1849
|
[_uRU, _eRP, _uRP, _eAI],
|
|
1712
1850
|
[0, 0, 0, 0]
|
|
1713
1851
|
];
|
|
1852
|
+
export var RunBatchListItem$ = [3, n0, _RBLI,
|
|
1853
|
+
0,
|
|
1854
|
+
[_rSIu, _rIu, _rIU, _rAu, _sSu, _sFR, _sFM],
|
|
1855
|
+
[0, 0, 0, 0, 0, 0, 0]
|
|
1856
|
+
];
|
|
1714
1857
|
export var RunCacheListItem$ = [3, n0, _RCLI,
|
|
1715
1858
|
0,
|
|
1716
1859
|
[_ar, _cBa, _cSU, _cT, _i, _n, _sta],
|
|
@@ -1723,14 +1866,19 @@ export var RunGroupListItem$ = [3, n0, _RGLI,
|
|
|
1723
1866
|
];
|
|
1724
1867
|
export var RunListItem$ = [3, n0, _RLIu,
|
|
1725
1868
|
0,
|
|
1726
|
-
[_ar, _i, _sta, _wI, _n, _pr, _sCt, _cT, _sTt, _sTto, _sT, _wVN],
|
|
1727
|
-
[0, 0, 0, 0, 0, 1, 1, 5, 5, 5, 0, 0]
|
|
1869
|
+
[_ar, _i, _sta, _wI, _bI, _n, _pr, _sCt, _cT, _sTt, _sTto, _sT, _wVN],
|
|
1870
|
+
[0, 0, 0, 0, 0, 0, 1, 1, 5, 5, 5, 0, 0]
|
|
1728
1871
|
];
|
|
1729
1872
|
export var RunLogLocation$ = [3, n0, _RLL,
|
|
1730
1873
|
0,
|
|
1731
1874
|
[_eLS, _rLS],
|
|
1732
1875
|
[0, 0]
|
|
1733
1876
|
];
|
|
1877
|
+
export var RunSummary$ = [3, n0, _RS,
|
|
1878
|
+
0,
|
|
1879
|
+
[_pRC, _sRC, _rRC, _sRCt, _cRC, _dRC, _fRC, _cRCa],
|
|
1880
|
+
[1, 1, 1, 1, 1, 1, 1, 1]
|
|
1881
|
+
];
|
|
1734
1882
|
export var S3AccessConfig$ = [3, n0, _SAC,
|
|
1735
1883
|
0,
|
|
1736
1884
|
[_aLL],
|
|
@@ -1841,9 +1989,19 @@ export var StartReferenceImportJobSourceItem$ = [3, n0, _SRIJSI,
|
|
|
1841
1989
|
[_sFou, _n, _d, _ta],
|
|
1842
1990
|
[0, 0, 0, 128 | 0], 2
|
|
1843
1991
|
];
|
|
1992
|
+
export var StartRunBatchRequest$ = [3, n0, _SRBR,
|
|
1993
|
+
0,
|
|
1994
|
+
[_dRS, _bRS, _bN, _rI, _ta],
|
|
1995
|
+
[() => DefaultRunSetting$, () => BatchRunSettings$, 0, [0, 4], 128 | 0], 2
|
|
1996
|
+
];
|
|
1997
|
+
export var StartRunBatchResponse$ = [3, n0, _SRBRt,
|
|
1998
|
+
0,
|
|
1999
|
+
[_i, _ar, _sta, _u, _ta],
|
|
2000
|
+
[0, 0, 0, 0, 128 | 0]
|
|
2001
|
+
];
|
|
1844
2002
|
export var StartRunRequest$ = [3, n0, _SRR,
|
|
1845
2003
|
0,
|
|
1846
|
-
[_rA, _oU, _wI, _wT, _rIu, _n, _cI, _cBa, _rGI, _pr,
|
|
2004
|
+
[_rA, _oU, _wI, _wT, _rIu, _n, _cI, _cBa, _rGI, _pr, _pa, _sCt, _lL, _ta, _rI, _rMet, _sT, _wOI, _wVN],
|
|
1847
2005
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15, 1, 0, 128 | 0, [0, 4], 0, 0, 0, 0], 2
|
|
1848
2006
|
];
|
|
1849
2007
|
export var StartRunResponse$ = [3, n0, _SRRt,
|
|
@@ -1861,6 +2019,11 @@ export var StartVariantImportResponse$ = [3, n0, _SVIRt,
|
|
|
1861
2019
|
[_jI],
|
|
1862
2020
|
[0], 1
|
|
1863
2021
|
];
|
|
2022
|
+
export var SubmissionSummary$ = [3, n0, _SS,
|
|
2023
|
+
0,
|
|
2024
|
+
[_sSSC, _fSSC, _pSSC, _sCSC, _fCSC, _sDSC, _fDSC],
|
|
2025
|
+
[1, 1, 1, 1, 1, 1, 1]
|
|
2026
|
+
];
|
|
1864
2027
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
1865
2028
|
0,
|
|
1866
2029
|
[_rAes, _ta],
|
|
@@ -1963,7 +2126,7 @@ export var UpdateWorkflowVersionRequest$ = [3, n0, _UWVR,
|
|
|
1963
2126
|
];
|
|
1964
2127
|
export var UploadReadSetPartRequest$ = [3, n0, _URSPR,
|
|
1965
2128
|
0,
|
|
1966
|
-
[_sSI, _uI, _pS, _pN,
|
|
2129
|
+
[_sSI, _uI, _pS, _pN, _pay],
|
|
1967
2130
|
[[0, 1], [0, 1], [0, { [_hQ]: _pS }], [1, { [_hQ]: _pN }], [() => ReadSetPartStreamingBlob, 16]], 5
|
|
1968
2131
|
];
|
|
1969
2132
|
export var UploadReadSetPartResponse$ = [3, n0, _URSPRp,
|
|
@@ -2039,6 +2202,9 @@ var AnnotationStoreVersionItems = [1, n0, _ASVIn,
|
|
|
2039
2202
|
0, () => AnnotationStoreVersionItem$
|
|
2040
2203
|
];
|
|
2041
2204
|
var ArnList = 64 | 0;
|
|
2205
|
+
var BatchList = [1, n0, _BL,
|
|
2206
|
+
0, () => BatchListItem$
|
|
2207
|
+
];
|
|
2042
2208
|
var CompleteReadSetUploadPartList = [1, n0, _CRSUPL,
|
|
2043
2209
|
0, () => CompleteReadSetUploadPartListItem$
|
|
2044
2210
|
];
|
|
@@ -2068,6 +2234,9 @@ var ImportReferenceJobList = [1, n0, _IRJL,
|
|
|
2068
2234
|
var ImportReferenceSourceList = [1, n0, _IRSL,
|
|
2069
2235
|
0, () => ImportReferenceSourceItem$
|
|
2070
2236
|
];
|
|
2237
|
+
var InlineSettings = [1, n0, _ISn,
|
|
2238
|
+
0, () => InlineSetting$
|
|
2239
|
+
];
|
|
2071
2240
|
var MultipartReadSetUploadList = [1, n0, _MRSUL,
|
|
2072
2241
|
0, () => MultipartReadSetUploadListItem$
|
|
2073
2242
|
];
|
|
@@ -2091,6 +2260,9 @@ var ReferenceStoreDetailList = [1, n0, _RSDL,
|
|
|
2091
2260
|
var RegistryMappingsList = [1, n0, _RML,
|
|
2092
2261
|
0, () => RegistryMapping$
|
|
2093
2262
|
];
|
|
2263
|
+
var RunBatchList = [1, n0, _RBL,
|
|
2264
|
+
0, () => RunBatchListItem$
|
|
2265
|
+
];
|
|
2094
2266
|
var RunCacheList = [1, n0, _RCL,
|
|
2095
2267
|
0, () => RunCacheListItem$
|
|
2096
2268
|
];
|
|
@@ -2157,6 +2329,11 @@ var WorkflowMetadata = 128 | 0;
|
|
|
2157
2329
|
var WorkflowParameterTemplate = [2, n0, _WPT,
|
|
2158
2330
|
0, 0, () => WorkflowParameter$
|
|
2159
2331
|
];
|
|
2332
|
+
export var BatchRunSettings$ = [4, n0, _BRS,
|
|
2333
|
+
0,
|
|
2334
|
+
[_iS, _sUS],
|
|
2335
|
+
[() => InlineSettings, 0]
|
|
2336
|
+
];
|
|
2160
2337
|
export var FormatOptions$ = [4, n0, _FO,
|
|
2161
2338
|
0,
|
|
2162
2339
|
[_tO, _vOc],
|
|
@@ -2192,6 +2369,9 @@ export var CancelAnnotationImportJob$ = [9, n0, _CAIJ,
|
|
|
2192
2369
|
export var CancelRun$ = [9, n0, _CR,
|
|
2193
2370
|
{ [_end]: ["workflows-"], [_ht]: ["POST", "/run/{id}/cancel", 202] }, () => CancelRunRequest$, () => __Unit
|
|
2194
2371
|
];
|
|
2372
|
+
export var CancelRunBatch$ = [9, n0, _CRB,
|
|
2373
|
+
{ [_end]: ["workflows-"], [_ht]: ["POST", "/runBatch/cancel", 202] }, () => CancelRunBatchRequest$, () => CancelRunBatchResponse$
|
|
2374
|
+
];
|
|
2195
2375
|
export var CancelVariantImportJob$ = [9, n0, _CVIJ,
|
|
2196
2376
|
{ [_end]: ["analytics-"], [_ht]: ["DELETE", "/import/variant/{jobId}", 200] }, () => CancelVariantImportRequest$, () => CancelVariantImportResponse$
|
|
2197
2377
|
];
|
|
@@ -2237,15 +2417,21 @@ export var DeleteAnnotationStore$ = [9, n0, _DAS,
|
|
|
2237
2417
|
export var DeleteAnnotationStoreVersions$ = [9, n0, _DASV,
|
|
2238
2418
|
{ [_end]: ["analytics-"], [_ht]: ["POST", "/annotationStore/{name}/versions/delete", 200] }, () => DeleteAnnotationStoreVersionsRequest$, () => DeleteAnnotationStoreVersionsResponse$
|
|
2239
2419
|
];
|
|
2420
|
+
export var DeleteBatch$ = [9, n0, _DB,
|
|
2421
|
+
{ [_end]: ["workflows-"], [_ht]: ["DELETE", "/runBatch/{batchId}", 202] }, () => DeleteBatchRequest$, () => __Unit
|
|
2422
|
+
];
|
|
2240
2423
|
export var DeleteReference$ = [9, n0, _DRe,
|
|
2241
2424
|
{ [_end]: ["control-storage-"], [_ht]: ["DELETE", "/referencestore/{referenceStoreId}/reference/{id}", 200] }, () => DeleteReferenceRequest$, () => DeleteReferenceResponse$
|
|
2242
2425
|
];
|
|
2243
|
-
export var DeleteReferenceStore$ = [9, n0,
|
|
2426
|
+
export var DeleteReferenceStore$ = [9, n0, _DRSe,
|
|
2244
2427
|
{ [_end]: ["control-storage-"], [_ht]: ["DELETE", "/referencestore/{id}", 200] }, () => DeleteReferenceStoreRequest$, () => DeleteReferenceStoreResponse$
|
|
2245
2428
|
];
|
|
2246
2429
|
export var DeleteRun$ = [9, n0, _DRel,
|
|
2247
2430
|
{ [_end]: ["workflows-"], [_ht]: ["DELETE", "/run/{id}", 202] }, () => DeleteRunRequest$, () => __Unit
|
|
2248
2431
|
];
|
|
2432
|
+
export var DeleteRunBatch$ = [9, n0, _DRB,
|
|
2433
|
+
{ [_end]: ["workflows-"], [_ht]: ["POST", "/runBatch/delete", 202] }, () => DeleteRunBatchRequest$, () => DeleteRunBatchResponse$
|
|
2434
|
+
];
|
|
2249
2435
|
export var DeleteRunCache$ = [9, n0, _DRC,
|
|
2250
2436
|
{ [_end]: ["workflows-"], [_ht]: ["DELETE", "/runCache/{id}", 202] }, () => DeleteRunCacheRequest$, () => __Unit
|
|
2251
2437
|
];
|
|
@@ -2279,6 +2465,9 @@ export var GetAnnotationStore$ = [9, n0, _GAS,
|
|
|
2279
2465
|
export var GetAnnotationStoreVersion$ = [9, n0, _GASV,
|
|
2280
2466
|
{ [_end]: ["analytics-"], [_ht]: ["GET", "/annotationStore/{name}/version/{versionName}", 200] }, () => GetAnnotationStoreVersionRequest$, () => GetAnnotationStoreVersionResponse$
|
|
2281
2467
|
];
|
|
2468
|
+
export var GetBatch$ = [9, n0, _GB,
|
|
2469
|
+
{ [_end]: ["workflows-"], [_ht]: ["GET", "/runBatch/{batchId}", 200] }, () => GetBatchRequest$, () => GetBatchResponse$
|
|
2470
|
+
];
|
|
2282
2471
|
export var GetReadSet$ = [9, n0, _GRS,
|
|
2283
2472
|
{ [_end]: ["storage-"], [_ht]: ["GET", "/sequencestore/{sequenceStoreId}/readset/{id}", 200] }, () => GetReadSetRequest$, () => GetReadSetResponse$
|
|
2284
2473
|
];
|
|
@@ -2348,6 +2537,9 @@ export var ListAnnotationStores$ = [9, n0, _LAS,
|
|
|
2348
2537
|
export var ListAnnotationStoreVersions$ = [9, n0, _LASV,
|
|
2349
2538
|
{ [_end]: ["analytics-"], [_ht]: ["POST", "/annotationStore/{name}/versions", 200] }, () => ListAnnotationStoreVersionsRequest$, () => ListAnnotationStoreVersionsResponse$
|
|
2350
2539
|
];
|
|
2540
|
+
export var ListBatch$ = [9, n0, _LB,
|
|
2541
|
+
{ [_end]: ["workflows-"], [_ht]: ["GET", "/runBatch", 200] }, () => ListBatchRequest$, () => ListBatchResponse$
|
|
2542
|
+
];
|
|
2351
2543
|
export var ListMultipartReadSetUploads$ = [9, n0, _LMRSU,
|
|
2352
2544
|
{ [_end]: ["control-storage-"], [_ht]: ["POST", "/sequencestore/{sequenceStoreId}/uploads", 200] }, () => ListMultipartReadSetUploadsRequest$, () => ListMultipartReadSetUploadsResponse$
|
|
2353
2545
|
];
|
|
@@ -2384,6 +2576,9 @@ export var ListRunGroups$ = [9, n0, _LRG,
|
|
|
2384
2576
|
export var ListRuns$ = [9, n0, _LRi,
|
|
2385
2577
|
{ [_end]: ["workflows-"], [_ht]: ["GET", "/run", 200] }, () => ListRunsRequest$, () => ListRunsResponse$
|
|
2386
2578
|
];
|
|
2579
|
+
export var ListRunsInBatch$ = [9, n0, _LRIB,
|
|
2580
|
+
{ [_end]: ["workflows-"], [_ht]: ["GET", "/runBatch/{batchId}/run", 200] }, () => ListRunsInBatchRequest$, () => ListRunsInBatchResponse$
|
|
2581
|
+
];
|
|
2387
2582
|
export var ListRunTasks$ = [9, n0, _LRT,
|
|
2388
2583
|
{ [_end]: ["workflows-"], [_ht]: ["GET", "/run/{id}/task", 200] }, () => ListRunTasksRequest$, () => ListRunTasksResponse$
|
|
2389
2584
|
];
|
|
@@ -2429,6 +2624,9 @@ export var StartReferenceImportJob$ = [9, n0, _SRIJ,
|
|
|
2429
2624
|
export var StartRun$ = [9, n0, _SRt,
|
|
2430
2625
|
{ [_end]: ["workflows-"], [_ht]: ["POST", "/run", 201] }, () => StartRunRequest$, () => StartRunResponse$
|
|
2431
2626
|
];
|
|
2627
|
+
export var StartRunBatch$ = [9, n0, _SRB,
|
|
2628
|
+
{ [_end]: ["workflows-"], [_ht]: ["POST", "/runBatch", 201] }, () => StartRunBatchRequest$, () => StartRunBatchResponse$
|
|
2629
|
+
];
|
|
2432
2630
|
export var StartVariantImportJob$ = [9, n0, _SVIJ,
|
|
2433
2631
|
{ [_end]: ["analytics-"], [_ht]: ["POST", "/import/variant", 200] }, () => StartVariantImportRequest$, () => StartVariantImportResponse$
|
|
2434
2632
|
];
|