cdk-comprehend-s3olap 2.0.151 → 2.0.152

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.
@@ -12,6 +12,38 @@
12
12
  "uid": "omics-2022-11-28"
13
13
  },
14
14
  "operations": {
15
+ "AbortMultipartReadSetUpload": {
16
+ "http": {
17
+ "method": "DELETE",
18
+ "requestUri": "/sequencestore/{sequenceStoreId}/upload/{uploadId}/abort",
19
+ "responseCode": 200
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "sequenceStoreId",
25
+ "uploadId"
26
+ ],
27
+ "members": {
28
+ "sequenceStoreId": {
29
+ "location": "uri",
30
+ "locationName": "sequenceStoreId"
31
+ },
32
+ "uploadId": {
33
+ "location": "uri",
34
+ "locationName": "uploadId"
35
+ }
36
+ }
37
+ },
38
+ "output": {
39
+ "type": "structure",
40
+ "members": {}
41
+ },
42
+ "authtype": "v4",
43
+ "endpoint": {
44
+ "hostPrefix": "control-storage-"
45
+ }
46
+ },
15
47
  "BatchDeleteReadSet": {
16
48
  "http": {
17
49
  "requestUri": "/sequencestore/{sequenceStoreId}/readset/batch/delete",
@@ -42,19 +74,20 @@
42
74
  "member": {
43
75
  "type": "structure",
44
76
  "required": [
45
- "code",
46
77
  "id",
78
+ "code",
47
79
  "message"
48
80
  ],
49
81
  "members": {
50
- "code": {},
51
82
  "id": {},
83
+ "code": {},
52
84
  "message": {}
53
85
  }
54
86
  }
55
87
  }
56
88
  }
57
89
  },
90
+ "authtype": "v4",
58
91
  "endpoint": {
59
92
  "hostPrefix": "control-storage-"
60
93
  },
@@ -82,6 +115,7 @@
82
115
  "type": "structure",
83
116
  "members": {}
84
117
  },
118
+ "authtype": "v4",
85
119
  "endpoint": {
86
120
  "hostPrefix": "analytics-"
87
121
  },
@@ -104,6 +138,7 @@
104
138
  }
105
139
  }
106
140
  },
141
+ "authtype": "v4",
107
142
  "endpoint": {
108
143
  "hostPrefix": "workflows-"
109
144
  }
@@ -130,11 +165,67 @@
130
165
  "type": "structure",
131
166
  "members": {}
132
167
  },
168
+ "authtype": "v4",
133
169
  "endpoint": {
134
170
  "hostPrefix": "analytics-"
135
171
  },
136
172
  "idempotent": true
137
173
  },
174
+ "CompleteMultipartReadSetUpload": {
175
+ "http": {
176
+ "requestUri": "/sequencestore/{sequenceStoreId}/upload/{uploadId}/complete",
177
+ "responseCode": 200
178
+ },
179
+ "input": {
180
+ "type": "structure",
181
+ "required": [
182
+ "sequenceStoreId",
183
+ "uploadId",
184
+ "parts"
185
+ ],
186
+ "members": {
187
+ "sequenceStoreId": {
188
+ "location": "uri",
189
+ "locationName": "sequenceStoreId"
190
+ },
191
+ "uploadId": {
192
+ "location": "uri",
193
+ "locationName": "uploadId"
194
+ },
195
+ "parts": {
196
+ "type": "list",
197
+ "member": {
198
+ "type": "structure",
199
+ "required": [
200
+ "partNumber",
201
+ "partSource",
202
+ "checksum"
203
+ ],
204
+ "members": {
205
+ "partNumber": {
206
+ "type": "integer"
207
+ },
208
+ "partSource": {},
209
+ "checksum": {}
210
+ }
211
+ }
212
+ }
213
+ }
214
+ },
215
+ "output": {
216
+ "type": "structure",
217
+ "required": [
218
+ "readSetId"
219
+ ],
220
+ "members": {
221
+ "readSetId": {}
222
+ }
223
+ },
224
+ "authtype": "v4",
225
+ "endpoint": {
226
+ "hostPrefix": "storage-"
227
+ }
228
+ },
138
229
  "CreateAnnotationStore": {
139
230
  "http": {
140
231
  "requestUri": "/annotationStore",
@@ -146,93 +237,162 @@
146
237
  "storeFormat"
147
238
  ],
148
239
  "members": {
149
- "description": {},
150
- "name": {},
151
240
  "reference": {
152
- "shape": "Sj"
241
+ "shape": "Sq"
242
+ },
243
+ "name": {},
244
+ "description": {},
245
+ "tags": {
246
+ "shape": "Su"
153
247
  },
154
248
  "sseConfig": {
155
- "shape": "Sl"
249
+ "shape": "Sx"
156
250
  },
157
251
  "storeFormat": {},
158
252
  "storeOptions": {
159
- "shape": "Sp"
160
- },
161
- "tags": {
162
- "shape": "Sz"
253
+ "shape": "S11"
163
254
  }
164
255
  }
165
256
  },
166
257
  "output": {
167
258
  "type": "structure",
168
259
  "required": [
169
- "creationTime",
170
260
  "id",
261
+ "status",
171
262
  "name",
172
- "status"
263
+ "creationTime"
173
264
  ],
174
265
  "members": {
175
- "creationTime": {
176
- "shape": "S13"
177
- },
178
266
  "id": {},
179
- "name": {},
180
267
  "reference": {
181
- "shape": "Sj"
268
+ "shape": "Sq"
182
269
  },
183
- "status": {},
184
270
  "storeFormat": {},
185
271
  "storeOptions": {
186
- "shape": "Sp"
272
+ "shape": "S11"
273
+ },
274
+ "status": {},
275
+ "name": {},
276
+ "creationTime": {
277
+ "shape": "S1d"
187
278
  }
188
279
  }
189
280
  },
281
+ "authtype": "v4",
190
282
  "endpoint": {
191
283
  "hostPrefix": "analytics-"
192
284
  }
193
285
  },
194
- "CreateReferenceStore": {
286
+ "CreateMultipartReadSetUpload": {
195
287
  "http": {
196
- "requestUri": "/referencestore",
288
+ "requestUri": "/sequencestore/{sequenceStoreId}/upload",
197
289
  "responseCode": 200
198
290
  },
199
291
  "input": {
200
292
  "type": "structure",
201
293
  "required": [
294
+ "sequenceStoreId",
295
+ "sourceFileType",
296
+ "subjectId",
297
+ "sampleId",
298
+ "referenceArn",
202
299
  "name"
203
300
  ],
204
301
  "members": {
302
+ "sequenceStoreId": {
303
+ "location": "uri",
304
+ "locationName": "sequenceStoreId"
305
+ },
205
306
  "clientToken": {},
307
+ "sourceFileType": {},
308
+ "subjectId": {},
309
+ "sampleId": {},
310
+ "generatedFrom": {},
311
+ "referenceArn": {},
312
+ "name": {},
313
+ "description": {},
314
+ "tags": {
315
+ "shape": "Su"
316
+ }
317
+ }
318
+ },
319
+ "output": {
320
+ "type": "structure",
321
+ "required": [
322
+ "sequenceStoreId",
323
+ "uploadId",
324
+ "sourceFileType",
325
+ "subjectId",
326
+ "sampleId",
327
+ "referenceArn",
328
+ "creationTime"
329
+ ],
330
+ "members": {
331
+ "sequenceStoreId": {},
332
+ "uploadId": {},
333
+ "sourceFileType": {},
334
+ "subjectId": {},
335
+ "sampleId": {},
336
+ "generatedFrom": {},
337
+ "referenceArn": {},
338
+ "name": {},
206
339
  "description": {},
340
+ "tags": {
341
+ "shape": "Su"
342
+ },
343
+ "creationTime": {
344
+ "shape": "S1n"
345
+ }
346
+ }
347
+ },
348
+ "authtype": "v4",
349
+ "endpoint": {
350
+ "hostPrefix": "control-storage-"
351
+ }
352
+ },
353
+ "CreateReferenceStore": {
354
+ "http": {
355
+ "requestUri": "/referencestore",
356
+ "responseCode": 200
357
+ },
358
+ "input": {
359
+ "type": "structure",
360
+ "required": [
361
+ "name"
362
+ ],
363
+ "members": {
207
364
  "name": {},
365
+ "description": {},
208
366
  "sseConfig": {
209
- "shape": "Sl"
367
+ "shape": "Sx"
210
368
  },
211
369
  "tags": {
212
- "shape": "Sz"
213
- }
370
+ "shape": "Su"
371
+ },
372
+ "clientToken": {}
214
373
  }
215
374
  },
216
375
  "output": {
217
376
  "type": "structure",
218
377
  "required": [
378
+ "id",
219
379
  "arn",
220
- "creationTime",
221
- "id"
380
+ "creationTime"
222
381
  ],
223
382
  "members": {
224
- "arn": {},
225
- "creationTime": {
226
- "shape": "S1b"
227
- },
228
- "description": {},
229
383
  "id": {},
384
+ "arn": {},
230
385
  "name": {},
386
+ "description": {},
231
387
  "sseConfig": {
232
- "shape": "Sl"
388
+ "shape": "Sx"
389
+ },
390
+ "creationTime": {
391
+ "shape": "S1n"
233
392
  }
234
393
  }
235
394
  },
395
+ "authtype": "v4",
236
396
  "endpoint": {
237
397
  "hostPrefix": "control-storage-"
238
398
  }
@@ -248,21 +408,24 @@
248
408
  "requestId"
249
409
  ],
250
410
  "members": {
411
+ "name": {},
251
412
  "maxCpus": {
252
413
  "type": "integer"
253
414
  },
254
- "maxDuration": {
415
+ "maxRuns": {
255
416
  "type": "integer"
256
417
  },
257
- "maxRuns": {
418
+ "maxDuration": {
258
419
  "type": "integer"
259
420
  },
260
- "name": {},
421
+ "tags": {
422
+ "shape": "Su"
423
+ },
261
424
  "requestId": {
262
425
  "idempotencyToken": true
263
426
  },
264
- "tags": {
265
- "shape": "Sz"
427
+ "maxGpus": {
428
+ "type": "integer"
266
429
  }
267
430
  }
268
431
  },
@@ -272,10 +435,11 @@
272
435
  "arn": {},
273
436
  "id": {},
274
437
  "tags": {
275
- "shape": "Sz"
438
+ "shape": "Su"
276
439
  }
277
440
  }
278
441
  },
442
+ "authtype": "v4",
279
443
  "endpoint": {
280
444
  "hostPrefix": "workflows-"
281
445
  }
@@ -291,37 +455,40 @@
291
455
  "name"
292
456
  ],
293
457
  "members": {
294
- "clientToken": {},
295
- "description": {},
296
458
  "name": {},
459
+ "description": {},
297
460
  "sseConfig": {
298
- "shape": "Sl"
461
+ "shape": "Sx"
299
462
  },
300
463
  "tags": {
301
- "shape": "Sz"
302
- }
464
+ "shape": "Su"
465
+ },
466
+ "clientToken": {},
467
+ "fallbackLocation": {}
303
468
  }
304
469
  },
305
470
  "output": {
306
471
  "type": "structure",
307
472
  "required": [
473
+ "id",
308
474
  "arn",
309
- "creationTime",
310
- "id"
475
+ "creationTime"
311
476
  ],
312
477
  "members": {
313
- "arn": {},
314
- "creationTime": {
315
- "shape": "S1b"
316
- },
317
- "description": {},
318
478
  "id": {},
479
+ "arn": {},
319
480
  "name": {},
481
+ "description": {},
320
482
  "sseConfig": {
321
- "shape": "Sl"
322
- }
483
+ "shape": "Sx"
484
+ },
485
+ "creationTime": {
486
+ "shape": "S1n"
487
+ },
488
+ "fallbackLocation": {}
323
489
  }
324
490
  },
491
+ "authtype": "v4",
325
492
  "endpoint": {
326
493
  "hostPrefix": "control-storage-"
327
494
  }
@@ -337,39 +504,40 @@
337
504
  "reference"
338
505
  ],
339
506
  "members": {
340
- "description": {},
341
- "name": {},
342
507
  "reference": {
343
- "shape": "Sj"
344
- },
345
- "sseConfig": {
346
- "shape": "Sl"
508
+ "shape": "Sq"
347
509
  },
510
+ "name": {},
511
+ "description": {},
348
512
  "tags": {
349
- "shape": "Sz"
513
+ "shape": "Su"
514
+ },
515
+ "sseConfig": {
516
+ "shape": "Sx"
350
517
  }
351
518
  }
352
519
  },
353
520
  "output": {
354
521
  "type": "structure",
355
522
  "required": [
356
- "creationTime",
357
523
  "id",
524
+ "status",
358
525
  "name",
359
- "status"
526
+ "creationTime"
360
527
  ],
361
528
  "members": {
362
- "creationTime": {
363
- "shape": "S13"
364
- },
365
529
  "id": {},
366
- "name": {},
367
530
  "reference": {
368
- "shape": "Sj"
531
+ "shape": "Sq"
369
532
  },
370
- "status": {}
533
+ "status": {},
534
+ "name": {},
535
+ "creationTime": {
536
+ "shape": "S1d"
537
+ }
371
538
  }
372
539
  },
540
+ "authtype": "v4",
373
541
  "endpoint": {
374
542
  "hostPrefix": "analytics-"
375
543
  }
@@ -385,26 +553,27 @@
385
553
  "requestId"
386
554
  ],
387
555
  "members": {
388
- "definitionUri": {},
556
+ "name": {},
557
+ "description": {},
558
+ "engine": {},
389
559
  "definitionZip": {
390
560
  "type": "blob"
391
561
  },
392
- "description": {},
393
- "engine": {},
562
+ "definitionUri": {},
394
563
  "main": {},
395
- "name": {},
396
564
  "parameterTemplate": {
397
- "shape": "S21"
398
- },
399
- "requestId": {
400
- "idempotencyToken": true
565
+ "shape": "S2k"
401
566
  },
402
567
  "storageCapacity": {
403
568
  "type": "integer"
404
569
  },
405
570
  "tags": {
406
- "shape": "Sz"
407
- }
571
+ "shape": "Su"
572
+ },
573
+ "requestId": {
574
+ "idempotencyToken": true
575
+ },
576
+ "accelerators": {}
408
577
  }
409
578
  },
410
579
  "output": {
@@ -414,10 +583,11 @@
414
583
  "id": {},
415
584
  "status": {},
416
585
  "tags": {
417
- "shape": "Sz"
586
+ "shape": "Su"
418
587
  }
419
588
  }
420
589
  },
590
+ "authtype": "v4",
421
591
  "endpoint": {
422
592
  "hostPrefix": "workflows-"
423
593
  }
@@ -434,14 +604,14 @@
434
604
  "name"
435
605
  ],
436
606
  "members": {
607
+ "name": {
608
+ "location": "uri",
609
+ "locationName": "name"
610
+ },
437
611
  "force": {
438
612
  "location": "querystring",
439
613
  "locationName": "force",
440
614
  "type": "boolean"
441
- },
442
- "name": {
443
- "location": "uri",
444
- "locationName": "name"
445
615
  }
446
616
  }
447
617
  },
