cdk-docker-image-deployment 0.0.88 → 0.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +29 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +284 -0
  9. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +16 -0
  10. package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +31 -13
  11. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +282 -134
  12. package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2824 -1317
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +42 -0
  15. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +87 -52
  16. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +128 -27
  17. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +156 -130
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +341 -298
  19. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +205 -28
  20. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +359 -50
  21. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +127 -72
  22. package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +0 -7
  23. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -50
  24. package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +26 -0
  25. package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.min.json +82 -9
  26. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +793 -112
  27. package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +33 -0
  28. package/node_modules/aws-sdk/apis/metadata.json +16 -0
  29. package/node_modules/aws-sdk/apis/omics-2022-11-28.examples.json +5 -0
  30. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +3722 -0
  31. package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +100 -0
  32. package/node_modules/aws-sdk/apis/omics-2022-11-28.waiters2.json +498 -0
  33. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.examples.json +5 -0
  34. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +1082 -0
  35. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +29 -0
  36. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +5991 -325
  37. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +138 -28
  38. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +23 -16
  39. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.examples.json +5 -0
  40. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +1041 -0
  41. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +28 -0
  42. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.examples.json +5 -0
  43. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +578 -0
  44. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.paginators.json +14 -0
  45. package/node_modules/aws-sdk/clients/all.d.ts +5 -0
  46. package/node_modules/aws-sdk/clients/all.js +6 -1
  47. package/node_modules/aws-sdk/clients/arczonalshift.d.ts +309 -0
  48. package/node_modules/aws-sdk/clients/arczonalshift.js +18 -0
  49. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +28 -5
  50. package/node_modules/aws-sdk/clients/configservice.d.ts +233 -6
  51. package/node_modules/aws-sdk/clients/ec2.d.ts +1851 -20
  52. package/node_modules/aws-sdk/clients/eks.d.ts +58 -8
  53. package/node_modules/aws-sdk/clients/firehose.d.ts +263 -48
  54. package/node_modules/aws-sdk/clients/fsx.d.ts +70 -21
  55. package/node_modules/aws-sdk/clients/glue.d.ts +66 -0
  56. package/node_modules/aws-sdk/clients/inspector2.d.ts +289 -15
  57. package/node_modules/aws-sdk/clients/kms.d.ts +198 -92
  58. package/node_modules/aws-sdk/clients/lambda.d.ts +132 -94
  59. package/node_modules/aws-sdk/clients/licensemanagerusersubscriptions.d.ts +62 -4
  60. package/node_modules/aws-sdk/clients/macie2.d.ts +637 -54
  61. package/node_modules/aws-sdk/clients/omics.d.ts +4175 -0
  62. package/node_modules/aws-sdk/clients/omics.js +19 -0
  63. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1508 -0
  64. package/node_modules/aws-sdk/clients/opensearchserverless.js +18 -0
  65. package/node_modules/aws-sdk/clients/quicksight.d.ts +9833 -2835
  66. package/node_modules/aws-sdk/clients/s3control.d.ts +69 -0
  67. package/node_modules/aws-sdk/clients/securityhub.d.ts +14 -0
  68. package/node_modules/aws-sdk/clients/securitylake.d.ts +1049 -0
  69. package/node_modules/aws-sdk/clients/securitylake.js +18 -0
  70. package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +647 -0
  71. package/node_modules/aws-sdk/clients/simspaceweaver.js +18 -0
  72. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +39 -13
  73. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +264 -37
  74. package/node_modules/aws-sdk/dist/aws-sdk.js +3615 -1676
  75. package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -78
  76. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
  77. package/node_modules/aws-sdk/lib/core.d.ts +4 -0
  78. package/node_modules/aws-sdk/lib/core.js +1 -1
  79. package/node_modules/aws-sdk/lib/event_listeners.js +26 -9
  80. package/node_modules/aws-sdk/lib/region_config.js +11 -2
  81. package/node_modules/aws-sdk/package.json +1 -1
  82. package/package.json +3 -3
