aws-sdk-omics 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,6 +13,9 @@ module Aws::Omics
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AbortMultipartReadSetUploadRequest = Shapes::StructureShape.new(name: 'AbortMultipartReadSetUploadRequest')
17
+ AbortMultipartReadSetUploadResponse = Shapes::StructureShape.new(name: 'AbortMultipartReadSetUploadResponse')
18
+ Accelerators = Shapes::StringShape.new(name: 'Accelerators')
16
19
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
20
  ActivateReadSetFilter = Shapes::StructureShape.new(name: 'ActivateReadSetFilter')
18
21
  ActivateReadSetJobItem = Shapes::StructureShape.new(name: 'ActivateReadSetJobItem')
@@ -20,6 +23,9 @@ module Aws::Omics
20
23
  ActivateReadSetSourceItem = Shapes::StructureShape.new(name: 'ActivateReadSetSourceItem')
21
24
  ActivateReadSetSourceList = Shapes::ListShape.new(name: 'ActivateReadSetSourceList')
22
25
  ActivationJobId = Shapes::StringShape.new(name: 'ActivationJobId')
26
+ AnnotationFieldMap = Shapes::MapShape.new(name: 'AnnotationFieldMap')
27
+ AnnotationFieldMapKeyString = Shapes::StringShape.new(name: 'AnnotationFieldMapKeyString')
28
+ AnnotationFieldMapValueString = Shapes::StringShape.new(name: 'AnnotationFieldMapValueString')
23
29
  AnnotationImportItemDetail = Shapes::StructureShape.new(name: 'AnnotationImportItemDetail')
24
30
  AnnotationImportItemDetails = Shapes::ListShape.new(name: 'AnnotationImportItemDetails')
25
31
  AnnotationImportItemSource = Shapes::StructureShape.new(name: 'AnnotationImportItemSource')
@@ -41,16 +47,24 @@ module Aws::Omics
41
47
  CancelVariantImportResponse = Shapes::StructureShape.new(name: 'CancelVariantImportResponse')
42
48
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
43
49
  CommentChar = Shapes::StringShape.new(name: 'CommentChar')
50
+ CompleteMultipartReadSetUploadRequest = Shapes::StructureShape.new(name: 'CompleteMultipartReadSetUploadRequest')
51
+ CompleteMultipartReadSetUploadResponse = Shapes::StructureShape.new(name: 'CompleteMultipartReadSetUploadResponse')
52
+ CompleteReadSetUploadPartList = Shapes::ListShape.new(name: 'CompleteReadSetUploadPartList')
53
+ CompleteReadSetUploadPartListItem = Shapes::StructureShape.new(name: 'CompleteReadSetUploadPartListItem')
54
+ CompleteReadSetUploadPartListItemPartNumberInteger = Shapes::IntegerShape.new(name: 'CompleteReadSetUploadPartListItemPartNumberInteger')
44
55
  CompletionTime = Shapes::TimestampShape.new(name: 'CompletionTime', timestampFormat: "iso8601")
45
56
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
46
57
  CreateAnnotationStoreRequest = Shapes::StructureShape.new(name: 'CreateAnnotationStoreRequest')
47
58
  CreateAnnotationStoreRequestNameString = Shapes::StringShape.new(name: 'CreateAnnotationStoreRequestNameString')
48
59
  CreateAnnotationStoreResponse = Shapes::StructureShape.new(name: 'CreateAnnotationStoreResponse')
60
+ CreateMultipartReadSetUploadRequest = Shapes::StructureShape.new(name: 'CreateMultipartReadSetUploadRequest')
61
+ CreateMultipartReadSetUploadResponse = Shapes::StructureShape.new(name: 'CreateMultipartReadSetUploadResponse')
49
62
  CreateReferenceStoreRequest = Shapes::StructureShape.new(name: 'CreateReferenceStoreRequest')
50
63
  CreateReferenceStoreResponse = Shapes::StructureShape.new(name: 'CreateReferenceStoreResponse')
51
64
  CreateRunGroupRequest = Shapes::StructureShape.new(name: 'CreateRunGroupRequest')
52
65
  CreateRunGroupRequestMaxCpusInteger = Shapes::IntegerShape.new(name: 'CreateRunGroupRequestMaxCpusInteger')
53
66
  CreateRunGroupRequestMaxDurationInteger = Shapes::IntegerShape.new(name: 'CreateRunGroupRequestMaxDurationInteger')
67
+ CreateRunGroupRequestMaxGpusInteger = Shapes::IntegerShape.new(name: 'CreateRunGroupRequestMaxGpusInteger')
54
68
  CreateRunGroupRequestMaxRunsInteger = Shapes::IntegerShape.new(name: 'CreateRunGroupRequestMaxRunsInteger')
55
69
  CreateRunGroupResponse = Shapes::StructureShape.new(name: 'CreateRunGroupResponse')
56
70
  CreateSequenceStoreRequest = Shapes::StructureShape.new(name: 'CreateSequenceStoreRequest')
@@ -124,6 +138,7 @@ module Aws::Omics
124
138
  GetRunGroupResponse = Shapes::StructureShape.new(name: 'GetRunGroupResponse')
125
139
  GetRunGroupResponseMaxCpusInteger = Shapes::IntegerShape.new(name: 'GetRunGroupResponseMaxCpusInteger')
126
140
  GetRunGroupResponseMaxDurationInteger = Shapes::IntegerShape.new(name: 'GetRunGroupResponseMaxDurationInteger')
141
+ GetRunGroupResponseMaxGpusInteger = Shapes::IntegerShape.new(name: 'GetRunGroupResponseMaxGpusInteger')
127
142
  GetRunGroupResponseMaxRunsInteger = Shapes::IntegerShape.new(name: 'GetRunGroupResponseMaxRunsInteger')
128
143
  GetRunRequest = Shapes::StructureShape.new(name: 'GetRunRequest')
129
144
  GetRunResponse = Shapes::StructureShape.new(name: 'GetRunResponse')
@@ -132,6 +147,7 @@ module Aws::Omics
132
147
  GetRunTaskRequest = Shapes::StructureShape.new(name: 'GetRunTaskRequest')
133
148
  GetRunTaskResponse = Shapes::StructureShape.new(name: 'GetRunTaskResponse')
134
149
  GetRunTaskResponseCpusInteger = Shapes::IntegerShape.new(name: 'GetRunTaskResponseCpusInteger')
150
+ GetRunTaskResponseGpusInteger = Shapes::IntegerShape.new(name: 'GetRunTaskResponseGpusInteger')
135
151
  GetRunTaskResponseMemoryInteger = Shapes::IntegerShape.new(name: 'GetRunTaskResponseMemoryInteger')
136
152
  GetSequenceStoreRequest = Shapes::StructureShape.new(name: 'GetSequenceStoreRequest')
137
153
  GetSequenceStoreResponse = Shapes::StructureShape.new(name: 'GetSequenceStoreResponse')
@@ -171,6 +187,9 @@ module Aws::Omics
171
187
  ListAnnotationStoresRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAnnotationStoresRequestMaxResultsInteger')
172
188
  ListAnnotationStoresRequestNextTokenString = Shapes::StringShape.new(name: 'ListAnnotationStoresRequestNextTokenString')
173
189
  ListAnnotationStoresResponse = Shapes::StructureShape.new(name: 'ListAnnotationStoresResponse')
190
+ ListMultipartReadSetUploadsRequest = Shapes::StructureShape.new(name: 'ListMultipartReadSetUploadsRequest')
191
+ ListMultipartReadSetUploadsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListMultipartReadSetUploadsRequestMaxResultsInteger')
192
+ ListMultipartReadSetUploadsResponse = Shapes::StructureShape.new(name: 'ListMultipartReadSetUploadsResponse')
174
193
  ListReadSetActivationJobsRequest = Shapes::StructureShape.new(name: 'ListReadSetActivationJobsRequest')
175
194
  ListReadSetActivationJobsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListReadSetActivationJobsRequestMaxResultsInteger')
176
195
  ListReadSetActivationJobsResponse = Shapes::StructureShape.new(name: 'ListReadSetActivationJobsResponse')
@@ -180,6 +199,9 @@ module Aws::Omics
180
199
  ListReadSetImportJobsRequest = Shapes::StructureShape.new(name: 'ListReadSetImportJobsRequest')
181
200
  ListReadSetImportJobsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListReadSetImportJobsRequestMaxResultsInteger')
182
201
  ListReadSetImportJobsResponse = Shapes::StructureShape.new(name: 'ListReadSetImportJobsResponse')
202
+ ListReadSetUploadPartsRequest = Shapes::StructureShape.new(name: 'ListReadSetUploadPartsRequest')
203
+ ListReadSetUploadPartsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListReadSetUploadPartsRequestMaxResultsInteger')
204
+ ListReadSetUploadPartsResponse = Shapes::StructureShape.new(name: 'ListReadSetUploadPartsResponse')
183
205
  ListReadSetsRequest = Shapes::StructureShape.new(name: 'ListReadSetsRequest')
184
206
  ListReadSetsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListReadSetsRequestMaxResultsInteger')
185
207
  ListReadSetsResponse = Shapes::StructureShape.new(name: 'ListReadSetsResponse')
@@ -223,7 +245,10 @@ module Aws::Omics
223
245
  ListWorkflowsResponse = Shapes::StructureShape.new(name: 'ListWorkflowsResponse')
224
246
  Long = Shapes::IntegerShape.new(name: 'Long')
225
247
  Md5 = Shapes::StringShape.new(name: 'Md5')
248
+ MultipartReadSetUploadList = Shapes::ListShape.new(name: 'MultipartReadSetUploadList')
249
+ MultipartReadSetUploadListItem = Shapes::StructureShape.new(name: 'MultipartReadSetUploadListItem')
226
250
  NextToken = Shapes::StringShape.new(name: 'NextToken')
251
+ NotSupportedOperationException = Shapes::StructureShape.new(name: 'NotSupportedOperationException')
227
252
  PrimitiveBoolean = Shapes::BooleanShape.new(name: 'PrimitiveBoolean')
228
253
  Quote = Shapes::StringShape.new(name: 'Quote')
229
254
  QuoteAll = Shapes::BooleanShape.new(name: 'QuoteAll')
@@ -248,8 +273,16 @@ module Aws::Omics
248
273
  ReadSetList = Shapes::ListShape.new(name: 'ReadSetList')
249
274
  ReadSetListItem = Shapes::StructureShape.new(name: 'ReadSetListItem')
250
275
  ReadSetName = Shapes::StringShape.new(name: 'ReadSetName')
276
+ ReadSetPartSource = Shapes::StringShape.new(name: 'ReadSetPartSource')
277
+ ReadSetPartStreamingBlob = Shapes::BlobShape.new(name: 'ReadSetPartStreamingBlob', requiresLength: true, streaming: true)
251
278
  ReadSetStatus = Shapes::StringShape.new(name: 'ReadSetStatus')
279
+ ReadSetStatusMessage = Shapes::StringShape.new(name: 'ReadSetStatusMessage')
252
280
  ReadSetStreamingBlob = Shapes::BlobShape.new(name: 'ReadSetStreamingBlob', streaming: true)
281
+ ReadSetUploadPartList = Shapes::ListShape.new(name: 'ReadSetUploadPartList')
282
+ ReadSetUploadPartListFilter = Shapes::StructureShape.new(name: 'ReadSetUploadPartListFilter')
283
+ ReadSetUploadPartListItem = Shapes::StructureShape.new(name: 'ReadSetUploadPartListItem')
284
+ ReadSetUploadPartListItemPartNumberInteger = Shapes::IntegerShape.new(name: 'ReadSetUploadPartListItemPartNumberInteger')
285
+ ReadSetUploadPartListItemPartSizeLong = Shapes::IntegerShape.new(name: 'ReadSetUploadPartListItemPartSizeLong')
253
286
  ReferenceArn = Shapes::StringShape.new(name: 'ReferenceArn')
254
287
  ReferenceDescription = Shapes::StringShape.new(name: 'ReferenceDescription')
255
288
  ReferenceFile = Shapes::StringShape.new(name: 'ReferenceFile')
@@ -285,6 +318,7 @@ module Aws::Omics
285
318
  RunGroupListItem = Shapes::StructureShape.new(name: 'RunGroupListItem')
286
319
  RunGroupListItemMaxCpusInteger = Shapes::IntegerShape.new(name: 'RunGroupListItemMaxCpusInteger')
287
320
  RunGroupListItemMaxDurationInteger = Shapes::IntegerShape.new(name: 'RunGroupListItemMaxDurationInteger')
321
+ RunGroupListItemMaxGpusInteger = Shapes::IntegerShape.new(name: 'RunGroupListItemMaxGpusInteger')
288
322
  RunGroupListItemMaxRunsInteger = Shapes::IntegerShape.new(name: 'RunGroupListItemMaxRunsInteger')
289
323
  RunGroupListToken = Shapes::StringShape.new(name: 'RunGroupListToken')
290
324
  RunGroupName = Shapes::StringShape.new(name: 'RunGroupName')
@@ -373,6 +407,7 @@ module Aws::Omics
373
407
  TaskList = Shapes::ListShape.new(name: 'TaskList')
374
408
  TaskListItem = Shapes::StructureShape.new(name: 'TaskListItem')
375
409
  TaskListItemCpusInteger = Shapes::IntegerShape.new(name: 'TaskListItemCpusInteger')
410
+ TaskListItemGpusInteger = Shapes::IntegerShape.new(name: 'TaskListItemGpusInteger')
376
411
  TaskListItemMemoryInteger = Shapes::IntegerShape.new(name: 'TaskListItemMemoryInteger')
377
412
  TaskListToken = Shapes::StringShape.new(name: 'TaskListToken')
378
413
  TaskLogStream = Shapes::StringShape.new(name: 'TaskLogStream')
@@ -391,11 +426,16 @@ module Aws::Omics
391
426
  UpdateRunGroupRequest = Shapes::StructureShape.new(name: 'UpdateRunGroupRequest')
392
427
  UpdateRunGroupRequestMaxCpusInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxCpusInteger')
393
428
  UpdateRunGroupRequestMaxDurationInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxDurationInteger')
429
+ UpdateRunGroupRequestMaxGpusInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxGpusInteger')
394
430
  UpdateRunGroupRequestMaxRunsInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxRunsInteger')
395
431
  UpdateTime = Shapes::TimestampShape.new(name: 'UpdateTime', timestampFormat: "iso8601")
396
432
  UpdateVariantStoreRequest = Shapes::StructureShape.new(name: 'UpdateVariantStoreRequest')
397
433
  UpdateVariantStoreResponse = Shapes::StructureShape.new(name: 'UpdateVariantStoreResponse')
398
434
  UpdateWorkflowRequest = Shapes::StructureShape.new(name: 'UpdateWorkflowRequest')
435
+ UploadId = Shapes::StringShape.new(name: 'UploadId')
436
+ UploadReadSetPartRequest = Shapes::StructureShape.new(name: 'UploadReadSetPartRequest')
437
+ UploadReadSetPartRequestPartNumberInteger = Shapes::IntegerShape.new(name: 'UploadReadSetPartRequestPartNumberInteger')
438
+ UploadReadSetPartResponse = Shapes::StructureShape.new(name: 'UploadReadSetPartResponse')
399
439
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
400
440
  VariantImportItemDetail = Shapes::StructureShape.new(name: 'VariantImportItemDetail')
401
441
  VariantImportItemDetails = Shapes::ListShape.new(name: 'VariantImportItemDetails')
@@ -418,6 +458,9 @@ module Aws::Omics
418
458
  WorkflowListItem = Shapes::StructureShape.new(name: 'WorkflowListItem')
419
459
  WorkflowListToken = Shapes::StringShape.new(name: 'WorkflowListToken')
420
460
  WorkflowMain = Shapes::StringShape.new(name: 'WorkflowMain')
461
+ WorkflowMetadata = Shapes::MapShape.new(name: 'WorkflowMetadata')
462
+ WorkflowMetadataKey = Shapes::StringShape.new(name: 'WorkflowMetadataKey')
463
+ WorkflowMetadataValue = Shapes::StringShape.new(name: 'WorkflowMetadataValue')
421
464
  WorkflowName = Shapes::StringShape.new(name: 'WorkflowName')
422
465
  WorkflowParameter = Shapes::StructureShape.new(name: 'WorkflowParameter')
423
466
  WorkflowParameterDescription = Shapes::StringShape.new(name: 'WorkflowParameterDescription')
@@ -429,19 +472,25 @@ module Aws::Omics
429
472
  WorkflowTimestamp = Shapes::TimestampShape.new(name: 'WorkflowTimestamp', timestampFormat: "iso8601")
430
473
  WorkflowType = Shapes::StringShape.new(name: 'WorkflowType')
431
474
 
475
+ AbortMultipartReadSetUploadRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
476
+ AbortMultipartReadSetUploadRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location: "uri", location_name: "uploadId"))
477
+ AbortMultipartReadSetUploadRequest.struct_class = Types::AbortMultipartReadSetUploadRequest
478
+
479
+ AbortMultipartReadSetUploadResponse.struct_class = Types::AbortMultipartReadSetUploadResponse
480
+
432
481
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
433
482
  AccessDeniedException.struct_class = Types::AccessDeniedException
434
483
 
484
+ ActivateReadSetFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetActivationJobStatus, location_name: "status"))
435
485
  ActivateReadSetFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
436
486
  ActivateReadSetFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
437
- ActivateReadSetFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetActivationJobStatus, location_name: "status"))
438
487
  ActivateReadSetFilter.struct_class = Types::ActivateReadSetFilter
439
488
 
440
- ActivateReadSetJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
441
- ActivateReadSetJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
442
489
  ActivateReadSetJobItem.add_member(:id, Shapes::ShapeRef.new(shape: ActivationJobId, required: true, location_name: "id"))
443
490
  ActivateReadSetJobItem.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
444
491
  ActivateReadSetJobItem.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetActivationJobStatus, required: true, location_name: "status"))
492
+ ActivateReadSetJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
493
+ ActivateReadSetJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
445
494
  ActivateReadSetJobItem.struct_class = Types::ActivateReadSetJobItem
446
495
 
447
496
  ActivateReadSetJobList.member = Shapes::ShapeRef.new(shape: ActivateReadSetJobItem)
@@ -453,8 +502,11 @@ module Aws::Omics
453
502
 
454
503
  ActivateReadSetSourceList.member = Shapes::ShapeRef.new(shape: ActivateReadSetSourceItem)
455
504
 
456
- AnnotationImportItemDetail.add_member(:job_status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "jobStatus"))
505
+ AnnotationFieldMap.key = Shapes::ShapeRef.new(shape: AnnotationFieldMapKeyString)
506
+ AnnotationFieldMap.value = Shapes::ShapeRef.new(shape: AnnotationFieldMapValueString)
507
+
457
508
  AnnotationImportItemDetail.add_member(:source, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "source"))
509
+ AnnotationImportItemDetail.add_member(:job_status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "jobStatus"))
458
510
  AnnotationImportItemDetail.struct_class = Types::AnnotationImportItemDetail
459
511
 
460
512
  AnnotationImportItemDetails.member = Shapes::ShapeRef.new(shape: AnnotationImportItemDetail)
@@ -464,30 +516,31 @@ module Aws::Omics
464
516
 
465
517
  AnnotationImportItemSources.member = Shapes::ShapeRef.new(shape: AnnotationImportItemSource)
466
518
 
467
- AnnotationImportJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: CompletionTime, location_name: "completionTime"))
468
- AnnotationImportJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
469
- AnnotationImportJobItem.add_member(:destination_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "destinationName"))
470
519
  AnnotationImportJobItem.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
520
+ AnnotationImportJobItem.add_member(:destination_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "destinationName"))
471
521
  AnnotationImportJobItem.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
472
- AnnotationImportJobItem.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, location_name: "runLeftNormalization"))
473
522
  AnnotationImportJobItem.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
523
+ AnnotationImportJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
474
524
  AnnotationImportJobItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
525
+ AnnotationImportJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: CompletionTime, location_name: "completionTime"))
526
+ AnnotationImportJobItem.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, location_name: "runLeftNormalization"))
527
+ AnnotationImportJobItem.add_member(:annotation_fields, Shapes::ShapeRef.new(shape: AnnotationFieldMap, location_name: "annotationFields"))
475
528
  AnnotationImportJobItem.struct_class = Types::AnnotationImportJobItem