@@ -454,6 +624,7 @@
454
624
  "status": {}
455
625
  }
456
626
  },
627
+ "authtype": "v4",
457
628
  "endpoint": {
458
629
  "hostPrefix": "analytics-"
459
630
  },
@@ -486,6 +657,7 @@
486
657
  "type": "structure",
487
658
  "members": {}
488
659
  },
660
+ "authtype": "v4",
489
661
  "endpoint": {
490
662
  "hostPrefix": "control-storage-"
491
663
  },
@@ -513,6 +685,7 @@
513
685
  "type": "structure",
514
686
  "members": {}
515
687
  },
688
+ "authtype": "v4",
516
689
  "endpoint": {
517
690
  "hostPrefix": "control-storage-"
518
691
  },
@@ -536,6 +709,7 @@
536
709
  }
537
710
  }
538
711
  },
712
+ "authtype": "v4",
539
713
  "endpoint": {
540
714
  "hostPrefix": "workflows-"
541
715
  },
@@ -559,6 +733,7 @@
559
733
  }
560
734
  }
561
735
  },
736
+ "authtype": "v4",
562
737
  "endpoint": {
563
738
  "hostPrefix": "workflows-"
564
739
  },
@@ -586,6 +761,7 @@
586
761
  "type": "structure",
587
762
  "members": {}
588
763
  },
764
+ "authtype": "v4",
589
765
  "endpoint": {
590
766
  "hostPrefix": "control-storage-"
591
767
  },
@@ -603,14 +779,14 @@
603
779
  "name"
604
780
  ],
605
781
  "members": {
782
+ "name": {
783
+ "location": "uri",
784
+ "locationName": "name"
785
+ },
606
786
  "force": {
607
787
  "location": "querystring",
608
788
  "locationName": "force",
609
789
  "type": "boolean"
610
- },
611
- "name": {
612
- "location": "uri",
613
- "locationName": "name"
614
790
  }
615
791
  }
616
792
  },
@@ -623,6 +799,7 @@
623
799
  "status": {}
624
800
  }
625
801
  },
802
+ "authtype": "v4",
626
803
  "endpoint": {
627
804
  "hostPrefix": "analytics-"
628
805
  },
@@ -646,6 +823,7 @@
646
823
  }
647
824
  }
648
825
  },
826
+ "authtype": "v4",
649
827
  "endpoint": {
650
828
  "hostPrefix": "workflows-"
651
829
  },
@@ -672,55 +850,59 @@
672
850
  "output": {
673
851
  "type": "structure",
674
852
  "required": [
675
- "completionTime",
676
- "creationTime",
677
- "destinationName",
678
- "formatOptions",
679
853
  "id",
680
- "items",
854
+ "destinationName",
681
855
  "roleArn",
682
- "runLeftNormalization",
683
856
  "status",
684
857
  "statusMessage",
685
- "updateTime"
858
+ "creationTime",
859
+ "updateTime",
860
+ "completionTime",
861
+ "items",
862
+ "runLeftNormalization",
863
+ "formatOptions"
686
864
  ],
687
865
  "members": {
688
- "completionTime": {
689
- "shape": "S2t"
690
- },
866
+ "id": {},
867
+ "destinationName": {},
868
+ "roleArn": {},
869
+ "status": {},
870
+ "statusMessage": {},
691
871
  "creationTime": {
692
- "shape": "S13"
872
+ "shape": "S1d"
693
873
  },
694
- "destinationName": {},
695
- "formatOptions": {
696
- "shape": "S2v"
874
+ "updateTime": {
875
+ "shape": "S3h"
876
+ },
877
+ "completionTime": {
878
+ "shape": "S3i"
697
879
  },
698
- "id": {},
699
880
  "items": {
700
881
  "type": "list",
701
882
  "member": {
702
883
  "type": "structure",
703
884
  "required": [
704
- "jobStatus",
705
- "source"
885
+ "source",
886
+ "jobStatus"
706
887
  ],
707
888
  "members": {
708
- "jobStatus": {},
709
- "source": {}
889
+ "source": {},
890
+ "jobStatus": {}
710
891
  }
711
892
  }
712
893
  },
713
- "roleArn": {},
714
894
  "runLeftNormalization": {
715
895
  "type": "boolean"
716
896
  },
717
- "status": {},
718
- "statusMessage": {},
719
- "updateTime": {
720
- "shape": "S3f"
897
+ "formatOptions": {
898
+ "shape": "S3n"
899
+ },
900
+ "annotationFields": {
901
+ "shape": "S40"
721
902
  }
722
903
  }
723
904
  },
905
+ "authtype": "v4",
724
906
  "endpoint": {
725
907
  "hostPrefix": "analytics-"
726
908
  }
@@ -746,50 +928,51 @@
746
928
  "output": {
747
929
  "type": "structure",
748
930
  "required": [
749
- "creationTime",
750
- "description",
751
931
  "id",
752
- "name",
753
932
  "reference",
754
- "sseConfig",
755
933
  "status",
756
- "statusMessage",
757
934
  "storeArn",
758
- "storeSizeBytes",
935
+ "name",
936
+ "description",
937
+ "sseConfig",
938
+ "creationTime",
939
+ "updateTime",
759
940
  "tags",
760
- "updateTime"
941
+ "statusMessage",
942
+ "storeSizeBytes"
761
943
  ],
762
944
  "members": {
763
- "creationTime": {
764
- "shape": "S13"
765
- },
766
- "description": {},
767
945
  "id": {},
768
- "name": {},
769
946
  "reference": {
770
- "shape": "Sj"
771
- },
772
- "sseConfig": {
773
- "shape": "Sl"
947
+ "shape": "Sq"
774
948
  },
775
949
  "status": {},
776
- "statusMessage": {},
777
950
  "storeArn": {},
778
- "storeFormat": {},
779
- "storeOptions": {
780
- "shape": "Sp"
951
+ "name": {},
952
+ "description": {},
953
+ "sseConfig": {
954
+ "shape": "Sx"
781
955
  },
782
- "storeSizeBytes": {
783
- "type": "long"
956
+ "creationTime": {
957
+ "shape": "S1d"
958
+ },
959
+ "updateTime": {
960
+ "shape": "S3h"
784
961
  },
785
962
  "tags": {
786
- "shape": "Sz"
963
+ "shape": "Su"
787
964
  },
788
- "updateTime": {
789
- "shape": "S3f"
965
+ "storeOptions": {
966
+ "shape": "S11"
967
+ },
968
+ "storeFormat": {},
969
+ "statusMessage": {},
970
+ "storeSizeBytes": {
971
+ "type": "long"
790
972
  }
791
973
  }
792
974
  },
975
+ "authtype": "v4",
793
976
  "endpoint": {
794
977
  "hostPrefix": "analytics-"
795
978
  }
@@ -804,26 +987,26 @@
804
987
  "type": "structure",
805
988
  "required": [
806
989
  "id",
807
- "partNumber",
808
- "sequenceStoreId"
990
+ "sequenceStoreId",
991
+ "partNumber"
809
992
  ],
810
993
  "members": {
811
- "file": {
812
- "location": "querystring",
813
- "locationName": "file"
814
- },
815
994
  "id": {
816
995
  "location": "uri",
817
996
  "locationName": "id"
818
997
  },
998
+ "sequenceStoreId": {
999
+ "location": "uri",
1000
+ "locationName": "sequenceStoreId"
1001
+ },
1002
+ "file": {
1003
+ "location": "querystring",
1004
+ "locationName": "file"
1005
+ },
819
1006
  "partNumber": {
820
1007
  "location": "querystring",
821
1008
  "locationName": "partNumber",
822
1009
  "type": "integer"
823
- },
824
- "sequenceStoreId": {
825
- "location": "uri",
826
- "locationName": "sequenceStoreId"
827
1010
  }
828
1011
  }
829
1012
  },
@@ -837,6 +1020,7 @@
837
1020
  },
838
1021
  "payload": "payload"
839
1022
  },
1023
+ "authtype": "v4",
840
1024
  "endpoint": {
841
1025
  "hostPrefix": "storage-"
842
1026
  }
@@ -867,20 +1051,22 @@
867
1051
  "output": {
868
1052
  "type": "structure",
869
1053
  "required": [
870
- "creationTime",
871
1054
  "id",
872
1055
  "sequenceStoreId",
873
- "status"
1056
+ "status",
1057
+ "creationTime"
874
1058
  ],
875
1059
  "members": {
876
- "completionTime": {
877
- "shape": "S1b"
878
- },
879
- "creationTime": {
880
- "shape": "S1b"
881
- },
882
1060
  "id": {},
883
1061
  "sequenceStoreId": {},
1062
+ "status": {},
1063
+ "statusMessage": {},
1064
+ "creationTime": {
1065
+ "shape": "S1n"
1066
+ },
1067
+ "completionTime": {
1068
+ "shape": "S1n"
1069
+ },
884
1070
  "sources": {
885
1071
  "type": "list",
886
1072
  "member": {
@@ -895,11 +1081,10 @@
895
1081
  "statusMessage": {}
896
1082
  }
897
1083
  }
898
- },
899
- "status": {},
900
- "statusMessage": {}
1084
+ }
901
1085
  }
902
1086
  },
1087
+ "authtype": "v4",
903
1088
  "endpoint": {
904
1089
  "hostPrefix": "control-storage-"
905
1090
  }
@@ -913,38 +1098,41 @@
913
1098
  "input": {
914
1099
  "type": "structure",
915
1100
  "required": [
916
- "id",
917
- "sequenceStoreId"
1101
+ "sequenceStoreId",
1102
+ "id"
918
1103
  ],
919
1104
  "members": {
920
- "id": {
921
- "location": "uri",
922
- "locationName": "id"
923
- },
924
1105
  "sequenceStoreId": {
925
1106
  "location": "uri",
926
1107
  "locationName": "sequenceStoreId"
1108
+ },
1109
+ "id": {
1110
+ "location": "uri",
1111
+ "locationName": "id"
927
1112
  }
928
1113
  }
929
1114
  },
930
1115
  "output": {
931
1116
  "type": "structure",
932
1117
  "required": [
933
- "creationTime",
934
- "destination",
935
1118
  "id",
936
1119
  "sequenceStoreId",
937
- "status"
1120
+ "destination",
1121
+ "status",
1122
+ "creationTime"
938
1123
  ],
939
1124
  "members": {
940
- "completionTime": {
941
- "shape": "S1b"
942
- },
1125
+ "id": {},
1126
+ "sequenceStoreId": {},
1127
+ "destination": {},
1128
+ "status": {},
1129
+ "statusMessage": {},
943
1130
  "creationTime": {
944
- "shape": "S1b"
1131
+ "shape": "S1n"
1132
+ },
1133
+ "completionTime": {
1134
+ "shape": "S1n"
945
1135
  },
946
- "destination": {},
947
- "id": {},
948
1136
  "readSets": {
949
1137
  "type": "list",
950
1138
  "member": {
@@ -959,12 +1147,10 @@
959
1147
  "statusMessage": {}
960
1148
  }
961
1149
  }
962
- },
963
- "sequenceStoreId": {},
964
- "status": {},
965
- "statusMessage": {}
1150
+ }
966
1151
  }
967
1152
  },
1153
+ "authtype": "v4",
968
1154
  "endpoint": {
969
1155
  "hostPrefix": "control-storage-"
970
1156
  }
@@ -995,57 +1181,58 @@
995
1181
  "output": {
996
1182
  "type": "structure",
997
1183
  "required": [
998
- "creationTime",
999
1184
  "id",
1000
- "roleArn",
1001
1185
  "sequenceStoreId",
1002
- "sources",
1003
- "status"
1186
+ "roleArn",
1187
+ "status",
1188
+ "creationTime",
1189
+ "sources"
1004
1190
  ],
1005
1191
  "members": {
1006
- "completionTime": {
1007
- "shape": "S1b"
1008
- },
1009
- "creationTime": {
1010
- "shape": "S1b"
1011
- },
1012
1192
  "id": {},
1013
- "roleArn": {},
1014
1193
  "sequenceStoreId": {},
1194
+ "roleArn": {},
1195
+ "status": {},
1196
+ "statusMessage": {},
1197
+ "creationTime": {
1198
+ "shape": "S1n"
1199
+ },
1200
+ "completionTime": {
1201
+ "shape": "S1n"
1202
+ },
1015
1203
  "sources": {
1016
1204
  "type": "list",
1017
1205
  "member": {
1018
1206
  "type": "structure",
1019
1207
  "required": [
1020
- "sampleId",
1021
- "sourceFileType",
1022
1208
  "sourceFiles",
1209
+ "sourceFileType",
1023
1210
  "status",
1024
- "subjectId"
1211
+ "subjectId",
1212
+ "sampleId"
1025
1213
  ],
1026
1214
  "members": {
1027
- "description": {},
1028
- "generatedFrom": {},
1029
- "name": {},
1030
- "referenceArn": {},
1031
- "sampleId": {},
1032
- "sourceFileType": {},
1033
1215
  "sourceFiles": {
1034
- "shape": "S4g"
1216
+ "shape": "S4y"
1035
1217
  },
1218
+ "sourceFileType": {},
1036
1219
  "status": {},
1037
1220
  "statusMessage": {},
1038
1221
  "subjectId": {},
1222
+ "sampleId": {},
1223
+ "generatedFrom": {},
1224
+ "referenceArn": {},
1225
+ "name": {},
1226
+ "description": {},
1039
1227
  "tags": {
1040
- "shape": "Sz"
1228
+ "shape": "Su"
1041
1229
  }
1042
1230
  }
1043
1231
  }
1044
- },
1045
- "status": {},
1046
- "statusMessage": {}
1232
+ }
1047
1233
  }
1048
1234
  },
1235
+ "authtype": "v4",
1049
1236
  "endpoint": {
1050
1237
  "hostPrefix": "control-storage-"
1051
1238
  }
@@ -1076,46 +1263,48 @@
1076
1263
  "output": {
1077
1264
  "type": "structure",
1078
1265
  "required": [
1079
- "arn",
1080
- "creationTime",
1081
- "fileType",
1082
1266
  "id",
1267
+ "arn",
1083
1268
  "sequenceStoreId",
1084
- "status"
1269
+ "status",
1270
+ "fileType",
1271
+ "creationTime"
1085
1272
  ],
1086
1273
  "members": {
1274
+ "id": {},
1087
1275
  "arn": {},
1088
- "creationTime": {
1089
- "shape": "S1b"
1090
- },
1276
+ "sequenceStoreId": {},
1277
+ "subjectId": {},
1278
+ "sampleId": {},
1279
+ "status": {},
1280
+ "name": {},
1091
1281
  "description": {},
1092
1282
  "fileType": {},
1283
+ "creationTime": {
1284
+ "shape": "S1n"
1285
+ },
1286
+ "sequenceInformation": {
1287
+ "shape": "S54"
1288
+ },
1289
+ "referenceArn": {},
1093
1290
  "files": {
1094
1291
  "type": "structure",
1095
1292
  "members": {
1096
- "index": {
1097
- "shape": "S4o"
1098
- },
1099
1293
  "source1": {
1100
- "shape": "S4o"
1294
+ "shape": "S56"
1101
1295
  },
1102
1296
  "source2": {
1103
- "shape": "S4o"
1297
+ "shape": "S56"
1298
+ },
1299
+ "index": {
1300
+ "shape": "S56"
1104
1301
  }
1105
1302
  }
1106
1303
  },
1107
- "id": {},
1108
- "name": {},
1109
- "referenceArn": {},
1110
- "sampleId": {},
1111
- "sequenceInformation": {
1112
- "shape": "S4s"
1113
- },
1114
- "sequenceStoreId": {},
1115
- "status": {},
1116
- "subjectId": {}
1304
+ "statusMessage": {}
1117
1305
  }
1118
1306
  },
