aws-sdk-omics 1.12.0 → 1.13.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.
@@ -16,6 +16,8 @@ module Aws::Omics
16
16
  AbortMultipartReadSetUploadRequest = Shapes::StructureShape.new(name: 'AbortMultipartReadSetUploadRequest')
17
17
  AbortMultipartReadSetUploadResponse = Shapes::StructureShape.new(name: 'AbortMultipartReadSetUploadResponse')
18
18
  Accelerators = Shapes::StringShape.new(name: 'Accelerators')
19
+ AcceptShareRequest = Shapes::StructureShape.new(name: 'AcceptShareRequest')
20
+ AcceptShareResponse = Shapes::StructureShape.new(name: 'AcceptShareResponse')
19
21
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
20
22
  ActivateReadSetFilter = Shapes::StructureShape.new(name: 'ActivateReadSetFilter')
21
23
  ActivateReadSetJobItem = Shapes::StructureShape.new(name: 'ActivateReadSetJobItem')
@@ -34,8 +36,11 @@ module Aws::Omics
34
36
  AnnotationImportJobItems = Shapes::ListShape.new(name: 'AnnotationImportJobItems')
35
37
  AnnotationStoreItem = Shapes::StructureShape.new(name: 'AnnotationStoreItem')
36
38
  AnnotationStoreItems = Shapes::ListShape.new(name: 'AnnotationStoreItems')
39
+ AnnotationStoreVersionItem = Shapes::StructureShape.new(name: 'AnnotationStoreVersionItem')
40
+ AnnotationStoreVersionItems = Shapes::ListShape.new(name: 'AnnotationStoreVersionItems')
37
41
  AnnotationType = Shapes::StringShape.new(name: 'AnnotationType')
38
42
  Arn = Shapes::StringShape.new(name: 'Arn')
43
+ ArnList = Shapes::ListShape.new(name: 'ArnList')
39
44
  BatchDeleteReadSetRequest = Shapes::StructureShape.new(name: 'BatchDeleteReadSetRequest')
40
45
  BatchDeleteReadSetResponse = Shapes::StructureShape.new(name: 'BatchDeleteReadSetResponse')
41
46
  Blob = Shapes::BlobShape.new(name: 'Blob')
@@ -55,8 +60,9 @@ module Aws::Omics
55
60
  CompletionTime = Shapes::TimestampShape.new(name: 'CompletionTime', timestampFormat: "iso8601")
56
61
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
57
62
  CreateAnnotationStoreRequest = Shapes::StructureShape.new(name: 'CreateAnnotationStoreRequest')
58
- CreateAnnotationStoreRequestNameString = Shapes::StringShape.new(name: 'CreateAnnotationStoreRequestNameString')
59
63
  CreateAnnotationStoreResponse = Shapes::StructureShape.new(name: 'CreateAnnotationStoreResponse')
64
+ CreateAnnotationStoreVersionRequest = Shapes::StructureShape.new(name: 'CreateAnnotationStoreVersionRequest')
65
+ CreateAnnotationStoreVersionResponse = Shapes::StructureShape.new(name: 'CreateAnnotationStoreVersionResponse')
60
66
  CreateMultipartReadSetUploadRequest = Shapes::StructureShape.new(name: 'CreateMultipartReadSetUploadRequest')
61
67
  CreateMultipartReadSetUploadResponse = Shapes::StructureShape.new(name: 'CreateMultipartReadSetUploadResponse')
62
68
  CreateReferenceStoreRequest = Shapes::StructureShape.new(name: 'CreateReferenceStoreRequest')
@@ -69,8 +75,9 @@ module Aws::Omics
69
75
  CreateRunGroupResponse = Shapes::StructureShape.new(name: 'CreateRunGroupResponse')
70
76
  CreateSequenceStoreRequest = Shapes::StructureShape.new(name: 'CreateSequenceStoreRequest')
71
77
  CreateSequenceStoreResponse = Shapes::StructureShape.new(name: 'CreateSequenceStoreResponse')
78
+ CreateShareRequest = Shapes::StructureShape.new(name: 'CreateShareRequest')
79
+ CreateShareResponse = Shapes::StructureShape.new(name: 'CreateShareResponse')
72
80
  CreateVariantStoreRequest = Shapes::StructureShape.new(name: 'CreateVariantStoreRequest')
73
- CreateVariantStoreRequestNameString = Shapes::StringShape.new(name: 'CreateVariantStoreRequestNameString')
74
81
  CreateVariantStoreResponse = Shapes::StructureShape.new(name: 'CreateVariantStoreResponse')
75
82
  CreateWorkflowRequest = Shapes::StructureShape.new(name: 'CreateWorkflowRequest')
76
83
  CreateWorkflowRequestStorageCapacityInteger = Shapes::IntegerShape.new(name: 'CreateWorkflowRequestStorageCapacityInteger')
@@ -79,6 +86,8 @@ module Aws::Omics
79
86
  CreationType = Shapes::StringShape.new(name: 'CreationType')
80
87
  DeleteAnnotationStoreRequest = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreRequest')
81
88
  DeleteAnnotationStoreResponse = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreResponse')
89
+ DeleteAnnotationStoreVersionsRequest = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreVersionsRequest')
90
+ DeleteAnnotationStoreVersionsResponse = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreVersionsResponse')
82
91
  DeleteReferenceRequest = Shapes::StructureShape.new(name: 'DeleteReferenceRequest')
83
92
  DeleteReferenceResponse = Shapes::StructureShape.new(name: 'DeleteReferenceResponse')
84
93
  DeleteReferenceStoreRequest = Shapes::StructureShape.new(name: 'DeleteReferenceStoreRequest')
@@ -87,9 +96,12 @@ module Aws::Omics
87
96
  DeleteRunRequest = Shapes::StructureShape.new(name: 'DeleteRunRequest')
88
97
  DeleteSequenceStoreRequest = Shapes::StructureShape.new(name: 'DeleteSequenceStoreRequest')
89
98
  DeleteSequenceStoreResponse = Shapes::StructureShape.new(name: 'DeleteSequenceStoreResponse')
99
+ DeleteShareRequest = Shapes::StructureShape.new(name: 'DeleteShareRequest')
100
+ DeleteShareResponse = Shapes::StructureShape.new(name: 'DeleteShareResponse')
90
101
  DeleteVariantStoreRequest = Shapes::StructureShape.new(name: 'DeleteVariantStoreRequest')
91
102
  DeleteVariantStoreResponse = Shapes::StructureShape.new(name: 'DeleteVariantStoreResponse')
92
103
  DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
104
+ Description = Shapes::StringShape.new(name: 'Description')
93
105
  Encoding = Shapes::StringShape.new(name: 'Encoding')