476
529
 
477
530
  AnnotationImportJobItems.member = Shapes::ShapeRef.new(shape: AnnotationImportJobItem)
478
531
 
479
- AnnotationStoreItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
480
- AnnotationStoreItem.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
481
532
  AnnotationStoreItem.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
482
- AnnotationStoreItem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
483
533
  AnnotationStoreItem.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
484
- AnnotationStoreItem.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
485
534
  AnnotationStoreItem.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
486
- AnnotationStoreItem.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
487
535
  AnnotationStoreItem.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
536
+ AnnotationStoreItem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
488
537
  AnnotationStoreItem.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, required: true, location_name: "storeFormat"))
489
- AnnotationStoreItem.add_member(:store_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "storeSizeBytes"))
538
+ AnnotationStoreItem.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
539
+ AnnotationStoreItem.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
540
+ AnnotationStoreItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
490
541
  AnnotationStoreItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
542
+ AnnotationStoreItem.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
543
+ AnnotationStoreItem.add_member(:store_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "storeSizeBytes"))
491
544
  AnnotationStoreItem.struct_class = Types::AnnotationStoreItem
492
545
 
493
546
  AnnotationStoreItems.member = Shapes::ShapeRef.new(shape: AnnotationStoreItem)
@@ -512,48 +565,89 @@ module Aws::Omics
512
565
 
513
566
  CancelVariantImportResponse.struct_class = Types::CancelVariantImportResponse
514
567
 
568
+ CompleteMultipartReadSetUploadRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
569
+ CompleteMultipartReadSetUploadRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location: "uri", location_name: "uploadId"))
570
+ CompleteMultipartReadSetUploadRequest.add_member(:parts, Shapes::ShapeRef.new(shape: CompleteReadSetUploadPartList, required: true, location_name: "parts"))
571
+ CompleteMultipartReadSetUploadRequest.struct_class = Types::CompleteMultipartReadSetUploadRequest
572
+
573
+ CompleteMultipartReadSetUploadResponse.add_member(:read_set_id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location_name: "readSetId"))
574
+ CompleteMultipartReadSetUploadResponse.struct_class = Types::CompleteMultipartReadSetUploadResponse
575
+
576
+ CompleteReadSetUploadPartList.member = Shapes::ShapeRef.new(shape: CompleteReadSetUploadPartListItem)
577
+
578
+ CompleteReadSetUploadPartListItem.add_member(:part_number, Shapes::ShapeRef.new(shape: CompleteReadSetUploadPartListItemPartNumberInteger, required: true, location_name: "partNumber"))
579
+ CompleteReadSetUploadPartListItem.add_member(:part_source, Shapes::ShapeRef.new(shape: ReadSetPartSource, required: true, location_name: "partSource"))
580
+ CompleteReadSetUploadPartListItem.add_member(:checksum, Shapes::ShapeRef.new(shape: String, required: true, location_name: "checksum"))
581
+ CompleteReadSetUploadPartListItem.struct_class = Types::CompleteReadSetUploadPartListItem
582
+
515
583
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
516
584
  ConflictException.struct_class = Types::ConflictException
517
585
 
518
- CreateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
519
- CreateAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: CreateAnnotationStoreRequestNameString, location_name: "name"))
520
586
  CreateAnnotationStoreRequest.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, location_name: "reference"))
587
+ CreateAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: CreateAnnotationStoreRequestNameString, location_name: "name"))
588
+ CreateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
589
+ CreateAnnotationStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
521
590
  CreateAnnotationStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
522
591
  CreateAnnotationStoreRequest.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, required: true, location_name: "storeFormat"))
523
592
  CreateAnnotationStoreRequest.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
524
- CreateAnnotationStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
525
593
  CreateAnnotationStoreRequest.struct_class = Types::CreateAnnotationStoreRequest
526
594
 
527
- CreateAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
528
595
  CreateAnnotationStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
529
- CreateAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
530
596
  CreateAnnotationStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, location_name: "reference"))
531
- CreateAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
532
597
  CreateAnnotationStoreResponse.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, location_name: "storeFormat"))
533
598
  CreateAnnotationStoreResponse.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
599
+ CreateAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
600
+ CreateAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
601
+ CreateAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
534
602
  CreateAnnotationStoreResponse.struct_class = Types::CreateAnnotationStoreResponse
535
603
 
536
- CreateReferenceStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
537
- CreateReferenceStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceStoreDescription, location_name: "description"))
604
+ CreateMultipartReadSetUploadRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
605
+ CreateMultipartReadSetUploadRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
606
+ CreateMultipartReadSetUploadRequest.add_member(:source_file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "sourceFileType"))
607
+ CreateMultipartReadSetUploadRequest.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, required: true, location_name: "subjectId"))
608
+ CreateMultipartReadSetUploadRequest.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, required: true, location_name: "sampleId"))
609
+ CreateMultipartReadSetUploadRequest.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
610
+ CreateMultipartReadSetUploadRequest.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, required: true, location_name: "referenceArn"))
611
+ CreateMultipartReadSetUploadRequest.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, required: true, location_name: "name"))
612
+ CreateMultipartReadSetUploadRequest.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
613
+ CreateMultipartReadSetUploadRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
614
+ CreateMultipartReadSetUploadRequest.struct_class = Types::CreateMultipartReadSetUploadRequest
615
+
616
+ CreateMultipartReadSetUploadResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
617
+ CreateMultipartReadSetUploadResponse.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location_name: "uploadId"))
618
+ CreateMultipartReadSetUploadResponse.add_member(:source_file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "sourceFileType"))
619
+ CreateMultipartReadSetUploadResponse.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, required: true, location_name: "subjectId"))
620
+ CreateMultipartReadSetUploadResponse.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, required: true, location_name: "sampleId"))
621
+ CreateMultipartReadSetUploadResponse.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
622
+ CreateMultipartReadSetUploadResponse.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, required: true, location_name: "referenceArn"))
623
+ CreateMultipartReadSetUploadResponse.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
624
+ CreateMultipartReadSetUploadResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
625
+ CreateMultipartReadSetUploadResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
626
+ CreateMultipartReadSetUploadResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
627
+ CreateMultipartReadSetUploadResponse.struct_class = Types::CreateMultipartReadSetUploadResponse
628
+
538
629
  CreateReferenceStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceStoreName, required: true, location_name: "name"))
630
+ CreateReferenceStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceStoreDescription, location_name: "description"))
539
631
  CreateReferenceStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
540
632
  CreateReferenceStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
633
+ CreateReferenceStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
541
634
  CreateReferenceStoreRequest.struct_class = Types::CreateReferenceStoreRequest
542
635
 
543
- CreateReferenceStoreResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceStoreArn, required: true, location_name: "arn"))
544
- CreateReferenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
545
- CreateReferenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceStoreDescription, location_name: "description"))
546
636
  CreateReferenceStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "id"))
637
+ CreateReferenceStoreResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceStoreArn, required: true, location_name: "arn"))
547
638
  CreateReferenceStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceStoreName, location_name: "name"))
639
+ CreateReferenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceStoreDescription, location_name: "description"))
548
640
  CreateReferenceStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
641
+ CreateReferenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
549
642
  CreateReferenceStoreResponse.struct_class = Types::CreateReferenceStoreResponse
550
643
 
644
+ CreateRunGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
551
645
  CreateRunGroupRequest.add_member(:max_cpus, Shapes::ShapeRef.new(shape: CreateRunGroupRequestMaxCpusInteger, location_name: "maxCpus"))
552
- CreateRunGroupRequest.add_member(:max_duration, Shapes::ShapeRef.new(shape: CreateRunGroupRequestMaxDurationInteger, location_name: "maxDuration"))
553
646
  CreateRunGroupRequest.add_member(:max_runs, Shapes::ShapeRef.new(shape: CreateRunGroupRequestMaxRunsInteger, location_name: "maxRuns"))
554
- CreateRunGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
555
- CreateRunGroupRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: RunGroupRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
647
+ CreateRunGroupRequest.add_member(:max_duration, Shapes::ShapeRef.new(shape: CreateRunGroupRequestMaxDurationInteger, location_name: "maxDuration"))
556
648
  CreateRunGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
649
+ CreateRunGroupRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: RunGroupRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
650
+ CreateRunGroupRequest.add_member(:max_gpus, Shapes::ShapeRef.new(shape: CreateRunGroupRequestMaxGpusInteger, location_name: "maxGpus"))
557
651
  CreateRunGroupRequest.struct_class = Types::CreateRunGroupRequest
558
652
 
559
653
  CreateRunGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunGroupArn, location_name: "arn"))
@@ -561,45 +655,48 @@ module Aws::Omics
561
655
  CreateRunGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
562
656
  CreateRunGroupResponse.struct_class = Types::CreateRunGroupResponse
563
657
 
564
- CreateSequenceStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
565
- CreateSequenceStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
566
658
  CreateSequenceStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, required: true, location_name: "name"))
659
+ CreateSequenceStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
567
660
  CreateSequenceStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
568
661
  CreateSequenceStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
662
+ CreateSequenceStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
663
+ CreateSequenceStoreRequest.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
569
664
  CreateSequenceStoreRequest.struct_class = Types::CreateSequenceStoreRequest
570
665
 
571
- CreateSequenceStoreResponse.add_member(:arn, Shapes::ShapeRef.new(shape: SequenceStoreArn, required: true, location_name: "arn"))
572
- CreateSequenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
573
- CreateSequenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
574
666
  CreateSequenceStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "id"))
667
+ CreateSequenceStoreResponse.add_member(:arn, Shapes::ShapeRef.new(shape: SequenceStoreArn, required: true, location_name: "arn"))
575
668
  CreateSequenceStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
669
+ CreateSequenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
576
670
  CreateSequenceStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
671
+ CreateSequenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
672
+ CreateSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
577
673
  CreateSequenceStoreResponse.struct_class = Types::CreateSequenceStoreResponse
578
674
 
579
- CreateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
580
- CreateVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: CreateVariantStoreRequestNameString, location_name: "name"))
581
675
  CreateVariantStoreRequest.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
582
- CreateVariantStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
676
+ CreateVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: CreateVariantStoreRequestNameString, location_name: "name"))
677
+ CreateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
583
678
  CreateVariantStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
679
+ CreateVariantStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
584
680
  CreateVariantStoreRequest.struct_class = Types::CreateVariantStoreRequest
585
681
 
586
- CreateVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
587
682
  CreateVariantStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
588
- CreateVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
589
683
  CreateVariantStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, location_name: "reference"))
590
684
  CreateVariantStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
685
+ CreateVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
686
+ CreateVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
591
687
  CreateVariantStoreResponse.struct_class = Types::CreateVariantStoreResponse
592
688
 
593
- CreateWorkflowRequest.add_member(:definition_uri, Shapes::ShapeRef.new(shape: WorkflowDefinition, location_name: "definitionUri"))
594
- CreateWorkflowRequest.add_member(:definition_zip, Shapes::ShapeRef.new(shape: Blob, location_name: "definitionZip"))
689
+ CreateWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowName, location_name: "name"))
595
690
  CreateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescription, location_name: "description"))
596
691
  CreateWorkflowRequest.add_member(:engine, Shapes::ShapeRef.new(shape: WorkflowEngine, location_name: "engine"))
692
+ CreateWorkflowRequest.add_member(:definition_zip, Shapes::ShapeRef.new(shape: Blob, location_name: "definitionZip"))
693
+ CreateWorkflowRequest.add_member(:definition_uri, Shapes::ShapeRef.new(shape: WorkflowDefinition, location_name: "definitionUri"))
597
694
  CreateWorkflowRequest.add_member(:main, Shapes::ShapeRef.new(shape: WorkflowMain, location_name: "main"))
598
- CreateWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowName, location_name: "name"))
599
695
  CreateWorkflowRequest.add_member(:parameter_template, Shapes::ShapeRef.new(shape: WorkflowParameterTemplate, location_name: "parameterTemplate"))
600
- CreateWorkflowRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: WorkflowRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
601
696
  CreateWorkflowRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: CreateWorkflowRequestStorageCapacityInteger, location_name: "storageCapacity"))
602
697
  CreateWorkflowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
698
+ CreateWorkflowRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: WorkflowRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
699
+ CreateWorkflowRequest.add_member(:accelerators, Shapes::ShapeRef.new(shape: Accelerators, location_name: "accelerators"))
603
700
  CreateWorkflowRequest.struct_class = Types::CreateWorkflowRequest
604
701
 
605
702
  CreateWorkflowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowArn, location_name: "arn"))
@@ -608,8 +705,8 @@ module Aws::Omics
608
705
  CreateWorkflowResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
609
706
  CreateWorkflowResponse.struct_class = Types::CreateWorkflowResponse
610
707
 
611
- DeleteAnnotationStoreRequest.add_member(:force, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location: "querystring", location_name: "force"))
612
708
  DeleteAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
709
+ DeleteAnnotationStoreRequest.add_member(:force, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location: "querystring", location_name: "force"))
613
710
  DeleteAnnotationStoreRequest.struct_class = Types::DeleteAnnotationStoreRequest
614
711
 
615
712
  DeleteAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
@@ -637,8 +734,8 @@ module Aws::Omics
637
734
 
638
735
  DeleteSequenceStoreResponse.struct_class = Types::DeleteSequenceStoreResponse
639
736
 
640
- DeleteVariantStoreRequest.add_member(:force, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location: "querystring", location_name: "force"))
641
737
  DeleteVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
738
+ DeleteVariantStoreRequest.add_member(:force, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location: "querystring", location_name: "force"))
642
739
  DeleteVariantStoreRequest.struct_class = Types::DeleteVariantStoreRequest
643
740
 
644
741
  DeleteVariantStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
@@ -657,24 +754,24 @@ module Aws::Omics
657
754
 
658
755
  ExportReadSetDetailList.member = Shapes::ShapeRef.new(shape: ExportReadSetDetail)
659
756
 
757
+ ExportReadSetFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetExportJobStatus, location_name: "status"))
660
758
  ExportReadSetFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
661
759
  ExportReadSetFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
662
- ExportReadSetFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetExportJobStatus, location_name: "status"))
663
760
  ExportReadSetFilter.struct_class = Types::ExportReadSetFilter
664
761
 
665
- ExportReadSetJobDetail.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
666
- ExportReadSetJobDetail.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
667
- ExportReadSetJobDetail.add_member(:destination, Shapes::ShapeRef.new(shape: S3Destination, required: true, location_name: "destination"))
668
762
  ExportReadSetJobDetail.add_member(:id, Shapes::ShapeRef.new(shape: ExportJobId, required: true, location_name: "id"))
669
763
  ExportReadSetJobDetail.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
764
+ ExportReadSetJobDetail.add_member(:destination, Shapes::ShapeRef.new(shape: S3Destination, required: true, location_name: "destination"))
670
765
  ExportReadSetJobDetail.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetExportJobStatus, required: true, location_name: "status"))
766
+ ExportReadSetJobDetail.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
767
+ ExportReadSetJobDetail.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
671
768
  ExportReadSetJobDetail.struct_class = Types::ExportReadSetJobDetail
672
769
 
673
770
  ExportReadSetJobDetailList.member = Shapes::ShapeRef.new(shape: ExportReadSetJobDetail)
674
771
 
675
- FileInformation.add_member(:content_length, Shapes::ShapeRef.new(shape: FileInformationContentLengthLong, location_name: "contentLength"))
676
- FileInformation.add_member(:part_size, Shapes::ShapeRef.new(shape: FileInformationPartSizeLong, location_name: "partSize"))
677
772
  FileInformation.add_member(:total_parts, Shapes::ShapeRef.new(shape: FileInformationTotalPartsInteger, location_name: "totalParts"))
773
+ FileInformation.add_member(:part_size, Shapes::ShapeRef.new(shape: FileInformationPartSizeLong, location_name: "partSize"))
774
+ FileInformation.add_member(:content_length, Shapes::ShapeRef.new(shape: FileInformationContentLengthLong, location_name: "contentLength"))
678
775
  FileInformation.struct_class = Types::FileInformation
679
776
 
680
777
  FormatOptions.add_member(:tsv_options, Shapes::ShapeRef.new(shape: TsvOptions, location_name: "tsvOptions"))
@@ -691,102 +788,104 @@ module Aws::Omics
691
788
  GetAnnotationImportRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "jobId"))
692
789
  GetAnnotationImportRequest.struct_class = Types::GetAnnotationImportRequest
693
790
 
694
- GetAnnotationImportResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: CompletionTime, required: true, location_name: "completionTime"))
695
- GetAnnotationImportResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
696
- GetAnnotationImportResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
697
- GetAnnotationImportResponse.add_member(:format_options, Shapes::ShapeRef.new(shape: FormatOptions, required: true, location_name: "formatOptions"))
698
791
  GetAnnotationImportResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
699
- GetAnnotationImportResponse.add_member(:items, Shapes::ShapeRef.new(shape: AnnotationImportItemDetails, required: true, location_name: "items"))
792
+ GetAnnotationImportResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
700
793
  GetAnnotationImportResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
701
- GetAnnotationImportResponse.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, required: true, location_name: "runLeftNormalization"))
702
794
  GetAnnotationImportResponse.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
703
795
  GetAnnotationImportResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMsg, required: true, location_name: "statusMessage"))
796
+ GetAnnotationImportResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
704
797
  GetAnnotationImportResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
798
+ GetAnnotationImportResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: CompletionTime, required: true, location_name: "completionTime"))
799
+ GetAnnotationImportResponse.add_member(:items, Shapes::ShapeRef.new(shape: AnnotationImportItemDetails, required: true, location_name: "items"))
800
+ GetAnnotationImportResponse.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, required: true, location_name: "runLeftNormalization"))
801
+ GetAnnotationImportResponse.add_member(:format_options, Shapes::ShapeRef.new(shape: FormatOptions, required: true, location_name: "formatOptions"))
802
+ GetAnnotationImportResponse.add_member(:annotation_fields, Shapes::ShapeRef.new(shape: AnnotationFieldMap, location_name: "annotationFields"))
705
803
  GetAnnotationImportResponse.struct_class = Types::GetAnnotationImportResponse
706
804
 
707
805
  GetAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
708
806
  GetAnnotationStoreRequest.struct_class = Types::GetAnnotationStoreRequest
709
807
 
710
- GetAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
711
- GetAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
712
808
  GetAnnotationStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
713
- GetAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
714
809
  GetAnnotationStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
715
- GetAnnotationStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
716
810
  GetAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
717
- GetAnnotationStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
718
811
  GetAnnotationStoreResponse.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
719
- GetAnnotationStoreResponse.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, location_name: "storeFormat"))
812
+ GetAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
813
+ GetAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
814
+ GetAnnotationStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
815
+ GetAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
816
+ GetAnnotationStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
817
+ GetAnnotationStoreResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
720
818
  GetAnnotationStoreResponse.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
819
+ GetAnnotationStoreResponse.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, location_name: "storeFormat"))
820
+ GetAnnotationStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
721
821
  GetAnnotationStoreResponse.add_member(:store_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "storeSizeBytes"))
722
- GetAnnotationStoreResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
723
- GetAnnotationStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
724
822
  GetAnnotationStoreResponse.struct_class = Types::GetAnnotationStoreResponse
725
823
 
726
824
  GetReadSetActivationJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: ActivationJobId, required: true, location: "uri", location_name: "id"))
727
825
  GetReadSetActivationJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
728
826
  GetReadSetActivationJobRequest.struct_class = Types::GetReadSetActivationJobRequest
729
827
 
730
- GetReadSetActivationJobResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
731
- GetReadSetActivationJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
732
828
  GetReadSetActivationJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ActivationJobId, required: true, location_name: "id"))
733
829
  GetReadSetActivationJobResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
734
- GetReadSetActivationJobResponse.add_member(:sources, Shapes::ShapeRef.new(shape: ActivateReadSetSourceList, location_name: "sources"))
735
830
  GetReadSetActivationJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetActivationJobStatus, required: true, location_name: "status"))