1307
+ "authtype": "v4",
1119
1308
  "endpoint": {
1120
1309
  "hostPrefix": "control-storage-"
1121
1310
  }
@@ -1130,30 +1319,30 @@
1130
1319
  "type": "structure",
1131
1320
  "required": [
1132
1321
  "id",
1133
- "partNumber",
1134
- "referenceStoreId"
1322
+ "referenceStoreId",
1323
+ "partNumber"
1135
1324
  ],
1136
1325
  "members": {
1137
- "file": {
1138
- "location": "querystring",
1139
- "locationName": "file"
1140
- },
1141
1326
  "id": {
1142
1327
  "location": "uri",
1143
1328
  "locationName": "id"
1144
1329
  },
1145
- "partNumber": {
1146
- "location": "querystring",
1147
- "locationName": "partNumber",
1148
- "type": "integer"
1330
+ "referenceStoreId": {
1331
+ "location": "uri",
1332
+ "locationName": "referenceStoreId"
1149
1333
  },
1150
1334
  "range": {
1151
1335
  "location": "header",
1152
1336
  "locationName": "Range"
1153
1337
  },
1154
- "referenceStoreId": {
1155
- "location": "uri",
1156
- "locationName": "referenceStoreId"
1338
+ "partNumber": {
1339
+ "location": "querystring",
1340
+ "locationName": "partNumber",
1341
+ "type": "integer"
1342
+ },
1343
+ "file": {
1344
+ "location": "querystring",
1345
+ "locationName": "file"
1157
1346
  }
1158
1347
  }
1159
1348
  },
@@ -1167,6 +1356,7 @@
1167
1356
  },
1168
1357
  "payload": "payload"
1169
1358
  },
1359
+ "authtype": "v4",
1170
1360
  "endpoint": {
1171
1361
  "hostPrefix": "storage-"
1172
1362
  }
@@ -1197,23 +1387,25 @@
1197
1387
  "output": {
1198
1388
  "type": "structure",
1199
1389
  "required": [
1200
- "creationTime",
1201
1390
  "id",
1202
1391
  "referenceStoreId",
1203
1392
  "roleArn",
1204
- "sources",
1205
- "status"
1393
+ "status",
1394
+ "creationTime",
1395
+ "sources"
1206
1396
  ],
1207
1397
  "members": {
1208
- "completionTime": {
1209
- "shape": "S1b"
1210
- },
1211
- "creationTime": {
1212
- "shape": "S1b"
1213
- },
1214
1398
  "id": {},
1215
1399
  "referenceStoreId": {},
1216
1400
  "roleArn": {},
1401
+ "status": {},
1402
+ "statusMessage": {},
1403
+ "creationTime": {
1404
+ "shape": "S1n"
1405
+ },
1406
+ "completionTime": {
1407
+ "shape": "S1n"
1408
+ },
1217
1409
  "sources": {
1218
1410
  "type": "list",
1219
1411
  "member": {
@@ -1222,21 +1414,20 @@
1222
1414
  "status"
1223
1415
  ],
1224
1416
  "members": {
1225
- "description": {},
1226
- "name": {},
1227
1417
  "sourceFile": {},
1228
1418
  "status": {},
1229
1419
  "statusMessage": {},
1420
+ "name": {},
1421
+ "description": {},
1230
1422
  "tags": {
1231
- "shape": "Sz"
1423
+ "shape": "Su"
1232
1424
  }
1233
1425
  }
1234
1426
  }
1235
- },
1236
- "status": {},
1237
- "statusMessage": {}
1427
+ }
1238
1428
  }
1239
1429
  },
1430
+ "authtype": "v4",
1240
1431
  "endpoint": {
1241
1432
  "hostPrefix": "control-storage-"
1242
1433
  }
@@ -1267,40 +1458,41 @@
1267
1458
  "output": {
1268
1459
  "type": "structure",
1269
1460
  "required": [
1270
- "arn",
1271
- "creationTime",
1272
1461
  "id",
1273
- "md5",
1462
+ "arn",
1274
1463
  "referenceStoreId",
1464
+ "md5",
1465
+ "creationTime",
1275
1466
  "updateTime"
1276
1467
  ],
1277
1468
  "members": {
1469
+ "id": {},
1278
1470
  "arn": {},
1471
+ "referenceStoreId": {},
1472
+ "md5": {},
1473
+ "status": {},
1474
+ "name": {},
1475
+ "description": {},
1279
1476
  "creationTime": {
1280
- "shape": "S1b"
1477
+ "shape": "S1n"
1478
+ },
1479
+ "updateTime": {
1480
+ "shape": "S1n"
1281
1481
  },
1282
- "description": {},
1283
1482
  "files": {
1284
1483
  "type": "structure",
1285
1484
  "members": {
1286
- "index": {
1287
- "shape": "S4o"
1288
- },
1289
1485
  "source": {
1290
- "shape": "S4o"
1486
+ "shape": "S56"
1487
+ },
1488
+ "index": {
1489
+ "shape": "S56"
1291
1490
  }
1292
1491
  }
1293
- },
1294
- "id": {},
1295
- "md5": {},
1296
- "name": {},
1297
- "referenceStoreId": {},
1298
- "status": {},
1299
- "updateTime": {
1300
- "shape": "S1b"
1301
1492
  }
1302
1493
  }
1303
1494
  },
1495
+ "authtype": "v4",
1304
1496
  "endpoint": {
1305
1497
  "hostPrefix": "control-storage-"
1306
1498
  }
@@ -1326,23 +1518,24 @@
1326
1518
  "output": {
1327
1519
  "type": "structure",
1328
1520
  "required": [
1521
+ "id",
1329
1522
  "arn",
1330
- "creationTime",
1331
- "id"
1523
+ "creationTime"
1332
1524
  ],
1333
1525
  "members": {
1334
- "arn": {},
1335
- "creationTime": {
1336
- "shape": "S1b"
1337
- },
1338
- "description": {},
1339
1526
  "id": {},
1527
+ "arn": {},
1340
1528
  "name": {},
1529
+ "description": {},
1341
1530
  "sseConfig": {
1342
- "shape": "Sl"
1531
+ "shape": "Sx"
1532
+ },
1533
+ "creationTime": {
1534
+ "shape": "S1n"
1343
1535
  }
1344
1536
  }
1345
1537
  },
1538
+ "authtype": "v4",
1346
1539
  "endpoint": {
1347
1540
  "hostPrefix": "control-storage-"
1348
1541
  }
@@ -1359,15 +1552,15 @@
1359
1552
  "id"
1360
1553
  ],
1361
1554
  "members": {
1555
+ "id": {
1556
+ "location": "uri",
1557
+ "locationName": "id"
1558
+ },
1362
1559
  "export": {
1363
1560
  "location": "querystring",
1364
1561
  "locationName": "export",
1365
1562
  "type": "list",
1366
1563
  "member": {}
1367
- },
1368
- "id": {
1369
- "location": "uri",
1370
- "locationName": "id"
1371
1564
  }
1372
1565
  }
1373
1566
  },
@@ -1375,48 +1568,50 @@
1375
1568
  "type": "structure",