94
106
  EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
95
107
  EscapeChar = Shapes::StringShape.new(name: 'EscapeChar')
@@ -106,6 +118,7 @@ module Aws::Omics
106
118
  FileInformationPartSizeLong = Shapes::IntegerShape.new(name: 'FileInformationPartSizeLong')
107
119
  FileInformationTotalPartsInteger = Shapes::IntegerShape.new(name: 'FileInformationTotalPartsInteger')
108
120
  FileType = Shapes::StringShape.new(name: 'FileType')
121
+ Filter = Shapes::StructureShape.new(name: 'Filter')
109
122
  FormatOptions = Shapes::UnionShape.new(name: 'FormatOptions')
110
123
  FormatToHeader = Shapes::MapShape.new(name: 'FormatToHeader')
111
124
  FormatToHeaderKey = Shapes::StringShape.new(name: 'FormatToHeaderKey')
@@ -115,6 +128,8 @@ module Aws::Omics
115
128
  GetAnnotationImportResponse = Shapes::StructureShape.new(name: 'GetAnnotationImportResponse')
116
129
  GetAnnotationStoreRequest = Shapes::StructureShape.new(name: 'GetAnnotationStoreRequest')
117
130
  GetAnnotationStoreResponse = Shapes::StructureShape.new(name: 'GetAnnotationStoreResponse')
131
+ GetAnnotationStoreVersionRequest = Shapes::StructureShape.new(name: 'GetAnnotationStoreVersionRequest')
132
+ GetAnnotationStoreVersionResponse = Shapes::StructureShape.new(name: 'GetAnnotationStoreVersionResponse')
118
133
  GetReadSetActivationJobRequest = Shapes::StructureShape.new(name: 'GetReadSetActivationJobRequest')
119
134
  GetReadSetActivationJobResponse = Shapes::StructureShape.new(name: 'GetReadSetActivationJobResponse')
120
135
  GetReadSetExportJobRequest = Shapes::StructureShape.new(name: 'GetReadSetExportJobRequest')
@@ -152,6 +167,8 @@ module Aws::Omics
152
167
  GetRunTaskResponseMemoryInteger = Shapes::IntegerShape.new(name: 'GetRunTaskResponseMemoryInteger')
153
168
  GetSequenceStoreRequest = Shapes::StructureShape.new(name: 'GetSequenceStoreRequest')
154
169
  GetSequenceStoreResponse = Shapes::StructureShape.new(name: 'GetSequenceStoreResponse')
170
+ GetShareRequest = Shapes::StructureShape.new(name: 'GetShareRequest')
171
+ GetShareResponse = Shapes::StructureShape.new(name: 'GetShareResponse')
155
172
  GetVariantImportRequest = Shapes::StructureShape.new(name: 'GetVariantImportRequest')
156
173
  GetVariantImportResponse = Shapes::StructureShape.new(name: 'GetVariantImportResponse')
157
174
  GetVariantStoreRequest = Shapes::StructureShape.new(name: 'GetVariantStoreRequest')
@@ -171,6 +188,7 @@ module Aws::Omics
171
188
  ImportReferenceJobList = Shapes::ListShape.new(name: 'ImportReferenceJobList')
172
189
  ImportReferenceSourceItem = Shapes::StructureShape.new(name: 'ImportReferenceSourceItem')
173
190
  ImportReferenceSourceList = Shapes::ListShape.new(name: 'ImportReferenceSourceList')
191
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
174
192
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
175
193
  JobStatus = Shapes::StringShape.new(name: 'JobStatus')
176
194
  JobStatusMessage = Shapes::StringShape.new(name: 'JobStatusMessage')
@@ -182,6 +200,11 @@ module Aws::Omics
182
200
  ListAnnotationImportJobsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAnnotationImportJobsRequestMaxResultsInteger')
183
201
  ListAnnotationImportJobsRequestNextTokenString = Shapes::StringShape.new(name: 'ListAnnotationImportJobsRequestNextTokenString')
184
202
  ListAnnotationImportJobsResponse = Shapes::StructureShape.new(name: 'ListAnnotationImportJobsResponse')
203
+ ListAnnotationStoreVersionsFilter = Shapes::StructureShape.new(name: 'ListAnnotationStoreVersionsFilter')
204
+ ListAnnotationStoreVersionsRequest = Shapes::StructureShape.new(name: 'ListAnnotationStoreVersionsRequest')
205
+ ListAnnotationStoreVersionsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAnnotationStoreVersionsRequestMaxResultsInteger')
206
+ ListAnnotationStoreVersionsRequestNextTokenString = Shapes::StringShape.new(name: 'ListAnnotationStoreVersionsRequestNextTokenString')
207
+ ListAnnotationStoreVersionsResponse = Shapes::StructureShape.new(name: 'ListAnnotationStoreVersionsResponse')
185
208
  ListAnnotationStoresFilter = Shapes::StructureShape.new(name: 'ListAnnotationStoresFilter')
186
209
  ListAnnotationStoresRequest = Shapes::StructureShape.new(name: 'ListAnnotationStoresRequest')
187
210
  ListAnnotationStoresRequestIdsList = Shapes::ListShape.new(name: 'ListAnnotationStoresRequestIdsList')
@@ -227,6 +250,8 @@ module Aws::Omics
227
250
  ListSequenceStoresRequest = Shapes::StructureShape.new(name: 'ListSequenceStoresRequest')
228
251
  ListSequenceStoresRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListSequenceStoresRequestMaxResultsInteger')
229
252
  ListSequenceStoresResponse = Shapes::StructureShape.new(name: 'ListSequenceStoresResponse')
253
+ ListSharesRequest = Shapes::StructureShape.new(name: 'ListSharesRequest')
254
+ ListSharesResponse = Shapes::StructureShape.new(name: 'ListSharesResponse')
230
255
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
231
256
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
232
257
  ListVariantImportJobsFilter = Shapes::StructureShape.new(name: 'ListVariantImportJobsFilter')
@@ -309,6 +334,7 @@ module Aws::Omics
309
334
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
310
335
  ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
311
336
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
337
+ ResourceOwner = Shapes::StringShape.new(name: 'ResourceOwner')
312
338
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
313
339
  RunArn = Shapes::StringShape.new(name: 'RunArn')
314
340
  RunExport = Shapes::StringShape.new(name: 'RunExport')
@@ -361,6 +387,10 @@ module Aws::Omics
361
387
  SequenceStoreId = Shapes::StringShape.new(name: 'SequenceStoreId')
362
388
  SequenceStoreName = Shapes::StringShape.new(name: 'SequenceStoreName')