736
831
  GetReadSetActivationJobResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMessage, location_name: "statusMessage"))
832
+ GetReadSetActivationJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
833
+ GetReadSetActivationJobResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
834
+ GetReadSetActivationJobResponse.add_member(:sources, Shapes::ShapeRef.new(shape: ActivateReadSetSourceList, location_name: "sources"))
737
835
  GetReadSetActivationJobResponse.struct_class = Types::GetReadSetActivationJobResponse
738
836
 
739
- GetReadSetExportJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: ExportJobId, required: true, location: "uri", location_name: "id"))
740
837
  GetReadSetExportJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
838
+ GetReadSetExportJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: ExportJobId, required: true, location: "uri", location_name: "id"))
741
839
  GetReadSetExportJobRequest.struct_class = Types::GetReadSetExportJobRequest
742
840
 
743
- GetReadSetExportJobResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
744
- GetReadSetExportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
745
- GetReadSetExportJobResponse.add_member(:destination, Shapes::ShapeRef.new(shape: S3Destination, required: true, location_name: "destination"))
746
841
  GetReadSetExportJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ExportJobId, required: true, location_name: "id"))
747
- GetReadSetExportJobResponse.add_member(:read_sets, Shapes::ShapeRef.new(shape: ExportReadSetDetailList, location_name: "readSets"))
748
842
  GetReadSetExportJobResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
843
+ GetReadSetExportJobResponse.add_member(:destination, Shapes::ShapeRef.new(shape: S3Destination, required: true, location_name: "destination"))
749
844
  GetReadSetExportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetExportJobStatus, required: true, location_name: "status"))
750
845
  GetReadSetExportJobResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMessage, location_name: "statusMessage"))
846
+ GetReadSetExportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
847
+ GetReadSetExportJobResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
848
+ GetReadSetExportJobResponse.add_member(:read_sets, Shapes::ShapeRef.new(shape: ExportReadSetDetailList, location_name: "readSets"))
751
849
  GetReadSetExportJobResponse.struct_class = Types::GetReadSetExportJobResponse
752
850
 
753
851
  GetReadSetImportJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location: "uri", location_name: "id"))
754
852
  GetReadSetImportJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
755
853
  GetReadSetImportJobRequest.struct_class = Types::GetReadSetImportJobRequest
756
854
 
757
- GetReadSetImportJobResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
758
- GetReadSetImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
759
855
  GetReadSetImportJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location_name: "id"))
760
- GetReadSetImportJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
761
856
  GetReadSetImportJobResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
762
- GetReadSetImportJobResponse.add_member(:sources, Shapes::ShapeRef.new(shape: ImportReadSetSourceList, required: true, location_name: "sources"))
857
+ GetReadSetImportJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
763
858
  GetReadSetImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetImportJobStatus, required: true, location_name: "status"))
764
859
  GetReadSetImportJobResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMessage, location_name: "statusMessage"))
860
+ GetReadSetImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
861
+ GetReadSetImportJobResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
862
+ GetReadSetImportJobResponse.add_member(:sources, Shapes::ShapeRef.new(shape: ImportReadSetSourceList, required: true, location_name: "sources"))
765
863
  GetReadSetImportJobResponse.struct_class = Types::GetReadSetImportJobResponse
766
864
 
767
865
  GetReadSetMetadataRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location: "uri", location_name: "id"))
768
866
  GetReadSetMetadataRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
769
867
  GetReadSetMetadataRequest.struct_class = Types::GetReadSetMetadataRequest
770
868
 
869
+ GetReadSetMetadataResponse.add_member(:id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location_name: "id"))
771
870
  GetReadSetMetadataResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ReadSetArn, required: true, location_name: "arn"))
772
- GetReadSetMetadataResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
871
+ GetReadSetMetadataResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
872
+ GetReadSetMetadataResponse.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, location_name: "subjectId"))
873
+ GetReadSetMetadataResponse.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, location_name: "sampleId"))
874
+ GetReadSetMetadataResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetStatus, required: true, location_name: "status"))
875
+ GetReadSetMetadataResponse.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
773
876
  GetReadSetMetadataResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
774
877
  GetReadSetMetadataResponse.add_member(:file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "fileType"))
775
- GetReadSetMetadataResponse.add_member(:files, Shapes::ShapeRef.new(shape: ReadSetFiles, location_name: "files"))
776
- GetReadSetMetadataResponse.add_member(:id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location_name: "id"))
777
- GetReadSetMetadataResponse.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
778
- GetReadSetMetadataResponse.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
779
- GetReadSetMetadataResponse.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, location_name: "sampleId"))
878
+ GetReadSetMetadataResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
780
879
  GetReadSetMetadataResponse.add_member(:sequence_information, Shapes::ShapeRef.new(shape: SequenceInformation, location_name: "sequenceInformation"))
781
- GetReadSetMetadataResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
782
- GetReadSetMetadataResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetStatus, required: true, location_name: "status"))
783
- GetReadSetMetadataResponse.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, location_name: "subjectId"))
880
+ GetReadSetMetadataResponse.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
881
+ GetReadSetMetadataResponse.add_member(:files, Shapes::ShapeRef.new(shape: ReadSetFiles, location_name: "files"))
882
+ GetReadSetMetadataResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: ReadSetStatusMessage, location_name: "statusMessage"))
784
883
  GetReadSetMetadataResponse.struct_class = Types::GetReadSetMetadataResponse
785
884
 
786
- GetReadSetRequest.add_member(:file, Shapes::ShapeRef.new(shape: ReadSetFile, location: "querystring", location_name: "file"))
787
885
  GetReadSetRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location: "uri", location_name: "id"))
788
- GetReadSetRequest.add_member(:part_number, Shapes::ShapeRef.new(shape: GetReadSetRequestPartNumberInteger, required: true, location: "querystring", location_name: "partNumber"))
789
886
  GetReadSetRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
887
+ GetReadSetRequest.add_member(:file, Shapes::ShapeRef.new(shape: ReadSetFile, location: "querystring", location_name: "file"))
888
+ GetReadSetRequest.add_member(:part_number, Shapes::ShapeRef.new(shape: GetReadSetRequestPartNumberInteger, required: true, location: "querystring", location_name: "partNumber"))
790
889
  GetReadSetRequest.struct_class = Types::GetReadSetRequest
791
890
 
792
891
  GetReadSetResponse.add_member(:payload, Shapes::ShapeRef.new(shape: ReadSetStreamingBlob, location_name: "payload"))
@@ -798,37 +897,37 @@ module Aws::Omics
798
897
  GetReferenceImportJobRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
799
898
  GetReferenceImportJobRequest.struct_class = Types::GetReferenceImportJobRequest
800
899
 
801
- GetReferenceImportJobResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
802
- GetReferenceImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
803
900
  GetReferenceImportJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location_name: "id"))
804
901
  GetReferenceImportJobResponse.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "referenceStoreId"))
805
902
  GetReferenceImportJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
806
- GetReferenceImportJobResponse.add_member(:sources, Shapes::ShapeRef.new(shape: ImportReferenceSourceList, required: true, location_name: "sources"))
807
903
  GetReferenceImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceImportJobStatus, required: true, location_name: "status"))
808
904
  GetReferenceImportJobResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMessage, location_name: "statusMessage"))
905
+ GetReferenceImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
906
+ GetReferenceImportJobResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
907
+ GetReferenceImportJobResponse.add_member(:sources, Shapes::ShapeRef.new(shape: ImportReferenceSourceList, required: true, location_name: "sources"))
809
908
  GetReferenceImportJobResponse.struct_class = Types::GetReferenceImportJobResponse
810
909
 
811
910
  GetReferenceMetadataRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location: "uri", location_name: "id"))
812
911
  GetReferenceMetadataRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
813
912
  GetReferenceMetadataRequest.struct_class = Types::GetReferenceMetadataRequest
814
913
 
815
- GetReferenceMetadataResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceArn, required: true, location_name: "arn"))
816
- GetReferenceMetadataResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
817
- GetReferenceMetadataResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceDescription, location_name: "description"))
818
- GetReferenceMetadataResponse.add_member(:files, Shapes::ShapeRef.new(shape: ReferenceFiles, location_name: "files"))
819
914
  GetReferenceMetadataResponse.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location_name: "id"))
820
- GetReferenceMetadataResponse.add_member(:md5, Shapes::ShapeRef.new(shape: Md5, required: true, location_name: "md5"))
821
- GetReferenceMetadataResponse.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, location_name: "name"))
915
+ GetReferenceMetadataResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceArn, required: true, location_name: "arn"))
822
916
  GetReferenceMetadataResponse.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "referenceStoreId"))
917
+ GetReferenceMetadataResponse.add_member(:md5, Shapes::ShapeRef.new(shape: Md5, required: true, location_name: "md5"))
823
918
  GetReferenceMetadataResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "status"))
919
+ GetReferenceMetadataResponse.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, location_name: "name"))
920
+ GetReferenceMetadataResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceDescription, location_name: "description"))
921
+ GetReferenceMetadataResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
824
922
  GetReferenceMetadataResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
923
+ GetReferenceMetadataResponse.add_member(:files, Shapes::ShapeRef.new(shape: ReferenceFiles, location_name: "files"))
825
924
  GetReferenceMetadataResponse.struct_class = Types::GetReferenceMetadataResponse
826
925
 
827
- GetReferenceRequest.add_member(:file, Shapes::ShapeRef.new(shape: ReferenceFile, location: "querystring", location_name: "file"))
828
926
  GetReferenceRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location: "uri", location_name: "id"))
829
- GetReferenceRequest.add_member(:part_number, Shapes::ShapeRef.new(shape: GetReferenceRequestPartNumberInteger, required: true, location: "querystring", location_name: "partNumber"))
830
- GetReferenceRequest.add_member(:range, Shapes::ShapeRef.new(shape: Range, location: "header", location_name: "Range"))
831
927
  GetReferenceRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
928
+ GetReferenceRequest.add_member(:range, Shapes::ShapeRef.new(shape: Range, location: "header", location_name: "Range"))
929
+ GetReferenceRequest.add_member(:part_number, Shapes::ShapeRef.new(shape: GetReferenceRequestPartNumberInteger, required: true, location: "querystring", location_name: "partNumber"))
930
+ GetReferenceRequest.add_member(:file, Shapes::ShapeRef.new(shape: ReferenceFile, location: "querystring", location_name: "file"))
832
931
  GetReferenceRequest.struct_class = Types::GetReferenceRequest
833
932
 
834
933
  GetReferenceResponse.add_member(:payload, Shapes::ShapeRef.new(shape: ReferenceStreamingBlob, location_name: "payload"))
@@ -839,187 +938,194 @@ module Aws::Omics
839
938
  GetReferenceStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "id"))
840
939
  GetReferenceStoreRequest.struct_class = Types::GetReferenceStoreRequest
841
940
 
842
- GetReferenceStoreResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceStoreArn, required: true, location_name: "arn"))
843
- GetReferenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
844
- GetReferenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceStoreDescription, location_name: "description"))
845
941
  GetReferenceStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "id"))
942
+ GetReferenceStoreResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceStoreArn, required: true, location_name: "arn"))
846
943
  GetReferenceStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceStoreName, location_name: "name"))
944
+ GetReferenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceStoreDescription, location_name: "description"))
847
945
  GetReferenceStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
946
+ GetReferenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
848
947
  GetReferenceStoreResponse.struct_class = Types::GetReferenceStoreResponse
849
948
 
850
949
  GetRunGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, required: true, location: "uri", location_name: "id"))
851
950
  GetRunGroupRequest.struct_class = Types::GetRunGroupRequest
852
951
 
853
952
  GetRunGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunGroupArn, location_name: "arn"))
854
- GetRunGroupResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunGroupTimestamp, location_name: "creationTime"))
855
953
  GetRunGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, location_name: "id"))
954
+ GetRunGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
856
955
  GetRunGroupResponse.add_member(:max_cpus, Shapes::ShapeRef.new(shape: GetRunGroupResponseMaxCpusInteger, location_name: "maxCpus"))
857
- GetRunGroupResponse.add_member(:max_duration, Shapes::ShapeRef.new(shape: GetRunGroupResponseMaxDurationInteger, location_name: "maxDuration"))
858
956
  GetRunGroupResponse.add_member(:max_runs, Shapes::ShapeRef.new(shape: GetRunGroupResponseMaxRunsInteger, location_name: "maxRuns"))
859
- GetRunGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
957
+ GetRunGroupResponse.add_member(:max_duration, Shapes::ShapeRef.new(shape: GetRunGroupResponseMaxDurationInteger, location_name: "maxDuration"))
958
+ GetRunGroupResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunGroupTimestamp, location_name: "creationTime"))
860
959
  GetRunGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
960
+ GetRunGroupResponse.add_member(:max_gpus, Shapes::ShapeRef.new(shape: GetRunGroupResponseMaxGpusInteger, location_name: "maxGpus"))
861
961
  GetRunGroupResponse.struct_class = Types::GetRunGroupResponse
862
962
 
863
- GetRunRequest.add_member(:export, Shapes::ShapeRef.new(shape: RunExportList, location: "querystring", location_name: "export"))
864
963
  GetRunRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
964
+ GetRunRequest.add_member(:export, Shapes::ShapeRef.new(shape: RunExportList, location: "querystring", location_name: "export"))
865
965
  GetRunRequest.struct_class = Types::GetRunRequest
866
966
 
867
967
  GetRunResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunArn, location_name: "arn"))
868
- GetRunResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "creationTime"))
869
- GetRunResponse.add_member(:definition, Shapes::ShapeRef.new(shape: WorkflowDefinition, location_name: "definition"))
870
- GetRunResponse.add_member(:digest, Shapes::ShapeRef.new(shape: WorkflowDigest, location_name: "digest"))
871
968
  GetRunResponse.add_member(:id, Shapes::ShapeRef.new(shape: RunId, location_name: "id"))
872
- GetRunResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: RunLogLevel, location_name: "logLevel"))
969
+ GetRunResponse.add_member(:status, Shapes::ShapeRef.new(shape: RunStatus, location_name: "status"))
970
+ GetRunResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
971
+ GetRunResponse.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "workflowType"))
972
+ GetRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "runId"))
973
+ GetRunResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RunRoleArn, location_name: "roleArn"))
873
974
  GetRunResponse.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location_name: "name"))
874
- GetRunResponse.add_member(:output_uri, Shapes::ShapeRef.new(shape: RunOutputUri, location_name: "outputUri"))
875
- GetRunResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: RunParameters, location_name: "parameters"))
975
+ GetRunResponse.add_member(:run_group_id, Shapes::ShapeRef.new(shape: RunGroupId, location_name: "runGroupId"))
876
976
  GetRunResponse.add_member(:priority, Shapes::ShapeRef.new(shape: GetRunResponsePriorityInteger, location_name: "priority"))
977
+ GetRunResponse.add_member(:definition, Shapes::ShapeRef.new(shape: WorkflowDefinition, location_name: "definition"))
978
+ GetRunResponse.add_member(:digest, Shapes::ShapeRef.new(shape: WorkflowDigest, location_name: "digest"))
979
+ GetRunResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: RunParameters, location_name: "parameters"))
980
+ GetRunResponse.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: GetRunResponseStorageCapacityInteger, location_name: "storageCapacity"))
981
+ GetRunResponse.add_member(:output_uri, Shapes::ShapeRef.new(shape: RunOutputUri, location_name: "outputUri"))
982
+ GetRunResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: RunLogLevel, location_name: "logLevel"))
877
983
  GetRunResponse.add_member(:resource_digests, Shapes::ShapeRef.new(shape: RunResourceDigests, location_name: "resourceDigests"))
878
- GetRunResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RunRoleArn, location_name: "roleArn"))
879
- GetRunResponse.add_member(:run_group_id, Shapes::ShapeRef.new(shape: RunGroupId, location_name: "runGroupId"))
880
- GetRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "runId"))
881
- GetRunResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "startTime"))
882
984
  GetRunResponse.add_member(:started_by, Shapes::ShapeRef.new(shape: RunStartedBy, location_name: "startedBy"))
883
- GetRunResponse.add_member(:status, Shapes::ShapeRef.new(shape: RunStatus, location_name: "status"))
884
- GetRunResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: RunStatusMessage, location_name: "statusMessage"))
985
+ GetRunResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "creationTime"))
986
+ GetRunResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "startTime"))
885
987
  GetRunResponse.add_member(:stop_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "stopTime"))
886
- GetRunResponse.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: GetRunResponseStorageCapacityInteger, location_name: "storageCapacity"))
988
+ GetRunResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: RunStatusMessage, location_name: "statusMessage"))
887
989
  GetRunResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
888
- GetRunResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
889
- GetRunResponse.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "workflowType"))
990
+ GetRunResponse.add_member(:accelerators, Shapes::ShapeRef.new(shape: Accelerators, location_name: "accelerators"))
890
991
  GetRunResponse.struct_class = Types::GetRunResponse
891
992
 
892
993
  GetRunTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
893
994
  GetRunTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location: "uri", location_name: "taskId"))
894
995
  GetRunTaskRequest.struct_class = Types::GetRunTaskRequest
895
996
 
997
+ GetRunTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, location_name: "taskId"))
998
+ GetRunTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "status"))
999
+ GetRunTaskResponse.add_member(:name, Shapes::ShapeRef.new(shape: TaskName, location_name: "name"))
896
1000
  GetRunTaskResponse.add_member(:cpus, Shapes::ShapeRef.new(shape: GetRunTaskResponseCpusInteger, location_name: "cpus"))
897
- GetRunTaskResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "creationTime"))
898
- GetRunTaskResponse.add_member(:log_stream, Shapes::ShapeRef.new(shape: TaskLogStream, location_name: "logStream"))
899
1001
  GetRunTaskResponse.add_member(:memory, Shapes::ShapeRef.new(shape: GetRunTaskResponseMemoryInteger, location_name: "memory"))
900
- GetRunTaskResponse.add_member(:name, Shapes::ShapeRef.new(shape: TaskName, location_name: "name"))
1002
+ GetRunTaskResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "creationTime"))
901
1003
  GetRunTaskResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "startTime"))
902
- GetRunTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "status"))
903
- GetRunTaskResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: TaskStatusMessage, location_name: "statusMessage"))
904
1004
  GetRunTaskResponse.add_member(:stop_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "stopTime"))
905
- GetRunTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, location_name: "taskId"))
1005
+ GetRunTaskResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: TaskStatusMessage, location_name: "statusMessage"))
1006
+ GetRunTaskResponse.add_member(:log_stream, Shapes::ShapeRef.new(shape: TaskLogStream, location_name: "logStream"))
1007
+ GetRunTaskResponse.add_member(:gpus, Shapes::ShapeRef.new(shape: GetRunTaskResponseGpusInteger, location_name: "gpus"))
906
1008
  GetRunTaskResponse.struct_class = Types::GetRunTaskResponse
907
1009
 
908
1010
  GetSequenceStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "id"))
909
1011
  GetSequenceStoreRequest.struct_class = Types::GetSequenceStoreRequest
910
1012
 
911
- GetSequenceStoreResponse.add_member(:arn, Shapes::ShapeRef.new(shape: SequenceStoreArn, required: true, location_name: "arn"))
912
- GetSequenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
913
- GetSequenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
914
1013
  GetSequenceStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "id"))
1014
+ GetSequenceStoreResponse.add_member(:arn, Shapes::ShapeRef.new(shape: SequenceStoreArn, required: true, location_name: "arn"))
915
1015
  GetSequenceStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
1016
+ GetSequenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
916
1017
  GetSequenceStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
1018
+ GetSequenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1019
+ GetSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
917
1020
  GetSequenceStoreResponse.struct_class = Types::GetSequenceStoreResponse
918
1021
 
919
1022
  GetVariantImportRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "jobId"))
920
1023
  GetVariantImportRequest.struct_class = Types::GetVariantImportRequest
921
1024
 
922
- GetVariantImportResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: CompletionTime, location_name: "completionTime"))
923
- GetVariantImportResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
924
- GetVariantImportResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
925
1025
  GetVariantImportResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