1376
1569
  "members": {
1377
1570
  "arn": {},
1378
- "creationTime": {
1379
- "shape": "S5k"
1571
+ "id": {},
1572
+ "status": {},
1573
+ "workflowId": {},
1574
+ "workflowType": {},
1575
+ "runId": {},
1576
+ "roleArn": {},
1577
+ "name": {},
1578
+ "runGroupId": {},
1579
+ "priority": {
1580
+ "type": "integer"
1380
1581
  },
1381
1582
  "definition": {},
1382
1583
  "digest": {},
1383
- "id": {},
1384
- "logLevel": {},
1385
- "name": {},
1386
- "outputUri": {},
1387
1584
  "parameters": {
1388
- "shape": "S5p"
1585
+ "shape": "S67"
1389
1586
  },
1390
- "priority": {
1587
+ "storageCapacity": {
1391
1588
  "type": "integer"
1392
1589
  },
1590
+ "outputUri": {},
1591
+ "logLevel": {},
1393
1592
  "resourceDigests": {
1394
1593
  "type": "map",
1395
1594
  "key": {},
1396
1595
  "value": {}
1397
1596
  },
1398
- "roleArn": {},
1399
- "runGroupId": {},
1400
- "runId": {},
1597
+ "startedBy": {},
1598
+ "creationTime": {
1599
+ "shape": "S6f"
1600
+ },
1401
1601
  "startTime": {
1402
- "shape": "S5k"
1602
+ "shape": "S6f"
1403
1603
  },
1404
- "startedBy": {},
1405
- "status": {},
1406
- "statusMessage": {},
1407
1604
  "stopTime": {
1408
- "shape": "S5k"
1409
- },
1410
- "storageCapacity": {
1411
- "type": "integer"
1605
+ "shape": "S6f"
1412
1606
  },
1607
+ "statusMessage": {},
1413
1608
  "tags": {
1414
- "shape": "Sz"
1609
+ "shape": "Su"
1415
1610
  },
1416
- "workflowId": {},
1417
- "workflowType": {}
1611
+ "accelerators": {}
1418
1612
  }
1419
1613
  },
1614
+ "authtype": "v4",
1420
1615
  "endpoint": {
1421
1616
  "hostPrefix": "workflows-"
1422
1617
  }
@@ -1443,25 +1638,29 @@
1443
1638
  "type": "structure",
1444
1639
  "members": {
1445
1640
  "arn": {},
1446
- "creationTime": {
1447
- "shape": "S62"
1448
- },
1449
1641
  "id": {},
1642
+ "name": {},
1450
1643
  "maxCpus": {
1451
1644
  "type": "integer"
1452
1645
  },
1453
- "maxDuration": {
1646
+ "maxRuns": {
1454
1647
  "type": "integer"
1455
1648
  },
1456
- "maxRuns": {
1649
+ "maxDuration": {
1457
1650
  "type": "integer"
1458
1651
  },
1459
- "name": {},
1652
+ "creationTime": {
1653
+ "shape": "S6m"
1654
+ },
1460
1655
  "tags": {
1461
- "shape": "Sz"
1656
+ "shape": "Su"
1657
+ },
1658
+ "maxGpus": {
1659
+ "type": "integer"
1462
1660
  }
1463
1661
  }
1464
1662
  },
1663
+ "authtype": "v4",
1465
1664
  "endpoint": {
1466
1665
  "hostPrefix": "workflows-"
1467
1666
  }
@@ -1492,28 +1691,32 @@
1492
1691
  "output": {
1493
1692
  "type": "structure",
1494
1693
  "members": {
1694
+ "taskId": {},
1695
+ "status": {},
1696
+ "name": {},
1495
1697
  "cpus": {
1496
1698
  "type": "integer"
1497
1699
  },
1498
- "creationTime": {
1499
- "shape": "S6a"
1500
- },
1501
- "logStream": {},
1502
1700
  "memory": {
1503
1701
  "type": "integer"
1504
1702
  },
1505
- "name": {},
1703
+ "creationTime": {
1704
+ "shape": "S6v"
1705
+ },
1506
1706
  "startTime": {
1507
- "shape": "S6a"
1707
+ "shape": "S6v"
1508
1708
  },
1509
- "status": {},
1510
- "statusMessage": {},
1511
1709
  "stopTime": {
1512
- "shape": "S6a"
1710
+ "shape": "S6v"
1513
1711
  },
1514
- "taskId": {}
1712
+ "statusMessage": {},
1713
+ "logStream": {},
1714
+ "gpus": {
1715
+ "type": "integer"
1716
+ }
1515
1717
  }
1516
1718
  },
1719
+ "authtype": "v4",
1517
1720
  "endpoint": {
1518
1721
  "hostPrefix": "workflows-"
1519
1722
  }
@@ -1539,23 +1742,25 @@
1539
1742
  "output": {
1540
1743
  "type": "structure",
1541
1744
  "required": [
1745
+ "id",
1542
1746
  "arn",
1543
- "creationTime",
1544
- "id"
1747
+ "creationTime"
1545
1748
  ],
1546
1749
  "members": {
1547
- "arn": {},
1548
- "creationTime": {
1549
- "shape": "S1b"
1550
- },
1551
- "description": {},
1552
1750
  "id": {},
1751
+ "arn": {},
1553
1752
  "name": {},
1753
+ "description": {},
1554
1754
  "sseConfig": {
1555
- "shape": "Sl"
1556
- }
1755
+ "shape": "Sx"
1756
+ },
1757
+ "creationTime": {
1758
+ "shape": "S1n"
1759
+ },
1760
+ "fallbackLocation": {}
1557
1761
  }
1558
1762
  },
1763
+ "authtype": "v4",
1559
1764
  "endpoint": {
1560
1765
  "hostPrefix": "control-storage-"
1561
1766
  }
@@ -1581,51 +1786,55 @@
1581
1786
  "output": {
1582
1787
  "type": "structure",
1583
1788
  "required": [
1584
- "creationTime",
1585
- "destinationName",
1586
1789
  "id",
1587
- "items",
1790
+ "destinationName",
1588
1791
  "roleArn",
1589
- "runLeftNormalization",
1590
1792
  "status",
1591
1793
  "statusMessage",
1592
- "updateTime"
1794
+ "creationTime",
1795
+ "updateTime",
1796
+ "items",
1797
+ "runLeftNormalization"
1593
1798
  ],
1594
1799
  "members": {
1595
- "completionTime": {
1596
- "shape": "S2t"
1597
- },
1800
+ "id": {},
1801
+ "destinationName": {},
1802
+ "roleArn": {},
1803
+ "status": {},
1804
+ "statusMessage": {},
1598
1805
  "creationTime": {
1599
- "shape": "S13"
1806
+ "shape": "S1d"
1807
+ },
1808
+ "updateTime": {
1809
+ "shape": "S3h"
1810
+ },
1811
+ "completionTime": {
1812
+ "shape": "S3i"
1600
1813
  },
1601
- "destinationName": {},
1602
- "id": {},
1603
1814
  "items": {
1604
1815
  "type": "list",
1605
1816
  "member": {
1606
1817
  "type": "structure",
1607
1818
  "required": [
1608
- "jobStatus",
1609
- "source"
1819
+ "source",
1820
+ "jobStatus"
1610
1821
  ],
1611
1822
  "members": {
1612
- "jobStatus": {},
1613
1823
  "source": {},
1824
+ "jobStatus": {},
1614
1825
  "statusMessage": {}
1615
1826
  }
1616
1827
  }
1617
1828
  },
1618
- "roleArn": {},
1619
1829
  "runLeftNormalization": {
1620
1830
  "type": "boolean"
1621
1831
  },
1622
- "status": {},
1623
- "statusMessage": {},
1624
- "updateTime": {
1625
- "shape": "S3f"
1832
+ "annotationFields": {
1833
+ "shape": "S40"
1626
1834
  }
1627
1835
  }
1628
1836
  },
1837
+ "authtype": "v4",
1629
1838
  "endpoint": {
1630
1839
  "hostPrefix": "analytics-"
1631
1840
  }
@@ -1651,46 +1860,47 @@
1651
1860
  "output": {
1652
1861
  "type": "structure",
1653
1862
  "required": [
1654
- "creationTime",
1655
- "description",
1656
1863
  "id",
1657
- "name",
1658
1864
  "reference",
1659
- "sseConfig",
1660
1865
  "status",
1661
- "statusMessage",
1662
1866
  "storeArn",
1663
- "storeSizeBytes",
1867
+ "name",
1868
+ "description",
1869
+ "sseConfig",
1870
+ "creationTime",
1871
+ "updateTime",
1664
1872
  "tags",
1665
- "updateTime"
1873
+ "statusMessage",
1874
+ "storeSizeBytes"
1666
1875
  ],
1667
1876
  "members": {
1668
- "creationTime": {
1669
- "shape": "S13"
1670
- },
1671
- "description": {},
1672
1877
  "id": {},
1673
- "name": {},
1674
1878
  "reference": {
1675
- "shape": "Sj"
1676
- },
1677
- "sseConfig": {
1678
- "shape": "Sl"
1879
+ "shape": "Sq"
1679
1880
  },
1680
1881
  "status": {},
1681
- "statusMessage": {},
1682
1882
  "storeArn": {},
1683
- "storeSizeBytes": {
1684
- "type": "long"
1883
+ "name": {},
1884
+ "description": {},
1885
+ "sseConfig": {
1886
+ "shape": "Sx"
1685
1887
  },
1686
- "tags": {
1687
- "shape": "Sz"
1888
+ "creationTime": {
1889
+ "shape": "S1d"
1688
1890
  },
1689
1891
  "updateTime": {
1690
- "shape": "S3f"
1892
+ "shape": "S3h"
1893
+ },
1894
+ "tags": {
1895
+ "shape": "Su"
1896
+ },
1897
+ "statusMessage": {},
1898
+ "storeSizeBytes": {
1899
+ "type": "long"
1691
1900
  }
1692
1901
  }
1693
1902
  },
1903
+ "authtype": "v4",
1694
1904
  "endpoint": {
1695
1905
  "hostPrefix": "analytics-"
1696
1906
  }
@@ -1707,12 +1917,6 @@
1707
1917
  "id"
1708
1918
  ],
1709
1919
  "members": {
1710
- "export": {
1711
- "location": "querystring",
1712
- "locationName": "export",
1713
- "type": "list",
1714
- "member": {}
1715
- },
1716
1920
  "id": {
1717
1921
  "location": "uri",
1718
1922
  "locationName": "id"
@@ -1720,6 +1924,12 @@
1720
1924
  "type": {
1721
1925
  "location": "querystring",
1722
1926
  "locationName": "type"
1927
+ },
1928
+ "export": {
1929
+ "location": "querystring",
1930
+ "locationName": "export",
1931
+ "type": "list",
1932
+ "member": {}
1723
1933
  }
1724
1934
  }
1725
1935
  },
@@ -1727,30 +1937,35 @@
1727
1937
  "type": "structure",
1728
1938
  "members": {
1729
1939
  "arn": {},
1730
- "creationTime": {
1731
- "shape": "S6s"
1732
- },
1733
- "definition": {},
1940
+ "id": {},
1941
+ "status": {},
1942
+ "type": {},
1943
+ "name": {},
1734
1944
  "description": {},
1735
- "digest": {},
1736
1945
  "engine": {},
1737
- "id": {},
1946
+ "definition": {},
1738
1947
  "main": {},
1739
- "name": {},
1948
+ "digest": {},
1740
1949
  "parameterTemplate": {
1741
- "shape": "S21"
1950
+ "shape": "S2k"
1742
1951
  },
1743
- "status": {},
1744
- "statusMessage": {},
1745
1952
  "storageCapacity": {
1746
1953
  "type": "integer"
1747
1954
  },
1955
+ "creationTime": {
1956
+ "shape": "S7c"
1957
+ },
1958
+ "statusMessage": {},
1748
1959
  "tags": {
1749
- "shape": "Sz"
1960
+ "shape": "Su"
1961
+ },
1962
+ "metadata": {
1963
+ "shape": "S7e"
1750
1964
  },
1751
- "type": {}
1965
+ "accelerators": {}
1752
1966
  }
1753
1967
  },
1968
+ "authtype": "v4",
1754
1969
  "endpoint": {
1755
1970
  "hostPrefix": "workflows-"
1756
1971
  }
@@ -1763,25 +1978,25 @@
1763
1978
  "input": {
1764
1979
  "type": "structure",
1765
1980
  "members": {
1766
- "filter": {
1767
- "type": "structure",
1768
- "members": {
1769
- "status": {},
1770
- "storeName": {}
1771
- }
1772
- },
1773
- "ids": {
1774
- "type": "list",
1775
- "member": {}
1776
- },
1777
1981
  "maxResults": {
1778
1982
  "location": "querystring",
1779
1983
  "locationName": "maxResults",
1780
1984
  "type": "integer"
1781
1985
  },
1986
+ "ids": {
1987
+ "type": "list",
1988
+ "member": {}
1989
+ },
1782
1990
  "nextToken": {
1783
1991
  "location": "querystring",
1784
1992
  "locationName": "nextToken"
1993
+ },
1994
+ "filter": {
1995
+ "type": "structure",
1996
+ "members": {
1997
+ "status": {},
1998
+ "storeName": {}
1999
+ }
1785
2000
  }
1786
2001
  }
1787
2002
  },
@@ -1793,29 +2008,32 @@
1793
2008
  "member": {
1794
2009
  "type": "structure",
1795
2010
  "required": [
1796
- "creationTime",
1797
- "destinationName",
1798
2011
  "id",
2012
+ "destinationName",
1799
2013
  "roleArn",
1800
2014
  "status",
2015
+ "creationTime",
1801
2016
  "updateTime"
1802
2017
  ],
1803
2018
  "members": {
1804
- "completionTime": {
1805
- "shape": "S2t"
1806
- },
1807
- "creationTime": {
1808
- "shape": "S13"
1809
- },
1810
- "destinationName": {},
1811
2019
  "id": {},
2020
+ "destinationName": {},
1812
2021
  "roleArn": {},
2022
+ "status": {},
2023
+ "creationTime": {
2024
+ "shape": "S1d"
2025
+ },
2026
+ "updateTime": {
2027
+ "shape": "S3h"
2028
+ },
2029
+ "completionTime": {
2030
+ "shape": "S3i"
2031
+ },
1813
2032
  "runLeftNormalization": {
1814
2033
  "type": "boolean"
1815
2034
  },
1816
- "status": {},
1817
- "updateTime": {
1818
- "shape": "S3f"
2035
+ "annotationFields": {
2036
+ "shape": "S40"
1819
2037
  }
1820
2038
  }
1821
2039
  }
@@ -1823,6 +2041,7 @@
1823
2041
  "nextToken": {}
1824
2042
  }
1825
2043
  },
2044
+ "authtype": "v4",
1826
2045
  "endpoint": {
1827
2046
  "hostPrefix": "analytics-"
1828
2047
  }
@@ -1835,12 +2054,6 @@
1835
2054
  "input": {
1836
2055
  "type": "structure",
1837
2056
  "members": {
1838
- "filter": {
1839
- "type": "structure",
1840
- "members": {
1841
- "status": {}
1842
- }
1843
- },
1844
2057
  "ids": {
1845
2058
  "type": "list",
1846
2059
  "member": {}
@@ -1853,6 +2066,12 @@
1853
2066
  "nextToken": {
1854
2067
  "location": "querystring",
1855
2068
  "locationName": "nextToken"
2069
+ },
2070
+ "filter": {
2071
+ "type": "structure",
2072
+ "members": {
2073
+ "status": {}
2074
+ }
1856
2075
  }
1857
2076
  }
1858
2077
  },
@@ -1864,55 +2083,56 @@
1864
2083
  "member": {
1865
2084
  "type": "structure",
1866
2085
  "required": [
1867
- "creationTime",
1868
- "description",
1869
2086
  "id",
1870
- "name",
1871
2087
  "reference",
1872
- "sseConfig",
1873
2088
  "status",
1874
- "statusMessage",
1875
2089
  "storeArn",
2090
+ "name",
1876
2091
  "storeFormat",
1877
- "storeSizeBytes",
1878
- "updateTime"
2092
+ "description",
2093
+ "sseConfig",
2094
+ "creationTime",
2095
+ "updateTime",
2096
+ "statusMessage",
2097
+ "storeSizeBytes"
1879
2098
  ],
1880
2099
  "members": {
1881
- "creationTime": {
1882
- "shape": "S13"
1883
- },
1884
- "description": {},
1885
2100
  "id": {},
1886
- "name": {},
1887
2101
  "reference": {
1888
- "shape": "Sj"
1889
- },
1890
- "sseConfig": {
1891
- "shape": "Sl"
2102
+ "shape": "Sq"
1892
2103
  },
1893
2104
  "status": {},
1894
- "statusMessage": {},
1895
2105
  "storeArn": {},
2106
+ "name": {},
1896
2107
  "storeFormat": {},
1897
- "storeSizeBytes": {
1898
- "type": "long"
2108
+ "description": {},
2109
+ "sseConfig": {
2110
+ "shape": "Sx"
2111
+ },
2112
+ "creationTime": {
2113
+ "shape": "S1d"
1899
2114
  },
1900
2115
  "updateTime": {
1901
- "shape": "S3f"
1902
- }
1903
- }
2116
+ "shape": "S3h"
2117
+ },
2118
+ "statusMessage": {},
2119
+ "storeSizeBytes": {
2120
+ "type": "long"
2121
+ }
2122
+ }
1904
2123
  }
1905
2124
  },
1906
2125
  "nextToken": {}
1907
2126
  }
1908
2127
  },
2128
+ "authtype": "v4",
1909
2129
  "endpoint": {
1910
2130
  "hostPrefix": "analytics-"
1911
2131
  }
1912
2132
  },