363
389
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
390
+ ShareDetails = Shapes::StructureShape.new(name: 'ShareDetails')
391
+ ShareDetailsList = Shapes::ListShape.new(name: 'ShareDetailsList')
392
+ ShareName = Shapes::StringShape.new(name: 'ShareName')
393
+ ShareStatus = Shapes::StringShape.new(name: 'ShareStatus')
364
394
  SourceFiles = Shapes::StructureShape.new(name: 'SourceFiles')
365
395
  SseConfig = Shapes::StructureShape.new(name: 'SseConfig')
366
396
  SseConfigKeyArnString = Shapes::StringShape.new(name: 'SseConfigKeyArnString')
@@ -387,8 +417,8 @@ module Aws::Omics
387
417
  StartRunResponse = Shapes::StructureShape.new(name: 'StartRunResponse')
388
418
  StartVariantImportRequest = Shapes::StructureShape.new(name: 'StartVariantImportRequest')
389
419
  StartVariantImportResponse = Shapes::StructureShape.new(name: 'StartVariantImportResponse')
420
+ StatusList = Shapes::ListShape.new(name: 'StatusList')
390
421
  StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
391
- StoreDescription = Shapes::StringShape.new(name: 'StoreDescription')
392
422
  StoreFormat = Shapes::StringShape.new(name: 'StoreFormat')
393
423
  StoreName = Shapes::StringShape.new(name: 'StoreName')
394
424
  StoreOptions = Shapes::UnionShape.new(name: 'StoreOptions')
@@ -421,10 +451,14 @@ module Aws::Omics
421
451
  TsvOptions = Shapes::StructureShape.new(name: 'TsvOptions')
422
452
  TsvStoreOptions = Shapes::StructureShape.new(name: 'TsvStoreOptions')
423
453
  TsvStoreOptionsSchemaList = Shapes::ListShape.new(name: 'TsvStoreOptionsSchemaList')
454
+ TsvVersionOptions = Shapes::StructureShape.new(name: 'TsvVersionOptions')
455
+ TsvVersionOptionsSchemaList = Shapes::ListShape.new(name: 'TsvVersionOptionsSchemaList')
424
456
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
425
457
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
426
458
  UpdateAnnotationStoreRequest = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreRequest')
427
459
  UpdateAnnotationStoreResponse = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreResponse')
460
+ UpdateAnnotationStoreVersionRequest = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreVersionRequest')
461
+ UpdateAnnotationStoreVersionResponse = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreVersionResponse')
428
462
  UpdateRunGroupRequest = Shapes::StructureShape.new(name: 'UpdateRunGroupRequest')
429
463
  UpdateRunGroupRequestMaxCpusInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxCpusInteger')
430
464
  UpdateRunGroupRequestMaxDurationInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxDurationInteger')
@@ -448,6 +482,12 @@ module Aws::Omics
448
482
  VariantStoreItem = Shapes::StructureShape.new(name: 'VariantStoreItem')
449
483
  VariantStoreItems = Shapes::ListShape.new(name: 'VariantStoreItems')
450
484
  VcfOptions = Shapes::StructureShape.new(name: 'VcfOptions')
485
+ VersionDeleteError = Shapes::StructureShape.new(name: 'VersionDeleteError')
486
+ VersionDeleteErrorList = Shapes::ListShape.new(name: 'VersionDeleteErrorList')
487
+ VersionList = Shapes::ListShape.new(name: 'VersionList')
488
+ VersionName = Shapes::StringShape.new(name: 'VersionName')
489
+ VersionOptions = Shapes::UnionShape.new(name: 'VersionOptions')
490
+ VersionStatus = Shapes::StringShape.new(name: 'VersionStatus')
451
491
  WorkflowArn = Shapes::StringShape.new(name: 'WorkflowArn')
452
492
  WorkflowDefinition = Shapes::StringShape.new(name: 'WorkflowDefinition')
453
493
  WorkflowDescription = Shapes::StringShape.new(name: 'WorkflowDescription')
@@ -480,6 +520,12 @@ module Aws::Omics
480
520
 
481
521
  AbortMultipartReadSetUploadResponse.struct_class = Types::AbortMultipartReadSetUploadResponse
482
522
 
523
+ AcceptShareRequest.add_member(:share_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "shareId"))
524
+ AcceptShareRequest.struct_class = Types::AcceptShareRequest
525
+
526
+ AcceptShareResponse.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "status"))
527
+ AcceptShareResponse.struct_class = Types::AcceptShareResponse
528
+
483
529
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
484
530
  AccessDeniedException.struct_class = Types::AccessDeniedException
485
531
 
@@ -520,6 +566,7 @@ module Aws::Omics
520
566
 
521
567
  AnnotationImportJobItem.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
522
568
  AnnotationImportJobItem.add_member(:destination_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "destinationName"))
569
+ AnnotationImportJobItem.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
523
570
  AnnotationImportJobItem.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
524
571
  AnnotationImportJobItem.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
525
572
  AnnotationImportJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
@@ -537,7 +584,7 @@ module Aws::Omics
537
584
  AnnotationStoreItem.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
538
585
  AnnotationStoreItem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
539
586
  AnnotationStoreItem.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, required: true, location_name: "storeFormat"))
540
- AnnotationStoreItem.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
587
+ AnnotationStoreItem.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
541
588
  AnnotationStoreItem.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
542
589
  AnnotationStoreItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
543
590
  AnnotationStoreItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
@@ -547,6 +594,23 @@ module Aws::Omics
547
594
 
548
595
  AnnotationStoreItems.member = Shapes::ShapeRef.new(shape: AnnotationStoreItem)
549
596
 
597
+ AnnotationStoreVersionItem.add_member(:store_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "storeId"))
598
+ AnnotationStoreVersionItem.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
599
+ AnnotationStoreVersionItem.add_member(:status, Shapes::ShapeRef.new(shape: VersionStatus, required: true, location_name: "status"))
600
+ AnnotationStoreVersionItem.add_member(:version_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "versionArn"))
601
+ AnnotationStoreVersionItem.add_member(:name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "name"))
602
+ AnnotationStoreVersionItem.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
603
+ AnnotationStoreVersionItem.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
604
+ AnnotationStoreVersionItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
605
+ AnnotationStoreVersionItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
606
+ AnnotationStoreVersionItem.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
607
+ AnnotationStoreVersionItem.add_member(:version_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "versionSizeBytes"))
608
+ AnnotationStoreVersionItem.struct_class = Types::AnnotationStoreVersionItem
609
+
610
+ AnnotationStoreVersionItems.member = Shapes::ShapeRef.new(shape: AnnotationStoreVersionItem)
611
+
612
+ ArnList.member = Shapes::ShapeRef.new(shape: String)
613
+
550
614
  BatchDeleteReadSetRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ReadSetIdList, required: true, location_name: "ids"))
