aws-sdk-omics 1.11.0 → 1.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-omics/client.rb +537 -25
- data/lib/aws-sdk-omics/client_api.rb +425 -15
- data/lib/aws-sdk-omics/endpoints.rb +140 -0
- data/lib/aws-sdk-omics/plugins/endpoints.rb +20 -0
- data/lib/aws-sdk-omics/types.rb +762 -6
- data/lib/aws-sdk-omics/waiters.rb +126 -17
- data/lib/aws-sdk-omics.rb +1 -1
- metadata +2 -2
@@ -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')
|
@@ -405,6 +435,7 @@ module Aws::Omics
|
|
405
435
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
406
436
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
407
437
|
TaskId = Shapes::StringShape.new(name: 'TaskId')
|
438
|
+
TaskInstanceType = Shapes::StringShape.new(name: 'TaskInstanceType')
|
408
439
|
TaskList = Shapes::ListShape.new(name: 'TaskList')
|
409
440
|
TaskListItem = Shapes::StructureShape.new(name: 'TaskListItem')
|
410
441
|
TaskListItemCpusInteger = Shapes::IntegerShape.new(name: 'TaskListItemCpusInteger')
|
@@ -420,10 +451,14 @@ module Aws::Omics
|
|
420
451
|
TsvOptions = Shapes::StructureShape.new(name: 'TsvOptions')
|
421
452
|
TsvStoreOptions = Shapes::StructureShape.new(name: 'TsvStoreOptions')
|
422
453
|
TsvStoreOptionsSchemaList = Shapes::ListShape.new(name: 'TsvStoreOptionsSchemaList')
|
454
|
+
TsvVersionOptions = Shapes::StructureShape.new(name: 'TsvVersionOptions')
|
455
|
+
TsvVersionOptionsSchemaList = Shapes::ListShape.new(name: 'TsvVersionOptionsSchemaList')
|
423
456
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
424
457
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
425
458
|
UpdateAnnotationStoreRequest = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreRequest')
|
426
459
|
UpdateAnnotationStoreResponse = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreResponse')
|
460
|
+
UpdateAnnotationStoreVersionRequest = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreVersionRequest')
|
461
|
+
UpdateAnnotationStoreVersionResponse = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreVersionResponse')
|
427
462
|
UpdateRunGroupRequest = Shapes::StructureShape.new(name: 'UpdateRunGroupRequest')
|
428
463
|
UpdateRunGroupRequestMaxCpusInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxCpusInteger')
|
429
464
|
UpdateRunGroupRequestMaxDurationInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxDurationInteger')
|
@@ -447,6 +482,12 @@ module Aws::Omics
|
|
447
482
|
VariantStoreItem = Shapes::StructureShape.new(name: 'VariantStoreItem')
|
448
483
|
VariantStoreItems = Shapes::ListShape.new(name: 'VariantStoreItems')
|
449
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')
|
450
491
|
WorkflowArn = Shapes::StringShape.new(name: 'WorkflowArn')
|
451
492
|
WorkflowDefinition = Shapes::StringShape.new(name: 'WorkflowDefinition')
|
452
493
|
WorkflowDescription = Shapes::StringShape.new(name: 'WorkflowDescription')
|
@@ -479,6 +520,12 @@ module Aws::Omics
|
|
479
520
|
|
480
521
|
AbortMultipartReadSetUploadResponse.struct_class = Types::AbortMultipartReadSetUploadResponse
|
481
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
|
+
|
482
529
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
483
530
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
484
531
|
|
@@ -519,6 +566,7 @@ module Aws::Omics
|
|
519
566
|
|
520
567
|
AnnotationImportJobItem.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
|
521
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"))
|
522
570
|
AnnotationImportJobItem.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
|
523
571
|
AnnotationImportJobItem.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
|
524
572
|
AnnotationImportJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
@@ -536,7 +584,7 @@ module Aws::Omics
|
|
536
584
|
AnnotationStoreItem.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
|
537
585
|
AnnotationStoreItem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
538
586
|
AnnotationStoreItem.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, required: true, location_name: "storeFormat"))
|
539
|
-
AnnotationStoreItem.add_member(:description, Shapes::ShapeRef.new(shape:
|
587
|
+
AnnotationStoreItem.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
540
588
|
AnnotationStoreItem.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
|
541
589
|
AnnotationStoreItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
542
590
|
AnnotationStoreItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
@@ -546,6 +594,23 @@ module Aws::Omics
|
|
546
594
|
|
547
595
|
AnnotationStoreItems.member = Shapes::ShapeRef.new(shape: AnnotationStoreItem)
|
548
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
|
+
|
549
614
|
BatchDeleteReadSetRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ReadSetIdList, required: true, location_name: "ids"))
|
550
615
|
BatchDeleteReadSetRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
|
551
616
|
BatchDeleteReadSetRequest.struct_class = Types::BatchDeleteReadSetRequest
|
@@ -585,9 +650,10 @@ module Aws::Omics
|
|
585
650
|
ConflictException.struct_class = Types::ConflictException
|
586
651
|
|
587
652
|
CreateAnnotationStoreRequest.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, location_name: "reference"))
|
588
|
-
CreateAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape:
|
589
|
-
CreateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
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"))
|
590
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"))
|
591
657
|
CreateAnnotationStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
|
592
658
|
CreateAnnotationStoreRequest.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, required: true, location_name: "storeFormat"))
|
593
659
|
CreateAnnotationStoreRequest.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
|
@@ -599,9 +665,26 @@ module Aws::Omics
|
|
599
665
|
CreateAnnotationStoreResponse.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
|
600
666
|
CreateAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
|
601
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"))
|
602
669
|
CreateAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
603
670
|
CreateAnnotationStoreResponse.struct_class = Types::CreateAnnotationStoreResponse
|
604
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
|
+
|
605
688
|
CreateMultipartReadSetUploadRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
|
606
689
|
CreateMultipartReadSetUploadRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
607
690
|
CreateMultipartReadSetUploadRequest.add_member(:source_file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "sourceFileType"))
|
@@ -673,9 +756,19 @@ module Aws::Omics
|
|
673
756
|
CreateSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
|
674
757
|
CreateSequenceStoreResponse.struct_class = Types::CreateSequenceStoreResponse
|
675
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
|
+
|
676
769
|
CreateVariantStoreRequest.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
|
677
|
-
CreateVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape:
|
678
|
-
CreateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
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"))
|
679
772
|
CreateVariantStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
680
773
|
CreateVariantStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
|
681
774
|
CreateVariantStoreRequest.struct_class = Types::CreateVariantStoreRequest
|
@@ -713,6 +806,14 @@ module Aws::Omics
|
|
713
806
|
DeleteAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
|
714
807
|
DeleteAnnotationStoreResponse.struct_class = Types::DeleteAnnotationStoreResponse
|
715
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
|
+
|
716
817
|
DeleteReferenceRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location: "uri", location_name: "id"))
|
717
818
|
DeleteReferenceRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
|
718
819
|
DeleteReferenceRequest.struct_class = Types::DeleteReferenceRequest
|
@@ -735,6 +836,12 @@ module Aws::Omics
|
|
735
836
|
|
736
837
|
DeleteSequenceStoreResponse.struct_class = Types::DeleteSequenceStoreResponse
|
737
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
|
+
|
738
845
|
DeleteVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
739
846
|
DeleteVariantStoreRequest.add_member(:force, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location: "querystring", location_name: "force"))
|
740
847
|
DeleteVariantStoreRequest.struct_class = Types::DeleteVariantStoreRequest
|
@@ -775,6 +882,10 @@ module Aws::Omics
|
|
775
882
|
FileInformation.add_member(:content_length, Shapes::ShapeRef.new(shape: FileInformationContentLengthLong, location_name: "contentLength"))
|
776
883
|
FileInformation.struct_class = Types::FileInformation
|
777
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
|
+
|
778
889
|
FormatOptions.add_member(:tsv_options, Shapes::ShapeRef.new(shape: TsvOptions, location_name: "tsvOptions"))
|
779
890
|
FormatOptions.add_member(:vcf_options, Shapes::ShapeRef.new(shape: VcfOptions, location_name: "vcfOptions"))
|
780
891
|
FormatOptions.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
@@ -791,6 +902,7 @@ module Aws::Omics
|
|
791
902
|
|
792
903
|
GetAnnotationImportResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
793
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"))
|
794
906
|
GetAnnotationImportResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
|
795
907
|
GetAnnotationImportResponse.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
|
796
908
|
GetAnnotationImportResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMsg, required: true, location_name: "statusMessage"))
|
@@ -811,7 +923,7 @@ module Aws::Omics
|
|
811
923
|
GetAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
|
812
924
|
GetAnnotationStoreResponse.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
|
813
925
|
GetAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
814
|
-
GetAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape:
|
926
|
+
GetAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
815
927
|
GetAnnotationStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
|
816
928
|
GetAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
817
929
|
GetAnnotationStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
@@ -820,8 +932,28 @@ module Aws::Omics
|
|
820
932
|
GetAnnotationStoreResponse.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, location_name: "storeFormat"))
|
821
933
|
GetAnnotationStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
|
822
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"))
|
823
936
|
GetAnnotationStoreResponse.struct_class = Types::GetAnnotationStoreResponse
|
824
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
|
+
|
825
957
|
GetReadSetActivationJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: ActivationJobId, required: true, location: "uri", location_name: "id"))
|
826
958
|
GetReadSetActivationJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
|
827
959
|
GetReadSetActivationJobRequest.struct_class = Types::GetReadSetActivationJobRequest
|
@@ -1007,6 +1139,7 @@ module Aws::Omics
|
|
1007
1139
|
GetRunTaskResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: TaskStatusMessage, location_name: "statusMessage"))
|
1008
1140
|
GetRunTaskResponse.add_member(:log_stream, Shapes::ShapeRef.new(shape: TaskLogStream, location_name: "logStream"))
|
1009
1141
|
GetRunTaskResponse.add_member(:gpus, Shapes::ShapeRef.new(shape: GetRunTaskResponseGpusInteger, location_name: "gpus"))
|
1142
|
+
GetRunTaskResponse.add_member(:instance_type, Shapes::ShapeRef.new(shape: TaskInstanceType, location_name: "instanceType"))
|
1010
1143
|
GetRunTaskResponse.struct_class = Types::GetRunTaskResponse
|
1011
1144
|
|
1012
1145
|
GetSequenceStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "id"))
|
@@ -1021,6 +1154,12 @@ module Aws::Omics
|
|
1021
1154
|
GetSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
|
1022
1155
|
GetSequenceStoreResponse.struct_class = Types::GetSequenceStoreResponse
|
1023
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
|
+
|
1024
1163
|
GetVariantImportRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "jobId"))
|
1025
1164
|
GetVariantImportRequest.struct_class = Types::GetVariantImportRequest
|
1026
1165
|
|
@@ -1045,7 +1184,7 @@ module Aws::Omics
|
|
1045
1184
|
GetVariantStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
|
1046
1185
|
GetVariantStoreResponse.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
|
1047
1186
|
GetVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
1048
|
-
GetVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape:
|
1187
|
+
GetVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
1049
1188
|
GetVariantStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
|
1050
1189
|
GetVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
1051
1190
|
GetVariantStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
@@ -1152,6 +1291,19 @@ module Aws::Omics
|
|
1152
1291
|
ListAnnotationImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1153
1292
|
ListAnnotationImportJobsResponse.struct_class = Types::ListAnnotationImportJobsResponse
|
1154
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
|
+
|
1155
1307
|
ListAnnotationStoresFilter.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, location_name: "status"))
|
1156
1308
|
ListAnnotationStoresFilter.struct_class = Types::ListAnnotationStoresFilter
|
1157
1309
|
|
@@ -1296,6 +1448,16 @@ module Aws::Omics
|
|
1296
1448
|
ListSequenceStoresResponse.add_member(:sequence_stores, Shapes::ShapeRef.new(shape: SequenceStoreDetailList, required: true, location_name: "sequenceStores"))
|
1297
1449
|
ListSequenceStoresResponse.struct_class = Types::ListSequenceStoresResponse
|
1298
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
|
+
|
1299
1461
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
|
1300
1462
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
1301
1463
|
|
@@ -1541,6 +1703,19 @@ module Aws::Omics
|
|
1541
1703
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1542
1704
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
1543
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
|
+
|
1544
1719
|
SourceFiles.add_member(:source1, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "source1"))
|
1545
1720
|
SourceFiles.add_member(:source2, Shapes::ShapeRef.new(shape: S3Uri, location_name: "source2"))
|
1546
1721
|
SourceFiles.struct_class = Types::SourceFiles
|
@@ -1552,6 +1727,7 @@ module Aws::Omics
|
|
1552
1727
|
StartAnnotationImportRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
|
1553
1728
|
StartAnnotationImportRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
|
1554
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"))
|
1555
1731
|
StartAnnotationImportRequest.add_member(:format_options, Shapes::ShapeRef.new(shape: FormatOptions, location_name: "formatOptions"))
|
1556
1732
|
StartAnnotationImportRequest.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, location_name: "runLeftNormalization"))
|
1557
1733
|
StartAnnotationImportRequest.add_member(:annotation_fields, Shapes::ShapeRef.new(shape: AnnotationFieldMap, location_name: "annotationFields"))
|
@@ -1670,6 +1846,8 @@ module Aws::Omics
|
|
1670
1846
|
StartVariantImportResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "jobId"))
|
1671
1847
|
StartVariantImportResponse.struct_class = Types::StartVariantImportResponse
|
1672
1848
|
|
1849
|
+
StatusList.member = Shapes::ShapeRef.new(shape: ShareStatus)
|
1850
|
+
|
1673
1851
|
StoreOptions.add_member(:tsv_store_options, Shapes::ShapeRef.new(shape: TsvStoreOptions, location_name: "tsvStoreOptions"))
|
1674
1852
|
StoreOptions.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1675
1853
|
StoreOptions.add_member_subclass(:tsv_store_options, Types::StoreOptions::TsvStoreOptions)
|
@@ -1701,6 +1879,7 @@ module Aws::Omics
|
|
1701
1879
|
TaskListItem.add_member(:start_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "startTime"))
|
1702
1880
|
TaskListItem.add_member(:stop_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "stopTime"))
|
1703
1881
|
TaskListItem.add_member(:gpus, Shapes::ShapeRef.new(shape: TaskListItemGpusInteger, location_name: "gpus"))
|
1882
|
+
TaskListItem.add_member(:instance_type, Shapes::ShapeRef.new(shape: TaskInstanceType, location_name: "instanceType"))
|
1704
1883
|
TaskListItem.struct_class = Types::TaskListItem
|
1705
1884
|
|
1706
1885
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
@@ -1716,6 +1895,13 @@ module Aws::Omics
|
|
1716
1895
|
|
1717
1896
|
TsvStoreOptionsSchemaList.member = Shapes::ShapeRef.new(shape: SchemaItem)
|
1718
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
|
+
|
1719
1905
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
|
1720
1906
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
1721
1907
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -1723,20 +1909,35 @@ module Aws::Omics
|
|
1723
1909
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
1724
1910
|
|
1725
1911
|
UpdateAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
1726
|
-
UpdateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
1912
|
+
UpdateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1727
1913
|
UpdateAnnotationStoreRequest.struct_class = Types::UpdateAnnotationStoreRequest
|
1728
1914
|
|
1729
1915
|
UpdateAnnotationStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
1730
1916
|
UpdateAnnotationStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
|
1731
1917
|
UpdateAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
|
1732
1918
|
UpdateAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
1733
|
-
UpdateAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape:
|
1919
|
+
UpdateAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
1734
1920
|
UpdateAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
1735
1921
|
UpdateAnnotationStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
1736
1922
|
UpdateAnnotationStoreResponse.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
|
1737
1923
|
UpdateAnnotationStoreResponse.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, location_name: "storeFormat"))
|
1738
1924
|
UpdateAnnotationStoreResponse.struct_class = Types::UpdateAnnotationStoreResponse
|
1739
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
|
+
|
1740
1941
|
UpdateRunGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, required: true, location: "uri", location_name: "id"))
|
1741
1942
|
UpdateRunGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
|
1742
1943
|
UpdateRunGroupRequest.add_member(:max_cpus, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxCpusInteger, location_name: "maxCpus"))
|
@@ -1746,14 +1947,14 @@ module Aws::Omics
|
|
1746
1947
|
UpdateRunGroupRequest.struct_class = Types::UpdateRunGroupRequest
|
1747
1948
|
|
1748
1949
|
UpdateVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
1749
|
-
UpdateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
1950
|
+
UpdateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1750
1951
|
UpdateVariantStoreRequest.struct_class = Types::UpdateVariantStoreRequest
|
1751
1952
|
|
1752
1953
|
UpdateVariantStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
1753
1954
|
UpdateVariantStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
|
1754
1955
|
UpdateVariantStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
|
1755
1956
|
UpdateVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
1756
|
-
UpdateVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape:
|
1957
|
+
UpdateVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
1757
1958
|
UpdateVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
1758
1959
|
UpdateVariantStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
1759
1960
|
UpdateVariantStoreResponse.struct_class = Types::UpdateVariantStoreResponse
|
@@ -1808,7 +2009,7 @@ module Aws::Omics
|
|
1808
2009
|
VariantStoreItem.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
|
1809
2010
|
VariantStoreItem.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
|
1810
2011
|
VariantStoreItem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
1811
|
-
VariantStoreItem.add_member(:description, Shapes::ShapeRef.new(shape:
|
2012
|
+
VariantStoreItem.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
1812
2013
|
VariantStoreItem.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
|
1813
2014
|
VariantStoreItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
1814
2015
|
VariantStoreItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
@@ -1822,6 +2023,20 @@ module Aws::Omics
|
|
1822
2023
|
VcfOptions.add_member(:ignore_filter_field, Shapes::ShapeRef.new(shape: Boolean, location_name: "ignoreFilterField"))
|
1823
2024
|
VcfOptions.struct_class = Types::VcfOptions
|
1824
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
|
+
|
1825
2040
|
WorkflowExportList.member = Shapes::ShapeRef.new(shape: WorkflowExport)
|
1826
2041
|
|
1827
2042
|
WorkflowList.member = Shapes::ShapeRef.new(shape: WorkflowListItem)
|
@@ -1884,6 +2099,25 @@ module Aws::Omics
|
|
1884
2099
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
1885
2100
|
end)
|
1886
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
|
+
|
1887
2121
|
api.add_operation(:batch_delete_read_set, Seahorse::Model::Operation.new.tap do |o|
|
1888
2122
|
o.name = "BatchDeleteReadSet"
|
1889
2123
|
o.http_method = "POST"
|
@@ -1995,6 +2229,25 @@ module Aws::Omics
|
|
1995
2229
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1996
2230
|
end)
|
1997
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
|
+
|
1998
2251
|
api.add_operation(:create_multipart_read_set_upload, Seahorse::Model::Operation.new.tap do |o|
|
1999
2252
|
o.name = "CreateMultipartReadSetUpload"
|
2000
2253
|
o.http_method = "POST"
|
@@ -2071,6 +2324,25 @@ module Aws::Omics
|
|
2071
2324
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2072
2325
|
end)
|
2073
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
|
+
|
2074
2346
|
api.add_operation(:create_variant_store, Seahorse::Model::Operation.new.tap do |o|
|
2075
2347
|
o.name = "CreateVariantStore"
|
2076
2348
|
o.http_method = "POST"
|
@@ -2128,6 +2400,24 @@ module Aws::Omics
|
|
2128
2400
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2129
2401
|
end)
|
2130
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
|
+
|
2131
2421
|
api.add_operation(:delete_reference, Seahorse::Model::Operation.new.tap do |o|
|
2132
2422
|
o.name = "DeleteReference"
|
2133
2423
|
o.http_method = "DELETE"
|
@@ -2225,6 +2515,25 @@ module Aws::Omics
|
|
2225
2515
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2226
2516
|
end)
|
2227
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
|
+
|
2228
2537
|
api.add_operation(:delete_variant_store, Seahorse::Model::Operation.new.tap do |o|
|
2229
2538
|
o.name = "DeleteVariantStore"
|
2230
2539
|
o.http_method = "DELETE"
|
@@ -2297,6 +2606,23 @@ module Aws::Omics
|
|
2297
2606
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2298
2607
|
end)
|
2299
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
|
+
|
2300
2626
|
api.add_operation(:get_read_set, Seahorse::Model::Operation.new.tap do |o|
|
2301
2627
|
o.name = "GetReadSet"
|
2302
2628
|
o.http_method = "GET"
|
@@ -2540,6 +2866,25 @@ module Aws::Omics
|
|
2540
2866
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2541
2867
|
end)
|
2542
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
|
+
|
2543
2888
|
api.add_operation(:get_variant_import_job, Seahorse::Model::Operation.new.tap do |o|
|
2544
2889
|
o.name = "GetVariantImportJob"
|
2545
2890
|
o.http_method = "GET"
|
@@ -2617,6 +2962,29 @@ module Aws::Omics
|
|
2617
2962
|
)
|
2618
2963
|
end)
|
2619
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
|
+
|
2620
2988
|
api.add_operation(:list_annotation_stores, Seahorse::Model::Operation.new.tap do |o|
|
2621
2989
|
o.name = "ListAnnotationStores"
|
2622
2990
|
o.http_method = "POST"
|
@@ -2960,6 +3328,31 @@ module Aws::Omics
|
|
2960
3328
|
)
|
2961
3329
|
end)
|
2962
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
|
+
|
2963
3356
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
2964
3357
|
o.name = "ListTagsForResource"
|
2965
3358
|
o.http_method = "GET"
|
@@ -3241,6 +3634,23 @@ module Aws::Omics
|
|
3241
3634
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3242
3635
|
end)
|
3243
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
|
+
|
3244
3654
|
api.add_operation(:update_run_group, Seahorse::Model::Operation.new.tap do |o|
|
3245
3655
|
o.name = "UpdateRunGroup"
|
3246
3656
|
o.http_method = "POST"
|