1913
- "ListReadSetActivationJobs": {
2133
+ "ListMultipartReadSetUploads": {
1914
2134
  "http": {
1915
- "requestUri": "/sequencestore/{sequenceStoreId}/activationjobs",
2135
+ "requestUri": "/sequencestore/{sequenceStoreId}/uploads",
1916
2136
  "responseCode": 200
1917
2137
  },
1918
2138
  "input": {
@@ -1921,17 +2141,9 @@
1921
2141
  "sequenceStoreId"
1922
2142
  ],
1923
2143
  "members": {
1924
- "filter": {
1925
- "type": "structure",
1926
- "members": {
1927
- "createdAfter": {
1928
- "shape": "S1b"
1929
- },
1930
- "createdBefore": {
1931
- "shape": "S1b"
1932
- },
1933
- "status": {}
1934
- }
2144
+ "sequenceStoreId": {
2145
+ "location": "uri",
2146
+ "locationName": "sequenceStoreId"
1935
2147
  },
1936
2148
  "maxResults": {
1937
2149
  "location": "querystring",
@@ -1941,49 +2153,56 @@
1941
2153
  "nextToken": {
1942
2154
  "location": "querystring",
1943
2155
  "locationName": "nextToken"
1944
- },
1945
- "sequenceStoreId": {
1946
- "location": "uri",
1947
- "locationName": "sequenceStoreId"
1948
2156
  }
1949
2157
  }
1950
2158
  },
1951
2159
  "output": {
1952
2160
  "type": "structure",
1953
2161
  "members": {
1954
- "activationJobs": {
2162
+ "nextToken": {},
2163
+ "uploads": {
1955
2164
  "type": "list",
1956
2165
  "member": {
1957
2166
  "type": "structure",
1958
2167
  "required": [
1959
- "creationTime",
1960
- "id",
1961
2168
  "sequenceStoreId",
1962
- "status"
2169
+ "uploadId",
2170
+ "sourceFileType",
2171
+ "subjectId",
2172
+ "sampleId",
2173
+ "generatedFrom",
2174
+ "referenceArn",
2175
+ "creationTime"
1963
2176
  ],
1964
2177
  "members": {
1965
- "completionTime": {
1966
- "shape": "S1b"
2178
+ "sequenceStoreId": {},
2179
+ "uploadId": {},
2180
+ "sourceFileType": {},
2181
+ "subjectId": {},
2182
+ "sampleId": {},
2183
+ "generatedFrom": {},
2184
+ "referenceArn": {},
2185
+ "name": {},
2186
+ "description": {},
2187
+ "tags": {
2188
+ "shape": "Su"
1967
2189
  },
1968
2190
  "creationTime": {
1969
- "shape": "S1b"
1970
- },
1971
- "id": {},
1972
- "sequenceStoreId": {},
1973
- "status": {}
2191
+ "shape": "S1n"
2192
+ }
1974
2193
  }
1975
2194
  }
1976
- },
1977
- "nextToken": {}
2195
+ }
1978
2196
  }
1979
2197
  },
2198
+ "authtype": "v4",
1980
2199
  "endpoint": {
1981
2200
  "hostPrefix": "control-storage-"
1982
2201
  }
1983
2202
  },
1984
- "ListReadSetExportJobs": {
2203
+ "ListReadSetActivationJobs": {
1985
2204
  "http": {
1986
- "requestUri": "/sequencestore/{sequenceStoreId}/exportjobs",
2205
+ "requestUri": "/sequencestore/{sequenceStoreId}/activationjobs",
1987
2206
  "responseCode": 200
1988
2207
  },
1989
2208
  "input": {
@@ -1992,17 +2211,81 @@
1992
2211
  "sequenceStoreId"
1993
2212
  ],
1994
2213
  "members": {
2214
+ "sequenceStoreId": {
2215
+ "location": "uri",
2216
+ "locationName": "sequenceStoreId"
2217
+ },
2218
+ "maxResults": {
2219
+ "location": "querystring",
2220
+ "locationName": "maxResults",
2221
+ "type": "integer"
2222
+ },
2223
+ "nextToken": {
2224
+ "location": "querystring",
2225
+ "locationName": "nextToken"
2226
+ },
1995
2227
  "filter": {
1996
2228
  "type": "structure",
1997
2229
  "members": {
2230
+ "status": {},
1998
2231
  "createdAfter": {
1999
- "shape": "S1b"
2232
+ "shape": "S1n"
2000
2233
  },
2001
2234
  "createdBefore": {
2002
- "shape": "S1b"
2003
- },
2004
- "status": {}
2235
+ "shape": "S1n"
2236
+ }
2005
2237
  }
2238
+ }
2239
+ }
2240
+ },
2241
+ "output": {
2242
+ "type": "structure",
2243
+ "members": {
2244
+ "nextToken": {},
2245
+ "activationJobs": {
2246
+ "type": "list",
2247
+ "member": {
2248
+ "type": "structure",
2249
+ "required": [
2250
+ "id",
2251
+ "sequenceStoreId",
2252
+ "status",
2253
+ "creationTime"
2254
+ ],
2255
+ "members": {
2256
+ "id": {},
2257
+ "sequenceStoreId": {},
2258
+ "status": {},
2259
+ "creationTime": {
2260
+ "shape": "S1n"
2261
+ },
2262
+ "completionTime": {
2263
+ "shape": "S1n"
2264
+ }
2265
+ }
2266
+ }
2267
+ }
2268
+ }
2269
+ },
2270
+ "authtype": "v4",
2271
+ "endpoint": {
2272
+ "hostPrefix": "control-storage-"
2273
+ }
2274
+ },
2275
+ "ListReadSetExportJobs": {
2276
+ "http": {
2277
+ "requestUri": "/sequencestore/{sequenceStoreId}/exportjobs",
2278
+ "responseCode": 200
2279
+ },
2280
+ "input": {
2281
+ "type": "structure",
2282
+ "required": [
2283
+ "sequenceStoreId"
2284
+ ],
2285
+ "members": {
2286
+ "sequenceStoreId": {
2287
+ "location": "uri",
2288
+ "locationName": "sequenceStoreId"
2006
2289
  },
2007
2290
  "maxResults": {
2008
2291
  "location": "querystring",
@@ -2013,43 +2296,52 @@
2013
2296
  "location": "querystring",
2014
2297
  "locationName": "nextToken"
2015
2298
  },
2016
- "sequenceStoreId": {
2017
- "location": "uri",
2018
- "locationName": "sequenceStoreId"
2299
+ "filter": {
2300
+ "type": "structure",
2301
+ "members": {
2302
+ "status": {},
2303
+ "createdAfter": {
2304
+ "shape": "S1n"
2305
+ },
2306
+ "createdBefore": {
2307
+ "shape": "S1n"
2308
+ }
2309
+ }
2019
2310
  }
2020
2311
  }
2021
2312
  },
2022
2313
  "output": {
2023
2314
  "type": "structure",
2024
2315
  "members": {
2316
+ "nextToken": {},
2025
2317
  "exportJobs": {
2026
2318
  "type": "list",
2027
2319
  "member": {
2028
2320
  "type": "structure",
2029
2321
  "required": [
2030
- "creationTime",
2031
- "destination",
2032
2322
  "id",
2033
2323
  "sequenceStoreId",
2034
- "status"
2324
+ "destination",
2325
+ "status",
2326
+ "creationTime"
2035
2327
  ],
2036
2328
  "members": {
2037
- "completionTime": {
2038
- "shape": "S1b"
2039
- },
2040
- "creationTime": {
2041
- "shape": "S1b"
2042
- },
2043
- "destination": {},
2044
2329
  "id": {},
2045
2330
  "sequenceStoreId": {},
2046
- "status": {}
2331
+ "destination": {},
2332
+ "status": {},
2333
+ "creationTime": {
2334
+ "shape": "S1n"
2335
+ },
2336
+ "completionTime": {
2337
+ "shape": "S1n"
2338
+ }
2047
2339
  }
2048
2340
  }
2049
- },
2050
- "nextToken": {}
2341
+ }
2051
2342
  }
2052
2343
  },
2344
+ "authtype": "v4",
2053
2345
  "endpoint": {
2054
2346
  "hostPrefix": "control-storage-"
2055
2347
  }
@@ -2065,18 +2357,6 @@
2065
2357
  "sequenceStoreId"
2066
2358
  ],
2067
2359
  "members": {
2068
- "filter": {
2069
- "type": "structure",
2070
- "members": {
2071
- "createdAfter": {
2072
- "shape": "S1b"
2073
- },
2074
- "createdBefore": {
2075
- "shape": "S1b"
2076
- },
2077
- "status": {}
2078
- }
2079
- },
2080
2360
  "maxResults": {
2081
2361
  "location": "querystring",
2082
2362
  "locationName": "maxResults",
@@ -2089,68 +2369,154 @@
2089
2369
  "sequenceStoreId": {
2090
2370
  "location": "uri",
2091
2371
  "locationName": "sequenceStoreId"
2372
+ },
2373
+ "filter": {
2374
+ "type": "structure",
2375
+ "members": {
2376
+ "status": {},
2377
+ "createdAfter": {
2378
+ "shape": "S1n"
2379
+ },
2380
+ "createdBefore": {
2381
+ "shape": "S1n"
2382
+ }
2383
+ }
2092
2384
  }
2093
2385
  }
2094
2386
  },
2095
2387
  "output": {
2096
2388
  "type": "structure",
2097
2389
  "members": {
2390
+ "nextToken": {},
2098
2391
  "importJobs": {
2099
2392
  "type": "list",
2100
2393
  "member": {
2101
2394
  "type": "structure",
2102
2395
  "required": [
2103
- "creationTime",
2104
2396
  "id",
2105
- "roleArn",
2106
2397
  "sequenceStoreId",
2107
- "status"
2398
+ "roleArn",
2399
+ "status",
2400
+ "creationTime"
2108
2401
  ],
2109
2402
  "members": {
2110
- "completionTime": {
2111
- "shape": "S1b"
2112
- },
2113
- "creationTime": {
2114
- "shape": "S1b"
2115
- },
2116
2403
  "id": {},
2117
- "roleArn": {},
2118
2404
  "sequenceStoreId": {},
2119
- "status": {}
2405
+ "roleArn": {},
2406
+ "status": {},
2407
+ "creationTime": {
2408
+ "shape": "S1n"
2409
+ },
2410
+ "completionTime": {
2411
+ "shape": "S1n"
2412
+ }
2120
2413
  }
2121
2414
  }
2122
- },
2123
- "nextToken": {}
2415
+ }
2124
2416
  }
2125
2417
  },
2418
+ "authtype": "v4",
2126
2419
  "endpoint": {
2127
2420
  "hostPrefix": "control-storage-"
2128
2421
  }
2129
2422
  },
2130
- "ListReadSets": {
2423
+ "ListReadSetUploadParts": {
2131
2424
  "http": {
2132
- "requestUri": "/sequencestore/{sequenceStoreId}/readsets",
2425
+ "requestUri": "/sequencestore/{sequenceStoreId}/upload/{uploadId}/parts",
2133
2426
  "responseCode": 200
2134
2427
  },
2135
2428
  "input": {
2136
2429
  "type": "structure",
2137
2430
  "required": [
2138
- "sequenceStoreId"
2431
+ "sequenceStoreId",
2432
+ "uploadId",
2433
+ "partSource"
2139
2434
  ],
2140
2435
  "members": {
2436
+ "sequenceStoreId": {
2437
+ "location": "uri",
2438
+ "locationName": "sequenceStoreId"
2439
+ },
2440
+ "uploadId": {
2441
+ "location": "uri",
2442
+ "locationName": "uploadId"
2443
+ },
2444
+ "partSource": {},
2445
+ "maxResults": {
2446
+ "location": "querystring",
2447
+ "locationName": "maxResults",
2448
+ "type": "integer"
2449
+ },
2450
+ "nextToken": {
2451
+ "location": "querystring",
2452
+ "locationName": "nextToken"
2453
+ },
2141
2454
  "filter": {
2142
2455
  "type": "structure",
2143
2456
  "members": {
2144
2457
  "createdAfter": {
2145
- "shape": "S1b"
2458
+ "shape": "S1n"
2146
2459
  },
2147
2460
  "createdBefore": {
2148
- "shape": "S1b"
2149
- },
2150
- "name": {},
2151
- "referenceArn": {},
2152
- "status": {}
2461
+ "shape": "S1n"
2462
+ }
2463
+ }
2464
+ }
2465
+ }
2466
+ },
2467
+ "output": {
2468
+ "type": "structure",
2469
+ "members": {
2470
+ "nextToken": {},
2471
+ "parts": {
2472
+ "type": "list",
2473
+ "member": {
2474
+ "type": "structure",
2475
+ "required": [
2476
+ "partNumber",
2477
+ "partSize",
2478
+ "partSource",
2479
+ "checksum"
2480
+ ],
2481
+ "members": {
2482
+ "partNumber": {
2483
+ "type": "integer"
2484
+ },
2485
+ "partSize": {
2486
+ "type": "long"
2487
+ },
2488
+ "partSource": {},
2489
+ "checksum": {},
2490
+ "creationTime": {
2491
+ "shape": "S1n"
2492
+ },
2493
+ "lastUpdatedTime": {
2494
+ "shape": "S1n"
2495
+ }
2496
+ }
2153
2497
  }
2498
+ }
2499
+ }
2500
+ },
2501
+ "authtype": "v4",
2502
+ "endpoint": {
2503
+ "hostPrefix": "control-storage-"
2504
+ }
2505
+ },
2506
+ "ListReadSets": {
2507
+ "http": {
2508
+ "requestUri": "/sequencestore/{sequenceStoreId}/readsets",
2509
+ "responseCode": 200
2510
+ },
2511
+ "input": {
2512
+ "type": "structure",
2513
+ "required": [
2514
+ "sequenceStoreId"
2515
+ ],
2516
+ "members": {
2517
+ "sequenceStoreId": {
2518
+ "location": "uri",
2519
+ "locationName": "sequenceStoreId"
2154
2520
  },
2155
2521
  "maxResults": {
2156
2522
  "location": "querystring",
@@ -2161,9 +2527,22 @@
2161
2527
  "location": "querystring",
2162
2528
  "locationName": "nextToken"
2163
2529
  },
2164
- "sequenceStoreId": {
2165
- "location": "uri",
2166
- "locationName": "sequenceStoreId"
2530
+ "filter": {
2531
+ "type": "structure",
2532
+ "members": {
2533
+ "name": {},
2534
+ "status": {},
2535
+ "referenceArn": {},
2536
+ "createdAfter": {
2537
+ "shape": "S1n"
2538
+ },
2539
+ "createdBefore": {
2540
+ "shape": "S1n"
2541
+ },
2542
+ "sampleId": {},
2543
+ "subjectId": {},
2544
+ "generatedFrom": {}
2545
+ }
2167
2546
  }
2168
2547
  }
2169
2548
  },
@@ -2179,35 +2558,37 @@
2179
2558
  "member": {
2180
2559
  "type": "structure",
2181
2560
  "required": [
2182
- "arn",
2183
- "creationTime",
2184
- "fileType",
2185
2561
  "id",
2562
+ "arn",
2186
2563
  "sequenceStoreId",
2187
- "status"
2564
+ "status",
2565
+ "fileType",
2566
+ "creationTime"
2188
2567
  ],
2189
2568
  "members": {
2190
- "arn": {},
2191
- "creationTime": {
2192
- "shape": "S1b"
2193
- },
2194
- "description": {},
2195
- "fileType": {},
2196
2569
  "id": {},
2570
+ "arn": {},
2571
+ "sequenceStoreId": {},
2572
+ "subjectId": {},
2573
+ "sampleId": {},
2574
+ "status": {},
2197
2575
  "name": {},
2576
+ "description": {},
2198
2577
  "referenceArn": {},
2199
- "sampleId": {},
2578
+ "fileType": {},
2200
2579
  "sequenceInformation": {
2201
- "shape": "S4s"
2580
+ "shape": "S54"
2202
2581
  },
2203
- "sequenceStoreId": {},
2204
- "status": {},
2205
- "subjectId": {}
2582
+ "creationTime": {
2583
+ "shape": "S1n"
2584
+ },
2585
+ "statusMessage": {}
2206
2586
  }
2207
2587
  }
2208
2588
  }
2209
2589
  }
2210
2590
  },
2591
+ "authtype": "v4",
2211
2592
  "endpoint": {
2212
2593
  "hostPrefix": "control-storage-"
2213
2594
  }
@@ -2223,18 +2604,6 @@
2223
2604
  "referenceStoreId"
2224
2605
  ],
2225
2606
  "members": {
2226
- "filter": {
2227
- "type": "structure",
2228
- "members": {
2229
- "createdAfter": {
2230
- "shape": "S1b"
2231
- },
2232
- "createdBefore": {
2233
- "shape": "S1b"
2234
- },
2235
- "status": {}
2236
- }
2237
- },
2238
2607
  "maxResults": {
2239
2608
  "location": "querystring",
2240
2609
  "locationName": "maxResults",
@@ -2247,40 +2616,53 @@
2247
2616
  "referenceStoreId": {
2248
2617
  "location": "uri",
2249
2618
  "locationName": "referenceStoreId"
2619
+ },
2620
+ "filter": {
2621
+ "type": "structure",
2622
+ "members": {
2623
+ "status": {},
2624
+ "createdAfter": {
2625
+ "shape": "S1n"
2626
+ },
2627
+ "createdBefore": {
2628
+ "shape": "S1n"
2629
+ }
2630
+ }
2250
2631
  }
2251
2632
  }
2252
2633
  },
2253
2634
  "output": {
2254
2635
  "type": "structure",
2255
2636
  "members": {
2637
+ "nextToken": {},
2256
2638
  "importJobs": {
2257
2639
  "type": "list",
2258
2640
  "member": {
2259
2641
  "type": "structure",
2260
2642
  "required": [
2261
- "creationTime",
2262
2643
  "id",
2263
2644
  "referenceStoreId",
2264
2645
  "roleArn",
2265
- "status"
2646
+ "status",
2647
+ "creationTime"
2266
2648
  ],
2267
2649
  "members": {
2268
- "completionTime": {
2269
- "shape": "S1b"
2270
- },
2271
- "creationTime": {
2272
- "shape": "S1b"
2273
- },
2274
2650
  "id": {},
2275
2651
  "referenceStoreId": {},
2276
2652
  "roleArn": {},
2277
- "status": {}
2653
+ "status": {},
2654
+ "creationTime": {
2655
+ "shape": "S1n"
2656
+ },
2657
+ "completionTime": {
2658
+ "shape": "S1n"
2659
+ }
2278
2660
  }
2279
2661
  }
2280
- },
2281
- "nextToken": {}
2662
+ }
2282
2663
  }
2283
2664
  },
2665
+ "authtype": "v4",
2284
2666
  "endpoint": {
2285
2667
  "hostPrefix": "control-storage-"
2286
2668
  }
@@ -2293,18 +2675,6 @@
2293
2675
  "input": {
2294
2676
  "type": "structure",
2295
2677
  "members": {
2296
- "filter": {
2297
- "type": "structure",
2298
- "members": {
2299
- "createdAfter": {
2300
- "shape": "S1b"
2301
- },
2302
- "createdBefore": {
2303
- "shape": "S1b"
2304
- },
2305
- "name": {}
2306
- }
2307
- },
2308
2678
  "maxResults": {
2309
2679
  "location": "querystring",
2310
2680
  "locationName": "maxResults",
@@ -2313,6 +2683,18 @@
2313
2683
  "nextToken": {
2314
2684
  "location": "querystring",
2315
2685
  "locationName": "nextToken"
2686
+ },
2687
+ "filter": {
2688
+ "type": "structure",
2689
+ "members": {
2690
+ "name": {},
2691
+ "createdAfter": {
2692
+ "shape": "S1n"
2693
+ },
2694
+ "createdBefore": {
2695
+ "shape": "S1n"
2696
+ }
2697
+ }
2316
2698
  }
2317
2699
  }
2318
2700
  },
@@ -2329,25 +2711,26 @@
2329
2711
  "type": "structure",
2330
2712
  "required": [
2331
2713
  "arn",
2332
- "creationTime",
2333
- "id"
2714
+ "id",
2715
+ "creationTime"
2334
2716
  ],
2335
2717
  "members": {
2336
2718
  "arn": {},
2337
- "creationTime": {
2338
- "shape": "S1b"
2339
- },
2340
- "description": {},
2341
2719
  "id": {},
2342
2720
  "name": {},
2721
+ "description": {},
2343
2722
  "sseConfig": {
2344
- "shape": "Sl"
2723
+ "shape": "Sx"
2724
+ },
2725
+ "creationTime": {
2726
+ "shape": "S1n"
2345
2727
  }
2346
2728
  }
2347
2729
  }