926
- GetVariantImportResponse.add_member(:items, Shapes::ShapeRef.new(shape: VariantImportItemDetails, required: true, location_name: "items"))
1026
+ GetVariantImportResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
927
1027
  GetVariantImportResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
928
- GetVariantImportResponse.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, required: true, location_name: "runLeftNormalization"))
929
1028
  GetVariantImportResponse.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
930
1029
  GetVariantImportResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMsg, required: true, location_name: "statusMessage"))
1030
+ GetVariantImportResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
931
1031
  GetVariantImportResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
1032
+ GetVariantImportResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: CompletionTime, location_name: "completionTime"))
1033
+ GetVariantImportResponse.add_member(:items, Shapes::ShapeRef.new(shape: VariantImportItemDetails, required: true, location_name: "items"))
1034
+ GetVariantImportResponse.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, required: true, location_name: "runLeftNormalization"))
1035
+ GetVariantImportResponse.add_member(:annotation_fields, Shapes::ShapeRef.new(shape: AnnotationFieldMap, location_name: "annotationFields"))
932
1036
  GetVariantImportResponse.struct_class = Types::GetVariantImportResponse
933
1037
 
934
1038
  GetVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
935
1039
  GetVariantStoreRequest.struct_class = Types::GetVariantStoreRequest
936
1040
 
937
- GetVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
938
- GetVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
939
1041
  GetVariantStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
940
- GetVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
941
1042
  GetVariantStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
942
- GetVariantStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
943
1043
  GetVariantStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
944
- GetVariantStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
945
1044
  GetVariantStoreResponse.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
946
- GetVariantStoreResponse.add_member(:store_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "storeSizeBytes"))
947
- GetVariantStoreResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
1045
+ GetVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1046
+ GetVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
1047
+ GetVariantStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
1048
+ GetVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
948
1049
  GetVariantStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
1050
+ GetVariantStoreResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
1051
+ GetVariantStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
1052
+ GetVariantStoreResponse.add_member(:store_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "storeSizeBytes"))
949
1053
  GetVariantStoreResponse.struct_class = Types::GetVariantStoreResponse
950
1054
 
951
- GetWorkflowRequest.add_member(:export, Shapes::ShapeRef.new(shape: WorkflowExportList, location: "querystring", location_name: "export"))
952
1055
  GetWorkflowRequest.add_member(:id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "id"))
953
1056
  GetWorkflowRequest.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location: "querystring", location_name: "type"))
1057
+ GetWorkflowRequest.add_member(:export, Shapes::ShapeRef.new(shape: WorkflowExportList, location: "querystring", location_name: "export"))
954
1058
  GetWorkflowRequest.struct_class = Types::GetWorkflowRequest
955
1059
 
956
1060
  GetWorkflowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowArn, location_name: "arn"))
957
- GetWorkflowResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: WorkflowTimestamp, location_name: "creationTime"))
958
- GetWorkflowResponse.add_member(:definition, Shapes::ShapeRef.new(shape: WorkflowDefinition, location_name: "definition"))
1061
+ GetWorkflowResponse.add_member(:id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "id"))
1062
+ GetWorkflowResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowStatus, location_name: "status"))
1063
+ GetWorkflowResponse.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "type"))
1064
+ GetWorkflowResponse.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowName, location_name: "name"))
959
1065
  GetWorkflowResponse.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescription, location_name: "description"))
960
- GetWorkflowResponse.add_member(:digest, Shapes::ShapeRef.new(shape: WorkflowDigest, location_name: "digest"))
961
1066
  GetWorkflowResponse.add_member(:engine, Shapes::ShapeRef.new(shape: WorkflowEngine, location_name: "engine"))
962
- GetWorkflowResponse.add_member(:id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "id"))
1067
+ GetWorkflowResponse.add_member(:definition, Shapes::ShapeRef.new(shape: WorkflowDefinition, location_name: "definition"))
963
1068
  GetWorkflowResponse.add_member(:main, Shapes::ShapeRef.new(shape: WorkflowMain, location_name: "main"))
964
- GetWorkflowResponse.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowName, location_name: "name"))
1069
+ GetWorkflowResponse.add_member(:digest, Shapes::ShapeRef.new(shape: WorkflowDigest, location_name: "digest"))
965
1070
  GetWorkflowResponse.add_member(:parameter_template, Shapes::ShapeRef.new(shape: WorkflowParameterTemplate, location_name: "parameterTemplate"))
966
- GetWorkflowResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowStatus, location_name: "status"))
967
- GetWorkflowResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: WorkflowStatusMessage, location_name: "statusMessage"))
968
1071
  GetWorkflowResponse.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: GetWorkflowResponseStorageCapacityInteger, location_name: "storageCapacity"))
1072
+ GetWorkflowResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: WorkflowTimestamp, location_name: "creationTime"))
1073
+ GetWorkflowResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: WorkflowStatusMessage, location_name: "statusMessage"))
969
1074
  GetWorkflowResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
970
- GetWorkflowResponse.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "type"))
1075
+ GetWorkflowResponse.add_member(:metadata, Shapes::ShapeRef.new(shape: WorkflowMetadata, location_name: "metadata"))
1076
+ GetWorkflowResponse.add_member(:accelerators, Shapes::ShapeRef.new(shape: Accelerators, location_name: "accelerators"))
971
1077
  GetWorkflowResponse.struct_class = Types::GetWorkflowResponse
972
1078
 
1079
+ ImportReadSetFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetImportJobStatus, location_name: "status"))
973
1080
  ImportReadSetFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
974
1081
  ImportReadSetFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
975
- ImportReadSetFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetImportJobStatus, location_name: "status"))
976
1082
  ImportReadSetFilter.struct_class = Types::ImportReadSetFilter
977
1083
 
978
- ImportReadSetJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
979
- ImportReadSetJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
980
1084
  ImportReadSetJobItem.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location_name: "id"))
981
- ImportReadSetJobItem.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
982
1085
  ImportReadSetJobItem.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
1086
+ ImportReadSetJobItem.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
983
1087
  ImportReadSetJobItem.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetImportJobStatus, required: true, location_name: "status"))
1088
+ ImportReadSetJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1089
+ ImportReadSetJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
984
1090
  ImportReadSetJobItem.struct_class = Types::ImportReadSetJobItem
985
1091
 
986
1092
  ImportReadSetJobList.member = Shapes::ShapeRef.new(shape: ImportReadSetJobItem)
987
1093
 
988
- ImportReadSetSourceItem.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
989
- ImportReadSetSourceItem.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
990
- ImportReadSetSourceItem.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
991
- ImportReadSetSourceItem.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
992
- ImportReadSetSourceItem.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, required: true, location_name: "sampleId"))
993
- ImportReadSetSourceItem.add_member(:source_file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "sourceFileType"))
994
1094
  ImportReadSetSourceItem.add_member(:source_files, Shapes::ShapeRef.new(shape: SourceFiles, required: true, location_name: "sourceFiles"))
1095
+ ImportReadSetSourceItem.add_member(:source_file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "sourceFileType"))
995
1096
  ImportReadSetSourceItem.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetImportJobItemStatus, required: true, location_name: "status"))
996
1097
  ImportReadSetSourceItem.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMessage, location_name: "statusMessage"))
997
1098
  ImportReadSetSourceItem.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, required: true, location_name: "subjectId"))
1099
+ ImportReadSetSourceItem.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, required: true, location_name: "sampleId"))
1100
+ ImportReadSetSourceItem.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
1101
+ ImportReadSetSourceItem.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
1102
+ ImportReadSetSourceItem.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
1103
+ ImportReadSetSourceItem.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
998
1104
  ImportReadSetSourceItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
999
1105
  ImportReadSetSourceItem.struct_class = Types::ImportReadSetSourceItem
1000
1106
 
1001
1107
  ImportReadSetSourceList.member = Shapes::ShapeRef.new(shape: ImportReadSetSourceItem)
1002
1108
 
1109
+ ImportReferenceFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceImportJobStatus, location_name: "status"))
1003
1110
  ImportReferenceFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
1004
1111
  ImportReferenceFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
1005
- ImportReferenceFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceImportJobStatus, location_name: "status"))
1006
1112
  ImportReferenceFilter.struct_class = Types::ImportReferenceFilter
1007
1113
 
1008
- ImportReferenceJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
1009
- ImportReferenceJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1010
1114
  ImportReferenceJobItem.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location_name: "id"))
1011
1115
  ImportReferenceJobItem.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "referenceStoreId"))
1012
1116
  ImportReferenceJobItem.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1013
1117
  ImportReferenceJobItem.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceImportJobStatus, required: true, location_name: "status"))
1118
+ ImportReferenceJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1119
+ ImportReferenceJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
1014
1120
  ImportReferenceJobItem.struct_class = Types::ImportReferenceJobItem
1015
1121
 
1016
1122
  ImportReferenceJobList.member = Shapes::ShapeRef.new(shape: ImportReferenceJobItem)
1017
1123
 
1018
- ImportReferenceSourceItem.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceDescription, location_name: "description"))
1019
- ImportReferenceSourceItem.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, location_name: "name"))
1020
1124
  ImportReferenceSourceItem.add_member(:source_file, Shapes::ShapeRef.new(shape: S3Uri, location_name: "sourceFile"))
1021
1125
  ImportReferenceSourceItem.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceImportJobItemStatus, required: true, location_name: "status"))
1022
1126
  ImportReferenceSourceItem.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMessage, location_name: "statusMessage"))
1127
+ ImportReferenceSourceItem.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, location_name: "name"))
1128
+ ImportReferenceSourceItem.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceDescription, location_name: "description"))
1023
1129
  ImportReferenceSourceItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1024
1130
  ImportReferenceSourceItem.struct_class = Types::ImportReferenceSourceItem
1025
1131
 
@@ -1032,10 +1138,10 @@ module Aws::Omics
1032
1138
  ListAnnotationImportJobsFilter.add_member(:store_name, Shapes::ShapeRef.new(shape: String, location_name: "storeName"))
1033
1139
  ListAnnotationImportJobsFilter.struct_class = Types::ListAnnotationImportJobsFilter
1034
1140
 
1035
- ListAnnotationImportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListAnnotationImportJobsFilter, location_name: "filter"))
1036
- ListAnnotationImportJobsRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ListAnnotationImportJobsRequestIdsList, location_name: "ids"))
1037
1141
  ListAnnotationImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAnnotationImportJobsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1142
+ ListAnnotationImportJobsRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ListAnnotationImportJobsRequestIdsList, location_name: "ids"))
1038
1143
  ListAnnotationImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListAnnotationImportJobsRequestNextTokenString, location: "querystring", location_name: "nextToken"))
1144
+ ListAnnotationImportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListAnnotationImportJobsFilter, location_name: "filter"))
1039
1145
  ListAnnotationImportJobsRequest.struct_class = Types::ListAnnotationImportJobsRequest
1040
1146
 
1041
1147
  ListAnnotationImportJobsRequestIdsList.member = Shapes::ShapeRef.new(shape: ResourceIdentifier)
@@ -1047,10 +1153,10 @@ module Aws::Omics
1047
1153
  ListAnnotationStoresFilter.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, location_name: "status"))
1048
1154
  ListAnnotationStoresFilter.struct_class = Types::ListAnnotationStoresFilter
1049
1155
 
1050
- ListAnnotationStoresRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListAnnotationStoresFilter, location_name: "filter"))
1051
1156
  ListAnnotationStoresRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ListAnnotationStoresRequestIdsList, location_name: "ids"))
1052
1157
  ListAnnotationStoresRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAnnotationStoresRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1053
1158
  ListAnnotationStoresRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListAnnotationStoresRequestNextTokenString, location: "querystring", location_name: "nextToken"))
1159
+ ListAnnotationStoresRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListAnnotationStoresFilter, location_name: "filter"))
1054
1160
  ListAnnotationStoresRequest.struct_class = Types::ListAnnotationStoresRequest
1055
1161
 
1056
1162
  ListAnnotationStoresRequestIdsList.member = Shapes::ShapeRef.new(shape: ResourceIdentifier)
@@ -1059,78 +1165,99 @@ module Aws::Omics
1059
1165
  ListAnnotationStoresResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1060
1166
  ListAnnotationStoresResponse.struct_class = Types::ListAnnotationStoresResponse
1061
1167
 
1062
- ListReadSetActivationJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ActivateReadSetFilter, location_name: "filter"))
1168
+ ListMultipartReadSetUploadsRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
1169
+ ListMultipartReadSetUploadsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMultipartReadSetUploadsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1170
+ ListMultipartReadSetUploadsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1171
+ ListMultipartReadSetUploadsRequest.struct_class = Types::ListMultipartReadSetUploadsRequest
1172
+
1173
+ ListMultipartReadSetUploadsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1174
+ ListMultipartReadSetUploadsResponse.add_member(:uploads, Shapes::ShapeRef.new(shape: MultipartReadSetUploadList, location_name: "uploads"))
1175
+ ListMultipartReadSetUploadsResponse.struct_class = Types::ListMultipartReadSetUploadsResponse
1176
+
1177
+ ListReadSetActivationJobsRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
1063
1178
  ListReadSetActivationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReadSetActivationJobsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1064
1179
  ListReadSetActivationJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1065
- ListReadSetActivationJobsRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
1180
+ ListReadSetActivationJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ActivateReadSetFilter, location_name: "filter"))
1066
1181
  ListReadSetActivationJobsRequest.struct_class = Types::ListReadSetActivationJobsRequest
1067
1182
 
1068
- ListReadSetActivationJobsResponse.add_member(:activation_jobs, Shapes::ShapeRef.new(shape: ActivateReadSetJobList, location_name: "activationJobs"))
1069
1183
  ListReadSetActivationJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1184
+ ListReadSetActivationJobsResponse.add_member(:activation_jobs, Shapes::ShapeRef.new(shape: ActivateReadSetJobList, location_name: "activationJobs"))
1070
1185
  ListReadSetActivationJobsResponse.struct_class = Types::ListReadSetActivationJobsResponse
1071
1186
 
1072
- ListReadSetExportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ExportReadSetFilter, location_name: "filter"))
1187
+ ListReadSetExportJobsRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
1073
1188
  ListReadSetExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReadSetExportJobsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1074
1189
  ListReadSetExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1075
- ListReadSetExportJobsRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
1190
+ ListReadSetExportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ExportReadSetFilter, location_name: "filter"))
1076
1191
  ListReadSetExportJobsRequest.struct_class = Types::ListReadSetExportJobsRequest
1077
1192
 
1078
- ListReadSetExportJobsResponse.add_member(:export_jobs, Shapes::ShapeRef.new(shape: ExportReadSetJobDetailList, location_name: "exportJobs"))
1079
1193
  ListReadSetExportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1194
+ ListReadSetExportJobsResponse.add_member(:export_jobs, Shapes::ShapeRef.new(shape: ExportReadSetJobDetailList, location_name: "exportJobs"))
1080
1195
  ListReadSetExportJobsResponse.struct_class = Types::ListReadSetExportJobsResponse
1081
1196
 
1082
- ListReadSetImportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ImportReadSetFilter, location_name: "filter"))
1083
1197
  ListReadSetImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReadSetImportJobsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1084
1198
  ListReadSetImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1085
1199
  ListReadSetImportJobsRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
1200
+ ListReadSetImportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ImportReadSetFilter, location_name: "filter"))
1086
1201
  ListReadSetImportJobsRequest.struct_class = Types::ListReadSetImportJobsRequest
1087
1202
 
1088
- ListReadSetImportJobsResponse.add_member(:import_jobs, Shapes::ShapeRef.new(shape: ImportReadSetJobList, location_name: "importJobs"))
1089
1203
  ListReadSetImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1204
+ ListReadSetImportJobsResponse.add_member(:import_jobs, Shapes::ShapeRef.new(shape: ImportReadSetJobList, location_name: "importJobs"))
1090
1205
  ListReadSetImportJobsResponse.struct_class = Types::ListReadSetImportJobsResponse
1091
1206
 
1092
- ListReadSetsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ReadSetFilter, location_name: "filter"))
1207
+ ListReadSetUploadPartsRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
1208
+ ListReadSetUploadPartsRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location: "uri", location_name: "uploadId"))
1209
+ ListReadSetUploadPartsRequest.add_member(:part_source, Shapes::ShapeRef.new(shape: ReadSetPartSource, required: true, location_name: "partSource"))
1210
+ ListReadSetUploadPartsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReadSetUploadPartsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1211
+ ListReadSetUploadPartsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1212
+ ListReadSetUploadPartsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ReadSetUploadPartListFilter, location_name: "filter"))
1213
+ ListReadSetUploadPartsRequest.struct_class = Types::ListReadSetUploadPartsRequest
1214
+
1215
+ ListReadSetUploadPartsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1216
+ ListReadSetUploadPartsResponse.add_member(:parts, Shapes::ShapeRef.new(shape: ReadSetUploadPartList, location_name: "parts"))
1217
+ ListReadSetUploadPartsResponse.struct_class = Types::ListReadSetUploadPartsResponse
1218
+
1219
+ ListReadSetsRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
1093
1220
  ListReadSetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReadSetsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1094
1221
  ListReadSetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1095
- ListReadSetsRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
1222
+ ListReadSetsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ReadSetFilter, location_name: "filter"))
1096
1223
  ListReadSetsRequest.struct_class = Types::ListReadSetsRequest
1097
1224
 
1098
1225
  ListReadSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1099
1226
  ListReadSetsResponse.add_member(:read_sets, Shapes::ShapeRef.new(shape: ReadSetList, required: true, location_name: "readSets"))
1100
1227
  ListReadSetsResponse.struct_class = Types::ListReadSetsResponse
1101
1228
 
1102
- ListReferenceImportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ImportReferenceFilter, location_name: "filter"))
1103
1229
  ListReferenceImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReferenceImportJobsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1104
1230
  ListReferenceImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1105
1231
  ListReferenceImportJobsRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
1232
+ ListReferenceImportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ImportReferenceFilter, location_name: "filter"))
1106
1233
  ListReferenceImportJobsRequest.struct_class = Types::ListReferenceImportJobsRequest
1107
1234
 
1108
- ListReferenceImportJobsResponse.add_member(:import_jobs, Shapes::ShapeRef.new(shape: ImportReferenceJobList, location_name: "importJobs"))
1109
1235
  ListReferenceImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1236
+ ListReferenceImportJobsResponse.add_member(:import_jobs, Shapes::ShapeRef.new(shape: ImportReferenceJobList, location_name: "importJobs"))
1110
1237
  ListReferenceImportJobsResponse.struct_class = Types::ListReferenceImportJobsResponse
1111
1238
 
1112
- ListReferenceStoresRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ReferenceStoreFilter, location_name: "filter"))
1113
1239
  ListReferenceStoresRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReferenceStoresRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1114
1240
  ListReferenceStoresRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1241
+ ListReferenceStoresRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ReferenceStoreFilter, location_name: "filter"))
1115
1242
  ListReferenceStoresRequest.struct_class = Types::ListReferenceStoresRequest
1116
1243
 
1117
1244
  ListReferenceStoresResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1118
1245
  ListReferenceStoresResponse.add_member(:reference_stores, Shapes::ShapeRef.new(shape: ReferenceStoreDetailList, required: true, location_name: "referenceStores"))
1119
1246
  ListReferenceStoresResponse.struct_class = Types::ListReferenceStoresResponse
1120
1247
 
1121
- ListReferencesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ReferenceFilter, location_name: "filter"))
1248
+ ListReferencesRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
1122
1249
  ListReferencesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReferencesRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1123
1250
  ListReferencesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1124
- ListReferencesRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
1251
+ ListReferencesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ReferenceFilter, location_name: "filter"))
1125
1252
  ListReferencesRequest.struct_class = Types::ListReferencesRequest
1126
1253
 
1127
1254
  ListReferencesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1128
1255
  ListReferencesResponse.add_member(:references, Shapes::ShapeRef.new(shape: ReferenceList, required: true, location_name: "references"))
1129
1256
  ListReferencesResponse.struct_class = Types::ListReferencesResponse
1130
1257
 