551
615
  BatchDeleteReadSetRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
552
616
  BatchDeleteReadSetRequest.struct_class = Types::BatchDeleteReadSetRequest
@@ -586,9 +650,10 @@ module Aws::Omics
586
650
  ConflictException.struct_class = Types::ConflictException
587
651
 
588
652
  CreateAnnotationStoreRequest.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, location_name: "reference"))
589
- CreateAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: CreateAnnotationStoreRequestNameString, location_name: "name"))
590
- CreateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
653
+ CreateAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: StoreName, location_name: "name"))
654
+ CreateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
591
655
  CreateAnnotationStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
656
+ CreateAnnotationStoreRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, location_name: "versionName"))
592
657
  CreateAnnotationStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
593
658
  CreateAnnotationStoreRequest.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, required: true, location_name: "storeFormat"))
594
659
  CreateAnnotationStoreRequest.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
@@ -600,9 +665,26 @@ module Aws::Omics
600
665
  CreateAnnotationStoreResponse.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
601
666
  CreateAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
602
667
  CreateAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
668
+ CreateAnnotationStoreResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
603
669
  CreateAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
604
670
  CreateAnnotationStoreResponse.struct_class = Types::CreateAnnotationStoreResponse
605
671
 
672
+ CreateAnnotationStoreVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: StoreName, required: true, location: "uri", location_name: "name"))
673
+ CreateAnnotationStoreVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
674
+ CreateAnnotationStoreVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
675
+ CreateAnnotationStoreVersionRequest.add_member(:version_options, Shapes::ShapeRef.new(shape: VersionOptions, location_name: "versionOptions"))
676
+ CreateAnnotationStoreVersionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
677
+ CreateAnnotationStoreVersionRequest.struct_class = Types::CreateAnnotationStoreVersionRequest
678
+
679
+ CreateAnnotationStoreVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
680
+ CreateAnnotationStoreVersionResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
681
+ CreateAnnotationStoreVersionResponse.add_member(:store_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "storeId"))
682
+ CreateAnnotationStoreVersionResponse.add_member(:version_options, Shapes::ShapeRef.new(shape: VersionOptions, location_name: "versionOptions"))
683
+ CreateAnnotationStoreVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "name"))
684
+ CreateAnnotationStoreVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: VersionStatus, required: true, location_name: "status"))
685
+ CreateAnnotationStoreVersionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
686
+ CreateAnnotationStoreVersionResponse.struct_class = Types::CreateAnnotationStoreVersionResponse
687
+
606
688
  CreateMultipartReadSetUploadRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
607
689
  CreateMultipartReadSetUploadRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
608
690
  CreateMultipartReadSetUploadRequest.add_member(:source_file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "sourceFileType"))
@@ -674,9 +756,19 @@ module Aws::Omics
674
756
  CreateSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
675
757
  CreateSequenceStoreResponse.struct_class = Types::CreateSequenceStoreResponse
676
758
 
759
+ CreateShareRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceArn"))
760
+ CreateShareRequest.add_member(:principal_subscriber, Shapes::ShapeRef.new(shape: String, required: true, location_name: "principalSubscriber"))
761
+ CreateShareRequest.add_member(:share_name, Shapes::ShapeRef.new(shape: ShareName, location_name: "shareName"))
762
+ CreateShareRequest.struct_class = Types::CreateShareRequest
763
+
764
+ CreateShareResponse.add_member(:share_id, Shapes::ShapeRef.new(shape: String, location_name: "shareId"))
765
+ CreateShareResponse.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "status"))
766
+ CreateShareResponse.add_member(:share_name, Shapes::ShapeRef.new(shape: ShareName, location_name: "shareName"))
767
+ CreateShareResponse.struct_class = Types::CreateShareResponse
768
+
677
769
  CreateVariantStoreRequest.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
678
- CreateVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: CreateVariantStoreRequestNameString, location_name: "name"))
679
- CreateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
770
+ CreateVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: StoreName, location_name: "name"))
771
+ CreateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
680
772
  CreateVariantStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
681
773
  CreateVariantStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
682
774
  CreateVariantStoreRequest.struct_class = Types::CreateVariantStoreRequest
@@ -714,6 +806,14 @@ module Aws::Omics
714
806
  DeleteAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
715
807
  DeleteAnnotationStoreResponse.struct_class = Types::DeleteAnnotationStoreResponse
716
808
 
809
+ DeleteAnnotationStoreVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
810
+ DeleteAnnotationStoreVersionsRequest.add_member(:versions, Shapes::ShapeRef.new(shape: VersionList, required: true, location_name: "versions"))
811
+ DeleteAnnotationStoreVersionsRequest.add_member(:force, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location: "querystring", location_name: "force"))
812
+ DeleteAnnotationStoreVersionsRequest.struct_class = Types::DeleteAnnotationStoreVersionsRequest
813
+
814
+ DeleteAnnotationStoreVersionsResponse.add_member(:errors, Shapes::ShapeRef.new(shape: VersionDeleteErrorList, location_name: "errors"))
815
+ DeleteAnnotationStoreVersionsResponse.struct_class = Types::DeleteAnnotationStoreVersionsResponse
816
+
717
817
  DeleteReferenceRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location: "uri", location_name: "id"))
718
818
  DeleteReferenceRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
719
819
  DeleteReferenceRequest.struct_class = Types::DeleteReferenceRequest
@@ -736,6 +836,12 @@ module Aws::Omics
736
836
 
737
837
  DeleteSequenceStoreResponse.struct_class = Types::DeleteSequenceStoreResponse
738
838
 
839
+ DeleteShareRequest.add_member(:share_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "shareId"))
840
+ DeleteShareRequest.struct_class = Types::DeleteShareRequest
841
+
842
+ DeleteShareResponse.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "status"))
843
+ DeleteShareResponse.struct_class = Types::DeleteShareResponse
844
+
739
845
  DeleteVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
740
846
  DeleteVariantStoreRequest.add_member(:force, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location: "querystring", location_name: "force"))
741
847
  DeleteVariantStoreRequest.struct_class = Types::DeleteVariantStoreRequest
@@ -776,6 +882,10 @@ module Aws::Omics
776
882
  FileInformation.add_member(:content_length, Shapes::ShapeRef.new(shape: FileInformationContentLengthLong, location_name: "contentLength"))
777
883
  FileInformation.struct_class = Types::FileInformation
778
884
 
885
+ Filter.add_member(:resource_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "resourceArns"))
886
+ Filter.add_member(:status, Shapes::ShapeRef.new(shape: StatusList, location_name: "status"))
887
+ Filter.struct_class = Types::Filter
888
+
779
889
  FormatOptions.add_member(:tsv_options, Shapes::ShapeRef.new(shape: TsvOptions, location_name: "tsvOptions"))