2348
2730
  }
2349
2731
  }
2350
2732
  },
2733
+ "authtype": "v4",
2351
2734
  "endpoint": {
2352
2735
  "hostPrefix": "control-storage-"
2353
2736
  }
@@ -2361,20 +2744,11 @@
2361
2744
  "type": "structure",
2362
2745
  "required": [
2363
2746
  "referenceStoreId"
2364
- ],
2365
- "members": {
2366
- "filter": {
2367
- "type": "structure",
2368
- "members": {
2369
- "createdAfter": {
2370
- "shape": "S1b"
2371
- },
2372
- "createdBefore": {
2373
- "shape": "S1b"
2374
- },
2375
- "md5": {},
2376
- "name": {}
2377
- }
2747
+ ],
2748
+ "members": {
2749
+ "referenceStoreId": {
2750
+ "location": "uri",
2751
+ "locationName": "referenceStoreId"
2378
2752
  },
2379
2753
  "maxResults": {
2380
2754
  "location": "querystring",
@@ -2385,9 +2759,18 @@
2385
2759
  "location": "querystring",
2386
2760
  "locationName": "nextToken"
2387
2761
  },
2388
- "referenceStoreId": {
2389
- "location": "uri",
2390
- "locationName": "referenceStoreId"
2762
+ "filter": {
2763
+ "type": "structure",
2764
+ "members": {
2765
+ "name": {},
2766
+ "md5": {},
2767
+ "createdAfter": {
2768
+ "shape": "S1n"
2769
+ },
2770
+ "createdBefore": {
2771
+ "shape": "S1n"
2772
+ }
2773
+ }
2391
2774
  }
2392
2775
  }
2393
2776
  },
@@ -2403,32 +2786,33 @@
2403
2786
  "member": {
2404
2787
  "type": "structure",
2405
2788
  "required": [
2406
- "arn",
2407
- "creationTime",
2408
2789
  "id",
2409
- "md5",
2790
+ "arn",
2410
2791
  "referenceStoreId",
2792
+ "md5",
2793
+ "creationTime",
2411
2794
  "updateTime"
2412
2795
  ],
2413
2796
  "members": {
2414
- "arn": {},
2415
- "creationTime": {
2416
- "shape": "S1b"
2417
- },
2418
- "description": {},
2419
2797
  "id": {},
2420
- "md5": {},
2421
- "name": {},
2798
+ "arn": {},
2422
2799
  "referenceStoreId": {},
2800
+ "md5": {},
2423
2801
  "status": {},
2802
+ "name": {},
2803
+ "description": {},
2804
+ "creationTime": {
2805
+ "shape": "S1n"
2806
+ },
2424
2807
  "updateTime": {
2425
- "shape": "S1b"
2808
+ "shape": "S1n"
2426
2809
  }
2427
2810
  }
2428
2811
  }
2429
2812
  }
2430
2813
  }
2431
2814
  },
2815
+ "authtype": "v4",
2432
2816
  "endpoint": {
2433
2817
  "hostPrefix": "control-storage-"
2434
2818
  }
@@ -2442,11 +2826,6 @@
2442
2826
  "input": {
2443
2827
  "type": "structure",
2444
2828
  "members": {
2445
- "maxResults": {
2446
- "location": "querystring",
2447
- "locationName": "maxResults",
2448
- "type": "integer"
2449
- },
2450
2829
  "name": {
2451
2830
  "location": "querystring",
2452
2831
  "locationName": "name"
@@ -2454,6 +2833,11 @@
2454
2833
  "startingToken": {
2455
2834
  "location": "querystring",
2456
2835
  "locationName": "startingToken"
2836
+ },
2837
+ "maxResults": {
2838
+ "location": "querystring",
2839
+ "locationName": "maxResults",
2840
+ "type": "integer"
2457
2841
  }
2458
2842
  }
2459
2843
  },
@@ -2466,26 +2850,30 @@
2466
2850
  "type": "structure",
2467
2851
  "members": {
2468
2852
  "arn": {},
2469
- "creationTime": {
2470
- "shape": "S62"
2471
- },
2472
2853
  "id": {},
2854
+ "name": {},
2473
2855
  "maxCpus": {
2474
2856
  "type": "integer"
2475
2857
  },
2476
- "maxDuration": {
2858
+ "maxRuns": {
2477
2859
  "type": "integer"
2478
2860
  },
2479
- "maxRuns": {
2861
+ "maxDuration": {
2480
2862
  "type": "integer"
2481
2863
  },
2482
- "name": {}
2864
+ "creationTime": {
2865
+ "shape": "S6m"
2866
+ },
2867
+ "maxGpus": {
2868
+ "type": "integer"
2869
+ }
2483
2870
  }
2484
2871
  }
2485
2872
  },
2486
2873
  "nextToken": {}
2487
2874
  }
2488
2875
  },
2876
+ "authtype": "v4",
2489
2877
  "endpoint": {
2490
2878
  "hostPrefix": "workflows-"
2491
2879
  }
@@ -2506,18 +2894,18 @@
2506
2894
  "location": "uri",
2507
2895
  "locationName": "id"
2508
2896
  },
2509
- "maxResults": {
2897
+ "status": {
2510
2898
  "location": "querystring",
2511
- "locationName": "maxResults",
2512
- "type": "integer"
2899
+ "locationName": "status"
2513
2900
  },
2514
2901
  "startingToken": {
2515
2902
  "location": "querystring",
2516
2903
  "locationName": "startingToken"
2517
2904
  },
2518
- "status": {
2905
+ "maxResults": {
2519
2906
  "location": "querystring",
2520
- "locationName": "status"
2907
+ "locationName": "maxResults",
2908
+ "type": "integer"
2521
2909
  }
2522
2910
  }
2523
2911
  },
@@ -2529,30 +2917,34 @@
2529
2917
  "member": {
2530
2918
  "type": "structure",
2531
2919
  "members": {
2920
+ "taskId": {},
2921
+ "status": {},
2922
+ "name": {},
2532
2923
  "cpus": {
2533
2924
  "type": "integer"
2534
2925
  },
2535
- "creationTime": {
2536
- "shape": "S6a"
2537
- },
2538
2926
  "memory": {
2539
2927
  "type": "integer"
2540
2928
  },
2541
- "name": {},
2929
+ "creationTime": {
2930
+ "shape": "S6v"
2931
+ },
2542
2932
  "startTime": {
2543
- "shape": "S6a"
2933
+ "shape": "S6v"
2544
2934
  },
2545
- "status": {},
2546
2935
  "stopTime": {
2547
- "shape": "S6a"
2936
+ "shape": "S6v"
2548
2937
  },
2549
- "taskId": {}
2938
+ "gpus": {
2939
+ "type": "integer"
2940
+ }
2550
2941
  }
2551
2942
  }
2552
2943
  },
2553
2944
  "nextToken": {}
2554
2945
  }
2555
2946
  },
2947
+ "authtype": "v4",
2556
2948
  "endpoint": {
2557
2949
  "hostPrefix": "workflows-"
2558
2950
  }
@@ -2566,11 +2958,6 @@
2566
2958
  "input": {
2567
2959
  "type": "structure",
2568
2960
  "members": {
2569
- "maxResults": {
2570
- "location": "querystring",
2571
- "locationName": "maxResults",
2572
- "type": "integer"
2573
- },
2574
2961
  "name": {
2575
2962
  "location": "querystring",
2576
2963
  "locationName": "name"
@@ -2582,6 +2969,15 @@
2582
2969
  "startingToken": {
2583
2970
  "location": "querystring",
2584
2971
  "locationName": "startingToken"
2972
+ },
2973
+ "maxResults": {
2974
+ "location": "querystring",
2975
+ "locationName": "maxResults",
2976
+ "type": "integer"
2977
+ },
2978
+ "status": {
2979
+ "location": "querystring",
2980
+ "locationName": "status"
2585
2981
  }
2586
2982
  }
2587
2983
  },
@@ -2594,31 +2990,32 @@
2594
2990
  "type": "structure",
2595
2991
  "members": {
2596
2992
  "arn": {},
2597
- "creationTime": {
2598
- "shape": "S5k"
2599
- },
2600
2993
  "id": {},
2994
+ "status": {},
2995
+ "workflowId": {},
2601
2996
  "name": {},
2602
2997
  "priority": {
2603
2998
  "type": "integer"
2604
2999
  },
2605
- "startTime": {
2606
- "shape": "S5k"
2607
- },
2608
- "status": {},
2609
- "stopTime": {
2610
- "shape": "S5k"
2611
- },
2612
3000
  "storageCapacity": {
2613
3001
  "type": "integer"
2614
3002
  },
2615
- "workflowId": {}
3003
+ "creationTime": {
3004
+ "shape": "S6f"
3005
+ },
3006
+ "startTime": {
3007
+ "shape": "S6f"
3008
+ },
3009
+ "stopTime": {
3010
+ "shape": "S6f"
3011
+ }
2616
3012
  }
2617
3013
  }
2618
3014
  },
2619
3015
  "nextToken": {}
2620
3016
  }
2621
3017
  },
3018
+ "authtype": "v4",
2622
3019
  "endpoint": {
2623
3020
  "hostPrefix": "workflows-"
2624
3021
  }
@@ -2631,18 +3028,6 @@
2631
3028
  "input": {
2632
3029
  "type": "structure",
2633
3030
  "members": {
2634
- "filter": {
2635
- "type": "structure",
2636
- "members": {
2637
- "createdAfter": {
2638
- "shape": "S1b"
2639
- },
2640
- "createdBefore": {
2641
- "shape": "S1b"
2642
- },
2643
- "name": {}
2644
- }
2645
- },
2646
3031
  "maxResults": {
2647
3032
  "location": "querystring",
2648
3033
  "locationName": "maxResults",
@@ -2651,6 +3036,18 @@
2651
3036
  "nextToken": {
2652
3037
  "location": "querystring",
2653
3038
  "locationName": "nextToken"
3039
+ },
3040
+ "filter": {
3041
+ "type": "structure",
3042
+ "members": {
3043
+ "name": {},
3044
+ "createdAfter": {
3045
+ "shape": "S1n"
3046
+ },
3047
+ "createdBefore": {
3048
+ "shape": "S1n"
3049
+ }
3050
+ }
2654
3051
  }
2655
3052
  }
2656
3053
  },
@@ -2667,25 +3064,27 @@
2667
3064
  "type": "structure",
2668
3065
  "required": [
2669
3066
  "arn",
2670
- "creationTime",
2671
- "id"
3067
+ "id",
3068
+ "creationTime"
2672
3069
  ],
2673
3070
  "members": {
2674
3071
  "arn": {},
2675
- "creationTime": {
2676
- "shape": "S1b"
2677
- },
2678
- "description": {},
2679
3072
  "id": {},
2680
3073
  "name": {},
3074
+ "description": {},
2681
3075
  "sseConfig": {
2682
- "shape": "Sl"
2683
- }
3076
+ "shape": "Sx"
3077
+ },
3078
+ "creationTime": {
3079
+ "shape": "S1n"
3080
+ },
3081
+ "fallbackLocation": {}
2684
3082
  }
2685
3083
  }
2686
3084
  }
2687
3085
  }
2688
3086
  },
3087
+ "authtype": "v4",
2689
3088
  "endpoint": {
2690
3089
  "hostPrefix": "control-storage-"
2691
3090
  }
@@ -2715,10 +3114,11 @@
2715
3114
  ],
2716
3115
  "members": {
2717
3116
  "tags": {
2718
- "shape": "Sz"
3117
+ "shape": "Su"
2719
3118
  }
2720
3119
  }
2721
3120
  },
3121
+ "authtype": "v4",
2722
3122
  "endpoint": {
2723
3123
  "hostPrefix": "tags-"
2724
3124
  }
@@ -2731,66 +3131,70 @@
2731
3131
  "input": {
2732
3132
  "type": "structure",
2733
3133
  "members": {
2734
- "filter": {
2735
- "type": "structure",
2736
- "members": {
2737
- "status": {},
2738
- "storeName": {}
2739
- }
2740
- },
2741
- "ids": {
2742
- "type": "list",
2743
- "member": {}
2744
- },
2745
3134
  "maxResults": {
2746
3135
  "location": "querystring",
2747
3136
  "locationName": "maxResults",
2748
3137
  "type": "integer"
2749
3138
  },
3139
+ "ids": {
3140
+ "type": "list",
3141
+ "member": {}
3142
+ },
2750
3143
  "nextToken": {
2751
3144
  "location": "querystring",
2752
3145
  "locationName": "nextToken"
3146
+ },
3147
+ "filter": {
3148
+ "type": "structure",
3149
+ "members": {
3150
+ "status": {},
3151
+ "storeName": {}
3152
+ }
2753
3153
  }
2754
3154
  }
2755
3155
  },
2756
3156
  "output": {
2757
3157
  "type": "structure",
2758
3158
  "members": {
2759
- "nextToken": {},
2760
3159
  "variantImportJobs": {
2761
3160
  "type": "list",
2762
3161
  "member": {
2763
3162
  "type": "structure",
2764
3163
  "required": [
2765
- "creationTime",
2766
- "destinationName",
2767
3164
  "id",
3165
+ "destinationName",
2768
3166
  "roleArn",
2769
3167
  "status",
3168
+ "creationTime",
2770
3169
  "updateTime"
2771
3170
  ],
2772
3171
  "members": {
2773
- "completionTime": {
2774
- "shape": "S2t"
2775
- },
2776
- "creationTime": {
2777
- "shape": "S13"
2778
- },
2779
- "destinationName": {},
2780
3172
  "id": {},
3173
+ "destinationName": {},
2781
3174
  "roleArn": {},
3175
+ "status": {},
3176
+ "creationTime": {
3177
+ "shape": "S1d"
3178
+ },
3179
+ "updateTime": {
3180
+ "shape": "S3h"
3181
+ },
3182
+ "completionTime": {
3183
+ "shape": "S3i"
3184
+ },
2782
3185
  "runLeftNormalization": {
2783
3186
  "type": "boolean"
2784
3187
  },
2785
- "status": {},
2786
- "updateTime": {
2787
- "shape": "S3f"
3188
+ "annotationFields": {
3189
+ "shape": "S40"
2788
3190
  }
2789
3191
  }
2790
3192
  }
2791
- }
3193
+ },
3194
+ "nextToken": {}
2792
3195
  }
2793
3196
  },
3197
+ "authtype": "v4",
2794
3198
  "endpoint": {
2795
3199
  "hostPrefix": "analytics-"
2796
3200
  }