1131
- ListRunGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRunGroupsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1132
1258
  ListRunGroupsRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location: "querystring", location_name: "name"))
1133
1259
  ListRunGroupsRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: RunGroupListToken, location: "querystring", location_name: "startingToken"))
1260
+ ListRunGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRunGroupsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1134
1261
  ListRunGroupsRequest.struct_class = Types::ListRunGroupsRequest
1135
1262
 
1136
1263
  ListRunGroupsResponse.add_member(:items, Shapes::ShapeRef.new(shape: RunGroupList, location_name: "items"))
@@ -1138,28 +1265,29 @@ module Aws::Omics
1138
1265
  ListRunGroupsResponse.struct_class = Types::ListRunGroupsResponse
1139
1266
 
1140
1267
  ListRunTasksRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
1141
- ListRunTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRunTasksRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1142
- ListRunTasksRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: TaskListToken, location: "querystring", location_name: "startingToken"))
1143
1268
  ListRunTasksRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatus, location: "querystring", location_name: "status"))
1269
+ ListRunTasksRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: TaskListToken, location: "querystring", location_name: "startingToken"))
1270
+ ListRunTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRunTasksRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1144
1271
  ListRunTasksRequest.struct_class = Types::ListRunTasksRequest
1145
1272
 
1146
1273
  ListRunTasksResponse.add_member(:items, Shapes::ShapeRef.new(shape: TaskList, location_name: "items"))
1147
1274
  ListRunTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: TaskListToken, location_name: "nextToken"))
1148
1275
  ListRunTasksResponse.struct_class = Types::ListRunTasksResponse
1149
1276
 
1150
- ListRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRunsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1151
1277
  ListRunsRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location: "querystring", location_name: "name"))
1152
1278
  ListRunsRequest.add_member(:run_group_id, Shapes::ShapeRef.new(shape: RunGroupId, location: "querystring", location_name: "runGroupId"))
1153
1279
  ListRunsRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: RunListToken, location: "querystring", location_name: "startingToken"))
1280
+ ListRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRunsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1281
+ ListRunsRequest.add_member(:status, Shapes::ShapeRef.new(shape: RunStatus, location: "querystring", location_name: "status"))
1154
1282
  ListRunsRequest.struct_class = Types::ListRunsRequest
1155
1283
 
1156
1284
  ListRunsResponse.add_member(:items, Shapes::ShapeRef.new(shape: RunList, location_name: "items"))
1157
1285
  ListRunsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: RunListToken, location_name: "nextToken"))
1158
1286
  ListRunsResponse.struct_class = Types::ListRunsResponse
1159
1287
 
1160
- ListSequenceStoresRequest.add_member(:filter, Shapes::ShapeRef.new(shape: SequenceStoreFilter, location_name: "filter"))
1161
1288
  ListSequenceStoresRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSequenceStoresRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1162
1289
  ListSequenceStoresRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1290
+ ListSequenceStoresRequest.add_member(:filter, Shapes::ShapeRef.new(shape: SequenceStoreFilter, location_name: "filter"))
1163
1291
  ListSequenceStoresRequest.struct_class = Types::ListSequenceStoresRequest
1164
1292
 
1165
1293
  ListSequenceStoresResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
@@ -1176,102 +1304,138 @@ module Aws::Omics
1176
1304
  ListVariantImportJobsFilter.add_member(:store_name, Shapes::ShapeRef.new(shape: String, location_name: "storeName"))
1177
1305
  ListVariantImportJobsFilter.struct_class = Types::ListVariantImportJobsFilter
1178
1306
 
1179
- ListVariantImportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListVariantImportJobsFilter, location_name: "filter"))
1180
- ListVariantImportJobsRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ListVariantImportJobsRequestIdsList, location_name: "ids"))
1181
1307
  ListVariantImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListVariantImportJobsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1308
+ ListVariantImportJobsRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ListVariantImportJobsRequestIdsList, location_name: "ids"))
1182
1309
  ListVariantImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListVariantImportJobsRequestNextTokenString, location: "querystring", location_name: "nextToken"))
1310
+ ListVariantImportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListVariantImportJobsFilter, location_name: "filter"))
1183
1311
  ListVariantImportJobsRequest.struct_class = Types::ListVariantImportJobsRequest
1184
1312
 
1185
1313
  ListVariantImportJobsRequestIdsList.member = Shapes::ShapeRef.new(shape: ResourceIdentifier)
1186
1314
 
1187
- ListVariantImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1188
1315
  ListVariantImportJobsResponse.add_member(:variant_import_jobs, Shapes::ShapeRef.new(shape: VariantImportJobItems, location_name: "variantImportJobs"))
1316
+ ListVariantImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1189
1317
  ListVariantImportJobsResponse.struct_class = Types::ListVariantImportJobsResponse
1190
1318
 
1191
1319
  ListVariantStoresFilter.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, location_name: "status"))
1192
1320
  ListVariantStoresFilter.struct_class = Types::ListVariantStoresFilter
1193
1321
 
1194
- ListVariantStoresRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListVariantStoresFilter, location_name: "filter"))
1195
- ListVariantStoresRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ListVariantStoresRequestIdsList, location_name: "ids"))
1196
1322
  ListVariantStoresRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListVariantStoresRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1323
+ ListVariantStoresRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ListVariantStoresRequestIdsList, location_name: "ids"))
1197
1324
  ListVariantStoresRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListVariantStoresRequestNextTokenString, location: "querystring", location_name: "nextToken"))
1325
+ ListVariantStoresRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListVariantStoresFilter, location_name: "filter"))
1198
1326
  ListVariantStoresRequest.struct_class = Types::ListVariantStoresRequest
1199
1327
 
1200
1328
  ListVariantStoresRequestIdsList.member = Shapes::ShapeRef.new(shape: ResourceIdentifier)
1201
1329
 
1202
- ListVariantStoresResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1203
1330
  ListVariantStoresResponse.add_member(:variant_stores, Shapes::ShapeRef.new(shape: VariantStoreItems, location_name: "variantStores"))
1331
+ ListVariantStoresResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1204
1332
  ListVariantStoresResponse.struct_class = Types::ListVariantStoresResponse
1205
1333
 
1206
- ListWorkflowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListWorkflowsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1334
+ ListWorkflowsRequest.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location: "querystring", location_name: "type"))
1207
1335
  ListWorkflowsRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowName, location: "querystring", location_name: "name"))
1208
1336
  ListWorkflowsRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: WorkflowListToken, location: "querystring", location_name: "startingToken"))
1209
- ListWorkflowsRequest.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location: "querystring", location_name: "type"))
1337
+ ListWorkflowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListWorkflowsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1210
1338
  ListWorkflowsRequest.struct_class = Types::ListWorkflowsRequest
1211
1339
 
1212
1340
  ListWorkflowsResponse.add_member(:items, Shapes::ShapeRef.new(shape: WorkflowList, location_name: "items"))
1213
1341
  ListWorkflowsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: WorkflowListToken, location_name: "nextToken"))
1214
1342
  ListWorkflowsResponse.struct_class = Types::ListWorkflowsResponse
1215
1343
 
1344
+ MultipartReadSetUploadList.member = Shapes::ShapeRef.new(shape: MultipartReadSetUploadListItem)
1345
+
1346
+ MultipartReadSetUploadListItem.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
1347
+ MultipartReadSetUploadListItem.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location_name: "uploadId"))
1348
+ MultipartReadSetUploadListItem.add_member(:source_file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "sourceFileType"))
1349
+ MultipartReadSetUploadListItem.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, required: true, location_name: "subjectId"))
1350
+ MultipartReadSetUploadListItem.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, required: true, location_name: "sampleId"))
1351
+ MultipartReadSetUploadListItem.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, required: true, location_name: "generatedFrom"))
1352
+ MultipartReadSetUploadListItem.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, required: true, location_name: "referenceArn"))
1353
+ MultipartReadSetUploadListItem.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
1354
+ MultipartReadSetUploadListItem.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
1355
+ MultipartReadSetUploadListItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1356
+ MultipartReadSetUploadListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1357
+ MultipartReadSetUploadListItem.struct_class = Types::MultipartReadSetUploadListItem
1358
+
1359
+ NotSupportedOperationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1360
+ NotSupportedOperationException.struct_class = Types::NotSupportedOperationException
1361
+
1216
1362
  RangeNotSatisfiableException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1217
1363
  RangeNotSatisfiableException.struct_class = Types::RangeNotSatisfiableException
1218
1364
 
1219
- ReadOptions.add_member(:comment, Shapes::ShapeRef.new(shape: CommentChar, location_name: "comment"))
1365
+ ReadOptions.add_member(:sep, Shapes::ShapeRef.new(shape: Separator, location_name: "sep"))
1220
1366
  ReadOptions.add_member(:encoding, Shapes::ShapeRef.new(shape: Encoding, location_name: "encoding"))
1367
+ ReadOptions.add_member(:quote, Shapes::ShapeRef.new(shape: Quote, location_name: "quote"))
1368
+ ReadOptions.add_member(:quote_all, Shapes::ShapeRef.new(shape: QuoteAll, location_name: "quoteAll"))
1221
1369
  ReadOptions.add_member(:escape, Shapes::ShapeRef.new(shape: EscapeChar, location_name: "escape"))
1222
1370
  ReadOptions.add_member(:escape_quotes, Shapes::ShapeRef.new(shape: EscapeQuotes, location_name: "escapeQuotes"))
1371
+ ReadOptions.add_member(:comment, Shapes::ShapeRef.new(shape: CommentChar, location_name: "comment"))
1223
1372
  ReadOptions.add_member(:header, Shapes::ShapeRef.new(shape: Header, location_name: "header"))
1224
1373
  ReadOptions.add_member(:line_sep, Shapes::ShapeRef.new(shape: LineSep, location_name: "lineSep"))
1225
- ReadOptions.add_member(:quote, Shapes::ShapeRef.new(shape: Quote, location_name: "quote"))
1226
- ReadOptions.add_member(:quote_all, Shapes::ShapeRef.new(shape: QuoteAll, location_name: "quoteAll"))
1227
- ReadOptions.add_member(:sep, Shapes::ShapeRef.new(shape: Separator, location_name: "sep"))
1228
1374
  ReadOptions.struct_class = Types::ReadOptions
1229
1375
 
1230
- ReadSetBatchError.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
1231
1376
  ReadSetBatchError.add_member(:id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location_name: "id"))
1377
+ ReadSetBatchError.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
1232
1378
  ReadSetBatchError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1233
1379
  ReadSetBatchError.struct_class = Types::ReadSetBatchError
1234
1380
 
1235
1381
  ReadSetBatchErrorList.member = Shapes::ShapeRef.new(shape: ReadSetBatchError)
1236
1382
 
1237
- ReadSetFiles.add_member(:index, Shapes::ShapeRef.new(shape: FileInformation, location_name: "index"))
1238
1383
  ReadSetFiles.add_member(:source1, Shapes::ShapeRef.new(shape: FileInformation, location_name: "source1"))
1239
1384
  ReadSetFiles.add_member(:source2, Shapes::ShapeRef.new(shape: FileInformation, location_name: "source2"))
1385
+ ReadSetFiles.add_member(:index, Shapes::ShapeRef.new(shape: FileInformation, location_name: "index"))
1240
1386
  ReadSetFiles.struct_class = Types::ReadSetFiles
1241
1387
 
1242
- ReadSetFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
1243
- ReadSetFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
1244
1388
  ReadSetFilter.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
1245
- ReadSetFilter.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
1246
1389
  ReadSetFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetStatus, location_name: "status"))
1390
+ ReadSetFilter.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
1391
+ ReadSetFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
1392
+ ReadSetFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
1393
+ ReadSetFilter.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, location_name: "sampleId"))
1394
+ ReadSetFilter.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, location_name: "subjectId"))
1395
+ ReadSetFilter.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
1247
1396
  ReadSetFilter.struct_class = Types::ReadSetFilter
1248
1397
 
1249
1398
  ReadSetIdList.member = Shapes::ShapeRef.new(shape: ReadSetId)
1250
1399
 
1251
1400
  ReadSetList.member = Shapes::ShapeRef.new(shape: ReadSetListItem)
1252
1401
 
1253
- ReadSetListItem.add_member(:arn, Shapes::ShapeRef.new(shape: ReadSetArn, required: true, location_name: "arn"))
1254
- ReadSetListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1255
- ReadSetListItem.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
1256
- ReadSetListItem.add_member(:file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "fileType"))
1257
1402
  ReadSetListItem.add_member(:id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location_name: "id"))
1403
+ ReadSetListItem.add_member(:arn, Shapes::ShapeRef.new(shape: ReadSetArn, required: true, location_name: "arn"))
1404
+ ReadSetListItem.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
1405
+ ReadSetListItem.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, location_name: "subjectId"))
1406
+ ReadSetListItem.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, location_name: "sampleId"))
1407
+ ReadSetListItem.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetStatus, required: true, location_name: "status"))
1258
1408
  ReadSetListItem.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
1409
+ ReadSetListItem.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
1259
1410
  ReadSetListItem.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
1260
- ReadSetListItem.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, location_name: "sampleId"))
1411
+ ReadSetListItem.add_member(:file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "fileType"))
1261
1412
  ReadSetListItem.add_member(:sequence_information, Shapes::ShapeRef.new(shape: SequenceInformation, location_name: "sequenceInformation"))
1262
- ReadSetListItem.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
1263
- ReadSetListItem.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetStatus, required: true, location_name: "status"))
1264
- ReadSetListItem.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, location_name: "subjectId"))
1413
+ ReadSetListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1414
+ ReadSetListItem.add_member(:status_message, Shapes::ShapeRef.new(shape: ReadSetStatusMessage, location_name: "statusMessage"))
1265
1415
  ReadSetListItem.struct_class = Types::ReadSetListItem
1266
1416
 
1267
- ReferenceFiles.add_member(:index, Shapes::ShapeRef.new(shape: FileInformation, location_name: "index"))
1417
+ ReadSetUploadPartList.member = Shapes::ShapeRef.new(shape: ReadSetUploadPartListItem)
1418
+
1419
+ ReadSetUploadPartListFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
1420
+ ReadSetUploadPartListFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
1421
+ ReadSetUploadPartListFilter.struct_class = Types::ReadSetUploadPartListFilter
1422
+
1423
+ ReadSetUploadPartListItem.add_member(:part_number, Shapes::ShapeRef.new(shape: ReadSetUploadPartListItemPartNumberInteger, required: true, location_name: "partNumber"))
1424
+ ReadSetUploadPartListItem.add_member(:part_size, Shapes::ShapeRef.new(shape: ReadSetUploadPartListItemPartSizeLong, required: true, location_name: "partSize"))
1425
+ ReadSetUploadPartListItem.add_member(:part_source, Shapes::ShapeRef.new(shape: ReadSetPartSource, required: true, location_name: "partSource"))
1426
+ ReadSetUploadPartListItem.add_member(:checksum, Shapes::ShapeRef.new(shape: String, required: true, location_name: "checksum"))
1427
+ ReadSetUploadPartListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "creationTime"))
1428
+ ReadSetUploadPartListItem.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedTime"))
1429
+ ReadSetUploadPartListItem.struct_class = Types::ReadSetUploadPartListItem
1430
+
1268
1431
  ReferenceFiles.add_member(:source, Shapes::ShapeRef.new(shape: FileInformation, location_name: "source"))
1432
+ ReferenceFiles.add_member(:index, Shapes::ShapeRef.new(shape: FileInformation, location_name: "index"))
1269
1433
  ReferenceFiles.struct_class = Types::ReferenceFiles
1270
1434
 
1435
+ ReferenceFilter.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, location_name: "name"))
1436
+ ReferenceFilter.add_member(:md5, Shapes::ShapeRef.new(shape: Md5, location_name: "md5"))
1271
1437
  ReferenceFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
1272
1438
  ReferenceFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
1273
- ReferenceFilter.add_member(:md5, Shapes::ShapeRef.new(shape: Md5, location_name: "md5"))
1274
- ReferenceFilter.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, location_name: "name"))
1275
1439
  ReferenceFilter.struct_class = Types::ReferenceFilter
1276
1440
 
1277
1441
  ReferenceItem.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
@@ -1282,30 +1446,30 @@ module Aws::Omics
1282
1446
 
1283
1447
  ReferenceList.member = Shapes::ShapeRef.new(shape: ReferenceListItem)
1284
1448
 
1285
- ReferenceListItem.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceArn, required: true, location_name: "arn"))
1286
- ReferenceListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1287
- ReferenceListItem.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceDescription, location_name: "description"))
1288
1449
  ReferenceListItem.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location_name: "id"))
1289
- ReferenceListItem.add_member(:md5, Shapes::ShapeRef.new(shape: Md5, required: true, location_name: "md5"))
1290
- ReferenceListItem.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, location_name: "name"))
1450
+ ReferenceListItem.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceArn, required: true, location_name: "arn"))
1291
1451
  ReferenceListItem.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "referenceStoreId"))
1452
+ ReferenceListItem.add_member(:md5, Shapes::ShapeRef.new(shape: Md5, required: true, location_name: "md5"))
1292
1453
  ReferenceListItem.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "status"))
1454
+ ReferenceListItem.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, location_name: "name"))
1455
+ ReferenceListItem.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceDescription, location_name: "description"))
1456
+ ReferenceListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1293
1457
  ReferenceListItem.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
1294
1458
  ReferenceListItem.struct_class = Types::ReferenceListItem
1295
1459
 
1296
1460
  ReferenceStoreDetail.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceStoreArn, required: true, location_name: "arn"))
1297
- ReferenceStoreDetail.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1298
- ReferenceStoreDetail.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceStoreDescription, location_name: "description"))
1299
1461
  ReferenceStoreDetail.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "id"))
1300
1462
  ReferenceStoreDetail.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceStoreName, location_name: "name"))
1463
+ ReferenceStoreDetail.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceStoreDescription, location_name: "description"))
1301
1464
  ReferenceStoreDetail.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
1465
+ ReferenceStoreDetail.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1302
1466
  ReferenceStoreDetail.struct_class = Types::ReferenceStoreDetail
1303
1467
 
1304
1468
  ReferenceStoreDetailList.member = Shapes::ShapeRef.new(shape: ReferenceStoreDetail)
1305
1469
 
1470
+ ReferenceStoreFilter.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceStoreName, location_name: "name"))
1306
1471
  ReferenceStoreFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
1307
1472
  ReferenceStoreFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
1308
- ReferenceStoreFilter.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceStoreName, location_name: "name"))
1309
1473
  ReferenceStoreFilter.struct_class = Types::ReferenceStoreFilter
1310
1474
 
1311
1475
  RequestTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
@@ -1319,26 +1483,27 @@ module Aws::Omics
1319
1483
  RunGroupList.member = Shapes::ShapeRef.new(shape: RunGroupListItem)
1320
1484
 
1321
1485
  RunGroupListItem.add_member(:arn, Shapes::ShapeRef.new(shape: RunGroupArn, location_name: "arn"))
1322
- RunGroupListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunGroupTimestamp, location_name: "creationTime"))
1323
1486
  RunGroupListItem.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, location_name: "id"))
1487
+ RunGroupListItem.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
1324
1488
  RunGroupListItem.add_member(:max_cpus, Shapes::ShapeRef.new(shape: RunGroupListItemMaxCpusInteger, location_name: "maxCpus"))
1325
- RunGroupListItem.add_member(:max_duration, Shapes::ShapeRef.new(shape: RunGroupListItemMaxDurationInteger, location_name: "maxDuration"))
1326
1489
  RunGroupListItem.add_member(:max_runs, Shapes::ShapeRef.new(shape: RunGroupListItemMaxRunsInteger, location_name: "maxRuns"))
1327
- RunGroupListItem.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
1490
+ RunGroupListItem.add_member(:max_duration, Shapes::ShapeRef.new(shape: RunGroupListItemMaxDurationInteger, location_name: "maxDuration"))
1491
+ RunGroupListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunGroupTimestamp, location_name: "creationTime"))
1492
+ RunGroupListItem.add_member(:max_gpus, Shapes::ShapeRef.new(shape: RunGroupListItemMaxGpusInteger, location_name: "maxGpus"))
1328
1493
  RunGroupListItem.struct_class = Types::RunGroupListItem