780
890
  FormatOptions.add_member(:vcf_options, Shapes::ShapeRef.new(shape: VcfOptions, location_name: "vcfOptions"))
781
891
  FormatOptions.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
@@ -792,6 +902,7 @@ module Aws::Omics
792
902
 
793
903
  GetAnnotationImportResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
794
904
  GetAnnotationImportResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
905
+ GetAnnotationImportResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
795
906
  GetAnnotationImportResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
796
907
  GetAnnotationImportResponse.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
797
908
  GetAnnotationImportResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMsg, required: true, location_name: "statusMessage"))
@@ -812,7 +923,7 @@ module Aws::Omics
812
923
  GetAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
813
924
  GetAnnotationStoreResponse.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
814
925
  GetAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
815
- GetAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
926
+ GetAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
816
927
  GetAnnotationStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
817
928
  GetAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
818
929
  GetAnnotationStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
@@ -821,8 +932,28 @@ module Aws::Omics
821
932
  GetAnnotationStoreResponse.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, location_name: "storeFormat"))
822
933
  GetAnnotationStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
823
934
  GetAnnotationStoreResponse.add_member(:store_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "storeSizeBytes"))
935
+ GetAnnotationStoreResponse.add_member(:num_versions, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "numVersions"))
824
936
  GetAnnotationStoreResponse.struct_class = Types::GetAnnotationStoreResponse
825
937
 
938
+ GetAnnotationStoreVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
939
+ GetAnnotationStoreVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "versionName"))
940
+ GetAnnotationStoreVersionRequest.struct_class = Types::GetAnnotationStoreVersionRequest
941
+
942
+ GetAnnotationStoreVersionResponse.add_member(:store_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "storeId"))
943
+ GetAnnotationStoreVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
944
+ GetAnnotationStoreVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: VersionStatus, required: true, location_name: "status"))
945
+ GetAnnotationStoreVersionResponse.add_member(:version_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "versionArn"))
946
+ GetAnnotationStoreVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "name"))
947
+ GetAnnotationStoreVersionResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
948
+ GetAnnotationStoreVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
949
+ GetAnnotationStoreVersionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
950
+ GetAnnotationStoreVersionResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
951
+ GetAnnotationStoreVersionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
952
+ GetAnnotationStoreVersionResponse.add_member(:version_options, Shapes::ShapeRef.new(shape: VersionOptions, location_name: "versionOptions"))
953
+ GetAnnotationStoreVersionResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
954
+ GetAnnotationStoreVersionResponse.add_member(:version_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "versionSizeBytes"))
955
+ GetAnnotationStoreVersionResponse.struct_class = Types::GetAnnotationStoreVersionResponse
956
+
826
957
  GetReadSetActivationJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: ActivationJobId, required: true, location: "uri", location_name: "id"))
827
958
  GetReadSetActivationJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
828
959
  GetReadSetActivationJobRequest.struct_class = Types::GetReadSetActivationJobRequest
@@ -1023,6 +1154,12 @@ module Aws::Omics
1023
1154
  GetSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
1024
1155
  GetSequenceStoreResponse.struct_class = Types::GetSequenceStoreResponse
1025
1156
 
1157
+ GetShareRequest.add_member(:share_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "shareId"))
1158
+ GetShareRequest.struct_class = Types::GetShareRequest
1159
+
1160
+ GetShareResponse.add_member(:share, Shapes::ShapeRef.new(shape: ShareDetails, location_name: "share"))
1161
+ GetShareResponse.struct_class = Types::GetShareResponse
1162
+
1026
1163
  GetVariantImportRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "jobId"))
1027
1164
  GetVariantImportRequest.struct_class = Types::GetVariantImportRequest
1028
1165
 
@@ -1047,7 +1184,7 @@ module Aws::Omics
1047
1184
  GetVariantStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
1048
1185
  GetVariantStoreResponse.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
1049
1186
  GetVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1050
- GetVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
1187
+ GetVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
1051
1188
  GetVariantStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
1052
1189
  GetVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
1053
1190
  GetVariantStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
@@ -1154,6 +1291,19 @@ module Aws::Omics
1154
1291
  ListAnnotationImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1155
1292
  ListAnnotationImportJobsResponse.struct_class = Types::ListAnnotationImportJobsResponse
1156
1293
 
1294
+ ListAnnotationStoreVersionsFilter.add_member(:status, Shapes::ShapeRef.new(shape: VersionStatus, location_name: "status"))
1295
+ ListAnnotationStoreVersionsFilter.struct_class = Types::ListAnnotationStoreVersionsFilter
1296
+
1297
+ ListAnnotationStoreVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
1298
+ ListAnnotationStoreVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAnnotationStoreVersionsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1299
+ ListAnnotationStoreVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListAnnotationStoreVersionsRequestNextTokenString, location: "querystring", location_name: "nextToken"))
1300
+ ListAnnotationStoreVersionsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListAnnotationStoreVersionsFilter, location_name: "filter"))
1301
+ ListAnnotationStoreVersionsRequest.struct_class = Types::ListAnnotationStoreVersionsRequest
1302
+
1303
+ ListAnnotationStoreVersionsResponse.add_member(:annotation_store_versions, Shapes::ShapeRef.new(shape: AnnotationStoreVersionItems, location_name: "annotationStoreVersions"))
1304
+ ListAnnotationStoreVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1305
+ ListAnnotationStoreVersionsResponse.struct_class = Types::ListAnnotationStoreVersionsResponse
1306
+
1157
1307
  ListAnnotationStoresFilter.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, location_name: "status"))
1158
1308
  ListAnnotationStoresFilter.struct_class = Types::ListAnnotationStoresFilter
1159
1309
 
@@ -1298,6 +1448,16 @@ module Aws::Omics
1298
1448
  ListSequenceStoresResponse.add_member(:sequence_stores, Shapes::ShapeRef.new(shape: SequenceStoreDetailList, required: true, location_name: "sequenceStores"))
1299
1449
  ListSequenceStoresResponse.struct_class = Types::ListSequenceStoresResponse
1300
1450
 
1451
+ ListSharesRequest.add_member(:resource_owner, Shapes::ShapeRef.new(shape: ResourceOwner, required: true, location_name: "resourceOwner"))
1452
+ ListSharesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "filter"))
1453
+ ListSharesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
1454
+ ListSharesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
1455
+ ListSharesRequest.struct_class = Types::ListSharesRequest
1456
+
1457
+ ListSharesResponse.add_member(:shares, Shapes::ShapeRef.new(shape: ShareDetailsList, required: true, location_name: "shares"))
1458
+ ListSharesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1459
+ ListSharesResponse.struct_class = Types::ListSharesResponse
1460
+
1301
1461
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
1302
1462
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
1303
1463
 