@@ -0,0 +1,3722 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2022-11-28",
5
+ "endpointPrefix": "omics",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "Amazon Omics",
9
+ "serviceId": "Omics",
10
+ "signatureVersion": "v4",
11
+ "signingName": "omics",
12
+ "uid": "omics-2022-11-28"
13
+ },
14
+ "operations": {
15
+ "BatchDeleteReadSet": {
16
+ "http": {
17
+ "requestUri": "/sequencestore/{sequenceStoreId}/readset/batch/delete",
18
+ "responseCode": 200
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "ids",
24
+ "sequenceStoreId"
25
+ ],
26
+ "members": {
27
+ "ids": {
28
+ "type": "list",
29
+ "member": {}
30
+ },
31
+ "sequenceStoreId": {
32
+ "location": "uri",
33
+ "locationName": "sequenceStoreId"
34
+ }
35
+ }
36
+ },
37
+ "output": {
38
+ "type": "structure",
39
+ "members": {
40
+ "errors": {
41
+ "type": "list",
42
+ "member": {
43
+ "type": "structure",
44
+ "required": [
45
+ "code",
46
+ "id",
47
+ "message"
48
+ ],
49
+ "members": {
50
+ "code": {},
51
+ "id": {},
52
+ "message": {}
53
+ }
54
+ }
55
+ }
56
+ }
57
+ },
58
+ "endpoint": {
59
+ "hostPrefix": "control-storage-"
60
+ },
61
+ "idempotent": true
62
+ },
63
+ "CancelAnnotationImportJob": {
64
+ "http": {
65
+ "method": "DELETE",
66
+ "requestUri": "/import/annotation/{jobId}",
67
+ "responseCode": 200
68
+ },
69
+ "input": {
70
+ "type": "structure",
71
+ "required": [
72
+ "jobId"
73
+ ],
74
+ "members": {
75
+ "jobId": {
76
+ "location": "uri",
77
+ "locationName": "jobId"
78
+ }
79
+ }
80
+ },
81
+ "output": {
82
+ "type": "structure",
83
+ "members": {}
84
+ },
85
+ "endpoint": {
86
+ "hostPrefix": "analytics-"
87
+ },
88
+ "idempotent": true
89
+ },
90
+ "CancelRun": {
91
+ "http": {
92
+ "requestUri": "/run/{id}/cancel",
93
+ "responseCode": 202
94
+ },
95
+ "input": {
96
+ "type": "structure",
97
+ "required": [
98
+ "id"
99
+ ],
100
+ "members": {
101
+ "id": {
102
+ "location": "uri",
103
+ "locationName": "id"
104
+ }
105
+ }
106
+ },
107
+ "endpoint": {
108
+ "hostPrefix": "workflows-"
109
+ }
110
+ },
111
+ "CancelVariantImportJob": {
112
+ "http": {
113
+ "method": "DELETE",
114
+ "requestUri": "/import/variant/{jobId}",
115
+ "responseCode": 200
116
+ },
117
+ "input": {
118
+ "type": "structure",
119
+ "required": [
120
+ "jobId"
121
+ ],
122
+ "members": {
123
+ "jobId": {
124
+ "location": "uri",
125
+ "locationName": "jobId"
126
+ }
127
+ }
128
+ },
129
+ "output": {
130
+ "type": "structure",
131
+ "members": {}
132
+ },
133
+ "endpoint": {
134
+ "hostPrefix": "analytics-"
135
+ },
136
+ "idempotent": true
137
+ },
138
+ "CreateAnnotationStore": {
139
+ "http": {
140
+ "requestUri": "/annotationStore",
141
+ "responseCode": 200
142
+ },
143
+ "input": {
144
+ "type": "structure",
145
+ "required": [
146
+ "storeFormat"
147
+ ],
148
+ "members": {
149
+ "description": {},
150
+ "name": {},
151
+ "reference": {
152
+ "shape": "Sj"
153
+ },
154
+ "sseConfig": {
155
+ "shape": "Sl"
156
+ },
157
+ "storeFormat": {},
158
+ "storeOptions": {
159
+ "shape": "Sp"
160
+ },
161
+ "tags": {
162
+ "shape": "Sy"
163
+ }
164
+ }
165
+ },
166
+ "output": {
167
+ "type": "structure",
168
+ "required": [
169
+ "creationTime",
170
+ "id",
171
+ "name",
172
+ "status"
173
+ ],
174
+ "members": {
175
+ "creationTime": {
176
+ "shape": "S12"
177
+ },
178
+ "id": {},
179
+ "name": {},
180
+ "reference": {
181
+ "shape": "Sj"
182
+ },
183
+ "status": {},
184
+ "storeFormat": {},
185
+ "storeOptions": {
186
+ "shape": "Sp"
187
+ }
188
+ }
189
+ },
190
+ "endpoint": {
191
+ "hostPrefix": "analytics-"
192
+ }
193
+ },
194
+ "CreateReferenceStore": {
195
+ "http": {
196
+ "requestUri": "/referencestore",
197
+ "responseCode": 200
198
+ },
199
+ "input": {
200
+ "type": "structure",
201
+ "required": [
202
+ "name"
203
+ ],
204
+ "members": {
205
+ "clientToken": {},
206
+ "description": {},
207
+ "name": {},
208
+ "sseConfig": {
209
+ "shape": "Sl"
210
+ },
211
+ "tags": {
212
+ "shape": "Sy"
213
+ }
214
+ }
215
+ },
216
+ "output": {
217
+ "type": "structure",
218
+ "required": [
219
+ "arn",
220
+ "creationTime",
221
+ "id"
222
+ ],
223
+ "members": {
224
+ "arn": {},
225
+ "creationTime": {
226
+ "shape": "S1a"
227
+ },
228
+ "description": {},
229
+ "id": {},
230
+ "name": {},
231
+ "sseConfig": {
232
+ "shape": "Sl"
233
+ }
234
+ }
235
+ },
236
+ "endpoint": {
237
+ "hostPrefix": "control-storage-"
238
+ }
239
+ },
240
+ "CreateRunGroup": {
241
+ "http": {
242
+ "requestUri": "/runGroup",
243
+ "responseCode": 201
244
+ },
245
+ "input": {
246
+ "type": "structure",
247
+ "required": [
248
+ "requestId"
249
+ ],
250
+ "members": {
251
+ "maxCpus": {
252
+ "type": "integer"
253
+ },
254
+ "maxDuration": {
255
+ "type": "integer"
256
+ },
257
+ "maxRuns": {
258
+ "type": "integer"
259
+ },
260
+ "name": {},
261
+ "requestId": {
262
+ "idempotencyToken": true
263
+ },
264
+ "tags": {
265
+ "shape": "Sy"
266
+ }
267
+ }
268
+ },
269
+ "output": {
270
+ "type": "structure",
271
+ "members": {
272
+ "arn": {},
273
+ "id": {},
274
+ "tags": {
275
+ "shape": "Sy"
276
+ }
277
+ }
278
+ },
279
+ "endpoint": {
280
+ "hostPrefix": "workflows-"
281
+ }
282
+ },
283
+ "CreateSequenceStore": {
284
+ "http": {
285
+ "requestUri": "/sequencestore",
286
+ "responseCode": 200
287
+ },
288
+ "input": {
289
+ "type": "structure",
290
+ "required": [
291
+ "name"
292
+ ],
293
+ "members": {
294
+ "clientToken": {},
295
+ "description": {},
296
+ "name": {},
297
+ "sseConfig": {
298
+ "shape": "Sl"
299
+ },
300
+ "tags": {
301
+ "shape": "Sy"
302
+ }
303
+ }
304
+ },
305
+ "output": {
306
+ "type": "structure",
307
+ "required": [
308
+ "arn",
309
+ "creationTime",
310
+ "id"
311
+ ],
312
+ "members": {
313
+ "arn": {},
314
+ "creationTime": {
315
+ "shape": "S1a"
316
+ },
317
+ "description": {},
318
+ "id": {},
319
+ "name": {},
320
+ "sseConfig": {
321
+ "shape": "Sl"
322
+ }
323
+ }
324
+ },
325
+ "endpoint": {
326
+ "hostPrefix": "control-storage-"
327
+ }
328
+ },
329
+ "CreateVariantStore": {
330
+ "http": {
331
+ "requestUri": "/variantStore",
332
+ "responseCode": 200
333
+ },
334
+ "input": {
335
+ "type": "structure",
336
+ "required": [
337
+ "reference"
338
+ ],
339
+ "members": {
340
+ "description": {},
341
+ "name": {},
342
+ "reference": {
343
+ "shape": "Sj"
344
+ },
345
+ "sseConfig": {
346
+ "shape": "Sl"
347
+ },
348
+ "tags": {
349
+ "shape": "Sy"
350
+ }
351
+ }
352
+ },
353
+ "output": {
354
+ "type": "structure",
355
+ "required": [
356
+ "creationTime",
357
+ "id",
358
+ "name",
359
+ "status"
360
+ ],
361
+ "members": {
362
+ "creationTime": {
363
+ "shape": "S12"
364
+ },
365
+ "id": {},
366
+ "name": {},
367
+ "reference": {
368
+ "shape": "Sj"
369
+ },
370
+ "status": {}
371
+ }
372
+ },
373
+ "endpoint": {
374
+ "hostPrefix": "analytics-"
375
+ }
376
+ },
377
+ "CreateWorkflow": {
378
+ "http": {
379
+ "requestUri": "/workflow",
380
+ "responseCode": 201
381
+ },
382
+ "input": {
383
+ "type": "structure",
384
+ "required": [
385
+ "requestId"
386
+ ],
387
+ "members": {
388
+ "definitionUri": {},
389
+ "definitionZip": {
390
+ "type": "blob"
391
+ },
392
+ "description": {},
393
+ "engine": {},
394
+ "main": {},
395
+ "name": {},
396
+ "parameterTemplate": {
397
+ "shape": "S20"
398
+ },
399
+ "requestId": {
400
+ "idempotencyToken": true
401
+ },
402
+ "storageCapacity": {
403
+ "type": "integer"
404
+ },
405
+ "tags": {
406
+ "shape": "Sy"
407
+ }
408
+ }
409
+ },
410
+ "output": {
411
+ "type": "structure",
412
+ "members": {
413
+ "arn": {},
414
+ "id": {},
415
+ "status": {},
416
+ "tags": {
417
+ "shape": "Sy"
418
+ }
419
+ }
420
+ },
421
+ "endpoint": {
422
+ "hostPrefix": "workflows-"
423
+ }
424
+ },
425
+ "DeleteAnnotationStore": {
426
+ "http": {
427
+ "method": "DELETE",
428
+ "requestUri": "/annotationStore/{name}",
429
+ "responseCode": 200
430
+ },
431
+ "input": {
432
+ "type": "structure",
433
+ "required": [
434
+ "name"
435
+ ],
436
+ "members": {
437
+ "force": {
438
+ "location": "querystring",
439
+ "locationName": "force",
440
+ "type": "boolean"
441
+ },
442
+ "name": {
443
+ "location": "uri",
444
+ "locationName": "name"
445
+ }
446
+ }
447
+ },
448
+ "output": {
449
+ "type": "structure",
450
+ "required": [
451
+ "status"
452
+ ],
453
+ "members": {
454
+ "status": {}
455
+ }
456
+ },
457
+ "endpoint": {
458
+ "hostPrefix": "analytics-"
459
+ },
460
+ "idempotent": true
461
+ },
462
+ "DeleteReference": {
463
+ "http": {
464
+ "method": "DELETE",
465
+ "requestUri": "/referencestore/{referenceStoreId}/reference/{id}",
466
+ "responseCode": 200
467
+ },
468
+ "input": {
469
+ "type": "structure",
470
+ "required": [
471
+ "id",
472
+ "referenceStoreId"
473
+ ],
474
+ "members": {
475
+ "id": {
476
+ "location": "uri",
477
+ "locationName": "id"
478
+ },
479
+ "referenceStoreId": {
480
+ "location": "uri",
481
+ "locationName": "referenceStoreId"
482
+ }
483
+ }
484
+ },
485
+ "output": {
486
+ "type": "structure",
487
+ "members": {}
488
+ },
489
+ "endpoint": {
490
+ "hostPrefix": "control-storage-"
491
+ },
492
+ "idempotent": true
493
+ },
494
+ "DeleteReferenceStore": {
495
+ "http": {
496
+ "method": "DELETE",
497
+ "requestUri": "/referencestore/{id}",
498
+ "responseCode": 200
499
+ },
500
+ "input": {
501
+ "type": "structure",
502
+ "required": [
503
+ "id"
504
+ ],
505
+ "members": {
506
+ "id": {
507
+ "location": "uri",
508
+ "locationName": "id"
509
+ }
510
+ }
511
+ },
512
+ "output": {
513
+ "type": "structure",
514
+ "members": {}
515
+ },
516
+ "endpoint": {
517
+ "hostPrefix": "control-storage-"
518
+ },
519
+ "idempotent": true
520
+ },
521
+ "DeleteRun": {
522
+ "http": {
523
+ "method": "DELETE",
524
+ "requestUri": "/run/{id}",
525
+ "responseCode": 202
526
+ },
527
+ "input": {
528
+ "type": "structure",
529
+ "required": [
530
+ "id"
531
+ ],
532
+ "members": {
533
+ "id": {
534
+ "location": "uri",
535
+ "locationName": "id"
536
+ }
537
+ }
538
+ },
539
+ "endpoint": {
540
+ "hostPrefix": "workflows-"
541
+ },
542
+ "idempotent": true
543
+ },
544
+ "DeleteRunGroup": {
545
+ "http": {
546
+ "method": "DELETE",
547
+ "requestUri": "/runGroup/{id}",
548
+ "responseCode": 202
549
+ },
550
+ "input": {
551
+ "type": "structure",
552
+ "required": [
553
+ "id"
554
+ ],
555
+ "members": {
556
+ "id": {
557
+ "location": "uri",
558
+ "locationName": "id"
559
+ }
560
+ }
561
+ },
562
+ "endpoint": {
563
+ "hostPrefix": "workflows-"
564
+ },
565
+ "idempotent": true
566
+ },
567
+ "DeleteSequenceStore": {
568
+ "http": {
569
+ "method": "DELETE",
570
+ "requestUri": "/sequencestore/{id}",
571
+ "responseCode": 200
572
+ },
573
+ "input": {
574
+ "type": "structure",
575
+ "required": [
576
+ "id"
577
+ ],
578
+ "members": {
579
+ "id": {
580
+ "location": "uri",
581
+ "locationName": "id"
582
+ }
583
+ }
584
+ },
585
+ "output": {
586
+ "type": "structure",
587
+ "members": {}
588
+ },
589
+ "endpoint": {
590
+ "hostPrefix": "control-storage-"
591
+ },
592
+ "idempotent": true
593
+ },
594
+ "DeleteVariantStore": {
595
+ "http": {
596
+ "method": "DELETE",
597
+ "requestUri": "/variantStore/{name}",
598
+ "responseCode": 200
599
+ },
600
+ "input": {
601
+ "type": "structure",
602
+ "required": [
603
+ "name"
604
+ ],
605
+ "members": {
606
+ "force": {
607
+ "location": "querystring",
608
+ "locationName": "force",
609
+ "type": "boolean"
610
+ },
611
+ "name": {
612
+ "location": "uri",
613
+ "locationName": "name"
614
+ }
615
+ }
616
+ },
617
+ "output": {
618
+ "type": "structure",
619
+ "required": [
620
+ "status"
621
+ ],
622
+ "members": {
623
+ "status": {}
624
+ }
625
+ },
626
+ "endpoint": {
627
+ "hostPrefix": "analytics-"
628
+ },
629
+ "idempotent": true
630
+ },
631
+ "DeleteWorkflow": {
632
+ "http": {
633
+ "method": "DELETE",
634
+ "requestUri": "/workflow/{id}",
635
+ "responseCode": 202
636
+ },
637
+ "input": {
638
+ "type": "structure",
639
+ "required": [
640
+ "id"
641
+ ],
642
+ "members": {
643
+ "id": {
644
+ "location": "uri",
645
+ "locationName": "id"
646
+ }
647
+ }
648
+ },
649
+ "endpoint": {
650
+ "hostPrefix": "workflows-"
651
+ },
652
+ "idempotent": true
653
+ },
654
+ "GetAnnotationImportJob": {
655
+ "http": {
656
+ "method": "GET",
657
+ "requestUri": "/import/annotation/{jobId}",
658
+ "responseCode": 200
659
+ },
660
+ "input": {
661
+ "type": "structure",
662
+ "required": [
663
+ "jobId"
664
+ ],
665
+ "members": {
666
+ "jobId": {
667
+ "location": "uri",
668
+ "locationName": "jobId"
669
+ }
670
+ }
671
+ },
672
+ "output": {
673
+ "type": "structure",
674
+ "required": [
675
+ "completionTime",
676
+ "creationTime",
677
+ "destinationName",
678
+ "formatOptions",
679
+ "id",
680
+ "items",
681
+ "roleArn",
682
+ "runLeftNormalization",
683
+ "status",
684
+ "statusMessage",
685
+ "updateTime"
686
+ ],
687
+ "members": {
688
+ "completionTime": {
689
+ "shape": "S2s"
690
+ },
691
+ "creationTime": {
692
+ "shape": "S12"
693
+ },
694
+ "destinationName": {},
695
+ "formatOptions": {
696
+ "shape": "S2u"
697
+ },
698
+ "id": {},
699
+ "items": {
700
+ "type": "list",
701
+ "member": {
702
+ "type": "structure",
703
+ "required": [
704
+ "jobStatus",
705
+ "source"
706
+ ],
707
+ "members": {
708
+ "jobStatus": {},
709
+ "source": {}
710
+ }
711
+ }
712
+ },
713
+ "roleArn": {},
714
+ "runLeftNormalization": {
715
+ "type": "boolean"
716
+ },
717
+ "status": {},
718
+ "statusMessage": {},
719
+ "updateTime": {
720
+ "shape": "S3e"
721
+ }
722
+ }
723
+ },
724
+ "endpoint": {
725
+ "hostPrefix": "analytics-"
726
+ }
727
+ },
728
+ "GetAnnotationStore": {
729
+ "http": {
730
+ "method": "GET",
731
+ "requestUri": "/annotationStore/{name}",
732
+ "responseCode": 200
733
+ },
734
+ "input": {
735
+ "type": "structure",
736
+ "required": [
737
+ "name"
738
+ ],
739
+ "members": {
740
+ "name": {
741
+ "location": "uri",
742
+ "locationName": "name"
743
+ }
744
+ }
745
+ },
746
+ "output": {
747
+ "type": "structure",
748
+ "required": [
749
+ "creationTime",
750
+ "description",
751
+ "id",
752
+ "name",
753
+ "reference",
754
+ "sseConfig",
755
+ "status",
756
+ "statusMessage",
757
+ "storeArn",
758
+ "storeSizeBytes",
759
+ "tags",
760
+ "updateTime"
761
+ ],
762
+ "members": {
763
+ "creationTime": {
764
+ "shape": "S12"
765
+ },
766
+ "description": {},
767
+ "id": {},
768
+ "name": {},
769
+ "reference": {
770
+ "shape": "Sj"
771
+ },
772
+ "sseConfig": {
773
+ "shape": "Sl"
774
+ },
775
+ "status": {},
776
+ "statusMessage": {},
777
+ "storeArn": {},
778
+ "storeFormat": {},
779
+ "storeOptions": {
780
+ "shape": "Sp"
781
+ },
782
+ "storeSizeBytes": {
783
+ "type": "long"
784
+ },
785
+ "tags": {
786
+ "shape": "Sy"
787
+ },
788
+ "updateTime": {
789
+ "shape": "S3e"
790
+ }
791
+ }
792
+ },
793
+ "endpoint": {
794
+ "hostPrefix": "analytics-"
795
+ }
796
+ },
797
+ "GetReadSet": {
798
+ "http": {
799
+ "method": "GET",
800
+ "requestUri": "/sequencestore/{sequenceStoreId}/readset/{id}",
801
+ "responseCode": 200
802
+ },
803
+ "input": {
804
+ "type": "structure",
805
+ "required": [
806
+ "id",
807
+ "partNumber",
808
+ "sequenceStoreId"
809
+ ],
810
+ "members": {
811
+ "file": {
812
+ "location": "querystring",
813
+ "locationName": "file"
814
+ },
815
+ "id": {
816
+ "location": "uri",
817
+ "locationName": "id"
818
+ },
819
+ "partNumber": {
820
+ "location": "querystring",
821
+ "locationName": "partNumber",
822
+ "type": "integer"
823
+ },
824
+ "sequenceStoreId": {
825
+ "location": "uri",
826
+ "locationName": "sequenceStoreId"
827
+ }
828
+ }
829
+ },
830
+ "output": {
831
+ "type": "structure",
832
+ "members": {
833
+ "payload": {
834
+ "type": "blob",
835
+ "streaming": true
836
+ }
837
+ },
838
+ "payload": "payload"
839
+ },
840
+ "endpoint": {
841
+ "hostPrefix": "storage-"
842
+ }
843
+ },
844
+ "GetReadSetActivationJob": {
845
+ "http": {
846
+ "method": "GET",
847
+ "requestUri": "/sequencestore/{sequenceStoreId}/activationjob/{id}",
848
+ "responseCode": 200
849
+ },
850
+ "input": {
851
+ "type": "structure",
852
+ "required": [
853
+ "id",
854
+ "sequenceStoreId"
855
+ ],
856
+ "members": {
857
+ "id": {
858
+ "location": "uri",
859
+ "locationName": "id"
860
+ },
861
+ "sequenceStoreId": {
862
+ "location": "uri",
863
+ "locationName": "sequenceStoreId"
864
+ }
865
+ }
866
+ },
867
+ "output": {
868
+ "type": "structure",
869
+ "required": [
870
+ "creationTime",
871
+ "id",
872
+ "sequenceStoreId",
873
+ "status"
874
+ ],
875
+ "members": {
876
+ "completionTime": {
877
+ "shape": "S1a"
878
+ },
879
+ "creationTime": {
880
+ "shape": "S1a"
881
+ },
882
+ "id": {},
883
+ "sequenceStoreId": {},
884
+ "sources": {
885
+ "type": "list",
886
+ "member": {
887
+ "type": "structure",
888
+ "required": [
889
+ "readSetId",
890
+ "status"
891
+ ],
892
+ "members": {
893
+ "readSetId": {},
894
+ "status": {},
895
+ "statusMessage": {}
896
+ }
897
+ }
898
+ },
899
+ "status": {},
900
+ "statusMessage": {}
901
+ }
902
+ },
903
+ "endpoint": {
904
+ "hostPrefix": "control-storage-"
905
+ }
906
+ },
907
+ "GetReadSetExportJob": {
908
+ "http": {
909
+ "method": "GET",
910
+ "requestUri": "/sequencestore/{sequenceStoreId}/exportjob/{id}",
911
+ "responseCode": 200
912
+ },
913
+ "input": {
914
+ "type": "structure",
915
+ "required": [
916
+ "id",
917
+ "sequenceStoreId"
918
+ ],
919
+ "members": {
920
+ "id": {
921
+ "location": "uri",
922
+ "locationName": "id"
923
+ },
924
+ "sequenceStoreId": {
925
+ "location": "uri",
926
+ "locationName": "sequenceStoreId"
927
+ }
928
+ }
929
+ },
930
+ "output": {
931
+ "type": "structure",
932
+ "required": [
933
+ "creationTime",
934
+ "destination",
935
+ "id",
936
+ "sequenceStoreId",
937
+ "status"
938
+ ],
939
+ "members": {
940
+ "completionTime": {
941
+ "shape": "S1a"
942
+ },
943
+ "creationTime": {
944
+ "shape": "S1a"
945
+ },
946
+ "destination": {},
947
+ "id": {},
948
+ "readSets": {
949
+ "type": "list",
950
+ "member": {
951
+ "type": "structure",
952
+ "required": [
953
+ "id",
954
+ "status"
955
+ ],
956
+ "members": {
957
+ "id": {},
958
+ "status": {},
959
+ "statusMessage": {}
960
+ }
961
+ }
962
+ },
963
+ "sequenceStoreId": {},
964
+ "status": {},
965
+ "statusMessage": {}
966
+ }
967
+ },
968
+ "endpoint": {
969
+ "hostPrefix": "control-storage-"
970
+ }
971
+ },
972
+ "GetReadSetImportJob": {
973
+ "http": {
974
+ "method": "GET",
975
+ "requestUri": "/sequencestore/{sequenceStoreId}/importjob/{id}",
976
+ "responseCode": 200
977
+ },
978
+ "input": {
979
+ "type": "structure",
980
+ "required": [
981
+ "id",
982
+ "sequenceStoreId"
983
+ ],
984
+ "members": {
985
+ "id": {
986
+ "location": "uri",
987
+ "locationName": "id"
988
+ },
989
+ "sequenceStoreId": {
990
+ "location": "uri",
991
+ "locationName": "sequenceStoreId"
992
+ }
993
+ }
994
+ },
995
+ "output": {
996
+ "type": "structure",
997
+ "required": [
998
+ "creationTime",
999
+ "id",
1000
+ "roleArn",
1001
+ "sequenceStoreId",
1002
+ "sources",
1003
+ "status"
1004
+ ],
1005
+ "members": {
1006
+ "completionTime": {
1007
+ "shape": "S1a"
1008
+ },
1009
+ "creationTime": {
1010
+ "shape": "S1a"
1011
+ },
1012
+ "id": {},
1013
+ "roleArn": {},
1014
+ "sequenceStoreId": {},
1015
+ "sources": {
1016
+ "type": "list",
1017
+ "member": {
1018
+ "type": "structure",
1019
+ "required": [
1020
+ "sampleId",
1021
+ "sourceFileType",
1022
+ "sourceFiles",
1023
+ "status",
1024
+ "subjectId"
1025
+ ],
1026
+ "members": {
1027
+ "description": {},
1028
+ "generatedFrom": {},
1029
+ "name": {},
1030
+ "referenceArn": {},
1031
+ "sampleId": {},
1032
+ "sourceFileType": {},
1033
+ "sourceFiles": {
1034
+ "shape": "S4f"
1035
+ },
1036
+ "status": {},
1037
+ "statusMessage": {},
1038
+ "subjectId": {},
1039
+ "tags": {
1040
+ "shape": "Sy"
1041
+ }
1042
+ }
1043
+ }
1044
+ },
1045
+ "status": {},
1046
+ "statusMessage": {}
1047
+ }
1048
+ },
1049
+ "endpoint": {
1050
+ "hostPrefix": "control-storage-"
1051
+ }
1052
+ },
1053
+ "GetReadSetMetadata": {
1054
+ "http": {
1055
+ "method": "GET",
1056
+ "requestUri": "/sequencestore/{sequenceStoreId}/readset/{id}/metadata",
1057
+ "responseCode": 200
1058
+ },
1059
+ "input": {
1060
+ "type": "structure",
1061
+ "required": [
1062
+ "id",
1063
+ "sequenceStoreId"
1064
+ ],
1065
+ "members": {
1066
+ "id": {
1067
+ "location": "uri",
1068
+ "locationName": "id"
1069
+ },
1070
+ "sequenceStoreId": {
1071
+ "location": "uri",
1072
+ "locationName": "sequenceStoreId"
1073
+ }
1074
+ }
1075
+ },
1076
+ "output": {
1077
+ "type": "structure",
1078
+ "required": [
1079
+ "arn",
1080
+ "creationTime",
1081
+ "fileType",
1082
+ "id",
1083
+ "sequenceStoreId",
1084
+ "status"
1085
+ ],
1086
+ "members": {
1087
+ "arn": {},
1088
+ "creationTime": {
1089
+ "shape": "S1a"
1090
+ },
1091
+ "description": {},
1092
+ "fileType": {},
1093
+ "files": {
1094
+ "type": "structure",
1095
+ "members": {
1096
+ "index": {
1097
+ "shape": "S4n"
1098
+ },
1099
+ "source1": {
1100
+ "shape": "S4n"
1101
+ },
1102
+ "source2": {
1103
+ "shape": "S4n"
1104
+ }
1105
+ }
1106
+ },
1107
+ "id": {},
1108
+ "name": {},
1109
+ "referenceArn": {},
1110
+ "sampleId": {},
1111
+ "sequenceInformation": {
1112
+ "shape": "S4r"
1113
+ },
1114
+ "sequenceStoreId": {},
1115
+ "status": {},
1116
+ "subjectId": {}
1117
+ }
1118
+ },
1119
+ "endpoint": {
1120
+ "hostPrefix": "control-storage-"
1121
+ }
1122
+ },
1123
+ "GetReference": {
1124
+ "http": {
1125
+ "method": "GET",
1126
+ "requestUri": "/referencestore/{referenceStoreId}/reference/{id}",
1127
+ "responseCode": 200
1128
+ },
1129
+ "input": {
1130
+ "type": "structure",
1131
+ "required": [
1132
+ "id",
1133
+ "partNumber",
1134
+ "referenceStoreId"
1135
+ ],
1136
+ "members": {
1137
+ "file": {
1138
+ "location": "querystring",
1139
+ "locationName": "file"
1140
+ },
1141
+ "id": {
1142
+ "location": "uri",
1143
+ "locationName": "id"
1144
+ },
1145
+ "partNumber": {
1146
+ "location": "querystring",
1147
+ "locationName": "partNumber",
1148
+ "type": "integer"
1149
+ },
1150
+ "range": {
1151
+ "location": "header",
1152
+ "locationName": "Range"
1153
+ },
1154
+ "referenceStoreId": {
1155
+ "location": "uri",
1156
+ "locationName": "referenceStoreId"
1157
+ }
1158
+ }
1159
+ },
1160
+ "output": {
1161
+ "type": "structure",
1162
+ "members": {
1163
+ "payload": {
1164
+ "type": "blob",
1165
+ "streaming": true
1166
+ }
1167
+ },
1168
+ "payload": "payload"
1169
+ },
1170
+ "endpoint": {
1171
+ "hostPrefix": "storage-"
1172
+ }
1173
+ },
1174
+ "GetReferenceImportJob": {
1175
+ "http": {
1176
+ "method": "GET",
1177
+ "requestUri": "/referencestore/{referenceStoreId}/importjob/{id}",
1178
+ "responseCode": 200
1179
+ },
1180
+ "input": {
1181
+ "type": "structure",
1182
+ "required": [
1183
+ "id",
1184
+ "referenceStoreId"
1185
+ ],
1186
+ "members": {
1187
+ "id": {
1188
+ "location": "uri",
1189
+ "locationName": "id"
1190
+ },
1191
+ "referenceStoreId": {
1192
+ "location": "uri",
1193
+ "locationName": "referenceStoreId"
1194
+ }
1195
+ }
1196
+ },
1197
+ "output": {
1198
+ "type": "structure",
1199
+ "required": [
1200
+ "creationTime",
1201
+ "id",
1202
+ "referenceStoreId",
1203
+ "roleArn",
1204
+ "sources",
1205
+ "status"
1206
+ ],
1207
+ "members": {
1208
+ "completionTime": {
1209
+ "shape": "S1a"
1210
+ },
1211
+ "creationTime": {
1212
+ "shape": "S1a"
1213
+ },
1214
+ "id": {},
1215
+ "referenceStoreId": {},
1216
+ "roleArn": {},
1217
+ "sources": {
1218
+ "type": "list",
1219
+ "member": {
1220
+ "type": "structure",
1221
+ "required": [
1222
+ "status"
1223
+ ],
1224
+ "members": {
1225
+ "description": {},
1226
+ "name": {},
1227
+ "sourceFile": {},
1228
+ "status": {},
1229
+ "statusMessage": {},
1230
+ "tags": {
1231
+ "shape": "Sy"
1232
+ }
1233
+ }
1234
+ }
1235
+ },
1236
+ "status": {},
1237
+ "statusMessage": {}
1238
+ }
1239
+ },
1240
+ "endpoint": {
1241
+ "hostPrefix": "control-storage-"
1242
+ }
1243
+ },
1244
+ "GetReferenceMetadata": {
1245
+ "http": {
1246
+ "method": "GET",
1247
+ "requestUri": "/referencestore/{referenceStoreId}/reference/{id}/metadata",
1248
+ "responseCode": 200
1249
+ },
1250
+ "input": {
1251
+ "type": "structure",
1252
+ "required": [
1253
+ "id",
1254
+ "referenceStoreId"
1255
+ ],
1256
+ "members": {
1257
+ "id": {
1258
+ "location": "uri",
1259
+ "locationName": "id"
1260
+ },
1261
+ "referenceStoreId": {
1262
+ "location": "uri",
1263
+ "locationName": "referenceStoreId"
1264
+ }
1265
+ }
1266
+ },
1267
+ "output": {
1268
+ "type": "structure",
1269
+ "required": [
1270
+ "arn",
1271
+ "creationTime",
1272
+ "id",
1273
+ "md5",
1274
+ "referenceStoreId",
1275
+ "updateTime"
1276
+ ],
1277
+ "members": {
1278
+ "arn": {},
1279
+ "creationTime": {
1280
+ "shape": "S1a"
1281
+ },
1282
+ "description": {},
1283
+ "files": {
1284
+ "type": "structure",
1285
+ "members": {
1286
+ "index": {
1287
+ "shape": "S4n"
1288
+ },
1289
+ "source": {
1290
+ "shape": "S4n"
1291
+ }
1292
+ }
1293
+ },
1294
+ "id": {},
1295
+ "md5": {},
1296
+ "name": {},
1297
+ "referenceStoreId": {},
1298
+ "status": {},
1299
+ "updateTime": {
1300
+ "shape": "S1a"
1301
+ }
1302
+ }
1303
+ },
1304
+ "endpoint": {
1305
+ "hostPrefix": "control-storage-"
1306
+ }
1307
+ },
1308
+ "GetReferenceStore": {
1309
+ "http": {
1310
+ "method": "GET",
1311
+ "requestUri": "/referencestore/{id}",
1312
+ "responseCode": 200
1313
+ },
1314
+ "input": {
1315
+ "type": "structure",
1316
+ "required": [
1317
+ "id"
1318
+ ],
1319
+ "members": {
1320
+ "id": {
1321
+ "location": "uri",
1322
+ "locationName": "id"
1323
+ }
1324
+ }
1325
+ },
1326
+ "output": {
1327
+ "type": "structure",
1328
+ "required": [
1329
+ "arn",
1330
+ "creationTime",
1331
+ "id"
1332
+ ],
1333
+ "members": {
1334
+ "arn": {},
1335
+ "creationTime": {
1336
+ "shape": "S1a"
1337
+ },
1338
+ "description": {},
1339
+ "id": {},
1340
+ "name": {},
1341
+ "sseConfig": {
1342
+ "shape": "Sl"
1343
+ }
1344
+ }
1345
+ },
1346
+ "endpoint": {
1347
+ "hostPrefix": "control-storage-"
1348
+ }
1349
+ },
1350
+ "GetRun": {
1351
+ "http": {
1352
+ "method": "GET",
1353
+ "requestUri": "/run/{id}",
1354
+ "responseCode": 200
1355
+ },
1356
+ "input": {
1357
+ "type": "structure",
1358
+ "required": [
1359
+ "id"
1360
+ ],
1361
+ "members": {
1362
+ "export": {
1363
+ "location": "querystring",
1364
+ "locationName": "export",
1365
+ "type": "list",
1366
+ "member": {}
1367
+ },
1368
+ "id": {
1369
+ "location": "uri",
1370
+ "locationName": "id"
1371
+ }
1372
+ }
1373
+ },
1374
+ "output": {
1375
+ "type": "structure",
1376
+ "members": {
1377
+ "arn": {},
1378
+ "creationTime": {
1379
+ "shape": "S5j"
1380
+ },
1381
+ "definition": {},
1382
+ "digest": {},
1383
+ "id": {},
1384
+ "logLevel": {},
1385
+ "name": {},
1386
+ "outputUri": {},
1387
+ "parameters": {
1388
+ "shape": "S5o"
1389
+ },
1390
+ "priority": {
1391
+ "type": "integer"
1392
+ },
1393
+ "resourceDigests": {
1394
+ "type": "map",
1395
+ "key": {},
1396
+ "value": {}
1397
+ },
1398
+ "roleArn": {},
1399
+ "runGroupId": {},
1400
+ "runId": {},
1401
+ "startTime": {
1402
+ "shape": "S5j"
1403
+ },
1404
+ "startedBy": {},
1405
+ "status": {},
1406
+ "statusMessage": {},
1407
+ "stopTime": {
1408
+ "shape": "S5j"
1409
+ },
1410
+ "storageCapacity": {
1411
+ "type": "integer"
1412
+ },
1413
+ "tags": {
1414
+ "shape": "Sy"
1415
+ },
1416
+ "workflowId": {},
1417
+ "workflowType": {}
1418
+ }
1419
+ },
1420
+ "endpoint": {
1421
+ "hostPrefix": "workflows-"
1422
+ }
1423
+ },
1424
+ "GetRunGroup": {
1425
+ "http": {
1426
+ "method": "GET",
1427
+ "requestUri": "/runGroup/{id}",
1428
+ "responseCode": 200
1429
+ },
1430
+ "input": {
1431
+ "type": "structure",
1432
+ "required": [
1433
+ "id"
1434
+ ],
1435
+ "members": {
1436
+ "id": {
1437
+ "location": "uri",
1438
+ "locationName": "id"
1439
+ }
1440
+ }
1441
+ },
1442
+ "output": {
1443
+ "type": "structure",
1444
+ "members": {
1445
+ "arn": {},
1446
+ "creationTime": {
1447
+ "shape": "S61"
1448
+ },
1449
+ "id": {},
1450
+ "maxCpus": {
1451
+ "type": "integer"
1452
+ },
1453
+ "maxDuration": {
1454
+ "type": "integer"
1455
+ },
1456
+ "maxRuns": {
1457
+ "type": "integer"
1458
+ },
1459
+ "name": {},
1460
+ "tags": {
1461
+ "shape": "Sy"
1462
+ }
1463
+ }
1464
+ },
1465
+ "endpoint": {
1466
+ "hostPrefix": "workflows-"
1467
+ }
1468
+ },
1469
+ "GetRunTask": {
1470
+ "http": {
1471
+ "method": "GET",
1472
+ "requestUri": "/run/{id}/task/{taskId}",
1473
+ "responseCode": 200
1474
+ },
1475
+ "input": {
1476
+ "type": "structure",
1477
+ "required": [
1478
+ "id",
1479
+ "taskId"
1480
+ ],
1481
+ "members": {
1482
+ "id": {
1483
+ "location": "uri",
1484
+ "locationName": "id"
1485
+ },
1486
+ "taskId": {
1487
+ "location": "uri",
1488
+ "locationName": "taskId"
1489
+ }
1490
+ }
1491
+ },
1492
+ "output": {
1493
+ "type": "structure",
1494
+ "members": {
1495
+ "cpus": {
1496
+ "type": "integer"
1497
+ },
1498
+ "creationTime": {
1499
+ "shape": "S69"
1500
+ },
1501
+ "logStream": {},
1502
+ "memory": {
1503
+ "type": "integer"
1504
+ },
1505
+ "name": {},
1506
+ "startTime": {
1507
+ "shape": "S69"
1508
+ },
1509
+ "status": {},
1510
+ "statusMessage": {},
1511
+ "stopTime": {
1512
+ "shape": "S69"
1513
+ },
1514
+ "taskId": {}
1515
+ }
1516
+ },
1517
+ "endpoint": {
1518
+ "hostPrefix": "workflows-"
1519
+ }
1520
+ },
1521
+ "GetSequenceStore": {
1522
+ "http": {
1523
+ "method": "GET",
1524
+ "requestUri": "/sequencestore/{id}",
1525
+ "responseCode": 200
1526
+ },
1527
+ "input": {
1528
+ "type": "structure",
1529
+ "required": [
1530
+ "id"
1531
+ ],
1532
+ "members": {
1533
+ "id": {
1534
+ "location": "uri",
1535
+ "locationName": "id"
1536
+ }
1537
+ }
1538
+ },
1539
+ "output": {
1540
+ "type": "structure",
1541
+ "required": [
1542
+ "arn",
1543
+ "creationTime",
1544
+ "id"
1545
+ ],
1546
+ "members": {
1547
+ "arn": {},
1548
+ "creationTime": {
1549
+ "shape": "S1a"
1550
+ },
1551
+ "description": {},
1552
+ "id": {},
1553
+ "name": {},
1554
+ "sseConfig": {
1555
+ "shape": "Sl"
1556
+ }
1557
+ }
1558
+ },
1559
+ "endpoint": {
1560
+ "hostPrefix": "control-storage-"
1561
+ }
1562
+ },
1563
+ "GetVariantImportJob": {
1564
+ "http": {
1565
+ "method": "GET",
1566
+ "requestUri": "/import/variant/{jobId}",
1567
+ "responseCode": 200
1568
+ },
1569
+ "input": {
1570
+ "type": "structure",
1571
+ "required": [
1572
+ "jobId"
1573
+ ],
1574
+ "members": {
1575
+ "jobId": {
1576
+ "location": "uri",
1577
+ "locationName": "jobId"
1578
+ }
1579
+ }
1580
+ },
1581
+ "output": {
1582
+ "type": "structure",
1583
+ "required": [
1584
+ "creationTime",
1585
+ "destinationName",
1586
+ "id",
1587
+ "items",
1588
+ "roleArn",
1589
+ "runLeftNormalization",
1590
+ "status",
1591
+ "statusMessage",
1592
+ "updateTime"
1593
+ ],
1594
+ "members": {
1595
+ "completionTime": {
1596
+ "shape": "S2s"
1597
+ },
1598
+ "creationTime": {
1599
+ "shape": "S12"
1600
+ },
1601
+ "destinationName": {},
1602
+ "id": {},
1603
+ "items": {
1604
+ "type": "list",
1605
+ "member": {
1606
+ "type": "structure",
1607
+ "required": [
1608
+ "jobStatus",
1609
+ "source"
1610
+ ],
1611
+ "members": {
1612
+ "jobStatus": {},
1613
+ "source": {}
1614
+ }
1615
+ }
1616
+ },
1617
+ "roleArn": {},
1618
+ "runLeftNormalization": {
1619
+ "type": "boolean"
1620
+ },
1621
+ "status": {},
1622
+ "statusMessage": {},
1623
+ "updateTime": {
1624
+ "shape": "S3e"
1625
+ }
1626
+ }
1627
+ },
1628
+ "endpoint": {
1629
+ "hostPrefix": "analytics-"
1630
+ }
1631
+ },
1632
+ "GetVariantStore": {
1633
+ "http": {
1634
+ "method": "GET",
1635
+ "requestUri": "/variantStore/{name}",
1636
+ "responseCode": 200
1637
+ },
1638
+ "input": {
1639
+ "type": "structure",
1640
+ "required": [
1641
+ "name"
1642
+ ],
1643
+ "members": {
1644
+ "name": {
1645
+ "location": "uri",
1646
+ "locationName": "name"
1647
+ }
1648
+ }
1649
+ },
1650
+ "output": {
1651
+ "type": "structure",
1652
+ "required": [
1653
+ "creationTime",
1654
+ "description",
1655
+ "id",
1656
+ "name",
1657
+ "reference",
1658
+ "sseConfig",
1659
+ "status",
1660
+ "statusMessage",
1661
+ "storeArn",
1662
+ "storeSizeBytes",
1663
+ "tags",
1664
+ "updateTime"
1665
+ ],
1666
+ "members": {
1667
+ "creationTime": {
1668
+ "shape": "S12"
1669
+ },
1670
+ "description": {},
1671
+ "id": {},
1672
+ "name": {},
1673
+ "reference": {
1674
+ "shape": "Sj"
1675
+ },
1676
+ "sseConfig": {
1677
+ "shape": "Sl"
1678
+ },
1679
+ "status": {},
1680
+ "statusMessage": {},
1681
+ "storeArn": {},
1682
+ "storeSizeBytes": {
1683
+ "type": "long"
1684
+ },
1685
+ "tags": {
1686
+ "shape": "Sy"
1687
+ },
1688
+ "updateTime": {
1689
+ "shape": "S3e"
1690
+ }
1691
+ }
1692
+ },
1693
+ "endpoint": {
1694
+ "hostPrefix": "analytics-"
1695
+ }
1696
+ },
1697
+ "GetWorkflow": {
1698
+ "http": {
1699
+ "method": "GET",
1700
+ "requestUri": "/workflow/{id}",
1701
+ "responseCode": 200
1702
+ },
1703
+ "input": {
1704
+ "type": "structure",
1705
+ "required": [
1706
+ "id"
1707
+ ],
1708
+ "members": {
1709
+ "export": {
1710
+ "location": "querystring",
1711
+ "locationName": "export",
1712
+ "type": "list",
1713
+ "member": {}
1714
+ },
1715
+ "id": {
1716
+ "location": "uri",
1717
+ "locationName": "id"
1718
+ },
1719
+ "type": {
1720
+ "location": "querystring",
1721
+ "locationName": "type"
1722
+ }
1723
+ }
1724
+ },
1725
+ "output": {
1726
+ "type": "structure",
1727
+ "members": {
1728
+ "arn": {},
1729
+ "creationTime": {
1730
+ "shape": "S6r"
1731
+ },
1732
+ "definition": {},
1733
+ "description": {},
1734
+ "digest": {},
1735
+ "engine": {},
1736
+ "id": {},
1737
+ "main": {},
1738
+ "name": {},
1739
+ "parameterTemplate": {
1740
+ "shape": "S20"
1741
+ },
1742
+ "status": {},
1743
+ "statusMessage": {},
1744
+ "storageCapacity": {
1745
+ "type": "integer"
1746
+ },
1747
+ "tags": {
1748
+ "shape": "Sy"
1749
+ },
1750
+ "type": {}
1751
+ }
1752
+ },
1753
+ "endpoint": {
1754
+ "hostPrefix": "workflows-"
1755
+ }
1756
+ },
1757
+ "ListAnnotationImportJobs": {
1758
+ "http": {
1759
+ "requestUri": "/import/annotations",
1760
+ "responseCode": 200
1761
+ },
1762
+ "input": {
1763
+ "type": "structure",
1764
+ "members": {
1765
+ "filter": {
1766
+ "type": "structure",
1767
+ "members": {
1768
+ "status": {},
1769
+ "storeName": {}
1770
+ }
1771
+ },
1772
+ "ids": {
1773
+ "type": "list",
1774
+ "member": {}
1775
+ },
1776
+ "maxResults": {
1777
+ "location": "querystring",
1778
+ "locationName": "maxResults",
1779
+ "type": "integer"
1780
+ },
1781
+ "nextToken": {
1782
+ "location": "querystring",
1783
+ "locationName": "nextToken"
1784
+ }
1785
+ }
1786
+ },
1787
+ "output": {
1788
+ "type": "structure",
1789
+ "members": {
1790
+ "annotationImportJobs": {
1791
+ "type": "list",
1792
+ "member": {
1793
+ "type": "structure",
1794
+ "required": [
1795
+ "creationTime",
1796
+ "destinationName",
1797
+ "id",
1798
+ "roleArn",
1799
+ "status",
1800
+ "updateTime"
1801
+ ],
1802
+ "members": {
1803
+ "completionTime": {
1804
+ "shape": "S2s"
1805
+ },
1806
+ "creationTime": {
1807
+ "shape": "S12"
1808
+ },
1809
+ "destinationName": {},
1810
+ "id": {},
1811
+ "roleArn": {},
1812
+ "runLeftNormalization": {
1813
+ "type": "boolean"
1814
+ },
1815
+ "status": {},
1816
+ "updateTime": {
1817
+ "shape": "S3e"
1818
+ }
1819
+ }
1820
+ }
1821
+ },
1822
+ "nextToken": {}
1823
+ }
1824
+ },
1825
+ "endpoint": {
1826
+ "hostPrefix": "analytics-"
1827
+ }
1828
+ },
1829
+ "ListAnnotationStores": {
1830
+ "http": {
1831
+ "requestUri": "/annotationStores",
1832
+ "responseCode": 200
1833
+ },
1834
+ "input": {
1835
+ "type": "structure",
1836
+ "members": {
1837
+ "filter": {
1838
+ "type": "structure",
1839
+ "members": {
1840
+ "status": {}
1841
+ }
1842
+ },
1843
+ "ids": {
1844
+ "type": "list",
1845
+ "member": {}
1846
+ },
1847
+ "maxResults": {
1848
+ "location": "querystring",
1849
+ "locationName": "maxResults",
1850
+ "type": "integer"
1851
+ },
1852
+ "nextToken": {
1853
+ "location": "querystring",
1854
+ "locationName": "nextToken"
1855
+ }
1856
+ }
1857
+ },
1858
+ "output": {
1859
+ "type": "structure",
1860
+ "members": {
1861
+ "annotationStores": {
1862
+ "type": "list",
1863
+ "member": {
1864
+ "type": "structure",
1865
+ "required": [
1866
+ "creationTime",
1867
+ "description",
1868
+ "id",
1869
+ "name",
1870
+ "reference",
1871
+ "sseConfig",
1872
+ "status",
1873
+ "statusMessage",
1874
+ "storeArn",
1875
+ "storeFormat",
1876
+ "storeSizeBytes",
1877
+ "updateTime"
1878
+ ],
1879
+ "members": {
1880
+ "creationTime": {
1881
+ "shape": "S12"
1882
+ },
1883
+ "description": {},
1884
+ "id": {},
1885
+ "name": {},
1886
+ "reference": {
1887
+ "shape": "Sj"
1888
+ },
1889
+ "sseConfig": {
1890
+ "shape": "Sl"
1891
+ },
1892
+ "status": {},
1893
+ "statusMessage": {},
1894
+ "storeArn": {},
1895
+ "storeFormat": {},
1896
+ "storeSizeBytes": {
1897
+ "type": "long"
1898
+ },
1899
+ "updateTime": {
1900
+ "shape": "S3e"
1901
+ }
1902
+ }
1903
+ }
1904
+ },
1905
+ "nextToken": {}
1906
+ }
1907
+ },
1908
+ "endpoint": {
1909
+ "hostPrefix": "analytics-"
1910
+ }
1911
+ },
1912
+ "ListReadSetActivationJobs": {
1913
+ "http": {
1914
+ "requestUri": "/sequencestore/{sequenceStoreId}/activationjobs",
1915
+ "responseCode": 200
1916
+ },
1917
+ "input": {
1918
+ "type": "structure",
1919
+ "required": [
1920
+ "sequenceStoreId"
1921
+ ],
1922
+ "members": {
1923
+ "filter": {
1924
+ "type": "structure",
1925
+ "members": {
1926
+ "createdAfter": {
1927
+ "shape": "S1a"
1928
+ },
1929
+ "createdBefore": {
1930
+ "shape": "S1a"
1931
+ },
1932
+ "status": {}
1933
+ }
1934
+ },
1935
+ "maxResults": {
1936
+ "location": "querystring",
1937
+ "locationName": "maxResults",
1938
+ "type": "integer"
1939
+ },
1940
+ "nextToken": {
1941
+ "location": "querystring",
1942
+ "locationName": "nextToken"
1943
+ },
1944
+ "sequenceStoreId": {
1945
+ "location": "uri",
1946
+ "locationName": "sequenceStoreId"
1947
+ }
1948
+ }
1949
+ },
1950
+ "output": {
1951
+ "type": "structure",
1952
+ "members": {
1953
+ "activationJobs": {
1954
+ "type": "list",
1955
+ "member": {
1956
+ "type": "structure",
1957
+ "required": [
1958
+ "creationTime",
1959
+ "id",
1960
+ "sequenceStoreId",
1961
+ "status"
1962
+ ],
1963
+ "members": {
1964
+ "completionTime": {
1965
+ "shape": "S1a"
1966
+ },
1967
+ "creationTime": {
1968
+ "shape": "S1a"
1969
+ },
1970
+ "id": {},
1971
+ "sequenceStoreId": {},
1972
+ "status": {}
1973
+ }
1974
+ }
1975
+ },
1976
+ "nextToken": {}
1977
+ }
1978
+ },
1979
+ "endpoint": {
1980
+ "hostPrefix": "control-storage-"
1981
+ }
1982
+ },
1983
+ "ListReadSetExportJobs": {
1984
+ "http": {
1985
+ "requestUri": "/sequencestore/{sequenceStoreId}/exportjobs",
1986
+ "responseCode": 200
1987
+ },
1988
+ "input": {
1989
+ "type": "structure",
1990
+ "required": [
1991
+ "sequenceStoreId"
1992
+ ],
1993
+ "members": {
1994
+ "filter": {
1995
+ "type": "structure",
1996
+ "members": {
1997
+ "createdAfter": {
1998
+ "shape": "S1a"
1999
+ },
2000
+ "createdBefore": {
2001
+ "shape": "S1a"
2002
+ },
2003
+ "status": {}
2004
+ }
2005
+ },
2006
+ "maxResults": {
2007
+ "location": "querystring",
2008
+ "locationName": "maxResults",
2009
+ "type": "integer"
2010
+ },
2011
+ "nextToken": {
2012
+ "location": "querystring",
2013
+ "locationName": "nextToken"
2014
+ },
2015
+ "sequenceStoreId": {
2016
+ "location": "uri",
2017
+ "locationName": "sequenceStoreId"
2018
+ }
2019
+ }
2020
+ },
2021
+ "output": {
2022
+ "type": "structure",
2023
+ "members": {
2024
+ "exportJobs": {
2025
+ "type": "list",
2026
+ "member": {
2027
+ "type": "structure",
2028
+ "required": [
2029
+ "creationTime",
2030
+ "destination",
2031
+ "id",
2032
+ "sequenceStoreId",
2033
+ "status"
2034
+ ],
2035
+ "members": {
2036
+ "completionTime": {
2037
+ "shape": "S1a"
2038
+ },
2039
+ "creationTime": {
2040
+ "shape": "S1a"
2041
+ },
2042
+ "destination": {},
2043
+ "id": {},
2044
+ "sequenceStoreId": {},
2045
+ "status": {}
2046
+ }
2047
+ }
2048
+ },
2049
+ "nextToken": {}
2050
+ }
2051
+ },
2052
+ "endpoint": {
2053
+ "hostPrefix": "control-storage-"
2054
+ }
2055
+ },
2056
+ "ListReadSetImportJobs": {
2057
+ "http": {
2058
+ "requestUri": "/sequencestore/{sequenceStoreId}/importjobs",
2059
+ "responseCode": 200
2060
+ },
2061
+ "input": {
2062
+ "type": "structure",
2063
+ "required": [
2064
+ "sequenceStoreId"
2065
+ ],
2066
+ "members": {
2067
+ "filter": {
2068
+ "type": "structure",
2069
+ "members": {
2070
+ "createdAfter": {
2071
+ "shape": "S1a"
2072
+ },
2073
+ "createdBefore": {
2074
+ "shape": "S1a"
2075
+ },
2076
+ "status": {}
2077
+ }
2078
+ },
2079
+ "maxResults": {
2080
+ "location": "querystring",
2081
+ "locationName": "maxResults",
2082
+ "type": "integer"
2083
+ },
2084
+ "nextToken": {
2085
+ "location": "querystring",
2086
+ "locationName": "nextToken"
2087
+ },
2088
+ "sequenceStoreId": {
2089
+ "location": "uri",
2090
+ "locationName": "sequenceStoreId"
2091
+ }
2092
+ }
2093
+ },
2094
+ "output": {
2095
+ "type": "structure",
2096
+ "members": {
2097
+ "importJobs": {
2098
+ "type": "list",
2099
+ "member": {
2100
+ "type": "structure",
2101
+ "required": [
2102
+ "creationTime",
2103
+ "id",
2104
+ "roleArn",
2105
+ "sequenceStoreId",
2106
+ "status"
2107
+ ],
2108
+ "members": {
2109
+ "completionTime": {
2110
+ "shape": "S1a"
2111
+ },
2112
+ "creationTime": {
2113
+ "shape": "S1a"
2114
+ },
2115
+ "id": {},
2116
+ "roleArn": {},
2117
+ "sequenceStoreId": {},
2118
+ "status": {}
2119
+ }
2120
+ }
2121
+ },
2122
+ "nextToken": {}
2123
+ }
2124
+ },
2125
+ "endpoint": {
2126
+ "hostPrefix": "control-storage-"
2127
+ }
2128
+ },
2129
+ "ListReadSets": {
2130
+ "http": {
2131
+ "requestUri": "/sequencestore/{sequenceStoreId}/readsets",
2132
+ "responseCode": 200
2133
+ },
2134
+ "input": {
2135
+ "type": "structure",
2136
+ "required": [
2137
+ "sequenceStoreId"
2138
+ ],
2139
+ "members": {
2140
+ "filter": {
2141
+ "type": "structure",
2142
+ "members": {
2143
+ "createdAfter": {
2144
+ "shape": "S1a"
2145
+ },
2146
+ "createdBefore": {
2147
+ "shape": "S1a"
2148
+ },
2149
+ "name": {},
2150
+ "referenceArn": {},
2151
+ "status": {}
2152
+ }
2153
+ },
2154
+ "maxResults": {
2155
+ "location": "querystring",
2156
+ "locationName": "maxResults",
2157
+ "type": "integer"
2158
+ },
2159
+ "nextToken": {
2160
+ "location": "querystring",
2161
+ "locationName": "nextToken"
2162
+ },
2163
+ "sequenceStoreId": {
2164
+ "location": "uri",
2165
+ "locationName": "sequenceStoreId"
2166
+ }
2167
+ }
2168
+ },
2169
+ "output": {
2170
+ "type": "structure",
2171
+ "required": [
2172
+ "readSets"
2173
+ ],
2174
+ "members": {
2175
+ "nextToken": {},
2176
+ "readSets": {
2177
+ "type": "list",
2178
+ "member": {
2179
+ "type": "structure",
2180
+ "required": [
2181
+ "arn",
2182
+ "creationTime",
2183
+ "fileType",
2184
+ "id",
2185
+ "sequenceStoreId",
2186
+ "status"
2187
+ ],
2188
+ "members": {
2189
+ "arn": {},
2190
+ "creationTime": {
2191
+ "shape": "S1a"
2192
+ },
2193
+ "description": {},
2194
+ "fileType": {},
2195
+ "id": {},
2196
+ "name": {},
2197
+ "referenceArn": {},
2198
+ "sampleId": {},
2199
+ "sequenceInformation": {
2200
+ "shape": "S4r"
2201
+ },
2202
+ "sequenceStoreId": {},
2203
+ "status": {},
2204
+ "subjectId": {}
2205
+ }
2206
+ }
2207
+ }
2208
+ }
2209
+ },
2210
+ "endpoint": {
2211
+ "hostPrefix": "control-storage-"
2212
+ }
2213
+ },
2214
+ "ListReferenceImportJobs": {
2215
+ "http": {
2216
+ "requestUri": "/referencestore/{referenceStoreId}/importjobs",
2217
+ "responseCode": 200
2218
+ },
2219
+ "input": {
2220
+ "type": "structure",
2221
+ "required": [
2222
+ "referenceStoreId"
2223
+ ],
2224
+ "members": {
2225
+ "filter": {
2226
+ "type": "structure",
2227
+ "members": {
2228
+ "createdAfter": {
2229
+ "shape": "S1a"
2230
+ },
2231
+ "createdBefore": {
2232
+ "shape": "S1a"
2233
+ },
2234
+ "status": {}
2235
+ }
2236
+ },
2237
+ "maxResults": {
2238
+ "location": "querystring",
2239
+ "locationName": "maxResults",
2240
+ "type": "integer"
2241
+ },
2242
+ "nextToken": {
2243
+ "location": "querystring",
2244
+ "locationName": "nextToken"
2245
+ },
2246
+ "referenceStoreId": {
2247
+ "location": "uri",
2248
+ "locationName": "referenceStoreId"
2249
+ }
2250
+ }
2251
+ },
2252
+ "output": {
2253
+ "type": "structure",
2254
+ "members": {
2255
+ "importJobs": {
2256
+ "type": "list",
2257
+ "member": {
2258
+ "type": "structure",
2259
+ "required": [
2260
+ "creationTime",
2261
+ "id",
2262
+ "referenceStoreId",
2263
+ "roleArn",
2264
+ "status"
2265
+ ],
2266
+ "members": {
2267
+ "completionTime": {
2268
+ "shape": "S1a"
2269
+ },
2270
+ "creationTime": {
2271
+ "shape": "S1a"
2272
+ },
2273
+ "id": {},
2274
+ "referenceStoreId": {},
2275
+ "roleArn": {},
2276
+ "status": {}
2277
+ }
2278
+ }
2279
+ },
2280
+ "nextToken": {}
2281
+ }
2282
+ },
2283
+ "endpoint": {
2284
+ "hostPrefix": "control-storage-"
2285
+ }
2286
+ },
2287
+ "ListReferenceStores": {
2288
+ "http": {
2289
+ "requestUri": "/referencestores",
2290
+ "responseCode": 200
2291
+ },
2292
+ "input": {
2293
+ "type": "structure",
2294
+ "members": {
2295
+ "filter": {
2296
+ "type": "structure",
2297
+ "members": {
2298
+ "createdAfter": {
2299
+ "shape": "S1a"
2300
+ },
2301
+ "createdBefore": {
2302
+ "shape": "S1a"
2303
+ },
2304
+ "name": {}
2305
+ }
2306
+ },
2307
+ "maxResults": {
2308
+ "location": "querystring",
2309
+ "locationName": "maxResults",
2310
+ "type": "integer"
2311
+ },
2312
+ "nextToken": {
2313
+ "location": "querystring",
2314
+ "locationName": "nextToken"
2315
+ }
2316
+ }
2317
+ },
2318
+ "output": {
2319
+ "type": "structure",
2320
+ "required": [
2321
+ "referenceStores"
2322
+ ],
2323
+ "members": {
2324
+ "nextToken": {},
2325
+ "referenceStores": {
2326
+ "type": "list",
2327
+ "member": {
2328
+ "type": "structure",
2329
+ "required": [
2330
+ "arn",
2331
+ "creationTime",
2332
+ "id"
2333
+ ],
2334
+ "members": {
2335
+ "arn": {},
2336
+ "creationTime": {
2337
+ "shape": "S1a"
2338
+ },
2339
+ "description": {},
2340
+ "id": {},
2341
+ "name": {},
2342
+ "sseConfig": {
2343
+ "shape": "Sl"
2344
+ }
2345
+ }
2346
+ }
2347
+ }
2348
+ }
2349
+ },
2350
+ "endpoint": {
2351
+ "hostPrefix": "control-storage-"
2352
+ }
2353
+ },
2354
+ "ListReferences": {
2355
+ "http": {
2356
+ "requestUri": "/referencestore/{referenceStoreId}/references",
2357
+ "responseCode": 200
2358
+ },
2359
+ "input": {
2360
+ "type": "structure",
2361
+ "required": [
2362
+ "referenceStoreId"
2363
+ ],
2364
+ "members": {
2365
+ "filter": {
2366
+ "type": "structure",
2367
+ "members": {
2368
+ "createdAfter": {
2369
+ "shape": "S1a"
2370
+ },
2371
+ "createdBefore": {
2372
+ "shape": "S1a"
2373
+ },
2374
+ "md5": {},
2375
+ "name": {}
2376
+ }
2377
+ },
2378
+ "maxResults": {
2379
+ "location": "querystring",
2380
+ "locationName": "maxResults",
2381
+ "type": "integer"
2382
+ },
2383
+ "nextToken": {
2384
+ "location": "querystring",
2385
+ "locationName": "nextToken"
2386
+ },
2387
+ "referenceStoreId": {
2388
+ "location": "uri",
2389
+ "locationName": "referenceStoreId"
2390
+ }
2391
+ }
2392
+ },
2393
+ "output": {
2394
+ "type": "structure",
2395
+ "required": [
2396
+ "references"
2397
+ ],
2398
+ "members": {
2399
+ "nextToken": {},
2400
+ "references": {
2401
+ "type": "list",
2402
+ "member": {
2403
+ "type": "structure",
2404
+ "required": [
2405
+ "arn",
2406
+ "creationTime",
2407
+ "id",
2408
+ "md5",
2409
+ "referenceStoreId",
2410
+ "updateTime"
2411
+ ],
2412
+ "members": {
2413
+ "arn": {},
2414
+ "creationTime": {
2415
+ "shape": "S1a"
2416
+ },
2417
+ "description": {},
2418
+ "id": {},
2419
+ "md5": {},
2420
+ "name": {},
2421
+ "referenceStoreId": {},
2422
+ "status": {},
2423
+ "updateTime": {
2424
+ "shape": "S1a"
2425
+ }
2426
+ }
2427
+ }
2428
+ }
2429
+ }
2430
+ },
2431
+ "endpoint": {
2432
+ "hostPrefix": "control-storage-"
2433
+ }
2434
+ },
2435
+ "ListRunGroups": {
2436
+ "http": {
2437
+ "method": "GET",
2438
+ "requestUri": "/runGroup",
2439
+ "responseCode": 200
2440
+ },
2441
+ "input": {
2442
+ "type": "structure",
2443
+ "members": {
2444
+ "maxResults": {
2445
+ "location": "querystring",
2446
+ "locationName": "maxResults",
2447
+ "type": "integer"
2448
+ },
2449
+ "name": {
2450
+ "location": "querystring",
2451
+ "locationName": "name"
2452
+ },
2453
+ "startingToken": {
2454
+ "location": "querystring",
2455
+ "locationName": "startingToken"
2456
+ }
2457
+ }
2458
+ },
2459
+ "output": {
2460
+ "type": "structure",
2461
+ "members": {
2462
+ "items": {
2463
+ "type": "list",
2464
+ "member": {
2465
+ "type": "structure",
2466
+ "members": {
2467
+ "arn": {},
2468
+ "creationTime": {
2469
+ "shape": "S61"
2470
+ },
2471
+ "id": {},
2472
+ "maxCpus": {
2473
+ "type": "integer"
2474
+ },
2475
+ "maxDuration": {
2476
+ "type": "integer"
2477
+ },
2478
+ "maxRuns": {
2479
+ "type": "integer"
2480
+ },
2481
+ "name": {}
2482
+ }
2483
+ }
2484
+ },
2485
+ "nextToken": {}
2486
+ }
2487
+ },
2488
+ "endpoint": {
2489
+ "hostPrefix": "workflows-"
2490
+ }
2491
+ },
2492
+ "ListRunTasks": {
2493
+ "http": {
2494
+ "method": "GET",
2495
+ "requestUri": "/run/{id}/task",
2496
+ "responseCode": 200
2497
+ },
2498
+ "input": {
2499
+ "type": "structure",
2500
+ "required": [
2501
+ "id"
2502
+ ],
2503
+ "members": {
2504
+ "id": {
2505
+ "location": "uri",
2506
+ "locationName": "id"
2507
+ },
2508
+ "maxResults": {
2509
+ "location": "querystring",
2510
+ "locationName": "maxResults",
2511
+ "type": "integer"
2512
+ },
2513
+ "startingToken": {
2514
+ "location": "querystring",
2515
+ "locationName": "startingToken"
2516
+ },
2517
+ "status": {
2518
+ "location": "querystring",
2519
+ "locationName": "status"
2520
+ }
2521
+ }
2522
+ },
2523
+ "output": {
2524
+ "type": "structure",
2525
+ "members": {
2526
+ "items": {
2527
+ "type": "list",
2528
+ "member": {
2529
+ "type": "structure",
2530
+ "members": {
2531
+ "cpus": {
2532
+ "type": "integer"
2533
+ },
2534
+ "creationTime": {
2535
+ "shape": "S69"
2536
+ },
2537
+ "memory": {
2538
+ "type": "integer"
2539
+ },
2540
+ "name": {},
2541
+ "startTime": {
2542
+ "shape": "S69"
2543
+ },
2544
+ "status": {},
2545
+ "stopTime": {
2546
+ "shape": "S69"
2547
+ },
2548
+ "taskId": {}
2549
+ }
2550
+ }
2551
+ },
2552
+ "nextToken": {}
2553
+ }
2554
+ },
2555
+ "endpoint": {
2556
+ "hostPrefix": "workflows-"
2557
+ }
2558
+ },
2559
+ "ListRuns": {
2560
+ "http": {
2561
+ "method": "GET",
2562
+ "requestUri": "/run",
2563
+ "responseCode": 200
2564
+ },
2565
+ "input": {
2566
+ "type": "structure",
2567
+ "members": {
2568
+ "maxResults": {
2569
+ "location": "querystring",
2570
+ "locationName": "maxResults",
2571
+ "type": "integer"
2572
+ },
2573
+ "name": {
2574
+ "location": "querystring",
2575
+ "locationName": "name"
2576
+ },
2577
+ "runGroupId": {
2578
+ "location": "querystring",
2579
+ "locationName": "runGroupId"
2580
+ },
2581
+ "startingToken": {
2582
+ "location": "querystring",
2583
+ "locationName": "startingToken"
2584
+ }
2585
+ }
2586
+ },
2587
+ "output": {
2588
+ "type": "structure",
2589
+ "members": {
2590
+ "items": {
2591
+ "type": "list",
2592
+ "member": {
2593
+ "type": "structure",
2594
+ "members": {
2595
+ "arn": {},
2596
+ "creationTime": {
2597
+ "shape": "S5j"
2598
+ },
2599
+ "id": {},
2600
+ "name": {},
2601
+ "priority": {
2602
+ "type": "integer"
2603
+ },
2604
+ "startTime": {
2605
+ "shape": "S5j"
2606
+ },
2607
+ "status": {},
2608
+ "stopTime": {
2609
+ "shape": "S5j"
2610
+ },
2611
+ "storageCapacity": {
2612
+ "type": "integer"
2613
+ },
2614
+ "workflowId": {}
2615
+ }
2616
+ }
2617
+ },
2618
+ "nextToken": {}
2619
+ }
2620
+ },
2621
+ "endpoint": {
2622
+ "hostPrefix": "workflows-"
2623
+ }
2624
+ },
2625
+ "ListSequenceStores": {
2626
+ "http": {
2627
+ "requestUri": "/sequencestores",
2628
+ "responseCode": 200
2629
+ },
2630
+ "input": {
2631
+ "type": "structure",
2632
+ "members": {
2633
+ "filter": {
2634
+ "type": "structure",
2635
+ "members": {
2636
+ "createdAfter": {
2637
+ "shape": "S1a"
2638
+ },
2639
+ "createdBefore": {
2640
+ "shape": "S1a"
2641
+ },
2642
+ "name": {}
2643
+ }
2644
+ },
2645
+ "maxResults": {
2646
+ "location": "querystring",
2647
+ "locationName": "maxResults",
2648
+ "type": "integer"
2649
+ },
2650
+ "nextToken": {
2651
+ "location": "querystring",
2652
+ "locationName": "nextToken"
2653
+ }
2654
+ }
2655
+ },
2656
+ "output": {
2657
+ "type": "structure",
2658
+ "required": [
2659
+ "sequenceStores"
2660
+ ],
2661
+ "members": {
2662
+ "nextToken": {},
2663
+ "sequenceStores": {
2664
+ "type": "list",
2665
+ "member": {
2666
+ "type": "structure",
2667
+ "required": [
2668
+ "arn",
2669
+ "creationTime",
2670
+ "id"
2671
+ ],
2672
+ "members": {
2673
+ "arn": {},
2674
+ "creationTime": {
2675
+ "shape": "S1a"
2676
+ },
2677
+ "description": {},
2678
+ "id": {},
2679
+ "name": {},
2680
+ "sseConfig": {
2681
+ "shape": "Sl"
2682
+ }
2683
+ }
2684
+ }
2685
+ }
2686
+ }
2687
+ },
2688
+ "endpoint": {
2689
+ "hostPrefix": "control-storage-"
2690
+ }
2691
+ },
2692
+ "ListTagsForResource": {
2693
+ "http": {
2694
+ "method": "GET",
2695
+ "requestUri": "/tags/{resourceArn}",
2696
+ "responseCode": 200
2697
+ },
2698
+ "input": {
2699
+ "type": "structure",
2700
+ "required": [
2701
+ "resourceArn"
2702
+ ],
2703
+ "members": {
2704
+ "resourceArn": {
2705
+ "location": "uri",
2706
+ "locationName": "resourceArn"
2707
+ }
2708
+ }
2709
+ },
2710
+ "output": {
2711
+ "type": "structure",
2712
+ "required": [
2713
+ "tags"
2714
+ ],
2715
+ "members": {
2716
+ "tags": {
2717
+ "shape": "Sy"
2718
+ }
2719
+ }
2720
+ },
2721
+ "endpoint": {
2722
+ "hostPrefix": "tags-"
2723
+ }
2724
+ },
2725
+ "ListVariantImportJobs": {
2726
+ "http": {
2727
+ "requestUri": "/import/variants",
2728
+ "responseCode": 200
2729
+ },
2730
+ "input": {
2731
+ "type": "structure",
2732
+ "members": {
2733
+ "filter": {
2734
+ "type": "structure",
2735
+ "members": {
2736
+ "status": {},
2737
+ "storeName": {}
2738
+ }
2739
+ },
2740
+ "ids": {
2741
+ "type": "list",
2742
+ "member": {}
2743
+ },
2744
+ "maxResults": {
2745
+ "location": "querystring",
2746
+ "locationName": "maxResults",
2747
+ "type": "integer"
2748
+ },
2749
+ "nextToken": {
2750
+ "location": "querystring",
2751
+ "locationName": "nextToken"
2752
+ }
2753
+ }
2754
+ },
2755
+ "output": {
2756
+ "type": "structure",
2757
+ "members": {
2758
+ "nextToken": {},
2759
+ "variantImportJobs": {
2760
+ "type": "list",
2761
+ "member": {
2762
+ "type": "structure",
2763
+ "required": [
2764
+ "creationTime",
2765
+ "destinationName",
2766
+ "id",
2767
+ "roleArn",
2768
+ "status",
2769
+ "updateTime"
2770
+ ],
2771
+ "members": {
2772
+ "completionTime": {
2773
+ "shape": "S2s"
2774
+ },
2775
+ "creationTime": {
2776
+ "shape": "S12"
2777
+ },
2778
+ "destinationName": {},
2779
+ "id": {},
2780
+ "roleArn": {},
2781
+ "runLeftNormalization": {
2782
+ "type": "boolean"
2783
+ },
2784
+ "status": {},
2785
+ "updateTime": {
2786
+ "shape": "S3e"
2787
+ }
2788
+ }
2789
+ }
2790
+ }
2791
+ }
2792
+ },
2793
+ "endpoint": {
2794
+ "hostPrefix": "analytics-"
2795
+ }
2796
+ },
2797
+ "ListVariantStores": {
2798
+ "http": {
2799
+ "requestUri": "/variantStores",
2800
+ "responseCode": 200
2801
+ },
2802
+ "input": {
2803
+ "type": "structure",
2804
+ "members": {
2805
+ "filter": {
2806
+ "type": "structure",
2807
+ "members": {
2808
+ "status": {}
2809
+ }
2810
+ },
2811
+ "ids": {
2812
+ "type": "list",
2813
+ "member": {}
2814
+ },
2815
+ "maxResults": {
2816
+ "location": "querystring",
2817
+ "locationName": "maxResults",
2818
+ "type": "integer"
2819
+ },
2820
+ "nextToken": {
2821
+ "location": "querystring",
2822
+ "locationName": "nextToken"
2823
+ }
2824
+ }
2825
+ },
2826
+ "output": {
2827
+ "type": "structure",
2828
+ "members": {
2829
+ "nextToken": {},
2830
+ "variantStores": {
2831
+ "type": "list",
2832
+ "member": {
2833
+ "type": "structure",
2834
+ "required": [
2835
+ "creationTime",
2836
+ "description",
2837
+ "id",
2838
+ "name",
2839
+ "reference",
2840
+ "sseConfig",
2841
+ "status",
2842
+ "statusMessage",
2843
+ "storeArn",
2844
+ "storeSizeBytes",
2845
+ "updateTime"
2846
+ ],
2847
+ "members": {
2848
+ "creationTime": {
2849
+ "shape": "S12"
2850
+ },
2851
+ "description": {},
2852
+ "id": {},
2853
+ "name": {},
2854
+ "reference": {
2855
+ "shape": "Sj"
2856
+ },
2857
+ "sseConfig": {
2858
+ "shape": "Sl"
2859
+ },
2860
+ "status": {},
2861
+ "statusMessage": {},
2862
+ "storeArn": {},
2863
+ "storeSizeBytes": {
2864
+ "type": "long"
2865
+ },
2866
+ "updateTime": {
2867
+ "shape": "S3e"
2868
+ }
2869
+ }
2870
+ }
2871
+ }
2872
+ }
2873
+ },
2874
+ "endpoint": {
2875
+ "hostPrefix": "analytics-"
2876
+ }
2877
+ },
2878
+ "ListWorkflows": {
2879
+ "http": {
2880
+ "method": "GET",
2881
+ "requestUri": "/workflow",
2882
+ "responseCode": 200
2883
+ },
2884
+ "input": {
2885
+ "type": "structure",
2886
+ "members": {
2887
+ "maxResults": {
2888
+ "location": "querystring",
2889
+ "locationName": "maxResults",
2890
+ "type": "integer"
2891
+ },
2892
+ "name": {
2893
+ "location": "querystring",
2894
+ "locationName": "name"
2895
+ },
2896
+ "startingToken": {
2897
+ "location": "querystring",
2898
+ "locationName": "startingToken"
2899
+ },
2900
+ "type": {
2901
+ "location": "querystring",
2902
+ "locationName": "type"
2903
+ }
2904
+ }
2905
+ },
2906
+ "output": {
2907
+ "type": "structure",
2908
+ "members": {
2909
+ "items": {
2910
+ "type": "list",
2911
+ "member": {
2912
+ "type": "structure",
2913
+ "members": {
2914
+ "arn": {},
2915
+ "creationTime": {
2916
+ "shape": "S6r"
2917
+ },
2918
+ "digest": {},
2919
+ "id": {},
2920
+ "name": {},
2921
+ "status": {},
2922
+ "type": {}
2923
+ }
2924
+ }
2925
+ },
2926
+ "nextToken": {}
2927
+ }
2928
+ },
2929
+ "endpoint": {
2930
+ "hostPrefix": "workflows-"
2931
+ }
2932
+ },
2933
+ "StartAnnotationImportJob": {
2934
+ "http": {
2935
+ "requestUri": "/import/annotation",
2936
+ "responseCode": 200
2937
+ },
2938
+ "input": {
2939
+ "type": "structure",
2940
+ "required": [
2941
+ "destinationName",
2942
+ "items",
2943
+ "roleArn"
2944
+ ],
2945
+ "members": {
2946
+ "destinationName": {},
2947
+ "formatOptions": {
2948
+ "shape": "S2u"
2949
+ },
2950
+ "items": {
2951
+ "type": "list",
2952
+ "member": {
2953
+ "type": "structure",
2954
+ "required": [
2955
+ "source"
2956
+ ],
2957
+ "members": {
2958
+ "source": {}
2959
+ }
2960
+ }
2961
+ },
2962
+ "roleArn": {},
2963
+ "runLeftNormalization": {
2964
+ "type": "boolean"
2965
+ }
2966
+ }
2967
+ },
2968
+ "output": {
2969
+ "type": "structure",
2970
+ "required": [
2971
+ "jobId"
2972
+ ],
2973
+ "members": {
2974
+ "jobId": {}
2975
+ }
2976
+ },
2977
+ "endpoint": {
2978
+ "hostPrefix": "analytics-"
2979
+ }
2980
+ },
2981
+ "StartReadSetActivationJob": {
2982
+ "http": {
2983
+ "requestUri": "/sequencestore/{sequenceStoreId}/activationjob",
2984
+ "responseCode": 200
2985
+ },
2986
+ "input": {
2987
+ "type": "structure",
2988
+ "required": [
2989
+ "sequenceStoreId",
2990
+ "sources"
2991
+ ],
2992
+ "members": {
2993
+ "clientToken": {},
2994
+ "sequenceStoreId": {
2995
+ "location": "uri",
2996
+ "locationName": "sequenceStoreId"
2997
+ },
2998
+ "sources": {
2999
+ "type": "list",
3000
+ "member": {
3001
+ "type": "structure",
3002
+ "required": [
3003
+ "readSetId"
3004
+ ],
3005
+ "members": {
3006
+ "readSetId": {}
3007
+ }
3008
+ }
3009
+ }
3010
+ }
3011
+ },
3012
+ "output": {
3013
+ "type": "structure",
3014
+ "required": [
3015
+ "creationTime",
3016
+ "id",
3017
+ "sequenceStoreId",
3018
+ "status"
3019
+ ],
3020
+ "members": {
3021
+ "creationTime": {
3022
+ "shape": "S1a"
3023
+ },
3024
+ "id": {},
3025
+ "sequenceStoreId": {},
3026
+ "status": {}
3027
+ }
3028
+ },
3029
+ "endpoint": {
3030
+ "hostPrefix": "control-storage-"
3031
+ }
3032
+ },
3033
+ "StartReadSetExportJob": {
3034
+ "http": {
3035
+ "requestUri": "/sequencestore/{sequenceStoreId}/exportjob",
3036
+ "responseCode": 200
3037
+ },
3038
+ "input": {
3039
+ "type": "structure",
3040
+ "required": [
3041
+ "destination",
3042
+ "roleArn",
3043
+ "sequenceStoreId",
3044
+ "sources"
3045
+ ],
3046
+ "members": {
3047
+ "clientToken": {},
3048
+ "destination": {},
3049
+ "roleArn": {},
3050
+ "sequenceStoreId": {
3051
+ "location": "uri",
3052
+ "locationName": "sequenceStoreId"
3053
+ },
3054
+ "sources": {
3055
+ "type": "list",
3056
+ "member": {
3057
+ "type": "structure",
3058
+ "required": [
3059
+ "readSetId"
3060
+ ],
3061
+ "members": {
3062
+ "readSetId": {}
3063
+ }
3064
+ }
3065
+ }
3066
+ }
3067
+ },
3068
+ "output": {
3069
+ "type": "structure",
3070
+ "required": [
3071
+ "creationTime",
3072
+ "destination",
3073
+ "id",
3074
+ "sequenceStoreId",
3075
+ "status"
3076
+ ],
3077
+ "members": {
3078
+ "creationTime": {
3079
+ "shape": "S1a"
3080
+ },
3081
+ "destination": {},
3082
+ "id": {},
3083
+ "sequenceStoreId": {},
3084
+ "status": {}
3085
+ }
3086
+ },
3087
+ "endpoint": {
3088
+ "hostPrefix": "control-storage-"
3089
+ }
3090
+ },
3091
+ "StartReadSetImportJob": {
3092
+ "http": {
3093
+ "requestUri": "/sequencestore/{sequenceStoreId}/importjob",
3094
+ "responseCode": 200
3095
+ },
3096
+ "input": {
3097
+ "type": "structure",
3098
+ "required": [
3099
+ "roleArn",
3100
+ "sequenceStoreId",
3101
+ "sources"
3102
+ ],
3103
+ "members": {
3104
+ "clientToken": {},
3105
+ "roleArn": {},
3106
+ "sequenceStoreId": {
3107
+ "location": "uri",
3108
+ "locationName": "sequenceStoreId"
3109
+ },
3110
+ "sources": {
3111
+ "type": "list",
3112
+ "member": {
3113
+ "type": "structure",
3114
+ "required": [
3115
+ "referenceArn",
3116
+ "sampleId",
3117
+ "sourceFileType",
3118
+ "sourceFiles",
3119
+ "subjectId"
3120
+ ],
3121
+ "members": {
3122
+ "description": {},
3123
+ "generatedFrom": {},
3124
+ "name": {},
3125
+ "referenceArn": {},
3126
+ "sampleId": {},
3127
+ "sourceFileType": {},
3128
+ "sourceFiles": {
3129
+ "shape": "S4f"
3130
+ },
3131
+ "subjectId": {},
3132
+ "tags": {
3133
+ "shape": "Sy"
3134
+ }
3135
+ }
3136
+ }
3137
+ }
3138
+ }
3139
+ },
3140
+ "output": {
3141
+ "type": "structure",
3142
+ "required": [
3143
+ "creationTime",
3144
+ "id",
3145
+ "roleArn",
3146
+ "sequenceStoreId",
3147
+ "status"
3148
+ ],
3149
+ "members": {
3150
+ "creationTime": {
3151
+ "shape": "S1a"
3152
+ },
3153
+ "id": {},
3154
+ "roleArn": {},
3155
+ "sequenceStoreId": {},
3156
+ "status": {}
3157
+ }
3158
+ },
3159
+ "endpoint": {
3160
+ "hostPrefix": "control-storage-"
3161
+ }
3162
+ },
3163
+ "StartReferenceImportJob": {
3164
+ "http": {
3165
+ "requestUri": "/referencestore/{referenceStoreId}/importjob",
3166
+ "responseCode": 200
3167
+ },
3168
+ "input": {
3169
+ "type": "structure",
3170
+ "required": [
3171
+ "referenceStoreId",
3172
+ "roleArn",
3173
+ "sources"
3174
+ ],
3175
+ "members": {
3176
+ "clientToken": {},
3177
+ "referenceStoreId": {
3178
+ "location": "uri",
3179
+ "locationName": "referenceStoreId"
3180
+ },
3181
+ "roleArn": {},
3182
+ "sources": {
3183
+ "type": "list",
3184
+ "member": {
3185
+ "type": "structure",
3186
+ "required": [
3187
+ "name",
3188
+ "sourceFile"
3189
+ ],
3190
+ "members": {
3191
+ "description": {},
3192
+ "name": {},
3193
+ "sourceFile": {},
3194
+ "tags": {
3195
+ "shape": "Sy"
3196
+ }
3197
+ }
3198
+ }
3199
+ }
3200
+ }
3201
+ },
3202
+ "output": {
3203
+ "type": "structure",
3204
+ "required": [
3205
+ "creationTime",
3206
+ "id",
3207
+ "referenceStoreId",
3208
+ "roleArn",
3209
+ "status"
3210
+ ],
3211
+ "members": {
3212
+ "creationTime": {
3213
+ "shape": "S1a"
3214
+ },
3215
+ "id": {},
3216
+ "referenceStoreId": {},
3217
+ "roleArn": {},
3218
+ "status": {}
3219
+ }
3220
+ },
3221
+ "endpoint": {
3222
+ "hostPrefix": "control-storage-"
3223
+ }
3224
+ },
3225
+ "StartRun": {
3226
+ "http": {
3227
+ "requestUri": "/run",
3228
+ "responseCode": 201
3229
+ },
3230
+ "input": {
3231
+ "type": "structure",
3232
+ "required": [
3233
+ "requestId",
3234
+ "roleArn"
3235
+ ],
3236
+ "members": {
3237
+ "logLevel": {},
3238
+ "name": {},
3239
+ "outputUri": {},
3240
+ "parameters": {
3241
+ "shape": "S5o"
3242
+ },
3243
+ "priority": {
3244
+ "type": "integer"
3245
+ },
3246
+ "requestId": {
3247
+ "idempotencyToken": true
3248
+ },
3249
+ "roleArn": {},
3250
+ "runGroupId": {},
3251
+ "runId": {},
3252
+ "storageCapacity": {
3253
+ "type": "integer"
3254
+ },
3255
+ "tags": {
3256
+ "shape": "Sy"
3257
+ },
3258
+ "workflowId": {},
3259
+ "workflowType": {}
3260
+ }
3261
+ },
3262
+ "output": {
3263
+ "type": "structure",
3264
+ "members": {
3265
+ "arn": {},
3266
+ "id": {},
3267
+ "status": {},
3268
+ "tags": {
3269
+ "shape": "Sy"
3270
+ }
3271
+ }
3272
+ },
3273
+ "endpoint": {
3274
+ "hostPrefix": "workflows-"
3275
+ }
3276
+ },
3277
+ "StartVariantImportJob": {
3278
+ "http": {
3279
+ "requestUri": "/import/variant",
3280
+ "responseCode": 200
3281
+ },
3282
+ "input": {
3283
+ "type": "structure",
3284
+ "required": [
3285
+ "destinationName",
3286
+ "items",
3287
+ "roleArn"
3288
+ ],
3289
+ "members": {
3290
+ "destinationName": {},
3291
+ "items": {
3292
+ "type": "list",
3293
+ "member": {
3294
+ "type": "structure",
3295
+ "required": [
3296
+ "source"
3297
+ ],
3298
+ "members": {
3299
+ "source": {}
3300
+ }
3301
+ }
3302
+ },
3303
+ "roleArn": {},
3304
+ "runLeftNormalization": {
3305
+ "type": "boolean"
3306
+ }
3307
+ }
3308
+ },
3309
+ "output": {
3310
+ "type": "structure",
3311
+ "required": [
3312
+ "jobId"
3313
+ ],
3314
+ "members": {
3315
+ "jobId": {}
3316
+ }
3317
+ },
3318
+ "endpoint": {
3319
+ "hostPrefix": "analytics-"
3320
+ }
3321
+ },
3322
+ "TagResource": {
3323
+ "http": {
3324
+ "requestUri": "/tags/{resourceArn}",
3325
+ "responseCode": 204
3326
+ },
3327
+ "input": {
3328
+ "type": "structure",
3329
+ "required": [
3330
+ "resourceArn",
3331
+ "tags"
3332
+ ],
3333
+ "members": {
3334
+ "resourceArn": {
3335
+ "location": "uri",
3336
+ "locationName": "resourceArn"
3337
+ },
3338
+ "tags": {
3339
+ "type": "map",
3340
+ "key": {},
3341
+ "value": {}
3342
+ }
3343
+ }
3344
+ },
3345
+ "output": {
3346
+ "type": "structure",
3347
+ "members": {}
3348
+ },
3349
+ "endpoint": {
3350
+ "hostPrefix": "tags-"
3351
+ }
3352
+ },
3353
+ "UntagResource": {
3354
+ "http": {
3355
+ "method": "DELETE",
3356
+ "requestUri": "/tags/{resourceArn}",
3357
+ "responseCode": 204
3358
+ },
3359
+ "input": {
3360
+ "type": "structure",
3361
+ "required": [
3362
+ "resourceArn",
3363
+ "tagKeys"
3364
+ ],
3365
+ "members": {
3366
+ "resourceArn": {
3367
+ "location": "uri",
3368
+ "locationName": "resourceArn"
3369
+ },
3370
+ "tagKeys": {
3371
+ "location": "querystring",
3372
+ "locationName": "tagKeys",
3373
+ "type": "list",
3374
+ "member": {}
3375
+ }
3376
+ }
3377
+ },
3378
+ "output": {
3379
+ "type": "structure",
3380
+ "members": {}
3381
+ },
3382
+ "endpoint": {
3383
+ "hostPrefix": "tags-"
3384
+ },
3385
+ "idempotent": true
3386
+ },
3387
+ "UpdateAnnotationStore": {
3388
+ "http": {
3389
+ "requestUri": "/annotationStore/{name}",
3390
+ "responseCode": 200
3391
+ },
3392
+ "input": {
3393
+ "type": "structure",
3394
+ "required": [
3395
+ "name"
3396
+ ],
3397
+ "members": {
3398
+ "description": {},
3399
+ "name": {
3400
+ "location": "uri",
3401
+ "locationName": "name"
3402
+ }
3403
+ }
3404
+ },
3405
+ "output": {
3406
+ "type": "structure",
3407
+ "required": [
3408
+ "creationTime",
3409
+ "description",
3410
+ "id",
3411
+ "name",
3412
+ "reference",
3413
+ "status",
3414
+ "updateTime"
3415
+ ],
3416
+ "members": {
3417
+ "creationTime": {
3418
+ "shape": "S12"
3419
+ },
3420
+ "description": {},
3421
+ "id": {},
3422
+ "name": {},
3423
+ "reference": {
3424
+ "shape": "Sj"
3425
+ },
3426
+ "status": {},
3427
+ "storeFormat": {},
3428
+ "storeOptions": {
3429
+ "shape": "Sp"
3430
+ },
3431
+ "updateTime": {
3432
+ "shape": "S3e"
3433
+ }
3434
+ }
3435
+ },
3436
+ "endpoint": {
3437
+ "hostPrefix": "analytics-"
3438
+ }
3439
+ },
3440
+ "UpdateRunGroup": {
3441
+ "http": {
3442
+ "requestUri": "/runGroup/{id}",
3443
+ "responseCode": 202
3444
+ },
3445
+ "input": {
3446
+ "type": "structure",
3447
+ "required": [
3448
+ "id"
3449
+ ],
3450
+ "members": {
3451
+ "id": {
3452
+ "location": "uri",
3453
+ "locationName": "id"
3454
+ },
3455
+ "maxCpus": {
3456
+ "type": "integer"
3457
+ },
3458
+ "maxDuration": {
3459
+ "type": "integer"
3460
+ },
3461
+ "maxRuns": {
3462
+ "type": "integer"
3463
+ },
3464
+ "name": {}
3465
+ }
3466
+ },
3467
+ "endpoint": {
3468
+ "hostPrefix": "workflows-"
3469
+ }
3470
+ },
3471
+ "UpdateVariantStore": {
3472
+ "http": {
3473
+ "requestUri": "/variantStore/{name}",
3474
+ "responseCode": 200
3475
+ },
3476
+ "input": {
3477
+ "type": "structure",
3478
+ "required": [
3479
+ "name"
3480
+ ],
3481
+ "members": {
3482
+ "description": {},
3483
+ "name": {
3484
+ "location": "uri",
3485
+ "locationName": "name"
3486
+ }
3487
+ }
3488
+ },
3489
+ "output": {
3490
+ "type": "structure",
3491
+ "required": [
3492
+ "creationTime",
3493
+ "description",
3494
+ "id",
3495
+ "name",
3496
+ "reference",
3497
+ "status",
3498
+ "updateTime"
3499
+ ],
3500
+ "members": {
3501
+ "creationTime": {
3502
+ "shape": "S12"
3503
+ },
3504
+ "description": {},
3505
+ "id": {},
3506
+ "name": {},
3507
+ "reference": {
3508
+ "shape": "Sj"
3509
+ },
3510
+ "status": {},
3511
+ "updateTime": {
3512
+ "shape": "S3e"
3513
+ }
3514
+ }
3515
+ },
3516
+ "endpoint": {
3517
+ "hostPrefix": "analytics-"
3518
+ }
3519
+ },
3520
+ "UpdateWorkflow": {
3521
+ "http": {
3522
+ "requestUri": "/workflow/{id}",
3523
+ "responseCode": 202
3524
+ },
3525
+ "input": {
3526
+ "type": "structure",
3527
+ "required": [
3528
+ "id"
3529
+ ],
3530
+ "members": {
3531
+ "description": {},
3532
+ "id": {
3533
+ "location": "uri",
3534
+ "locationName": "id"
3535
+ },
3536
+ "name": {}
3537
+ }
3538
+ },
3539
+ "endpoint": {
3540
+ "hostPrefix": "workflows-"
3541
+ }
3542
+ }
3543
+ },
3544
+ "shapes": {
3545
+ "Sj": {
3546
+ "type": "structure",
3547
+ "members": {
3548
+ "referenceArn": {}
3549
+ },
3550
+ "union": true
3551
+ },
3552
+ "Sl": {
3553
+ "type": "structure",
3554
+ "required": [
3555
+ "type"
3556
+ ],
3557
+ "members": {
3558
+ "keyArn": {},
3559
+ "type": {}
3560
+ }
3561
+ },
3562
+ "Sp": {
3563
+ "type": "structure",
3564
+ "members": {
3565
+ "tsvStoreOptions": {
3566
+ "type": "structure",
3567
+ "members": {
3568
+ "annotationType": {},
3569
+ "formatToHeader": {
3570
+ "type": "map",
3571
+ "key": {},
3572
+ "value": {}
3573
+ },
3574
+ "schema": {
3575
+ "type": "list",
3576
+ "member": {
3577
+ "type": "map",
3578
+ "key": {},
3579
+ "value": {}
3580
+ }
3581
+ }
3582
+ }
3583
+ }
3584
+ },
3585
+ "union": true
3586
+ },
3587
+ "Sy": {
3588
+ "type": "map",
3589
+ "key": {},
3590
+ "value": {}
3591
+ },
3592
+ "S12": {
3593
+ "type": "timestamp",
3594
+ "timestampFormat": "iso8601"
3595
+ },
3596
+ "S1a": {
3597
+ "type": "timestamp",
3598
+ "timestampFormat": "iso8601"
3599
+ },
3600
+ "S20": {
3601
+ "type": "map",
3602
+ "key": {},
3603
+ "value": {
3604
+ "type": "structure",
3605
+ "members": {
3606
+ "description": {},
3607
+ "optional": {
3608
+ "type": "boolean"
3609
+ }
3610
+ }
3611
+ }
3612
+ },
3613
+ "S2s": {
3614
+ "type": "timestamp",
3615
+ "timestampFormat": "iso8601"
3616
+ },
3617
+ "S2u": {
3618
+ "type": "structure",
3619
+ "members": {
3620
+ "tsvOptions": {
3621
+ "type": "structure",
3622
+ "members": {
3623
+ "readOptions": {
3624
+ "type": "structure",
3625
+ "members": {
3626
+ "comment": {},
3627
+ "encoding": {},
3628
+ "escape": {},
3629
+ "escapeQuotes": {
3630
+ "type": "boolean"
3631
+ },
3632
+ "header": {
3633
+ "type": "boolean"
3634
+ },
3635
+ "lineSep": {},
3636
+ "quote": {},
3637
+ "quoteAll": {
3638
+ "type": "boolean"
3639
+ },
3640
+ "sep": {}
3641
+ }
3642
+ }
3643
+ }
3644
+ },
3645
+ "vcfOptions": {
3646
+ "type": "structure",
3647
+ "members": {
3648
+ "ignoreFilterField": {
3649
+ "type": "boolean"
3650
+ },
3651
+ "ignoreQualField": {
3652
+ "type": "boolean"
3653
+ }
3654
+ }
3655
+ }
3656
+ },
3657
+ "union": true
3658
+ },
3659
+ "S3e": {
3660
+ "type": "timestamp",
3661
+ "timestampFormat": "iso8601"
3662
+ },
3663
+ "S4f": {
3664
+ "type": "structure",
3665
+ "required": [
3666
+ "source1"
3667
+ ],
3668
+ "members": {
3669
+ "source1": {},
3670
+ "source2": {}
3671
+ }
3672
+ },
3673
+ "S4n": {
3674
+ "type": "structure",
3675
+ "members": {
3676
+ "contentLength": {
3677
+ "type": "long"
3678
+ },
3679
+ "partSize": {
3680
+ "type": "long"
3681
+ },
3682
+ "totalParts": {
3683
+ "type": "integer"
3684
+ }
3685
+ }
3686
+ },
3687
+ "S4r": {
3688
+ "type": "structure",
3689
+ "members": {
3690
+ "alignment": {},
3691
+ "generatedFrom": {},
3692
+ "totalBaseCount": {
3693
+ "type": "long"
3694
+ },
3695
+ "totalReadCount": {
3696
+ "type": "long"
3697
+ }
3698
+ }
3699
+ },
3700
+ "S5j": {
3701
+ "type": "timestamp",
3702
+ "timestampFormat": "iso8601"
3703
+ },
3704
+ "S5o": {
3705
+ "type": "structure",
3706
+ "members": {},
3707
+ "document": true
3708
+ },
3709
+ "S61": {
3710
+ "type": "timestamp",
3711
+ "timestampFormat": "iso8601"
3712
+ },
3713
+ "S69": {
3714
+ "type": "timestamp",
3715
+ "timestampFormat": "iso8601"
3716
+ },
3717
+ "S6r": {
3718
+ "type": "timestamp",
3719
+ "timestampFormat": "iso8601"
3720
+ }
3721
+ }
3722
+ }