@@ -2803,75 +3207,76 @@
2803
3207
  "input": {
2804
3208
  "type": "structure",
2805
3209
  "members": {
2806
- "filter": {
2807
- "type": "structure",
2808
- "members": {
2809
- "status": {}
2810
- }
2811
- },
2812
- "ids": {
2813
- "type": "list",
2814
- "member": {}
2815
- },
2816
3210
  "maxResults": {
2817
3211
  "location": "querystring",
2818
3212
  "locationName": "maxResults",
2819
3213
  "type": "integer"
2820
3214
  },
3215
+ "ids": {
3216
+ "type": "list",
3217
+ "member": {}
3218
+ },
2821
3219
  "nextToken": {
2822
3220
  "location": "querystring",
2823
3221
  "locationName": "nextToken"
3222
+ },
3223
+ "filter": {
3224
+ "type": "structure",
3225
+ "members": {
3226
+ "status": {}
3227
+ }
2824
3228
  }
2825
3229
  }
2826
3230
  },
2827
3231
  "output": {
2828
3232
  "type": "structure",
2829
3233
  "members": {
2830
- "nextToken": {},
2831
3234
  "variantStores": {
2832
3235
  "type": "list",
2833
3236
  "member": {
2834
3237
  "type": "structure",
2835
3238
  "required": [
2836
- "creationTime",
2837
- "description",
2838
3239
  "id",
2839
- "name",
2840
3240
  "reference",
2841
- "sseConfig",
2842
3241
  "status",
2843
- "statusMessage",
2844
3242
  "storeArn",
2845
- "storeSizeBytes",
2846
- "updateTime"
3243
+ "name",
3244
+ "description",
3245
+ "sseConfig",
3246
+ "creationTime",
3247
+ "updateTime",
3248
+ "statusMessage",
3249
+ "storeSizeBytes"
2847
3250
  ],
2848
3251
  "members": {
2849
- "creationTime": {
2850
- "shape": "S13"
2851
- },
2852
- "description": {},
2853
3252
  "id": {},
2854
- "name": {},
2855
3253
  "reference": {
2856
- "shape": "Sj"
3254
+ "shape": "Sq"
2857
3255
  },
3256
+ "status": {},
3257
+ "storeArn": {},
3258
+ "name": {},
3259
+ "description": {},
2858
3260
  "sseConfig": {
2859
- "shape": "Sl"
3261
+ "shape": "Sx"
3262
+ },
3263
+ "creationTime": {
3264
+ "shape": "S1d"
3265
+ },
3266
+ "updateTime": {
3267
+ "shape": "S3h"
2860
3268
  },
2861
- "status": {},
2862
3269
  "statusMessage": {},
2863
- "storeArn": {},
2864
3270
  "storeSizeBytes": {
2865
3271
  "type": "long"
2866
- },
2867
- "updateTime": {
2868
- "shape": "S3f"
2869
3272
  }
2870
3273
  }
2871
3274
  }
2872
- }
3275
+ },
3276
+ "nextToken": {}
2873
3277
  }
2874
3278
  },
3279
+ "authtype": "v4",
2875
3280
  "endpoint": {
2876
3281
  "hostPrefix": "analytics-"
2877
3282
  }
@@ -2885,10 +3290,9 @@
2885
3290
  "input": {
2886
3291
  "type": "structure",
2887
3292
  "members": {
2888
- "maxResults": {
3293
+ "type": {
2889
3294
  "location": "querystring",
2890
- "locationName": "maxResults",
2891
- "type": "integer"
3295
+ "locationName": "type"
2892
3296
  },
2893
3297
  "name": {
2894
3298
  "location": "querystring",
@@ -2898,9 +3302,10 @@
2898
3302
  "location": "querystring",
2899
3303
  "locationName": "startingToken"
2900
3304
  },
2901
- "type": {
3305
+ "maxResults": {
2902
3306
  "location": "querystring",
2903
- "locationName": "type"
3307
+ "locationName": "maxResults",
3308
+ "type": "integer"
2904
3309
  }
2905
3310
  }
2906
3311
  },
@@ -2913,20 +3318,24 @@
2913
3318
  "type": "structure",
2914
3319
  "members": {
2915
3320
  "arn": {},
2916
- "creationTime": {
2917
- "shape": "S6s"
2918
- },
2919
- "digest": {},
2920
3321
  "id": {},
2921
3322
  "name": {},
2922
3323
  "status": {},
2923
- "type": {}
3324
+ "type": {},
3325
+ "digest": {},
3326
+ "creationTime": {
3327
+ "shape": "S7c"
3328
+ },
3329
+ "metadata": {
3330
+ "shape": "S7e"
3331
+ }
2924
3332
  }
2925
3333
  }
2926
3334
  },
2927
3335
  "nextToken": {}
2928
3336
  }
2929
3337
  },
3338
+ "authtype": "v4",
2930
3339
  "endpoint": {
2931
3340
  "hostPrefix": "workflows-"
2932
3341
  }
@@ -2940,14 +3349,12 @@
2940
3349
  "type": "structure",
2941
3350
  "required": [
2942
3351
  "destinationName",
2943
- "items",
2944
- "roleArn"
3352
+ "roleArn",
3353
+ "items"
2945
3354
  ],
2946
3355
  "members": {
2947
3356
  "destinationName": {},
2948
- "formatOptions": {
2949
- "shape": "S2v"
2950
- },
3357
+ "roleArn": {},
2951
3358
  "items": {
2952
3359
  "type": "list",
2953
3360
  "member": {
@@ -2960,9 +3367,14 @@
2960
3367
  }
2961
3368
  }
2962
3369
  },
2963
- "roleArn": {},
3370
+ "formatOptions": {
3371
+ "shape": "S3n"
3372
+ },
2964
3373
  "runLeftNormalization": {
2965
3374
  "type": "boolean"
3375
+ },
3376
+ "annotationFields": {
3377
+ "shape": "S40"
2966
3378
  }
2967
3379
  }
2968
3380
  },
@@ -2975,6 +3387,7 @@
2975
3387
  "jobId": {}
2976
3388
  }
2977
3389
  },
3390
+ "authtype": "v4",
2978
3391
  "endpoint": {
2979
3392
  "hostPrefix": "analytics-"
2980
3393
  }
@@ -2991,11 +3404,11 @@
2991
3404
  "sources"
2992
3405
  ],
2993
3406
  "members": {
2994
- "clientToken": {},
2995
3407
  "sequenceStoreId": {
2996
3408
  "location": "uri",
2997
3409
  "locationName": "sequenceStoreId"
2998
3410
  },
3411
+ "clientToken": {},
2999
3412
  "sources": {
3000
3413
  "type": "list",
3001
3414
  "member": {
@@ -3013,20 +3426,21 @@
3013
3426
  "output": {
3014
3427
  "type": "structure",
3015
3428
  "required": [
3016
- "creationTime",
3017
3429
  "id",
3018
3430
  "sequenceStoreId",
3019
- "status"
3431
+ "status",
3432
+ "creationTime"
3020
3433
  ],
3021
3434
  "members": {
3022
- "creationTime": {
3023
- "shape": "S1b"
3024
- },
3025
3435
  "id": {},
3026
3436
  "sequenceStoreId": {},
3027
- "status": {}
3437
+ "status": {},
3438
+ "creationTime": {
3439
+ "shape": "S1n"
3440
+ }
3028
3441
  }
3029
3442
  },
3443
+ "authtype": "v4",
3030
3444
  "endpoint": {
3031
3445
  "hostPrefix": "control-storage-"
3032
3446
  }
@@ -3039,19 +3453,19 @@
3039
3453
  "input": {
3040
3454
  "type": "structure",
3041
3455
  "required": [
3456
+ "sequenceStoreId",
3042
3457
  "destination",
3043
3458
  "roleArn",
3044
- "sequenceStoreId",
3045
3459
  "sources"
3046
3460
  ],
3047
3461
  "members": {
3048
- "clientToken": {},
3049
- "destination": {},
3050
- "roleArn": {},
3051
3462
  "sequenceStoreId": {
3052
3463
  "location": "uri",
3053
3464
  "locationName": "sequenceStoreId"
3054
3465
  },
3466
+ "destination": {},
3467
+ "roleArn": {},
3468
+ "clientToken": {},
3055
3469
  "sources": {
3056
3470
  "type": "list",
3057
3471
  "member": {
@@ -3069,22 +3483,23 @@
3069
3483
  "output": {
3070
3484
  "type": "structure",
3071
3485
  "required": [
3072
- "creationTime",
3073
- "destination",
3074
3486
  "id",
3075
3487
  "sequenceStoreId",
3076
- "status"
3488
+ "destination",
3489
+ "status",
3490
+ "creationTime"
3077
3491
  ],
3078
3492
  "members": {
3079
- "creationTime": {
3080
- "shape": "S1b"
3081
- },
3082
- "destination": {},
3083
3493
  "id": {},
3084
3494
  "sequenceStoreId": {},
3085
- "status": {}
3495
+ "destination": {},
3496
+ "status": {},
3497
+ "creationTime": {
3498
+ "shape": "S1n"
3499
+ }
3086
3500
  }
3087
3501
  },
3502
+ "authtype": "v4",
3088
3503
  "endpoint": {
3089
3504
  "hostPrefix": "control-storage-"
3090
3505
  }
@@ -3097,41 +3512,41 @@
3097
3512
  "input": {
3098
3513
  "type": "structure",
3099
3514
  "required": [
3100
- "roleArn",
3101
3515
  "sequenceStoreId",
3516
+ "roleArn",
3102
3517
  "sources"
3103
3518
  ],
3104
3519
  "members": {
3105
- "clientToken": {},
3106
- "roleArn": {},
3107
3520
  "sequenceStoreId": {
3108
3521
  "location": "uri",
3109
3522
  "locationName": "sequenceStoreId"
3110
3523
  },
3524
+ "roleArn": {},
3525
+ "clientToken": {},
3111
3526
  "sources": {
3112
3527
  "type": "list",
3113
3528
  "member": {
3114
3529
  "type": "structure",
3115
3530
  "required": [
3116
- "referenceArn",
3117
- "sampleId",
3118
- "sourceFileType",
3119
3531
  "sourceFiles",
3120
- "subjectId"
3532
+ "sourceFileType",
3533
+ "subjectId",
3534
+ "sampleId",
3535
+ "referenceArn"
3121
3536
  ],
3122
3537
  "members": {
3123
- "description": {},
3124
- "generatedFrom": {},
3125
- "name": {},
3126
- "referenceArn": {},
3127
- "sampleId": {},
3128
- "sourceFileType": {},
3129
3538
  "sourceFiles": {
3130
- "shape": "S4g"
3539
+ "shape": "S4y"
3131
3540
  },
3541
+ "sourceFileType": {},
3132
3542
  "subjectId": {},
3543
+ "sampleId": {},
3544
+ "generatedFrom": {},
3545
+ "referenceArn": {},
3546
+ "name": {},
3547
+ "description": {},
3133
3548
  "tags": {
3134
- "shape": "Sz"
3549
+ "shape": "Su"
3135
3550
  }
3136
3551
  }
3137
3552
  }
@@ -3141,22 +3556,23 @@
3141
3556
  "output": {
3142
3557
  "type": "structure",
3143
3558
  "required": [
3144
- "creationTime",
3145
3559
  "id",
3146
- "roleArn",
3147
3560
  "sequenceStoreId",
3148
- "status"
3561
+ "roleArn",
3562
+ "status",
3563
+ "creationTime"
3149
3564
  ],
3150
3565
  "members": {
3151
- "creationTime": {
3152
- "shape": "S1b"
3153
- },
3154
3566
  "id": {},
3155
- "roleArn": {},
3156
3567
  "sequenceStoreId": {},
3157
- "status": {}
3568
+ "roleArn": {},
3569
+ "status": {},
3570
+ "creationTime": {
3571
+ "shape": "S1n"
3572
+ }
3158
3573
  }
3159
3574
  },
3575
+ "authtype": "v4",
3160
3576
  "endpoint": {
3161
3577
  "hostPrefix": "control-storage-"
3162
3578
  }
@@ -3174,26 +3590,26 @@
3174
3590
  "sources"
3175
3591
  ],
3176
3592
  "members": {
3177
- "clientToken": {},
3178
3593
  "referenceStoreId": {
3179
3594
  "location": "uri",
3180
3595
  "locationName": "referenceStoreId"
3181
3596
  },
3182
3597
  "roleArn": {},
3598
+ "clientToken": {},
3183
3599
  "sources": {
3184
3600
  "type": "list",
3185
3601
  "member": {
3186
3602
  "type": "structure",
3187
3603
  "required": [
3188
- "name",
3189
- "sourceFile"
3604
+ "sourceFile",
3605
+ "name"
3190
3606
  ],
3191
3607
  "members": {
3192
- "description": {},
3193
- "name": {},
3194
3608
  "sourceFile": {},
3609
+ "name": {},
3610
+ "description": {},
3195
3611
  "tags": {
3196
- "shape": "Sz"
3612
+ "shape": "Su"
3197
3613
  }
3198
3614
  }
3199
3615
  }
@@ -3203,22 +3619,23 @@
3203
3619
  "output": {
3204
3620
  "type": "structure",
3205
3621
  "required": [
3206
- "creationTime",
3207
3622
  "id",
3208
3623
  "referenceStoreId",
3209
3624
  "roleArn",
3210
- "status"
3625
+ "status",
3626
+ "creationTime"
3211
3627
  ],
3212
3628
  "members": {
3213
- "creationTime": {
3214
- "shape": "S1b"
3215
- },
3216
3629
  "id": {},
3217
3630
  "referenceStoreId": {},
3218
3631
  "roleArn": {},
3219
- "status": {}
3632
+ "status": {},
3633
+ "creationTime": {
3634
+ "shape": "S1n"
3635
+ }
3220
3636
  }
3221
3637
  },
3638
+ "authtype": "v4",
3222
3639
  "endpoint": {
3223
3640
  "hostPrefix": "control-storage-"
3224
3641
  }
@@ -3231,33 +3648,33 @@
3231
3648
  "input": {
3232
3649
  "type": "structure",
3233
3650
  "required": [
3234
- "requestId",
3235
- "roleArn"
3651
+ "roleArn",
3652
+ "requestId"
3236
3653
  ],
3237
3654
  "members": {
3238
- "logLevel": {},
3655
+ "workflowId": {},
3656
+ "workflowType": {},
3657
+ "runId": {},
3658
+ "roleArn": {},
3239
3659
  "name": {},
3240
- "outputUri": {},
3241
- "parameters": {
3242
- "shape": "S5p"
3243
- },
3660
+ "runGroupId": {},
3244
3661
  "priority": {
3245
3662
  "type": "integer"
3246
3663
  },
3247
- "requestId": {
3248
- "idempotencyToken": true
3664
+ "parameters": {
3665
+ "shape": "S67"
3249
3666
  },
3250
- "roleArn": {},
3251
- "runGroupId": {},
3252
- "runId": {},
3253
3667
  "storageCapacity": {
3254
3668
  "type": "integer"
3255
3669
  },
3670
+ "outputUri": {},
3671
+ "logLevel": {},
3256
3672
  "tags": {
3257
- "shape": "Sz"
3673
+ "shape": "Su"
3258
3674
  },
3259
- "workflowId": {},
3260
- "workflowType": {}
3675
+ "requestId": {
3676
+ "idempotencyToken": true
3677
+ }
3261
3678
  }
3262
3679
  },
3263
3680
  "output": {
@@ -3267,10 +3684,11 @@
3267
3684
  "id": {},
3268
3685
  "status": {},
3269
3686
  "tags": {
3270
- "shape": "Sz"
3687
+ "shape": "Su"
3271
3688
  }
3272
3689
  }
3273
3690
  },
3691
+ "authtype": "v4",
3274
3692
  "endpoint": {
3275
3693
  "hostPrefix": "workflows-"
3276
3694
  }
@@ -3284,11 +3702,12 @@
3284
3702
  "type": "structure",
3285
3703
  "required": [
3286
3704
  "destinationName",
3287
- "items",
3288
- "roleArn"
3705
+ "roleArn",
3706
+ "items"
3289
3707
  ],
3290
3708
  "members": {
3291
3709
  "destinationName": {},
3710
+ "roleArn": {},
3292
3711
  "items": {
3293
3712
  "type": "list",
3294
3713
  "member": {
@@ -3301,9 +3720,11 @@
3301
3720
  }
3302
3721
  }
3303
3722
  },
3304
- "roleArn": {},
3305
3723
  "runLeftNormalization": {
3306
3724
  "type": "boolean"
3725
+ },
3726
+ "annotationFields": {
3727
+ "shape": "S40"
3307
3728
  }
3308
3729
  }
3309
3730
  },
@@ -3316,6 +3737,7 @@
3316
3737
  "jobId": {}
3317
3738
  }
3318
3739
  },
3740
+ "authtype": "v4",
3319
3741
  "endpoint": {
3320
3742
  "hostPrefix": "analytics-"
3321
3743
  }
@@ -3347,6 +3769,7 @@
3347
3769
  "type": "structure",
3348
3770
  "members": {}
3349
3771
  },
3772
+ "authtype": "v4",
3350
3773
  "endpoint": {
3351
3774
  "hostPrefix": "tags-"
3352
3775
  }
@@ -3380,6 +3803,7 @@
3380
3803
  "type": "structure",
3381
3804
  "members": {}
3382
3805
  },
3806
+ "authtype": "v4",
3383
3807
  "endpoint": {
3384
3808
  "hostPrefix": "tags-"
3385
3809
  },
@@ -3396,44 +3820,45 @@
3396
3820
  "name"
3397
3821
  ],
3398
3822
  "members": {
3399
- "description": {},
3400
3823
  "name": {
3401
3824
  "location": "uri",
3402
3825
  "locationName": "name"
3403
- }
3826
+ },
3827
+ "description": {}
3404
3828
  }
3405
3829
  },
3406
3830
  "output": {
3407
3831
  "type": "structure",
3408
3832
  "required": [
3409
- "creationTime",
3410
- "description",
3411
3833
  "id",
3412
- "name",
3413
3834
  "reference",
3414
3835
  "status",
3836
+ "name",
3837
+ "description",
3838
+ "creationTime",
3415
3839
  "updateTime"
3416
3840
  ],
3417
3841
  "members": {
3418
- "creationTime": {
3419
- "shape": "S13"
3420
- },
3421
- "description": {},
3422
3842
  "id": {},
3423
- "name": {},
3424
3843
  "reference": {
3425
- "shape": "Sj"
3844
+ "shape": "Sq"
3426
3845
  },
3427
3846
  "status": {},
3428
- "storeFormat": {},
3429
- "storeOptions": {
3430
- "shape": "Sp"
3847
+ "name": {},
3848
+ "description": {},
3849
+ "creationTime": {
3850
+ "shape": "S1d"
3431
3851
  },
3432
3852
  "updateTime": {
3433
- "shape": "S3f"
3434
- }
3853
+ "shape": "S3h"
3854
+ },
3855
+ "storeOptions": {
3856
+ "shape": "S11"
3857
+ },
3858
+ "storeFormat": {}
3435
3859
  }
3436
3860
  },
3861
+ "authtype": "v4",
3437
3862
  "endpoint": {
3438
3863
  "hostPrefix": "analytics-"
3439
3864
  }
@@ -3453,18 +3878,22 @@
3453
3878
  "location": "uri",
3454
3879
  "locationName": "id"
3455
3880
  },
3881
+ "name": {},
3456
3882
  "maxCpus": {
3457
3883
  "type": "integer"
3458
3884
  },
3459
- "maxDuration": {
3885
+ "maxRuns": {
3460
3886
  "type": "integer"
3461
3887
  },
3462
- "maxRuns": {
3888
+ "maxDuration": {
3463
3889
  "type": "integer"
3464
3890
  },
3465
- "name": {}
3891
+ "maxGpus": {
3892
+ "type": "integer"
3893
+ }
3466
3894
  }
3467
3895
  },
3896
+ "authtype": "v4",
3468
3897
  "endpoint": {
3469
3898
  "hostPrefix": "workflows-"
3470
3899
  }
@@ -3480,40 +3909,41 @@
3480
3909
  "name"
3481
3910
  ],