1329
1494
 
1330
1495
  RunList.member = Shapes::ShapeRef.new(shape: RunListItem)
1331
1496
 
1332
1497
  RunListItem.add_member(:arn, Shapes::ShapeRef.new(shape: RunArn, location_name: "arn"))
1333
- RunListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "creationTime"))
1334
1498
  RunListItem.add_member(:id, Shapes::ShapeRef.new(shape: RunId, location_name: "id"))
1499
+ RunListItem.add_member(:status, Shapes::ShapeRef.new(shape: RunStatus, location_name: "status"))
1500
+ RunListItem.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
1335
1501
  RunListItem.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location_name: "name"))
1336
1502
  RunListItem.add_member(:priority, Shapes::ShapeRef.new(shape: RunListItemPriorityInteger, location_name: "priority"))
1503
+ RunListItem.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: RunListItemStorageCapacityInteger, location_name: "storageCapacity"))
1504
+ RunListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "creationTime"))
1337
1505
  RunListItem.add_member(:start_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "startTime"))
1338
- RunListItem.add_member(:status, Shapes::ShapeRef.new(shape: RunStatus, location_name: "status"))
1339
1506
  RunListItem.add_member(:stop_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "stopTime"))
1340
- RunListItem.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: RunListItemStorageCapacityInteger, location_name: "storageCapacity"))
1341
- RunListItem.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
1342
1507
  RunListItem.struct_class = Types::RunListItem
1343
1508
 
1344
1509
  RunResourceDigests.key = Shapes::ShapeRef.new(shape: RunResourceDigestKey)
@@ -1347,25 +1512,26 @@ module Aws::Omics
1347
1512
  SchemaItem.key = Shapes::ShapeRef.new(shape: SchemaItemKeyString)
1348
1513
  SchemaItem.value = Shapes::ShapeRef.new(shape: SchemaValueType)
1349
1514
 
1350
- SequenceInformation.add_member(:alignment, Shapes::ShapeRef.new(shape: String, location_name: "alignment"))
1351
- SequenceInformation.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
1352
- SequenceInformation.add_member(:total_base_count, Shapes::ShapeRef.new(shape: Long, location_name: "totalBaseCount"))
1353
1515
  SequenceInformation.add_member(:total_read_count, Shapes::ShapeRef.new(shape: Long, location_name: "totalReadCount"))
1516
+ SequenceInformation.add_member(:total_base_count, Shapes::ShapeRef.new(shape: Long, location_name: "totalBaseCount"))
1517
+ SequenceInformation.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
1518
+ SequenceInformation.add_member(:alignment, Shapes::ShapeRef.new(shape: String, location_name: "alignment"))
1354
1519
  SequenceInformation.struct_class = Types::SequenceInformation
1355
1520
 
1356
1521
  SequenceStoreDetail.add_member(:arn, Shapes::ShapeRef.new(shape: SequenceStoreArn, required: true, location_name: "arn"))
1357
- SequenceStoreDetail.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1358
- SequenceStoreDetail.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
1359
1522
  SequenceStoreDetail.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "id"))
1360
1523
  SequenceStoreDetail.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
1524
+ SequenceStoreDetail.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
1361
1525
  SequenceStoreDetail.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
1526
+ SequenceStoreDetail.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1527
+ SequenceStoreDetail.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
1362
1528
  SequenceStoreDetail.struct_class = Types::SequenceStoreDetail
1363
1529
 
1364
1530
  SequenceStoreDetailList.member = Shapes::ShapeRef.new(shape: SequenceStoreDetail)
1365
1531
 
1532
+ SequenceStoreFilter.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
1366
1533
  SequenceStoreFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
1367
1534
  SequenceStoreFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
1368
- SequenceStoreFilter.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
1369
1535
  SequenceStoreFilter.struct_class = Types::SequenceStoreFilter
1370
1536
 
1371
1537
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
@@ -1375,112 +1541,113 @@ module Aws::Omics
1375
1541
  SourceFiles.add_member(:source2, Shapes::ShapeRef.new(shape: S3Uri, location_name: "source2"))
1376
1542
  SourceFiles.struct_class = Types::SourceFiles
1377
1543
 
1378
- SseConfig.add_member(:key_arn, Shapes::ShapeRef.new(shape: SseConfigKeyArnString, location_name: "keyArn"))
1379
1544
  SseConfig.add_member(:type, Shapes::ShapeRef.new(shape: EncryptionType, required: true, location_name: "type"))
1545
+ SseConfig.add_member(:key_arn, Shapes::ShapeRef.new(shape: SseConfigKeyArnString, location_name: "keyArn"))
1380
1546
  SseConfig.struct_class = Types::SseConfig
1381
1547
 
1382
1548
  StartAnnotationImportRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
1383
- StartAnnotationImportRequest.add_member(:format_options, Shapes::ShapeRef.new(shape: FormatOptions, location_name: "formatOptions"))
1384
- StartAnnotationImportRequest.add_member(:items, Shapes::ShapeRef.new(shape: AnnotationImportItemSources, required: true, location_name: "items"))
1385
1549
  StartAnnotationImportRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
1550
+ StartAnnotationImportRequest.add_member(:items, Shapes::ShapeRef.new(shape: AnnotationImportItemSources, required: true, location_name: "items"))
1551
+ StartAnnotationImportRequest.add_member(:format_options, Shapes::ShapeRef.new(shape: FormatOptions, location_name: "formatOptions"))
1386
1552
  StartAnnotationImportRequest.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, location_name: "runLeftNormalization"))
1553
+ StartAnnotationImportRequest.add_member(:annotation_fields, Shapes::ShapeRef.new(shape: AnnotationFieldMap, location_name: "annotationFields"))
1387
1554
  StartAnnotationImportRequest.struct_class = Types::StartAnnotationImportRequest
1388
1555
 
1389
1556
  StartAnnotationImportResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "jobId"))
1390
1557
  StartAnnotationImportResponse.struct_class = Types::StartAnnotationImportResponse
1391
1558
 
1392
- StartReadSetActivationJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
1393
1559
  StartReadSetActivationJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
1560
+ StartReadSetActivationJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
1394
1561
  StartReadSetActivationJobRequest.add_member(:sources, Shapes::ShapeRef.new(shape: StartReadSetActivationJobRequestSourcesList, required: true, location_name: "sources"))
1395
1562
  StartReadSetActivationJobRequest.struct_class = Types::StartReadSetActivationJobRequest
1396
1563
 
1397
1564
  StartReadSetActivationJobRequestSourcesList.member = Shapes::ShapeRef.new(shape: StartReadSetActivationJobSourceItem)
1398
1565
 
1399
- StartReadSetActivationJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1400
1566
  StartReadSetActivationJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ActivationJobId, required: true, location_name: "id"))
1401
1567
  StartReadSetActivationJobResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
1402
1568
  StartReadSetActivationJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetActivationJobStatus, required: true, location_name: "status"))
1569
+ StartReadSetActivationJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1403
1570
  StartReadSetActivationJobResponse.struct_class = Types::StartReadSetActivationJobResponse
1404
1571
 
1405
1572
  StartReadSetActivationJobSourceItem.add_member(:read_set_id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location_name: "readSetId"))
1406
1573
  StartReadSetActivationJobSourceItem.struct_class = Types::StartReadSetActivationJobSourceItem
1407
1574
 
1408
- StartReadSetExportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
1575
+ StartReadSetExportJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
1409
1576
  StartReadSetExportJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: S3Destination, required: true, location_name: "destination"))
1410
1577
  StartReadSetExportJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1411
- StartReadSetExportJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
1578
+ StartReadSetExportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
1412
1579
  StartReadSetExportJobRequest.add_member(:sources, Shapes::ShapeRef.new(shape: StartReadSetExportJobRequestSourcesList, required: true, location_name: "sources"))
1413
1580
  StartReadSetExportJobRequest.struct_class = Types::StartReadSetExportJobRequest
1414
1581
 
1415
1582
  StartReadSetExportJobRequestSourcesList.member = Shapes::ShapeRef.new(shape: ExportReadSet)
1416
1583
 
1417
- StartReadSetExportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1418
- StartReadSetExportJobResponse.add_member(:destination, Shapes::ShapeRef.new(shape: S3Destination, required: true, location_name: "destination"))
1419
1584
  StartReadSetExportJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ExportJobId, required: true, location_name: "id"))
1420
1585
  StartReadSetExportJobResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
1586
+ StartReadSetExportJobResponse.add_member(:destination, Shapes::ShapeRef.new(shape: S3Destination, required: true, location_name: "destination"))
1421
1587
  StartReadSetExportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetExportJobStatus, required: true, location_name: "status"))
1588
+ StartReadSetExportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1422
1589
  StartReadSetExportJobResponse.struct_class = Types::StartReadSetExportJobResponse
1423
1590
 
1424
- StartReadSetImportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
1425
- StartReadSetImportJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1426
1591
  StartReadSetImportJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
1592
+ StartReadSetImportJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1593
+ StartReadSetImportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
1427
1594
  StartReadSetImportJobRequest.add_member(:sources, Shapes::ShapeRef.new(shape: StartReadSetImportJobRequestSourcesList, required: true, location_name: "sources"))
1428
1595
  StartReadSetImportJobRequest.struct_class = Types::StartReadSetImportJobRequest
1429
1596
 
1430
1597
  StartReadSetImportJobRequestSourcesList.member = Shapes::ShapeRef.new(shape: StartReadSetImportJobSourceItem)
1431
1598
 
1432
- StartReadSetImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1433
1599
  StartReadSetImportJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location_name: "id"))
1434
- StartReadSetImportJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1435
1600
  StartReadSetImportJobResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
1601
+ StartReadSetImportJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1436
1602
  StartReadSetImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetImportJobStatus, required: true, location_name: "status"))
1603
+ StartReadSetImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1437
1604
  StartReadSetImportJobResponse.struct_class = Types::StartReadSetImportJobResponse
1438
1605
 
1439
- StartReadSetImportJobSourceItem.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
1440
- StartReadSetImportJobSourceItem.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
1441
- StartReadSetImportJobSourceItem.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
1442
- StartReadSetImportJobSourceItem.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, required: true, location_name: "referenceArn"))
1443
- StartReadSetImportJobSourceItem.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, required: true, location_name: "sampleId"))
1444
- StartReadSetImportJobSourceItem.add_member(:source_file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "sourceFileType"))
1445
1606
  StartReadSetImportJobSourceItem.add_member(:source_files, Shapes::ShapeRef.new(shape: SourceFiles, required: true, location_name: "sourceFiles"))
1607
+ StartReadSetImportJobSourceItem.add_member(:source_file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "sourceFileType"))
1446
1608
  StartReadSetImportJobSourceItem.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, required: true, location_name: "subjectId"))
1609
+ StartReadSetImportJobSourceItem.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, required: true, location_name: "sampleId"))
1610
+ StartReadSetImportJobSourceItem.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
1611
+ StartReadSetImportJobSourceItem.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, required: true, location_name: "referenceArn"))
1612
+ StartReadSetImportJobSourceItem.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
1613
+ StartReadSetImportJobSourceItem.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
1447
1614
  StartReadSetImportJobSourceItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1448
1615
  StartReadSetImportJobSourceItem.struct_class = Types::StartReadSetImportJobSourceItem
1449
1616
 
1450
- StartReferenceImportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
1451
1617
  StartReferenceImportJobRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
1452
1618
  StartReferenceImportJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1619
+ StartReferenceImportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
1453
1620
  StartReferenceImportJobRequest.add_member(:sources, Shapes::ShapeRef.new(shape: StartReferenceImportJobRequestSourcesList, required: true, location_name: "sources"))
1454
1621
  StartReferenceImportJobRequest.struct_class = Types::StartReferenceImportJobRequest
1455
1622
 
1456
1623
  StartReferenceImportJobRequestSourcesList.member = Shapes::ShapeRef.new(shape: StartReferenceImportJobSourceItem)
1457
1624
 
1458
- StartReferenceImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1459
1625
  StartReferenceImportJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location_name: "id"))
1460
1626
  StartReferenceImportJobResponse.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "referenceStoreId"))
1461
1627
  StartReferenceImportJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1462
1628
  StartReferenceImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceImportJobStatus, required: true, location_name: "status"))
1629
+ StartReferenceImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
1463
1630
  StartReferenceImportJobResponse.struct_class = Types::StartReferenceImportJobResponse
1464
1631
 
1465
- StartReferenceImportJobSourceItem.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceDescription, location_name: "description"))
1466
- StartReferenceImportJobSourceItem.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, required: true, location_name: "name"))
1467
1632
  StartReferenceImportJobSourceItem.add_member(:source_file, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "sourceFile"))
1633
+ StartReferenceImportJobSourceItem.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, required: true, location_name: "name"))
1634
+ StartReferenceImportJobSourceItem.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceDescription, location_name: "description"))
1468
1635
  StartReferenceImportJobSourceItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1469
1636
  StartReferenceImportJobSourceItem.struct_class = Types::StartReferenceImportJobSourceItem
1470
1637
 
1471
- StartRunRequest.add_member(:log_level, Shapes::ShapeRef.new(shape: RunLogLevel, location_name: "logLevel"))
1472
- StartRunRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location_name: "name"))
1473
- StartRunRequest.add_member(:output_uri, Shapes::ShapeRef.new(shape: RunOutputUri, location_name: "outputUri"))
1474
- StartRunRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: RunParameters, location_name: "parameters"))
1475
- StartRunRequest.add_member(:priority, Shapes::ShapeRef.new(shape: StartRunRequestPriorityInteger, location_name: "priority"))
1476
- StartRunRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: RunRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
1638
+ StartRunRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
1639
+ StartRunRequest.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "workflowType"))
1640
+ StartRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "runId"))
1477
1641
  StartRunRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RunRoleArn, required: true, location_name: "roleArn"))
1642
+ StartRunRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location_name: "name"))
1478
1643
  StartRunRequest.add_member(:run_group_id, Shapes::ShapeRef.new(shape: RunGroupId, location_name: "runGroupId"))
1479
- StartRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "runId"))
1644
+ StartRunRequest.add_member(:priority, Shapes::ShapeRef.new(shape: StartRunRequestPriorityInteger, location_name: "priority"))
1645
+ StartRunRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: RunParameters, location_name: "parameters"))
1480
1646
  StartRunRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: StartRunRequestStorageCapacityInteger, location_name: "storageCapacity"))
1647
+ StartRunRequest.add_member(:output_uri, Shapes::ShapeRef.new(shape: RunOutputUri, location_name: "outputUri"))
1648
+ StartRunRequest.add_member(:log_level, Shapes::ShapeRef.new(shape: RunLogLevel, location_name: "logLevel"))
1481
1649
  StartRunRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1482
- StartRunRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
1483
- StartRunRequest.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "workflowType"))
1650
+ StartRunRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: RunRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
1484
1651
  StartRunRequest.struct_class = Types::StartRunRequest
1485
1652
 
1486
1653
  StartRunResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunArn, location_name: "arn"))
@@ -1490,9 +1657,10 @@ module Aws::Omics
1490
1657
  StartRunResponse.struct_class = Types::StartRunResponse
1491
1658
 
1492
1659
  StartVariantImportRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
1493
- StartVariantImportRequest.add_member(:items, Shapes::ShapeRef.new(shape: VariantImportItemSources, required: true, location_name: "items"))
1494
1660
  StartVariantImportRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
1661
+ StartVariantImportRequest.add_member(:items, Shapes::ShapeRef.new(shape: VariantImportItemSources, required: true, location_name: "items"))
1495
1662
  StartVariantImportRequest.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, location_name: "runLeftNormalization"))
1663
+ StartVariantImportRequest.add_member(:annotation_fields, Shapes::ShapeRef.new(shape: AnnotationFieldMap, location_name: "annotationFields"))
1496
1664
  StartVariantImportRequest.struct_class = Types::StartVariantImportRequest
1497
1665
 
1498
1666
  StartVariantImportResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "jobId"))
@@ -1520,14 +1688,15 @@ module Aws::Omics
1520
1688
 
1521
1689
  TaskList.member = Shapes::ShapeRef.new(shape: TaskListItem)
1522
1690
 
1691
+ TaskListItem.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, location_name: "taskId"))
1692
+ TaskListItem.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "status"))
1693
+ TaskListItem.add_member(:name, Shapes::ShapeRef.new(shape: TaskName, location_name: "name"))
1523
1694
  TaskListItem.add_member(:cpus, Shapes::ShapeRef.new(shape: TaskListItemCpusInteger, location_name: "cpus"))
1524
- TaskListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "creationTime"))
1525
1695
  TaskListItem.add_member(:memory, Shapes::ShapeRef.new(shape: TaskListItemMemoryInteger, location_name: "memory"))
1526
- TaskListItem.add_member(:name, Shapes::ShapeRef.new(shape: TaskName, location_name: "name"))
1696
+ TaskListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "creationTime"))
1527
1697
  TaskListItem.add_member(:start_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "startTime"))
1528
- TaskListItem.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "status"))
1529
1698
  TaskListItem.add_member(:stop_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "stopTime"))
1530
- TaskListItem.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, location_name: "taskId"))
1699
+ TaskListItem.add_member(:gpus, Shapes::ShapeRef.new(shape: TaskListItemGpusInteger, location_name: "gpus"))
1531
1700
  TaskListItem.struct_class = Types::TaskListItem
1532
1701
 
1533
1702
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
@@ -1549,51 +1718,64 @@ module Aws::Omics
1549
1718
 
1550
1719
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
1551
1720
 
1552
- UpdateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
1553
1721
  UpdateAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
1722
+ UpdateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
1554
1723
  UpdateAnnotationStoreRequest.struct_class = Types::UpdateAnnotationStoreRequest
1555
1724
 
1556
- UpdateAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
1557
- UpdateAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
1558
1725
  UpdateAnnotationStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
1559
- UpdateAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1560
1726
  UpdateAnnotationStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
1561
1727
  UpdateAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
1562
- UpdateAnnotationStoreResponse.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, location_name: "storeFormat"))
1563
- UpdateAnnotationStoreResponse.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
1728
+ UpdateAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1729
+ UpdateAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
1730
+ UpdateAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
1564
1731
  UpdateAnnotationStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
1732
+ UpdateAnnotationStoreResponse.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
1733
+ UpdateAnnotationStoreResponse.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, location_name: "storeFormat"))
1565
1734
  UpdateAnnotationStoreResponse.struct_class = Types::UpdateAnnotationStoreResponse
1566
1735
 
1567
1736
  UpdateRunGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, required: true, location: "uri", location_name: "id"))
1737
+ UpdateRunGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
1568
1738
  UpdateRunGroupRequest.add_member(:max_cpus, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxCpusInteger, location_name: "maxCpus"))
1569
- UpdateRunGroupRequest.add_member(:max_duration, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxDurationInteger, location_name: "maxDuration"))
1570
1739
  UpdateRunGroupRequest.add_member(:max_runs, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxRunsInteger, location_name: "maxRuns"))
1571
- UpdateRunGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
1740
+ UpdateRunGroupRequest.add_member(:max_duration, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxDurationInteger, location_name: "maxDuration"))
1741
+ UpdateRunGroupRequest.add_member(:max_gpus, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxGpusInteger, location_name: "maxGpus"))
1572
1742
  UpdateRunGroupRequest.struct_class = Types::UpdateRunGroupRequest
1573
1743
 
1574
- UpdateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
1575
1744
  UpdateVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
1745
+ UpdateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
1576
1746
  UpdateVariantStoreRequest.struct_class = Types::UpdateVariantStoreRequest
1577
1747
 
1578
- UpdateVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
1579
- UpdateVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
1580
1748
  UpdateVariantStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
1581
- UpdateVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1582
1749
  UpdateVariantStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
1583
1750
  UpdateVariantStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
1751
+ UpdateVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1752
+ UpdateVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
1753
+ UpdateVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
1584
1754
  UpdateVariantStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
1585
1755
  UpdateVariantStoreResponse.struct_class = Types::UpdateVariantStoreResponse
1586
1756
 
1587
- UpdateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescription, location_name: "description"))
1588
1757
  UpdateWorkflowRequest.add_member(:id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "id"))