@@ -1543,6 +1703,19 @@ module Aws::Omics
1543
1703
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1544
1704
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
1545
1705
 
1706
+ ShareDetails.add_member(:share_id, Shapes::ShapeRef.new(shape: String, location_name: "shareId"))
1707
+ ShareDetails.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "resourceArn"))
1708
+ ShareDetails.add_member(:principal_subscriber, Shapes::ShapeRef.new(shape: String, location_name: "principalSubscriber"))
1709
+ ShareDetails.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
1710
+ ShareDetails.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "status"))
1711
+ ShareDetails.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "statusMessage"))
1712
+ ShareDetails.add_member(:share_name, Shapes::ShapeRef.new(shape: ShareName, location_name: "shareName"))
1713
+ ShareDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "creationTime"))
1714
+ ShareDetails.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, location_name: "updateTime"))
1715
+ ShareDetails.struct_class = Types::ShareDetails
1716
+
1717
+ ShareDetailsList.member = Shapes::ShapeRef.new(shape: ShareDetails)
1718
+
1546
1719
  SourceFiles.add_member(:source1, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "source1"))
1547
1720
  SourceFiles.add_member(:source2, Shapes::ShapeRef.new(shape: S3Uri, location_name: "source2"))
1548
1721
  SourceFiles.struct_class = Types::SourceFiles
@@ -1554,6 +1727,7 @@ module Aws::Omics
1554
1727
  StartAnnotationImportRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
1555
1728
  StartAnnotationImportRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
1556
1729
  StartAnnotationImportRequest.add_member(:items, Shapes::ShapeRef.new(shape: AnnotationImportItemSources, required: true, location_name: "items"))
1730
+ StartAnnotationImportRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, location_name: "versionName"))
1557
1731
  StartAnnotationImportRequest.add_member(:format_options, Shapes::ShapeRef.new(shape: FormatOptions, location_name: "formatOptions"))
1558
1732
  StartAnnotationImportRequest.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, location_name: "runLeftNormalization"))
1559
1733
  StartAnnotationImportRequest.add_member(:annotation_fields, Shapes::ShapeRef.new(shape: AnnotationFieldMap, location_name: "annotationFields"))
@@ -1672,6 +1846,8 @@ module Aws::Omics
1672
1846
  StartVariantImportResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "jobId"))
1673
1847
  StartVariantImportResponse.struct_class = Types::StartVariantImportResponse
1674
1848
 
1849
+ StatusList.member = Shapes::ShapeRef.new(shape: ShareStatus)
1850
+
1675
1851
  StoreOptions.add_member(:tsv_store_options, Shapes::ShapeRef.new(shape: TsvStoreOptions, location_name: "tsvStoreOptions"))
1676
1852
  StoreOptions.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1677
1853
  StoreOptions.add_member_subclass(:tsv_store_options, Types::StoreOptions::TsvStoreOptions)
@@ -1719,6 +1895,13 @@ module Aws::Omics
1719
1895
 
1720
1896
  TsvStoreOptionsSchemaList.member = Shapes::ShapeRef.new(shape: SchemaItem)
1721
1897
 
1898
+ TsvVersionOptions.add_member(:annotation_type, Shapes::ShapeRef.new(shape: AnnotationType, location_name: "annotationType"))
1899
+ TsvVersionOptions.add_member(:format_to_header, Shapes::ShapeRef.new(shape: FormatToHeader, location_name: "formatToHeader"))
1900
+ TsvVersionOptions.add_member(:schema, Shapes::ShapeRef.new(shape: TsvVersionOptionsSchemaList, location_name: "schema"))
1901
+ TsvVersionOptions.struct_class = Types::TsvVersionOptions
1902
+
1903
+ TsvVersionOptionsSchemaList.member = Shapes::ShapeRef.new(shape: SchemaItem)
1904
+
1722
1905
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
1723
1906
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
1724
1907
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -1726,20 +1909,35 @@ module Aws::Omics
1726
1909
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
1727
1910
 
1728
1911
  UpdateAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
1729
- UpdateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
1912
+ UpdateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1730
1913
  UpdateAnnotationStoreRequest.struct_class = Types::UpdateAnnotationStoreRequest
1731
1914
 
1732
1915
  UpdateAnnotationStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
1733
1916
  UpdateAnnotationStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
1734
1917
  UpdateAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
1735
1918
  UpdateAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1736
- UpdateAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
1919
+ UpdateAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
1737
1920
  UpdateAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
1738
1921
  UpdateAnnotationStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
1739
1922
  UpdateAnnotationStoreResponse.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
1740
1923
  UpdateAnnotationStoreResponse.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, location_name: "storeFormat"))
1741
1924
  UpdateAnnotationStoreResponse.struct_class = Types::UpdateAnnotationStoreResponse
1742
1925
 
1926
+ UpdateAnnotationStoreVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
1927
+ UpdateAnnotationStoreVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "versionName"))
1928
+ UpdateAnnotationStoreVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1929
+ UpdateAnnotationStoreVersionRequest.struct_class = Types::UpdateAnnotationStoreVersionRequest
1930
+
1931
+ UpdateAnnotationStoreVersionResponse.add_member(:store_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "storeId"))
1932
+ UpdateAnnotationStoreVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
1933
+ UpdateAnnotationStoreVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: VersionStatus, required: true, location_name: "status"))
1934
+ UpdateAnnotationStoreVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "name"))
1935
+ UpdateAnnotationStoreVersionResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
1936
+ UpdateAnnotationStoreVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
1937
+ UpdateAnnotationStoreVersionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
1938
+ UpdateAnnotationStoreVersionResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
1939
+ UpdateAnnotationStoreVersionResponse.struct_class = Types::UpdateAnnotationStoreVersionResponse
1940
+
1743
1941
  UpdateRunGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, required: true, location: "uri", location_name: "id"))
1744
1942
  UpdateRunGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
1745
1943
  UpdateRunGroupRequest.add_member(:max_cpus, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxCpusInteger, location_name: "maxCpus"))
@@ -1749,14 +1947,14 @@ module Aws::Omics
1749
1947
  UpdateRunGroupRequest.struct_class = Types::UpdateRunGroupRequest
1750
1948
 
1751
1949
  UpdateVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
1752
- UpdateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
1950
+ UpdateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1753
1951
  UpdateVariantStoreRequest.struct_class = Types::UpdateVariantStoreRequest
1754
1952
 