3482
3911
  "members": {
3483
- "description": {},
3484
3912
  "name": {
3485
3913
  "location": "uri",
3486
3914
  "locationName": "name"
3487
- }
3915
+ },
3916
+ "description": {}
3488
3917
  }
3489
3918
  },
3490
3919
  "output": {
3491
3920
  "type": "structure",
3492
3921
  "required": [
3493
- "creationTime",
3494
- "description",
3495
3922
  "id",
3496
- "name",
3497
3923
  "reference",
3498
3924
  "status",
3925
+ "name",
3926
+ "description",
3927
+ "creationTime",
3499
3928
  "updateTime"
3500
3929
  ],
3501
3930
  "members": {
3502
- "creationTime": {
3503
- "shape": "S13"
3504
- },
3505
- "description": {},
3506
3931
  "id": {},
3507
- "name": {},
3508
3932
  "reference": {
3509
- "shape": "Sj"
3933
+ "shape": "Sq"
3510
3934
  },
3511
3935
  "status": {},
3936
+ "name": {},
3937
+ "description": {},
3938
+ "creationTime": {
3939
+ "shape": "S1d"
3940
+ },
3512
3941
  "updateTime": {
3513
- "shape": "S3f"
3942
+ "shape": "S3h"
3514
3943
  }
3515
3944
  }
3516
3945
  },
3946
+ "authtype": "v4",
3517
3947
  "endpoint": {
3518
3948
  "hostPrefix": "analytics-"
3519
3949
  }
@@ -3529,38 +3959,99 @@
3529
3959
  "id"
3530
3960
  ],
3531
3961
  "members": {
3532
- "description": {},
3533
3962
  "id": {
3534
3963
  "location": "uri",
3535
3964
  "locationName": "id"
3536
3965
  },
3537
- "name": {}
3966
+ "name": {},
3967
+ "description": {}
3538
3968
  }
3539
3969
  },
3970
+ "authtype": "v4",
3540
3971
  "endpoint": {
3541
3972
  "hostPrefix": "workflows-"
3542
3973
  }
3974
+ },
3975
+ "UploadReadSetPart": {
3976
+ "http": {
3977
+ "method": "PUT",
3978
+ "requestUri": "/sequencestore/{sequenceStoreId}/upload/{uploadId}/part",
3979
+ "responseCode": 200
3980
+ },
3981
+ "input": {
3982
+ "type": "structure",
3983
+ "required": [
3984
+ "sequenceStoreId",
3985
+ "uploadId",
3986
+ "partSource",
3987
+ "partNumber",
3988
+ "payload"
3989
+ ],
3990
+ "members": {
3991
+ "sequenceStoreId": {
3992
+ "location": "uri",
3993
+ "locationName": "sequenceStoreId"
3994
+ },
3995
+ "uploadId": {
3996
+ "location": "uri",
3997
+ "locationName": "uploadId"
3998
+ },
3999
+ "partSource": {
4000
+ "location": "querystring",
4001
+ "locationName": "partSource"
4002
+ },
4003
+ "partNumber": {
4004
+ "location": "querystring",
4005
+ "locationName": "partNumber",
4006
+ "type": "integer"
4007
+ },
4008
+ "payload": {
4009
+ "type": "blob",
4010
+ "requiresLength": true,
4011
+ "streaming": true
4012
+ }
4013
+ },
4014
+ "payload": "payload"
4015
+ },
4016
+ "output": {
4017
+ "type": "structure",
4018
+ "required": [
4019
+ "checksum"
4020
+ ],
4021
+ "members": {
4022
+ "checksum": {}
4023
+ }
4024
+ },
4025
+ "authtype": "v4-unsigned-body",
4026
+ "endpoint": {
4027
+ "hostPrefix": "storage-"
4028
+ }
3543
4029
  }
3544
4030
  },
3545
4031
  "shapes": {
3546
- "Sj": {
4032
+ "Sq": {
3547
4033
  "type": "structure",
3548
4034
  "members": {
3549
4035
  "referenceArn": {}
3550
4036
  },
3551
4037
  "union": true
3552
4038
  },
3553
- "Sl": {
4039
+ "Su": {
4040
+ "type": "map",
4041
+ "key": {},
4042
+ "value": {}
4043
+ },
4044
+ "Sx": {
3554
4045
  "type": "structure",
3555
4046
  "required": [
3556
4047
  "type"
3557
4048
  ],
3558
4049
  "members": {
3559
- "keyArn": {},
3560
- "type": {}
4050
+ "type": {},
4051
+ "keyArn": {}
3561
4052
  }
3562
4053
  },
3563
- "Sp": {
4054
+ "S11": {
3564
4055
  "type": "structure",
3565
4056
  "members": {
3566
4057
  "tsvStoreOptions": {
@@ -3585,20 +4076,15 @@
3585
4076
  },
3586
4077
  "union": true
3587
4078
  },
3588
- "Sz": {
3589
- "type": "map",
3590
- "key": {},
3591
- "value": {}
3592
- },
3593
- "S13": {
4079
+ "S1d": {
3594
4080
  "type": "timestamp",
3595
4081
  "timestampFormat": "iso8601"
3596
4082
  },
3597
- "S1b": {
4083
+ "S1n": {
3598
4084
  "type": "timestamp",
3599
4085
  "timestampFormat": "iso8601"
3600
4086
  },
3601
- "S21": {
4087
+ "S2k": {
3602
4088
  "type": "map",
3603
4089
  "key": {},
3604
4090
  "value": {
@@ -3611,11 +4097,15 @@
3611
4097
  }
3612
4098
  }
3613
4099
  },
3614
- "S2t": {
4100
+ "S3h": {
3615
4101
  "type": "timestamp",
3616
4102
  "timestampFormat": "iso8601"
3617
4103
  },
3618
- "S2v": {
4104
+ "S3i": {
4105
+ "type": "timestamp",
4106
+ "timestampFormat": "iso8601"
4107
+ },
4108
+ "S3n": {
3619
4109
  "type": "structure",
3620
4110
  "members": {
3621
4111
  "tsvOptions": {
@@ -3624,21 +4114,21 @@
3624
4114
  "readOptions": {
3625
4115
  "type": "structure",
3626
4116
  "members": {
3627
- "comment": {},
4117
+ "sep": {},
3628
4118
  "encoding": {},
4119
+ "quote": {},
4120
+ "quoteAll": {
4121
+ "type": "boolean"
4122
+ },
3629
4123
  "escape": {},
3630
4124
  "escapeQuotes": {
3631
4125
  "type": "boolean"
3632
4126
  },
4127
+ "comment": {},
3633
4128
  "header": {
3634
4129
  "type": "boolean"
3635
4130
  },
3636
- "lineSep": {},
3637
- "quote": {},
3638
- "quoteAll": {
3639
- "type": "boolean"
3640
- },
3641
- "sep": {}
4131
+ "lineSep": {}
3642
4132
  }
3643
4133
  }
3644
4134
  }
@@ -3646,10 +4136,10 @@
3646
4136
  "vcfOptions": {
3647
4137
  "type": "structure",
3648
4138
  "members": {
3649
- "ignoreFilterField": {
4139
+ "ignoreQualField": {
3650
4140
  "type": "boolean"
3651
4141
  },
3652
- "ignoreQualField": {
4142
+ "ignoreFilterField": {
3653
4143
  "type": "boolean"
3654
4144
  }
3655
4145
  }
@@ -3657,11 +4147,12 @@
3657
4147
  },
3658
4148
  "union": true
3659
4149
  },
3660
- "S3f": {
3661
- "type": "timestamp",
3662
- "timestampFormat": "iso8601"
4150
+ "S40": {
4151
+ "type": "map",
4152
+ "key": {},
4153
+ "value": {}
3663
4154
  },
3664
- "S4g": {
4155
+ "S4y": {
3665
4156
  "type": "structure",
3666
4157
  "required": [
3667
4158
  "source1"
@@ -3671,53 +4162,58 @@
3671
4162
  "source2": {}
3672
4163
  }
3673
4164
  },
3674
- "S4o": {
4165
+ "S54": {
3675
4166
  "type": "structure",
3676
4167
  "members": {
3677
- "contentLength": {
4168
+ "totalReadCount": {
3678
4169
  "type": "long"
3679
4170
  },
3680
- "partSize": {
4171
+ "totalBaseCount": {
3681
4172
  "type": "long"
3682
4173
  },
3683
- "totalParts": {
3684
- "type": "integer"
3685
- }
4174
+ "generatedFrom": {},
4175
+ "alignment": {}
3686
4176
  }
3687
4177
  },
3688
- "S4s": {
4178
+ "S56": {
3689
4179
  "type": "structure",
3690
4180
  "members": {
3691
- "alignment": {},
3692
- "generatedFrom": {},
3693
- "totalBaseCount": {
4181
+ "totalParts": {
4182
+ "type": "integer"
4183
+ },
4184
+ "partSize": {
3694
4185
  "type": "long"
3695
4186
  },
3696
- "totalReadCount": {
4187
+ "contentLength": {
3697
4188
  "type": "long"
3698
4189
  }
3699
4190
  }
3700
4191
  },
3701
- "S5k": {
3702
- "type": "timestamp",
3703
- "timestampFormat": "iso8601"
3704
- },
3705
- "S5p": {
4192
+ "S67": {
3706
4193
  "type": "structure",
3707
4194
  "members": {},
3708
4195
  "document": true
3709
4196
  },
3710
- "S62": {
4197
+ "S6f": {
4198
+ "type": "timestamp",
4199
+ "timestampFormat": "iso8601"
4200
+ },
4201
+ "S6m": {
3711
4202
  "type": "timestamp",
3712
4203
  "timestampFormat": "iso8601"
3713
4204
  },
3714
- "S6a": {
4205
+ "S6v": {
3715
4206
  "type": "timestamp",
3716
4207
  "timestampFormat": "iso8601"
3717
4208
  },
3718
- "S6s": {
4209
+ "S7c": {
3719
4210
  "type": "timestamp",
3720
4211
  "timestampFormat": "iso8601"
4212
+ },
4213
+ "S7e": {
4214
+ "type": "map",
4215
+ "key": {},
4216
+ "value": {}
3721
4217
  }
3722
4218
  }
3723
4219
  }