1589
1758
  UpdateWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowName, location_name: "name"))
1759
+ UpdateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescription, location_name: "description"))
1590
1760
  UpdateWorkflowRequest.struct_class = Types::UpdateWorkflowRequest
1591
1761
 
1762
+ UploadReadSetPartRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
1763
+ UploadReadSetPartRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location: "uri", location_name: "uploadId"))
1764
+ UploadReadSetPartRequest.add_member(:part_source, Shapes::ShapeRef.new(shape: ReadSetPartSource, required: true, location: "querystring", location_name: "partSource"))
1765
+ UploadReadSetPartRequest.add_member(:part_number, Shapes::ShapeRef.new(shape: UploadReadSetPartRequestPartNumberInteger, required: true, location: "querystring", location_name: "partNumber"))
1766
+ UploadReadSetPartRequest.add_member(:payload, Shapes::ShapeRef.new(shape: ReadSetPartStreamingBlob, required: true, location_name: "payload"))
1767
+ UploadReadSetPartRequest.struct_class = Types::UploadReadSetPartRequest
1768
+ UploadReadSetPartRequest[:payload] = :payload
1769
+ UploadReadSetPartRequest[:payload_member] = UploadReadSetPartRequest.member(:payload)
1770
+
1771
+ UploadReadSetPartResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, required: true, location_name: "checksum"))
1772
+ UploadReadSetPartResponse.struct_class = Types::UploadReadSetPartResponse
1773
+
1592
1774
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1593
1775
  ValidationException.struct_class = Types::ValidationException
1594
1776
 
1595
- VariantImportItemDetail.add_member(:job_status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "jobStatus"))
1596
1777
  VariantImportItemDetail.add_member(:source, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "source"))
1778
+ VariantImportItemDetail.add_member(:job_status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "jobStatus"))
1597
1779
  VariantImportItemDetail.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMsg, location_name: "statusMessage"))
1598
1780
  VariantImportItemDetail.struct_class = Types::VariantImportItemDetail
1599
1781
 
@@ -1604,35 +1786,36 @@ module Aws::Omics
1604
1786
 
1605
1787
  VariantImportItemSources.member = Shapes::ShapeRef.new(shape: VariantImportItemSource)
1606
1788
 
1607
- VariantImportJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: CompletionTime, location_name: "completionTime"))
1608
- VariantImportJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
1609
- VariantImportJobItem.add_member(:destination_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "destinationName"))
1610
1789
  VariantImportJobItem.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
1790
+ VariantImportJobItem.add_member(:destination_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "destinationName"))
1611
1791
  VariantImportJobItem.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
1612
- VariantImportJobItem.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, location_name: "runLeftNormalization"))
1613
1792
  VariantImportJobItem.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
1793
+ VariantImportJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
1614
1794
  VariantImportJobItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
1795
+ VariantImportJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: CompletionTime, location_name: "completionTime"))
1796
+ VariantImportJobItem.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, location_name: "runLeftNormalization"))
1797
+ VariantImportJobItem.add_member(:annotation_fields, Shapes::ShapeRef.new(shape: AnnotationFieldMap, location_name: "annotationFields"))
1615
1798
  VariantImportJobItem.struct_class = Types::VariantImportJobItem
1616
1799
 
1617
1800
  VariantImportJobItems.member = Shapes::ShapeRef.new(shape: VariantImportJobItem)
1618
1801
 
1619
- VariantStoreItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
1620
- VariantStoreItem.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
1621
1802
  VariantStoreItem.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
1622
- VariantStoreItem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1623
1803
  VariantStoreItem.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
1624
- VariantStoreItem.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
1625
1804
  VariantStoreItem.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
1626
- VariantStoreItem.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
1627
1805
  VariantStoreItem.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
1628
- VariantStoreItem.add_member(:store_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "storeSizeBytes"))
1806
+ VariantStoreItem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1807
+ VariantStoreItem.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
1808
+ VariantStoreItem.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
1809
+ VariantStoreItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
1629
1810
  VariantStoreItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
1811
+ VariantStoreItem.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
1812
+ VariantStoreItem.add_member(:store_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "storeSizeBytes"))
1630
1813
  VariantStoreItem.struct_class = Types::VariantStoreItem
1631
1814
 
1632
1815
  VariantStoreItems.member = Shapes::ShapeRef.new(shape: VariantStoreItem)
1633
1816
 
1634
- VcfOptions.add_member(:ignore_filter_field, Shapes::ShapeRef.new(shape: Boolean, location_name: "ignoreFilterField"))
1635
1817
  VcfOptions.add_member(:ignore_qual_field, Shapes::ShapeRef.new(shape: Boolean, location_name: "ignoreQualField"))
1818
+ VcfOptions.add_member(:ignore_filter_field, Shapes::ShapeRef.new(shape: Boolean, location_name: "ignoreFilterField"))
1636
1819
  VcfOptions.struct_class = Types::VcfOptions
1637
1820
 
1638
1821
  WorkflowExportList.member = Shapes::ShapeRef.new(shape: WorkflowExport)
@@ -1640,14 +1823,18 @@ module Aws::Omics
1640
1823
  WorkflowList.member = Shapes::ShapeRef.new(shape: WorkflowListItem)
1641
1824
 
1642
1825
  WorkflowListItem.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowArn, location_name: "arn"))
1643
- WorkflowListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: WorkflowTimestamp, location_name: "creationTime"))
1644
- WorkflowListItem.add_member(:digest, Shapes::ShapeRef.new(shape: WorkflowDigest, location_name: "digest"))
1645
1826
  WorkflowListItem.add_member(:id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "id"))
1646
1827
  WorkflowListItem.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowName, location_name: "name"))
1647
1828
  WorkflowListItem.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowStatus, location_name: "status"))
1648
1829
  WorkflowListItem.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "type"))
1830
+ WorkflowListItem.add_member(:digest, Shapes::ShapeRef.new(shape: WorkflowDigest, location_name: "digest"))
1831
+ WorkflowListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: WorkflowTimestamp, location_name: "creationTime"))
1832
+ WorkflowListItem.add_member(:metadata, Shapes::ShapeRef.new(shape: WorkflowMetadata, location_name: "metadata"))
1649
1833
  WorkflowListItem.struct_class = Types::WorkflowListItem
1650
1834
 
1835
+ WorkflowMetadata.key = Shapes::ShapeRef.new(shape: WorkflowMetadataKey)
1836
+ WorkflowMetadata.value = Shapes::ShapeRef.new(shape: WorkflowMetadataValue)
1837
+
1651
1838
  WorkflowParameter.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowParameterDescription, location_name: "description"))
1652
1839
  WorkflowParameter.add_member(:optional, Shapes::ShapeRef.new(shape: Boolean, location_name: "optional"))
1653
1840
  WorkflowParameter.struct_class = Types::WorkflowParameter
@@ -1673,10 +1860,31 @@ module Aws::Omics
1673
1860
  "uid" => "omics-2022-11-28",
1674
1861
  }
1675
1862
 
1863
+ api.add_operation(:abort_multipart_read_set_upload, Seahorse::Model::Operation.new.tap do |o|
1864
+ o.name = "AbortMultipartReadSetUpload"
1865
+ o.http_method = "DELETE"
1866
+ o.http_request_uri = "/sequencestore/{sequenceStoreId}/upload/{uploadId}/abort"
1867
+ o['authtype'] = "v4"
1868
+ o.endpoint_pattern = {
1869
+ "hostPrefix" => "control-storage-",
1870
+ }
1871
+ o.input = Shapes::ShapeRef.new(shape: AbortMultipartReadSetUploadRequest)
1872
+ o.output = Shapes::ShapeRef.new(shape: AbortMultipartReadSetUploadResponse)
1873
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1874
+ o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
1875
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1876
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1877
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1878
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1879
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1880
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
1881
+ end)
1882
+
1676
1883
  api.add_operation(:batch_delete_read_set, Seahorse::Model::Operation.new.tap do |o|
1677
1884
  o.name = "BatchDeleteReadSet"
1678
1885
  o.http_method = "POST"
1679
1886
  o.http_request_uri = "/sequencestore/{sequenceStoreId}/readset/batch/delete"
1887
+ o['authtype'] = "v4"
1680
1888
  o.endpoint_pattern = {
1681
1889
  "hostPrefix" => "control-storage-",
1682
1890
  }
@@ -1694,6 +1902,7 @@ module Aws::Omics
1694
1902
  o.name = "CancelAnnotationImportJob"
1695
1903
  o.http_method = "DELETE"
1696
1904
  o.http_request_uri = "/import/annotation/{jobId}"
1905
+ o['authtype'] = "v4"
1697
1906
  o.endpoint_pattern = {
1698
1907
  "hostPrefix" => "analytics-",
1699
1908
  }
@@ -1710,6 +1919,7 @@ module Aws::Omics
1710
1919
  o.name = "CancelRun"
1711
1920
  o.http_method = "POST"
1712
1921
  o.http_request_uri = "/run/{id}/cancel"
1922
+ o['authtype'] = "v4"
1713
1923
  o.endpoint_pattern = {
1714
1924
  "hostPrefix" => "workflows-",
1715
1925
  }
@@ -1729,6 +1939,7 @@ module Aws::Omics
1729
1939
  o.name = "CancelVariantImportJob"
1730
1940
  o.http_method = "DELETE"
1731
1941
  o.http_request_uri = "/import/variant/{jobId}"
1942
+ o['authtype'] = "v4"
1732
1943
  o.endpoint_pattern = {
1733
1944
  "hostPrefix" => "analytics-",
1734
1945
  }
@@ -1741,10 +1952,31 @@ module Aws::Omics
1741
1952
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1742
1953
  end)
1743
1954
 
1955
+ api.add_operation(:complete_multipart_read_set_upload, Seahorse::Model::Operation.new.tap do |o|
1956
+ o.name = "CompleteMultipartReadSetUpload"
1957
+ o.http_method = "POST"
1958
+ o.http_request_uri = "/sequencestore/{sequenceStoreId}/upload/{uploadId}/complete"
1959
+ o['authtype'] = "v4"
1960
+ o.endpoint_pattern = {
1961
+ "hostPrefix" => "storage-",
1962
+ }
1963
+ o.input = Shapes::ShapeRef.new(shape: CompleteMultipartReadSetUploadRequest)
1964
+ o.output = Shapes::ShapeRef.new(shape: CompleteMultipartReadSetUploadResponse)
1965
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1966
+ o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
1967
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1968
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1969
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1970
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1971
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1972
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
1973
+ end)
1974
+
1744
1975
  api.add_operation(:create_annotation_store, Seahorse::Model::Operation.new.tap do |o|
1745
1976
  o.name = "CreateAnnotationStore"
1746
1977
  o.http_method = "POST"
1747
1978
  o.http_request_uri = "/annotationStore"
1979
+ o['authtype'] = "v4"
1748
1980
  o.endpoint_pattern = {
1749
1981
  "hostPrefix" => "analytics-",
1750
1982
  }
@@ -1759,10 +1991,31 @@ module Aws::Omics
1759
1991
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1760
1992
  end)
1761
1993
 
1994
+ api.add_operation(:create_multipart_read_set_upload, Seahorse::Model::Operation.new.tap do |o|
1995
+ o.name = "CreateMultipartReadSetUpload"
1996
+ o.http_method = "POST"
1997
+ o.http_request_uri = "/sequencestore/{sequenceStoreId}/upload"
1998
+ o['authtype'] = "v4"
1999
+ o.endpoint_pattern = {
2000
+ "hostPrefix" => "control-storage-",
2001
+ }
2002
+ o.input = Shapes::ShapeRef.new(shape: CreateMultipartReadSetUploadRequest)
2003
+ o.output = Shapes::ShapeRef.new(shape: CreateMultipartReadSetUploadResponse)
2004
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2005
+ o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
2006
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2007
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2008
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2009
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2010
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2011
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
2012
+ end)
2013
+
1762
2014
  api.add_operation(:create_reference_store, Seahorse::Model::Operation.new.tap do |o|
1763
2015
  o.name = "CreateReferenceStore"
1764
2016
  o.http_method = "POST"
1765
2017
  o.http_request_uri = "/referencestore"
2018
+ o['authtype'] = "v4"
1766
2019
  o.endpoint_pattern = {
1767
2020
  "hostPrefix" => "control-storage-",
1768
2021
  }
@@ -1780,6 +2033,7 @@ module Aws::Omics
1780
2033
  o.name = "CreateRunGroup"
1781
2034
  o.http_method = "POST"
1782
2035
  o.http_request_uri = "/runGroup"
2036
+ o['authtype'] = "v4"
1783
2037
  o.endpoint_pattern = {
1784
2038
  "hostPrefix" => "workflows-",
1785
2039
  }
@@ -1799,6 +2053,7 @@ module Aws::Omics
1799
2053
  o.name = "CreateSequenceStore"
1800
2054
  o.http_method = "POST"
1801
2055
  o.http_request_uri = "/sequencestore"
2056
+ o['authtype'] = "v4"
1802
2057
  o.endpoint_pattern = {
1803
2058
  "hostPrefix" => "control-storage-",
1804
2059
  }
@@ -1816,6 +2071,7 @@ module Aws::Omics
1816
2071
  o.name = "CreateVariantStore"
1817
2072
  o.http_method = "POST"
1818
2073
  o.http_request_uri = "/variantStore"
2074
+ o['authtype'] = "v4"
1819
2075
  o.endpoint_pattern = {
1820
2076
  "hostPrefix" => "analytics-",
1821
2077
  }
@@ -1834,6 +2090,7 @@ module Aws::Omics
1834
2090
  o.name = "CreateWorkflow"
1835
2091
  o.http_method = "POST"
1836
2092
  o.http_request_uri = "/workflow"
2093
+ o['authtype'] = "v4"
1837
2094
  o.endpoint_pattern = {
1838
2095
  "hostPrefix" => "workflows-",
1839
2096
  }
@@ -1853,6 +2110,7 @@ module Aws::Omics
1853
2110
  o.name = "DeleteAnnotationStore"
1854
2111
  o.http_method = "DELETE"
1855
2112
  o.http_request_uri = "/annotationStore/{name}"
2113
+ o['authtype'] = "v4"
1856
2114
  o.endpoint_pattern = {
1857
2115
  "hostPrefix" => "analytics-",
1858
2116
  }
@@ -1870,6 +2128,7 @@ module Aws::Omics
1870
2128
  o.name = "DeleteReference"
1871
2129
  o.http_method = "DELETE"
1872
2130
  o.http_request_uri = "/referencestore/{referenceStoreId}/reference/{id}"
2131
+ o['authtype'] = "v4"
1873
2132
  o.endpoint_pattern = {
1874
2133
  "hostPrefix" => "control-storage-",
1875
2134
  }
@@ -1888,6 +2147,7 @@ module Aws::Omics
1888
2147
  o.name = "DeleteReferenceStore"
1889
2148
  o.http_method = "DELETE"
1890
2149
  o.http_request_uri = "/referencestore/{id}"
2150
+ o['authtype'] = "v4"
1891
2151
  o.endpoint_pattern = {
1892
2152
  "hostPrefix" => "control-storage-",
1893
2153
  }
@@ -1906,6 +2166,7 @@ module Aws::Omics
1906
2166
  o.name = "DeleteRun"
1907
2167
  o.http_method = "DELETE"
1908
2168
  o.http_request_uri = "/run/{id}"
2169
+ o['authtype'] = "v4"
1909
2170
  o.endpoint_pattern = {
1910
2171
  "hostPrefix" => "workflows-",
1911
2172
  }
@@ -1925,6 +2186,7 @@ module Aws::Omics
1925
2186
  o.name = "DeleteRunGroup"
1926
2187
  o.http_method = "DELETE"
1927
2188
  o.http_request_uri = "/runGroup/{id}"
2189
+ o['authtype'] = "v4"
1928
2190
  o.endpoint_pattern = {
1929
2191
  "hostPrefix" => "workflows-",
1930
2192
  }
@@ -1944,6 +2206,7 @@ module Aws::Omics
1944
2206
  o.name = "DeleteSequenceStore"
1945
2207
  o.http_method = "DELETE"
1946
2208
  o.http_request_uri = "/sequencestore/{id}"
2209
+ o['authtype'] = "v4"
1947
2210
  o.endpoint_pattern = {
1948
2211
  "hostPrefix" => "control-storage-",
1949
2212
  }
@@ -1962,6 +2225,7 @@ module Aws::Omics
1962
2225
  o.name = "DeleteVariantStore"
1963
2226
  o.http_method = "DELETE"
1964
2227
  o.http_request_uri = "/variantStore/{name}"
2228
+ o['authtype'] = "v4"
1965
2229
  o.endpoint_pattern = {
1966
2230
  "hostPrefix" => "analytics-",
1967
2231
  }
@@ -1979,6 +2243,7 @@ module Aws::Omics
1979
2243
  o.name = "DeleteWorkflow"
1980
2244
  o.http_method = "DELETE"
1981
2245
  o.http_request_uri = "/workflow/{id}"
2246
+ o['authtype'] = "v4"
1982
2247
  o.endpoint_pattern = {
1983
2248
  "hostPrefix" => "workflows-",
1984
2249
  }
@@ -1998,6 +2263,7 @@ module Aws::Omics
1998
2263
  o.name = "GetAnnotationImportJob"
1999
2264
  o.http_method = "GET"
2000
2265
  o.http_request_uri = "/import/annotation/{jobId}"
2266
+ o['authtype'] = "v4"
2001
2267
  o.endpoint_pattern = {
2002
2268
  "hostPrefix" => "analytics-",
2003
2269
  }
@@ -2014,6 +2280,7 @@ module Aws::Omics
2014
2280
  o.name = "GetAnnotationStore"
2015
2281
  o.http_method = "GET"
2016
2282
  o.http_request_uri = "/annotationStore/{name}"
2283
+ o['authtype'] = "v4"
2017
2284
  o.endpoint_pattern = {
2018
2285
  "hostPrefix" => "analytics-",
2019
2286
  }
@@ -2030,6 +2297,7 @@ module Aws::Omics
2030
2297
  o.name = "GetReadSet"
2031
2298
  o.http_method = "GET"
2032
2299
  o.http_request_uri = "/sequencestore/{sequenceStoreId}/readset/{id}"
2300
+ o['authtype'] = "v4"
2033
2301
  o.endpoint_pattern = {
2034
2302
  "hostPrefix" => "storage-",
2035
2303
  }
@@ -2049,6 +2317,7 @@ module Aws::Omics
2049
2317
  o.name = "GetReadSetActivationJob"
2050
2318
  o.http_method = "GET"
2051
2319
  o.http_request_uri = "/sequencestore/{sequenceStoreId}/activationjob/{id}"
2320
+ o['authtype'] = "v4"
2052
2321
  o.endpoint_pattern = {
2053
2322
  "hostPrefix" => "control-storage-",
2054
2323
  }
@@ -2066,6 +2335,7 @@ module Aws::Omics
2066
2335
  o.name = "GetReadSetExportJob"
2067
2336
  o.http_method = "GET"
2068
2337
  o.http_request_uri = "/sequencestore/{sequenceStoreId}/exportjob/{id}"
2338
+ o['authtype'] = "v4"
2069
2339
  o.endpoint_pattern = {
2070
2340
  "hostPrefix" => "control-storage-",
2071
2341
  }
@@ -2083,6 +2353,7 @@ module Aws::Omics
2083
2353
  o.name = "GetReadSetImportJob"
2084
2354
  o.http_method = "GET"
2085
2355
  o.http_request_uri = "/sequencestore/{sequenceStoreId}/importjob/{id}"
2356
+ o['authtype'] = "v4"
2086
2357
  o.endpoint_pattern = {
2087
2358
  "hostPrefix" => "control-storage-",
2088
2359
  }
@@ -2100,6 +2371,7 @@ module Aws::Omics
2100
2371
  o.name = "GetReadSetMetadata"
2101
2372
  o.http_method = "GET"
2102
2373
  o.http_request_uri = "/sequencestore/{sequenceStoreId}/readset/{id}/metadata"
2374
+ o['authtype'] = "v4"
2103
2375
  o.endpoint_pattern = {
2104
2376
  "hostPrefix" => "control-storage-",
2105
2377
  }
@@ -2117,6 +2389,7 @@ module Aws::Omics
2117
2389
  o.name = "GetReference"
2118
2390
  o.http_method = "GET"
2119
2391
  o.http_request_uri = "/referencestore/{referenceStoreId}/reference/{id}"
2392
+ o['authtype'] = "v4"
2120
2393
  o.endpoint_pattern = {
2121
2394
  "hostPrefix" => "storage-",
2122
2395
  }
@@ -2135,6 +2408,7 @@ module Aws::Omics
2135
2408
  o.name = "GetReferenceImportJob"
2136
2409
  o.http_method = "GET"
2137
2410
  o.http_request_uri = "/referencestore/{referenceStoreId}/importjob/{id}"
2411
+ o['authtype'] = "v4"
2138
2412
  o.endpoint_pattern = {
2139
2413
  "hostPrefix" => "control-storage-",
2140
2414
  }
@@ -2152,6 +2426,7 @@ module Aws::Omics
2152
2426
  o.name = "GetReferenceMetadata"
2153
2427
  o.http_method = "GET"
2154
2428
  o.http_request_uri = "/referencestore/{referenceStoreId}/reference/{id}/metadata"
2429
+ o['authtype'] = "v4"
2155
2430
  o.endpoint_pattern = {
2156
2431
  "hostPrefix" => "control-storage-",
2157
2432
  }
@@ -2169,6 +2444,7 @@ module Aws::Omics
2169
2444
  o.name = "GetReferenceStore"
2170
2445
  o.http_method = "GET"
2171
2446
  o.http_request_uri = "/referencestore/{id}"
2447
+ o['authtype'] = "v4"
2172
2448
  o.endpoint_pattern = {
2173
2449
  "hostPrefix" => "control-storage-",
2174
2450
  }
@@ -2186,6 +2462,7 @@ module Aws::Omics
2186
2462
  o.name = "GetRun"
2187
2463
  o.http_method = "GET"
2188
2464
  o.http_request_uri = "/run/{id}"
2465
+ o['authtype'] = "v4"
2189
2466
  o.endpoint_pattern = {
2190
2467
  "hostPrefix" => "workflows-",
2191
2468
  }
@@ -2205,6 +2482,7 @@ module Aws::Omics
2205
2482
  o.name = "GetRunGroup"
2206
2483
  o.http_method = "GET"
2207
2484
  o.http_request_uri = "/runGroup/{id}"
2485
+ o['authtype'] = "v4"
2208
2486
  o.endpoint_pattern = {
2209
2487
  "hostPrefix" => "workflows-",
2210
2488
  }
@@ -2224,6 +2502,7 @@ module Aws::Omics
2224
2502
  o.name = "GetRunTask"
2225
2503
  o.http_method = "GET"
2226
2504
  o.http_request_uri = "/run/{id}/task/{taskId}"
2505
+ o['authtype'] = "v4"
2227
2506
  o.endpoint_pattern = {
2228
2507
  "hostPrefix" => "workflows-",
2229
2508
  }
@@ -2243,6 +2522,7 @@ module Aws::Omics
2243
2522
  o.name = "GetSequenceStore"
2244
2523
  o.http_method = "GET"
2245
2524
  o.http_request_uri = "/sequencestore/{id}"
2525
+ o['authtype'] = "v4"
2246
2526
  o.endpoint_pattern = {
2247
2527
  "hostPrefix" => "control-storage-",
2248
2528
  }
@@ -2260,6 +2540,7 @@ module Aws::Omics
2260
2540
  o.name = "GetVariantImportJob"
2261
2541
  o.http_method = "GET"
2262
2542
  o.http_request_uri = "/import/variant/{jobId}"
2543
+ o['authtype'] = "v4"
2263
2544
  o.endpoint_pattern = {
2264
2545
  "hostPrefix" => "analytics-",
2265
2546
  }
@@ -2276,6 +2557,7 @@ module Aws::Omics
2276
2557
  o.name = "GetVariantStore"
2277
2558
  o.http_method = "GET"
2278
2559
  o.http_request_uri = "/variantStore/{name}"
2560
+ o['authtype'] = "v4"
2279
2561
  o.endpoint_pattern = {
2280
2562
  "hostPrefix" => "analytics-",
2281
2563
  }
@@ -2292,6 +2574,7 @@ module Aws::Omics
2292
2574
  o.name = "GetWorkflow"
2293
2575
  o.http_method = "GET"
2294
2576
  o.http_request_uri = "/workflow/{id}"
2577
+ o['authtype'] = "v4"
2295
2578
  o.endpoint_pattern = {
2296
2579
  "hostPrefix" => "workflows-",
2297
2580
  }
@@ -2311,6 +2594,7 @@ module Aws::Omics
2311
2594
  o.name = "ListAnnotationImportJobs"
2312
2595
  o.http_method = "POST"
2313
2596
  o.http_request_uri = "/import/annotations"
2597
+ o['authtype'] = "v4"
2314
2598
  o.endpoint_pattern = {
2315
2599
  "hostPrefix" => "analytics-",
2316
2600
  }
@@ -2333,6 +2617,7 @@ module Aws::Omics
2333
2617
  o.name = "ListAnnotationStores"
2334
2618
  o.http_method = "POST"
2335
2619
  o.http_request_uri = "/annotationStores"
2620
+ o['authtype'] = "v4"
2336
2621
  o.endpoint_pattern = {
2337
2622
  "hostPrefix" => "analytics-",
2338
2623
  }
@@ -2351,10 +2636,37 @@ module Aws::Omics
2351
2636
  )