1755
1953
  UpdateVariantStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
1756
1954
  UpdateVariantStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
1757
1955
  UpdateVariantStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
1758
1956
  UpdateVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1759
- UpdateVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
1957
+ UpdateVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
1760
1958
  UpdateVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
1761
1959
  UpdateVariantStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
1762
1960
  UpdateVariantStoreResponse.struct_class = Types::UpdateVariantStoreResponse
@@ -1811,7 +2009,7 @@ module Aws::Omics
1811
2009
  VariantStoreItem.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
1812
2010
  VariantStoreItem.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
1813
2011
  VariantStoreItem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1814
- VariantStoreItem.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
2012
+ VariantStoreItem.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
1815
2013
  VariantStoreItem.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
1816
2014
  VariantStoreItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
1817
2015
  VariantStoreItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
@@ -1825,6 +2023,20 @@ module Aws::Omics
1825
2023
  VcfOptions.add_member(:ignore_filter_field, Shapes::ShapeRef.new(shape: Boolean, location_name: "ignoreFilterField"))
1826
2024
  VcfOptions.struct_class = Types::VcfOptions
1827
2025
 
2026
+ VersionDeleteError.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
2027
+ VersionDeleteError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
2028
+ VersionDeleteError.struct_class = Types::VersionDeleteError
2029
+
2030
+ VersionDeleteErrorList.member = Shapes::ShapeRef.new(shape: VersionDeleteError)
2031
+
2032
+ VersionList.member = Shapes::ShapeRef.new(shape: VersionName)
2033
+
2034
+ VersionOptions.add_member(:tsv_version_options, Shapes::ShapeRef.new(shape: TsvVersionOptions, location_name: "tsvVersionOptions"))
2035
+ VersionOptions.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2036
+ VersionOptions.add_member_subclass(:tsv_version_options, Types::VersionOptions::TsvVersionOptions)
2037
+ VersionOptions.add_member_subclass(:unknown, Types::VersionOptions::Unknown)
2038
+ VersionOptions.struct_class = Types::VersionOptions
2039
+
1828
2040
  WorkflowExportList.member = Shapes::ShapeRef.new(shape: WorkflowExport)
1829
2041
 
1830
2042
  WorkflowList.member = Shapes::ShapeRef.new(shape: WorkflowListItem)
@@ -1887,6 +2099,25 @@ module Aws::Omics
1887
2099
  o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
1888
2100
  end)
1889
2101
 
2102
+ api.add_operation(:accept_share, Seahorse::Model::Operation.new.tap do |o|
2103
+ o.name = "AcceptShare"
2104
+ o.http_method = "POST"
2105
+ o.http_request_uri = "/share/{shareId}"
2106
+ o['authtype'] = "v4"
2107
+ o.endpoint_pattern = {
2108
+ "hostPrefix" => "analytics-",
2109
+ }
2110
+ o.input = Shapes::ShapeRef.new(shape: AcceptShareRequest)
2111
+ o.output = Shapes::ShapeRef.new(shape: AcceptShareResponse)
2112
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2113
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2114
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2115
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2116
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2117
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2118
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2119
+ end)
2120
+
1890
2121
  api.add_operation(:batch_delete_read_set, Seahorse::Model::Operation.new.tap do |o|
1891
2122
  o.name = "BatchDeleteReadSet"
1892
2123
  o.http_method = "POST"
@@ -1998,6 +2229,25 @@ module Aws::Omics
1998
2229
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1999
2230
  end)
2000
2231
 
2232
+ api.add_operation(:create_annotation_store_version, Seahorse::Model::Operation.new.tap do |o|
2233
+ o.name = "CreateAnnotationStoreVersion"
2234
+ o.http_method = "POST"
2235
+ o.http_request_uri = "/annotationStore/{name}/version"
2236
+ o['authtype'] = "v4"
2237
+ o.endpoint_pattern = {
2238
+ "hostPrefix" => "analytics-",
2239
+ }
2240
+ o.input = Shapes::ShapeRef.new(shape: CreateAnnotationStoreVersionRequest)
2241
+ o.output = Shapes::ShapeRef.new(shape: CreateAnnotationStoreVersionResponse)
2242
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2243
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2244
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2245
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2246
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2247
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2248
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2249
+ end)
2250
+
2001
2251
  api.add_operation(:create_multipart_read_set_upload, Seahorse::Model::Operation.new.tap do |o|
2002
2252
  o.name = "CreateMultipartReadSetUpload"
2003
2253
  o.http_method = "POST"
@@ -2074,6 +2324,25 @@ module Aws::Omics
2074
2324
  o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
2075
2325
  end)
2076
2326
 
2327
+ api.add_operation(:create_share, Seahorse::Model::Operation.new.tap do |o|
2328
+ o.name = "CreateShare"
2329
+ o.http_method = "POST"
2330
+ o.http_request_uri = "/share"
2331
+ o['authtype'] = "v4"
2332
+ o.endpoint_pattern = {
2333
+ "hostPrefix" => "analytics-",
2334
+ }
2335
+ o.input = Shapes::ShapeRef.new(shape: CreateShareRequest)
2336
+ o.output = Shapes::ShapeRef.new(shape: CreateShareResponse)
2337
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2338
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2339
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2340
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2341
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2342
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2343
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2344
+ end)
2345
+
2077
2346
  api.add_operation(:create_variant_store, Seahorse::Model::Operation.new.tap do |o|
2078
2347
  o.name = "CreateVariantStore"
2079
2348
  o.http_method = "POST"
@@ -2131,6 +2400,24 @@ module Aws::Omics
2131
2400
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2132
2401
  end)
2133
2402
 
2403
+ api.add_operation(:delete_annotation_store_versions, Seahorse::Model::Operation.new.tap do |o|
2404
+ o.name = "DeleteAnnotationStoreVersions"
2405
+ o.http_method = "POST"
2406
+ o.http_request_uri = "/annotationStore/{name}/versions/delete"
2407
+ o['authtype'] = "v4"
2408
+ o.endpoint_pattern = {
2409
+ "hostPrefix" => "analytics-",
2410
+ }
2411
+ o.input = Shapes::ShapeRef.new(shape: DeleteAnnotationStoreVersionsRequest)
2412
+ o.output = Shapes::ShapeRef.new(shape: DeleteAnnotationStoreVersionsResponse)
2413
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2414
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2415
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2416
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2417
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2418
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2419
+ end)
2420
+
2134
2421
  api.add_operation(:delete_reference, Seahorse::Model::Operation.new.tap do |o|
2135
2422
  o.name = "DeleteReference"
2136
2423
  o.http_method = "DELETE"
@@ -2228,6 +2515,25 @@ module Aws::Omics
2228
2515
  o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
2229
2516
  end)