2352
2637
  end)
2353
2638
 
2639
+ api.add_operation(:list_multipart_read_set_uploads, Seahorse::Model::Operation.new.tap do |o|
2640
+ o.name = "ListMultipartReadSetUploads"
2641
+ o.http_method = "POST"
2642
+ o.http_request_uri = "/sequencestore/{sequenceStoreId}/uploads"
2643
+ o['authtype'] = "v4"
2644
+ o.endpoint_pattern = {
2645
+ "hostPrefix" => "control-storage-",
2646
+ }
2647
+ o.input = Shapes::ShapeRef.new(shape: ListMultipartReadSetUploadsRequest)
2648
+ o.output = Shapes::ShapeRef.new(shape: ListMultipartReadSetUploadsResponse)
2649
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2650
+ o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
2651
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2652
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2653
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2654
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2655
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2656
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
2657
+ o[:pager] = Aws::Pager.new(
2658
+ limit_key: "max_results",
2659
+ tokens: {
2660
+ "next_token" => "next_token"
2661
+ }
2662
+ )
2663
+ end)
2664
+
2354
2665
  api.add_operation(:list_read_set_activation_jobs, Seahorse::Model::Operation.new.tap do |o|
2355
2666
  o.name = "ListReadSetActivationJobs"
2356
2667
  o.http_method = "POST"
2357
2668
  o.http_request_uri = "/sequencestore/{sequenceStoreId}/activationjobs"
2669
+ o['authtype'] = "v4"
2358
2670
  o.endpoint_pattern = {
2359
2671
  "hostPrefix" => "control-storage-",
2360
2672
  }
@@ -2378,6 +2690,7 @@ module Aws::Omics
2378
2690
  o.name = "ListReadSetExportJobs"
2379
2691
  o.http_method = "POST"
2380
2692
  o.http_request_uri = "/sequencestore/{sequenceStoreId}/exportjobs"
2693
+ o['authtype'] = "v4"
2381
2694
  o.endpoint_pattern = {
2382
2695
  "hostPrefix" => "control-storage-",
2383
2696
  }
@@ -2401,6 +2714,7 @@ module Aws::Omics
2401
2714
  o.name = "ListReadSetImportJobs"
2402
2715
  o.http_method = "POST"
2403
2716
  o.http_request_uri = "/sequencestore/{sequenceStoreId}/importjobs"
2717
+ o['authtype'] = "v4"
2404
2718
  o.endpoint_pattern = {
2405
2719
  "hostPrefix" => "control-storage-",
2406
2720
  }
@@ -2420,10 +2734,37 @@ module Aws::Omics
2420
2734
  )
2421
2735
  end)
2422
2736
 
2737
+ api.add_operation(:list_read_set_upload_parts, Seahorse::Model::Operation.new.tap do |o|
2738
+ o.name = "ListReadSetUploadParts"
2739
+ o.http_method = "POST"
2740
+ o.http_request_uri = "/sequencestore/{sequenceStoreId}/upload/{uploadId}/parts"
2741
+ o['authtype'] = "v4"
2742
+ o.endpoint_pattern = {
2743
+ "hostPrefix" => "control-storage-",
2744
+ }
2745
+ o.input = Shapes::ShapeRef.new(shape: ListReadSetUploadPartsRequest)
2746
+ o.output = Shapes::ShapeRef.new(shape: ListReadSetUploadPartsResponse)
2747
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2748
+ o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
2749
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2750
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2751
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2752
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2753
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2754
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
2755
+ o[:pager] = Aws::Pager.new(
2756
+ limit_key: "max_results",
2757
+ tokens: {
2758
+ "next_token" => "next_token"
2759
+ }
2760
+ )
2761
+ end)
2762
+
2423
2763
  api.add_operation(:list_read_sets, Seahorse::Model::Operation.new.tap do |o|
2424
2764
  o.name = "ListReadSets"
2425
2765
  o.http_method = "POST"
2426
2766
  o.http_request_uri = "/sequencestore/{sequenceStoreId}/readsets"
2767
+ o['authtype'] = "v4"
2427
2768
  o.endpoint_pattern = {
2428
2769
  "hostPrefix" => "control-storage-",
2429
2770
  }
@@ -2447,6 +2788,7 @@ module Aws::Omics
2447
2788
  o.name = "ListReferenceImportJobs"
2448
2789
  o.http_method = "POST"
2449
2790
  o.http_request_uri = "/referencestore/{referenceStoreId}/importjobs"
2791
+ o['authtype'] = "v4"
2450
2792
  o.endpoint_pattern = {
2451
2793
  "hostPrefix" => "control-storage-",
2452
2794
  }
@@ -2470,6 +2812,7 @@ module Aws::Omics
2470
2812
  o.name = "ListReferenceStores"
2471
2813
  o.http_method = "POST"
2472
2814
  o.http_request_uri = "/referencestores"
2815
+ o['authtype'] = "v4"
2473
2816
  o.endpoint_pattern = {
2474
2817
  "hostPrefix" => "control-storage-",
2475
2818
  }
@@ -2492,6 +2835,7 @@ module Aws::Omics
2492
2835
  o.name = "ListReferences"
2493
2836
  o.http_method = "POST"
2494
2837
  o.http_request_uri = "/referencestore/{referenceStoreId}/references"
2838
+ o['authtype'] = "v4"
2495
2839
  o.endpoint_pattern = {
2496
2840
  "hostPrefix" => "control-storage-",
2497
2841
  }
@@ -2515,6 +2859,7 @@ module Aws::Omics
2515
2859
  o.name = "ListRunGroups"
2516
2860
  o.http_method = "GET"
2517
2861
  o.http_request_uri = "/runGroup"
2862
+ o['authtype'] = "v4"
2518
2863
  o.endpoint_pattern = {
2519
2864
  "hostPrefix" => "workflows-",
2520
2865
  }
@@ -2540,6 +2885,7 @@ module Aws::Omics
2540
2885
  o.name = "ListRunTasks"
2541
2886
  o.http_method = "GET"
2542
2887
  o.http_request_uri = "/run/{id}/task"
2888
+ o['authtype'] = "v4"
2543
2889
  o.endpoint_pattern = {
2544
2890
  "hostPrefix" => "workflows-",
2545
2891
  }
@@ -2565,6 +2911,7 @@ module Aws::Omics
2565
2911
  o.name = "ListRuns"
2566
2912
  o.http_method = "GET"
2567
2913
  o.http_request_uri = "/run"
2914
+ o['authtype'] = "v4"
2568
2915
  o.endpoint_pattern = {
2569
2916
  "hostPrefix" => "workflows-",
2570
2917
  }
@@ -2590,6 +2937,7 @@ module Aws::Omics
2590
2937
  o.name = "ListSequenceStores"
2591
2938
  o.http_method = "POST"
2592
2939
  o.http_request_uri = "/sequencestores"
2940
+ o['authtype'] = "v4"
2593
2941
  o.endpoint_pattern = {
2594
2942
  "hostPrefix" => "control-storage-",
2595
2943
  }
@@ -2612,6 +2960,7 @@ module Aws::Omics
2612
2960
  o.name = "ListTagsForResource"
2613
2961
  o.http_method = "GET"
2614
2962
  o.http_request_uri = "/tags/{resourceArn}"
2963
+ o['authtype'] = "v4"
2615
2964
  o.endpoint_pattern = {
2616
2965
  "hostPrefix" => "tags-",
2617
2966
  }
@@ -2631,6 +2980,7 @@ module Aws::Omics
2631
2980
  o.name = "ListVariantImportJobs"
2632
2981
  o.http_method = "POST"
2633
2982
  o.http_request_uri = "/import/variants"
2983
+ o['authtype'] = "v4"
2634
2984
  o.endpoint_pattern = {
2635
2985
  "hostPrefix" => "analytics-",
2636
2986
  }
@@ -2653,6 +3003,7 @@ module Aws::Omics
2653
3003
  o.name = "ListVariantStores"
2654
3004
  o.http_method = "POST"
2655
3005
  o.http_request_uri = "/variantStores"
3006
+ o['authtype'] = "v4"
2656
3007
  o.endpoint_pattern = {
2657
3008
  "hostPrefix" => "analytics-",
2658
3009
  }
@@ -2675,6 +3026,7 @@ module Aws::Omics
2675
3026
  o.name = "ListWorkflows"
2676
3027
  o.http_method = "GET"
2677
3028
  o.http_request_uri = "/workflow"
3029
+ o['authtype'] = "v4"
2678
3030
  o.endpoint_pattern = {
2679
3031
  "hostPrefix" => "workflows-",
2680
3032
  }
@@ -2700,6 +3052,7 @@ module Aws::Omics
2700
3052
  o.name = "StartAnnotationImportJob"
2701
3053
  o.http_method = "POST"
2702
3054
  o.http_request_uri = "/import/annotation"
3055
+ o['authtype'] = "v4"
2703
3056
  o.endpoint_pattern = {
2704
3057
  "hostPrefix" => "analytics-",
2705
3058
  }
@@ -2717,6 +3070,7 @@ module Aws::Omics
2717
3070
  o.name = "StartReadSetActivationJob"
2718
3071
  o.http_method = "POST"
2719
3072
  o.http_request_uri = "/sequencestore/{sequenceStoreId}/activationjob"
3073
+ o['authtype'] = "v4"
2720
3074
  o.endpoint_pattern = {
2721
3075
  "hostPrefix" => "control-storage-",
2722
3076
  }
@@ -2735,6 +3089,7 @@ module Aws::Omics
2735
3089
  o.name = "StartReadSetExportJob"
2736
3090
  o.http_method = "POST"
2737
3091
  o.http_request_uri = "/sequencestore/{sequenceStoreId}/exportjob"
3092
+ o['authtype'] = "v4"
2738
3093
  o.endpoint_pattern = {
2739
3094
  "hostPrefix" => "control-storage-",
2740
3095
  }
@@ -2753,6 +3108,7 @@ module Aws::Omics
2753
3108
  o.name = "StartReadSetImportJob"
2754
3109
  o.http_method = "POST"
2755
3110
  o.http_request_uri = "/sequencestore/{sequenceStoreId}/importjob"
3111
+ o['authtype'] = "v4"
2756
3112
  o.endpoint_pattern = {
2757
3113
  "hostPrefix" => "control-storage-",
2758
3114
  }
@@ -2771,6 +3127,7 @@ module Aws::Omics
2771
3127
  o.name = "StartReferenceImportJob"
2772
3128
  o.http_method = "POST"
2773
3129
  o.http_request_uri = "/referencestore/{referenceStoreId}/importjob"
3130
+ o['authtype'] = "v4"
2774
3131
  o.endpoint_pattern = {
2775
3132
  "hostPrefix" => "control-storage-",
2776
3133
  }
@@ -2789,6 +3146,7 @@ module Aws::Omics
2789
3146
  o.name = "StartRun"
2790
3147
  o.http_method = "POST"
2791
3148
  o.http_request_uri = "/run"
3149
+ o['authtype'] = "v4"
2792
3150
  o.endpoint_pattern = {
2793
3151
  "hostPrefix" => "workflows-",
2794
3152
  }
@@ -2808,6 +3166,7 @@ module Aws::Omics
2808
3166
  o.name = "StartVariantImportJob"
2809
3167
  o.http_method = "POST"
2810
3168
  o.http_request_uri = "/import/variant"
3169
+ o['authtype'] = "v4"
2811
3170
  o.endpoint_pattern = {
2812
3171
  "hostPrefix" => "analytics-",
2813
3172
  }
@@ -2825,6 +3184,7 @@ module Aws::Omics
2825
3184
  o.name = "TagResource"
2826
3185
  o.http_method = "POST"
2827
3186
  o.http_request_uri = "/tags/{resourceArn}"
3187
+ o['authtype'] = "v4"
2828
3188
  o.endpoint_pattern = {
2829
3189
  "hostPrefix" => "tags-",
2830
3190
  }
@@ -2844,6 +3204,7 @@ module Aws::Omics
2844
3204
  o.name = "UntagResource"
2845
3205
  o.http_method = "DELETE"
2846
3206
  o.http_request_uri = "/tags/{resourceArn}"
3207
+ o['authtype'] = "v4"
2847
3208
  o.endpoint_pattern = {
2848
3209
  "hostPrefix" => "tags-",
2849
3210
  }
@@ -2863,6 +3224,7 @@ module Aws::Omics
2863
3224
  o.name = "UpdateAnnotationStore"
2864
3225
  o.http_method = "POST"
2865
3226
  o.http_request_uri = "/annotationStore/{name}"
3227
+ o['authtype'] = "v4"
2866
3228
  o.endpoint_pattern = {
2867
3229
  "hostPrefix" => "analytics-",
2868
3230
  }
@@ -2879,6 +3241,7 @@ module Aws::Omics
2879
3241
  o.name = "UpdateRunGroup"
2880
3242
  o.http_method = "POST"
2881
3243
  o.http_request_uri = "/runGroup/{id}"
3244
+ o['authtype'] = "v4"
2882
3245
  o.endpoint_pattern = {
2883
3246
  "hostPrefix" => "workflows-",
2884
3247
  }
@@ -2898,6 +3261,7 @@ module Aws::Omics
2898
3261
  o.name = "UpdateVariantStore"
2899
3262
  o.http_method = "POST"
2900
3263
  o.http_request_uri = "/variantStore/{name}"
3264
+ o['authtype'] = "v4"
2901
3265
  o.endpoint_pattern = {
2902
3266
  "hostPrefix" => "analytics-",
2903
3267
  }
@@ -2914,6 +3278,7 @@ module Aws::Omics
2914
3278
  o.name = "UpdateWorkflow"
2915
3279
  o.http_method = "POST"
2916
3280
  o.http_request_uri = "/workflow/{id}"
3281
+ o['authtype'] = "v4"
2917
3282
  o.endpoint_pattern = {
2918
3283
  "hostPrefix" => "workflows-",
2919
3284
  }
@@ -2928,6 +3293,26 @@ module Aws::Omics
2928
3293
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2929
3294
  o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
2930
3295
  end)
3296
+
3297
+ api.add_operation(:upload_read_set_part, Seahorse::Model::Operation.new.tap do |o|
3298
+ o.name = "UploadReadSetPart"
3299
+ o.http_method = "PUT"
3300
+ o.http_request_uri = "/sequencestore/{sequenceStoreId}/upload/{uploadId}/part"
3301
+ o['authtype'] = "v4-unsigned-body"
3302
+ o.endpoint_pattern = {
3303
+ "hostPrefix" => "storage-",
3304
+ }
3305
+ o.input = Shapes::ShapeRef.new(shape: UploadReadSetPartRequest)
3306
+ o.output = Shapes::ShapeRef.new(shape: UploadReadSetPartResponse)
3307
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3308
+ o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
3309
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3310
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3311
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3312
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3313
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3314
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
3315
+ end)
2931
3316
  end
2932
3317
 
2933
3318
  end