2230
2517
 
2518
+ api.add_operation(:delete_share, Seahorse::Model::Operation.new.tap do |o|
2519
+ o.name = "DeleteShare"
2520
+ o.http_method = "DELETE"
2521
+ o.http_request_uri = "/share/{shareId}"
2522
+ o['authtype'] = "v4"
2523
+ o.endpoint_pattern = {
2524
+ "hostPrefix" => "analytics-",
2525
+ }
2526
+ o.input = Shapes::ShapeRef.new(shape: DeleteShareRequest)
2527
+ o.output = Shapes::ShapeRef.new(shape: DeleteShareResponse)
2528
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2529
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2530
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2531
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2532
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2533
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2534
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2535
+ end)
2536
+
2231
2537
  api.add_operation(:delete_variant_store, Seahorse::Model::Operation.new.tap do |o|
2232
2538
  o.name = "DeleteVariantStore"
2233
2539
  o.http_method = "DELETE"
@@ -2300,6 +2606,23 @@ module Aws::Omics
2300
2606
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2301
2607
  end)
2302
2608
 
2609
+ api.add_operation(:get_annotation_store_version, Seahorse::Model::Operation.new.tap do |o|
2610
+ o.name = "GetAnnotationStoreVersion"
2611
+ o.http_method = "GET"
2612
+ o.http_request_uri = "/annotationStore/{name}/version/{versionName}"
2613
+ o['authtype'] = "v4"
2614
+ o.endpoint_pattern = {
2615
+ "hostPrefix" => "analytics-",
2616
+ }
2617
+ o.input = Shapes::ShapeRef.new(shape: GetAnnotationStoreVersionRequest)
2618
+ o.output = Shapes::ShapeRef.new(shape: GetAnnotationStoreVersionResponse)
2619
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2620
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2621
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2622
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2623
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2624
+ end)
2625
+
2303
2626
  api.add_operation(:get_read_set, Seahorse::Model::Operation.new.tap do |o|
2304
2627
  o.name = "GetReadSet"
2305
2628
  o.http_method = "GET"
@@ -2543,6 +2866,25 @@ module Aws::Omics
2543
2866
  o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
2544
2867
  end)
2545
2868
 
2869
+ api.add_operation(:get_share, Seahorse::Model::Operation.new.tap do |o|
2870
+ o.name = "GetShare"
2871
+ o.http_method = "GET"
2872
+ o.http_request_uri = "/share/{shareId}"
2873
+ o['authtype'] = "v4"
2874
+ o.endpoint_pattern = {
2875
+ "hostPrefix" => "analytics-",
2876
+ }
2877
+ o.input = Shapes::ShapeRef.new(shape: GetShareRequest)
2878
+ o.output = Shapes::ShapeRef.new(shape: GetShareResponse)
2879
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2880
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2881
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2882
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2883
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2884
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2885
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2886
+ end)
2887
+
2546
2888
  api.add_operation(:get_variant_import_job, Seahorse::Model::Operation.new.tap do |o|
2547
2889
  o.name = "GetVariantImportJob"
2548
2890
  o.http_method = "GET"
@@ -2620,6 +2962,29 @@ module Aws::Omics
2620
2962
  )
2621
2963
  end)
2622
2964
 
2965
+ api.add_operation(:list_annotation_store_versions, Seahorse::Model::Operation.new.tap do |o|
2966
+ o.name = "ListAnnotationStoreVersions"
2967
+ o.http_method = "POST"
2968
+ o.http_request_uri = "/annotationStore/{name}/versions"
2969
+ o['authtype'] = "v4"
2970
+ o.endpoint_pattern = {
2971
+ "hostPrefix" => "analytics-",
2972
+ }
2973
+ o.input = Shapes::ShapeRef.new(shape: ListAnnotationStoreVersionsRequest)
2974
+ o.output = Shapes::ShapeRef.new(shape: ListAnnotationStoreVersionsResponse)
2975
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2976
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2977
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2978
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2979
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2980
+ o[:pager] = Aws::Pager.new(
2981
+ limit_key: "max_results",
2982
+ tokens: {
2983
+ "next_token" => "next_token"
2984
+ }
2985
+ )
2986
+ end)
2987
+
2623
2988
  api.add_operation(:list_annotation_stores, Seahorse::Model::Operation.new.tap do |o|
2624
2989
  o.name = "ListAnnotationStores"
2625
2990
  o.http_method = "POST"
@@ -2963,6 +3328,31 @@ module Aws::Omics
2963
3328
  )
2964
3329
  end)
2965
3330
 
3331
+ api.add_operation(:list_shares, Seahorse::Model::Operation.new.tap do |o|
3332
+ o.name = "ListShares"
3333
+ o.http_method = "POST"
3334
+ o.http_request_uri = "/shares"
3335
+ o['authtype'] = "v4"
3336
+ o.endpoint_pattern = {
3337
+ "hostPrefix" => "analytics-",
3338
+ }
3339
+ o.input = Shapes::ShapeRef.new(shape: ListSharesRequest)
3340
+ o.output = Shapes::ShapeRef.new(shape: ListSharesResponse)
3341
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3342
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3343
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3344
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3345
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3346
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3347
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3348
+ o[:pager] = Aws::Pager.new(
3349
+ limit_key: "max_results",
3350
+ tokens: {
3351
+ "next_token" => "next_token"
3352
+ }
3353
+ )
3354
+ end)
3355
+
2966
3356
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
2967
3357
  o.name = "ListTagsForResource"
2968
3358
  o.http_method = "GET"
@@ -3244,6 +3634,23 @@ module Aws::Omics
3244
3634
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3245
3635
  end)
3246
3636
 
3637
+ api.add_operation(:update_annotation_store_version, Seahorse::Model::Operation.new.tap do |o|
3638
+ o.name = "UpdateAnnotationStoreVersion"
3639
+ o.http_method = "POST"
3640
+ o.http_request_uri = "/annotationStore/{name}/version/{versionName}"
3641
+ o['authtype'] = "v4"
3642
+ o.endpoint_pattern = {
3643
+ "hostPrefix" => "analytics-",
3644
+ }
3645
+ o.input = Shapes::ShapeRef.new(shape: UpdateAnnotationStoreVersionRequest)
3646
+ o.output = Shapes::ShapeRef.new(shape: UpdateAnnotationStoreVersionResponse)
3647
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3648
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3649
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3650
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3651
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3652
+ end)
3653
+
3247
3654
  api.add_operation(:update_run_group, Seahorse::Model::Operation.new.tap do |o|
3248
3655
  o.name = "UpdateRunGroup"
3249
3656
  o.http_method = "POST"