aws-sdk-omics 1.12.0 → 1.14.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 +548 -27
- 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 +760 -5
- 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')
|
@@ -340,6 +366,7 @@ module Aws::Omics
|
|
340
366
|
RunResourceDigest = Shapes::StringShape.new(name: 'RunResourceDigest')
|
341
367
|
RunResourceDigestKey = Shapes::StringShape.new(name: 'RunResourceDigestKey')
|
342
368
|
RunResourceDigests = Shapes::MapShape.new(name: 'RunResourceDigests')
|
369
|
+
RunRetentionMode = Shapes::StringShape.new(name: 'RunRetentionMode')
|
343
370
|
RunRoleArn = Shapes::StringShape.new(name: 'RunRoleArn')
|
344
371
|
RunStartedBy = Shapes::StringShape.new(name: 'RunStartedBy')
|
345
372
|
RunStatus = Shapes::StringShape.new(name: 'RunStatus')
|
@@ -361,6 +388,10 @@ module Aws::Omics
|
|
361
388
|
SequenceStoreId = Shapes::StringShape.new(name: 'SequenceStoreId')
|
362
389
|
SequenceStoreName = Shapes::StringShape.new(name: 'SequenceStoreName')
|
363
390
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
391
|
+
ShareDetails = Shapes::StructureShape.new(name: 'ShareDetails')
|
392
|
+
ShareDetailsList = Shapes::ListShape.new(name: 'ShareDetailsList')
|
393
|
+
ShareName = Shapes::StringShape.new(name: 'ShareName')
|
394
|
+
ShareStatus = Shapes::StringShape.new(name: 'ShareStatus')
|
364
395
|
SourceFiles = Shapes::StructureShape.new(name: 'SourceFiles')
|
365
396
|
SseConfig = Shapes::StructureShape.new(name: 'SseConfig')
|
366
397
|
SseConfigKeyArnString = Shapes::StringShape.new(name: 'SseConfigKeyArnString')
|
@@ -387,8 +418,8 @@ module Aws::Omics
|
|
387
418
|
StartRunResponse = Shapes::StructureShape.new(name: 'StartRunResponse')
|
388
419
|
StartVariantImportRequest = Shapes::StructureShape.new(name: 'StartVariantImportRequest')
|
389
420
|
StartVariantImportResponse = Shapes::StructureShape.new(name: 'StartVariantImportResponse')
|
421
|
+
StatusList = Shapes::ListShape.new(name: 'StatusList')
|
390
422
|
StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
|
391
|
-
StoreDescription = Shapes::StringShape.new(name: 'StoreDescription')
|
392
423
|
StoreFormat = Shapes::StringShape.new(name: 'StoreFormat')
|
393
424
|
StoreName = Shapes::StringShape.new(name: 'StoreName')
|
394
425
|
StoreOptions = Shapes::UnionShape.new(name: 'StoreOptions')
|
@@ -421,10 +452,14 @@ module Aws::Omics
|
|
421
452
|
TsvOptions = Shapes::StructureShape.new(name: 'TsvOptions')
|
422
453
|
TsvStoreOptions = Shapes::StructureShape.new(name: 'TsvStoreOptions')
|
423
454
|
TsvStoreOptionsSchemaList = Shapes::ListShape.new(name: 'TsvStoreOptionsSchemaList')
|
455
|
+
TsvVersionOptions = Shapes::StructureShape.new(name: 'TsvVersionOptions')
|
456
|
+
TsvVersionOptionsSchemaList = Shapes::ListShape.new(name: 'TsvVersionOptionsSchemaList')
|
424
457
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
425
458
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
426
459
|
UpdateAnnotationStoreRequest = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreRequest')
|
427
460
|
UpdateAnnotationStoreResponse = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreResponse')
|
461
|
+
UpdateAnnotationStoreVersionRequest = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreVersionRequest')
|
462
|
+
UpdateAnnotationStoreVersionResponse = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreVersionResponse')
|
428
463
|
UpdateRunGroupRequest = Shapes::StructureShape.new(name: 'UpdateRunGroupRequest')
|
429
464
|
UpdateRunGroupRequestMaxCpusInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxCpusInteger')
|
430
465
|
UpdateRunGroupRequestMaxDurationInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxDurationInteger')
|
@@ -448,6 +483,12 @@ module Aws::Omics
|
|
448
483
|
VariantStoreItem = Shapes::StructureShape.new(name: 'VariantStoreItem')
|
449
484
|
VariantStoreItems = Shapes::ListShape.new(name: 'VariantStoreItems')
|
450
485
|
VcfOptions = Shapes::StructureShape.new(name: 'VcfOptions')
|
486
|
+
VersionDeleteError = Shapes::StructureShape.new(name: 'VersionDeleteError')
|
487
|
+
VersionDeleteErrorList = Shapes::ListShape.new(name: 'VersionDeleteErrorList')
|
488
|
+
VersionList = Shapes::ListShape.new(name: 'VersionList')
|
489
|
+
VersionName = Shapes::StringShape.new(name: 'VersionName')
|
490
|
+
VersionOptions = Shapes::UnionShape.new(name: 'VersionOptions')
|
491
|
+
VersionStatus = Shapes::StringShape.new(name: 'VersionStatus')
|
451
492
|
WorkflowArn = Shapes::StringShape.new(name: 'WorkflowArn')
|
452
493
|
WorkflowDefinition = Shapes::StringShape.new(name: 'WorkflowDefinition')
|
453
494
|
WorkflowDescription = Shapes::StringShape.new(name: 'WorkflowDescription')
|
@@ -480,6 +521,12 @@ module Aws::Omics
|
|
480
521
|
|
481
522
|
AbortMultipartReadSetUploadResponse.struct_class = Types::AbortMultipartReadSetUploadResponse
|
482
523
|
|
524
|
+
AcceptShareRequest.add_member(:share_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "shareId"))
|
525
|
+
AcceptShareRequest.struct_class = Types::AcceptShareRequest
|
526
|
+
|
527
|
+
AcceptShareResponse.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "status"))
|
528
|
+
AcceptShareResponse.struct_class = Types::AcceptShareResponse
|
529
|
+
|
483
530
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
484
531
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
485
532
|
|
@@ -520,6 +567,7 @@ module Aws::Omics
|
|
520
567
|
|
521
568
|
AnnotationImportJobItem.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
|
522
569
|
AnnotationImportJobItem.add_member(:destination_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "destinationName"))
|
570
|
+
AnnotationImportJobItem.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
|
523
571
|
AnnotationImportJobItem.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
|
524
572
|
AnnotationImportJobItem.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
|
525
573
|
AnnotationImportJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
@@ -537,7 +585,7 @@ module Aws::Omics
|
|
537
585
|
AnnotationStoreItem.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
|
538
586
|
AnnotationStoreItem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
539
587
|
AnnotationStoreItem.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, required: true, location_name: "storeFormat"))
|
540
|
-
AnnotationStoreItem.add_member(:description, Shapes::ShapeRef.new(shape:
|
588
|
+
AnnotationStoreItem.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
541
589
|
AnnotationStoreItem.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
|
542
590
|
AnnotationStoreItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
543
591
|
AnnotationStoreItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
@@ -547,6 +595,23 @@ module Aws::Omics
|
|
547
595
|
|
548
596
|
AnnotationStoreItems.member = Shapes::ShapeRef.new(shape: AnnotationStoreItem)
|
549
597
|
|
598
|
+
AnnotationStoreVersionItem.add_member(:store_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "storeId"))
|
599
|
+
AnnotationStoreVersionItem.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
600
|
+
AnnotationStoreVersionItem.add_member(:status, Shapes::ShapeRef.new(shape: VersionStatus, required: true, location_name: "status"))
|
601
|
+
AnnotationStoreVersionItem.add_member(:version_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "versionArn"))
|
602
|
+
AnnotationStoreVersionItem.add_member(:name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "name"))
|
603
|
+
AnnotationStoreVersionItem.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
|
604
|
+
AnnotationStoreVersionItem.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
605
|
+
AnnotationStoreVersionItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
606
|
+
AnnotationStoreVersionItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
607
|
+
AnnotationStoreVersionItem.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
|
608
|
+
AnnotationStoreVersionItem.add_member(:version_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "versionSizeBytes"))
|
609
|
+
AnnotationStoreVersionItem.struct_class = Types::AnnotationStoreVersionItem
|
610
|
+
|
611
|
+
AnnotationStoreVersionItems.member = Shapes::ShapeRef.new(shape: AnnotationStoreVersionItem)
|
612
|
+
|
613
|
+
ArnList.member = Shapes::ShapeRef.new(shape: String)
|
614
|
+
|
550
615
|
BatchDeleteReadSetRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ReadSetIdList, required: true, location_name: "ids"))
|
551
616
|
BatchDeleteReadSetRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
|
552
617
|
BatchDeleteReadSetRequest.struct_class = Types::BatchDeleteReadSetRequest
|
@@ -586,9 +651,10 @@ module Aws::Omics
|
|
586
651
|
ConflictException.struct_class = Types::ConflictException
|
587
652
|
|
588
653
|
CreateAnnotationStoreRequest.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, location_name: "reference"))
|
589
|
-
CreateAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape:
|
590
|
-
CreateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
654
|
+
CreateAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: StoreName, location_name: "name"))
|
655
|
+
CreateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
591
656
|
CreateAnnotationStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
657
|
+
CreateAnnotationStoreRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, location_name: "versionName"))
|
592
658
|
CreateAnnotationStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
|
593
659
|
CreateAnnotationStoreRequest.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, required: true, location_name: "storeFormat"))
|
594
660
|
CreateAnnotationStoreRequest.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
|
@@ -600,9 +666,26 @@ module Aws::Omics
|
|
600
666
|
CreateAnnotationStoreResponse.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
|
601
667
|
CreateAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
|
602
668
|
CreateAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
669
|
+
CreateAnnotationStoreResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
|
603
670
|
CreateAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
604
671
|
CreateAnnotationStoreResponse.struct_class = Types::CreateAnnotationStoreResponse
|
605
672
|
|
673
|
+
CreateAnnotationStoreVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: StoreName, required: true, location: "uri", location_name: "name"))
|
674
|
+
CreateAnnotationStoreVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
|
675
|
+
CreateAnnotationStoreVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
676
|
+
CreateAnnotationStoreVersionRequest.add_member(:version_options, Shapes::ShapeRef.new(shape: VersionOptions, location_name: "versionOptions"))
|
677
|
+
CreateAnnotationStoreVersionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
678
|
+
CreateAnnotationStoreVersionRequest.struct_class = Types::CreateAnnotationStoreVersionRequest
|
679
|
+
|
680
|
+
CreateAnnotationStoreVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
681
|
+
CreateAnnotationStoreVersionResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
|
682
|
+
CreateAnnotationStoreVersionResponse.add_member(:store_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "storeId"))
|
683
|
+
CreateAnnotationStoreVersionResponse.add_member(:version_options, Shapes::ShapeRef.new(shape: VersionOptions, location_name: "versionOptions"))
|
684
|
+
CreateAnnotationStoreVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "name"))
|
685
|
+
CreateAnnotationStoreVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: VersionStatus, required: true, location_name: "status"))
|
686
|
+
CreateAnnotationStoreVersionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
687
|
+
CreateAnnotationStoreVersionResponse.struct_class = Types::CreateAnnotationStoreVersionResponse
|
688
|
+
|
606
689
|
CreateMultipartReadSetUploadRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
|
607
690
|
CreateMultipartReadSetUploadRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
608
691
|
CreateMultipartReadSetUploadRequest.add_member(:source_file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "sourceFileType"))
|
@@ -674,9 +757,19 @@ module Aws::Omics
|
|
674
757
|
CreateSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
|
675
758
|
CreateSequenceStoreResponse.struct_class = Types::CreateSequenceStoreResponse
|
676
759
|
|
760
|
+
CreateShareRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceArn"))
|
761
|
+
CreateShareRequest.add_member(:principal_subscriber, Shapes::ShapeRef.new(shape: String, required: true, location_name: "principalSubscriber"))
|
762
|
+
CreateShareRequest.add_member(:share_name, Shapes::ShapeRef.new(shape: ShareName, location_name: "shareName"))
|
763
|
+
CreateShareRequest.struct_class = Types::CreateShareRequest
|
764
|
+
|
765
|
+
CreateShareResponse.add_member(:share_id, Shapes::ShapeRef.new(shape: String, location_name: "shareId"))
|
766
|
+
CreateShareResponse.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "status"))
|
767
|
+
CreateShareResponse.add_member(:share_name, Shapes::ShapeRef.new(shape: ShareName, location_name: "shareName"))
|
768
|
+
CreateShareResponse.struct_class = Types::CreateShareResponse
|
769
|
+
|
677
770
|
CreateVariantStoreRequest.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
|
678
|
-
CreateVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape:
|
679
|
-
CreateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
771
|
+
CreateVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: StoreName, location_name: "name"))
|
772
|
+
CreateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
680
773
|
CreateVariantStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
681
774
|
CreateVariantStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
|
682
775
|
CreateVariantStoreRequest.struct_class = Types::CreateVariantStoreRequest
|
@@ -714,6 +807,14 @@ module Aws::Omics
|
|
714
807
|
DeleteAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
|
715
808
|
DeleteAnnotationStoreResponse.struct_class = Types::DeleteAnnotationStoreResponse
|
716
809
|
|
810
|
+
DeleteAnnotationStoreVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
811
|
+
DeleteAnnotationStoreVersionsRequest.add_member(:versions, Shapes::ShapeRef.new(shape: VersionList, required: true, location_name: "versions"))
|
812
|
+
DeleteAnnotationStoreVersionsRequest.add_member(:force, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location: "querystring", location_name: "force"))
|
813
|
+
DeleteAnnotationStoreVersionsRequest.struct_class = Types::DeleteAnnotationStoreVersionsRequest
|
814
|
+
|
815
|
+
DeleteAnnotationStoreVersionsResponse.add_member(:errors, Shapes::ShapeRef.new(shape: VersionDeleteErrorList, location_name: "errors"))
|
816
|
+
DeleteAnnotationStoreVersionsResponse.struct_class = Types::DeleteAnnotationStoreVersionsResponse
|
817
|
+
|
717
818
|
DeleteReferenceRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location: "uri", location_name: "id"))
|
718
819
|
DeleteReferenceRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
|
719
820
|
DeleteReferenceRequest.struct_class = Types::DeleteReferenceRequest
|
@@ -736,6 +837,12 @@ module Aws::Omics
|
|
736
837
|
|
737
838
|
DeleteSequenceStoreResponse.struct_class = Types::DeleteSequenceStoreResponse
|
738
839
|
|
840
|
+
DeleteShareRequest.add_member(:share_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "shareId"))
|
841
|
+
DeleteShareRequest.struct_class = Types::DeleteShareRequest
|
842
|
+
|
843
|
+
DeleteShareResponse.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "status"))
|
844
|
+
DeleteShareResponse.struct_class = Types::DeleteShareResponse
|
845
|
+
|
739
846
|
DeleteVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
740
847
|
DeleteVariantStoreRequest.add_member(:force, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location: "querystring", location_name: "force"))
|
741
848
|
DeleteVariantStoreRequest.struct_class = Types::DeleteVariantStoreRequest
|
@@ -776,6 +883,10 @@ module Aws::Omics
|
|
776
883
|
FileInformation.add_member(:content_length, Shapes::ShapeRef.new(shape: FileInformationContentLengthLong, location_name: "contentLength"))
|
777
884
|
FileInformation.struct_class = Types::FileInformation
|
778
885
|
|
886
|
+
Filter.add_member(:resource_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "resourceArns"))
|
887
|
+
Filter.add_member(:status, Shapes::ShapeRef.new(shape: StatusList, location_name: "status"))
|
888
|
+
Filter.struct_class = Types::Filter
|
889
|
+
|
779
890
|
FormatOptions.add_member(:tsv_options, Shapes::ShapeRef.new(shape: TsvOptions, location_name: "tsvOptions"))
|
780
891
|
FormatOptions.add_member(:vcf_options, Shapes::ShapeRef.new(shape: VcfOptions, location_name: "vcfOptions"))
|
781
892
|
FormatOptions.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
@@ -792,6 +903,7 @@ module Aws::Omics
|
|
792
903
|
|
793
904
|
GetAnnotationImportResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
794
905
|
GetAnnotationImportResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
|
906
|
+
GetAnnotationImportResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
|
795
907
|
GetAnnotationImportResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
|
796
908
|
GetAnnotationImportResponse.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
|
797
909
|
GetAnnotationImportResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMsg, required: true, location_name: "statusMessage"))
|
@@ -812,7 +924,7 @@ module Aws::Omics
|
|
812
924
|
GetAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
|
813
925
|
GetAnnotationStoreResponse.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
|
814
926
|
GetAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
815
|
-
GetAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape:
|
927
|
+
GetAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
816
928
|
GetAnnotationStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
|
817
929
|
GetAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
818
930
|
GetAnnotationStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
@@ -821,8 +933,28 @@ module Aws::Omics
|
|
821
933
|
GetAnnotationStoreResponse.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, location_name: "storeFormat"))
|
822
934
|
GetAnnotationStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
|
823
935
|
GetAnnotationStoreResponse.add_member(:store_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "storeSizeBytes"))
|
936
|
+
GetAnnotationStoreResponse.add_member(:num_versions, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "numVersions"))
|
824
937
|
GetAnnotationStoreResponse.struct_class = Types::GetAnnotationStoreResponse
|
825
938
|
|
939
|
+
GetAnnotationStoreVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
940
|
+
GetAnnotationStoreVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "versionName"))
|
941
|
+
GetAnnotationStoreVersionRequest.struct_class = Types::GetAnnotationStoreVersionRequest
|
942
|
+
|
943
|
+
GetAnnotationStoreVersionResponse.add_member(:store_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "storeId"))
|
944
|
+
GetAnnotationStoreVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
945
|
+
GetAnnotationStoreVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: VersionStatus, required: true, location_name: "status"))
|
946
|
+
GetAnnotationStoreVersionResponse.add_member(:version_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "versionArn"))
|
947
|
+
GetAnnotationStoreVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "name"))
|
948
|
+
GetAnnotationStoreVersionResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
|
949
|
+
GetAnnotationStoreVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
950
|
+
GetAnnotationStoreVersionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
951
|
+
GetAnnotationStoreVersionResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
952
|
+
GetAnnotationStoreVersionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
|
953
|
+
GetAnnotationStoreVersionResponse.add_member(:version_options, Shapes::ShapeRef.new(shape: VersionOptions, location_name: "versionOptions"))
|
954
|
+
GetAnnotationStoreVersionResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
|
955
|
+
GetAnnotationStoreVersionResponse.add_member(:version_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "versionSizeBytes"))
|
956
|
+
GetAnnotationStoreVersionResponse.struct_class = Types::GetAnnotationStoreVersionResponse
|
957
|
+
|
826
958
|
GetReadSetActivationJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: ActivationJobId, required: true, location: "uri", location_name: "id"))
|
827
959
|
GetReadSetActivationJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
|
828
960
|
GetReadSetActivationJobRequest.struct_class = Types::GetReadSetActivationJobRequest
|
@@ -991,6 +1123,7 @@ module Aws::Omics
|
|
991
1123
|
GetRunResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: RunStatusMessage, location_name: "statusMessage"))
|
992
1124
|
GetRunResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
993
1125
|
GetRunResponse.add_member(:accelerators, Shapes::ShapeRef.new(shape: Accelerators, location_name: "accelerators"))
|
1126
|
+
GetRunResponse.add_member(:retention_mode, Shapes::ShapeRef.new(shape: RunRetentionMode, location_name: "retentionMode"))
|
994
1127
|
GetRunResponse.struct_class = Types::GetRunResponse
|
995
1128
|
|
996
1129
|
GetRunTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
|
@@ -1023,6 +1156,12 @@ module Aws::Omics
|
|
1023
1156
|
GetSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
|
1024
1157
|
GetSequenceStoreResponse.struct_class = Types::GetSequenceStoreResponse
|
1025
1158
|
|
1159
|
+
GetShareRequest.add_member(:share_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "shareId"))
|
1160
|
+
GetShareRequest.struct_class = Types::GetShareRequest
|
1161
|
+
|
1162
|
+
GetShareResponse.add_member(:share, Shapes::ShapeRef.new(shape: ShareDetails, location_name: "share"))
|
1163
|
+
GetShareResponse.struct_class = Types::GetShareResponse
|
1164
|
+
|
1026
1165
|
GetVariantImportRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "jobId"))
|
1027
1166
|
GetVariantImportRequest.struct_class = Types::GetVariantImportRequest
|
1028
1167
|
|
@@ -1047,7 +1186,7 @@ module Aws::Omics
|
|
1047
1186
|
GetVariantStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
|
1048
1187
|
GetVariantStoreResponse.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
|
1049
1188
|
GetVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
1050
|
-
GetVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape:
|
1189
|
+
GetVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
1051
1190
|
GetVariantStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
|
1052
1191
|
GetVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
1053
1192
|
GetVariantStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
@@ -1154,6 +1293,19 @@ module Aws::Omics
|
|
1154
1293
|
ListAnnotationImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1155
1294
|
ListAnnotationImportJobsResponse.struct_class = Types::ListAnnotationImportJobsResponse
|
1156
1295
|
|
1296
|
+
ListAnnotationStoreVersionsFilter.add_member(:status, Shapes::ShapeRef.new(shape: VersionStatus, location_name: "status"))
|
1297
|
+
ListAnnotationStoreVersionsFilter.struct_class = Types::ListAnnotationStoreVersionsFilter
|
1298
|
+
|
1299
|
+
ListAnnotationStoreVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
1300
|
+
ListAnnotationStoreVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAnnotationStoreVersionsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
1301
|
+
ListAnnotationStoreVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListAnnotationStoreVersionsRequestNextTokenString, location: "querystring", location_name: "nextToken"))
|
1302
|
+
ListAnnotationStoreVersionsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListAnnotationStoreVersionsFilter, location_name: "filter"))
|
1303
|
+
ListAnnotationStoreVersionsRequest.struct_class = Types::ListAnnotationStoreVersionsRequest
|
1304
|
+
|
1305
|
+
ListAnnotationStoreVersionsResponse.add_member(:annotation_store_versions, Shapes::ShapeRef.new(shape: AnnotationStoreVersionItems, location_name: "annotationStoreVersions"))
|
1306
|
+
ListAnnotationStoreVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1307
|
+
ListAnnotationStoreVersionsResponse.struct_class = Types::ListAnnotationStoreVersionsResponse
|
1308
|
+
|
1157
1309
|
ListAnnotationStoresFilter.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, location_name: "status"))
|
1158
1310
|
ListAnnotationStoresFilter.struct_class = Types::ListAnnotationStoresFilter
|
1159
1311
|
|
@@ -1298,6 +1450,16 @@ module Aws::Omics
|
|
1298
1450
|
ListSequenceStoresResponse.add_member(:sequence_stores, Shapes::ShapeRef.new(shape: SequenceStoreDetailList, required: true, location_name: "sequenceStores"))
|
1299
1451
|
ListSequenceStoresResponse.struct_class = Types::ListSequenceStoresResponse
|
1300
1452
|
|
1453
|
+
ListSharesRequest.add_member(:resource_owner, Shapes::ShapeRef.new(shape: ResourceOwner, required: true, location_name: "resourceOwner"))
|
1454
|
+
ListSharesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "filter"))
|
1455
|
+
ListSharesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1456
|
+
ListSharesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
|
1457
|
+
ListSharesRequest.struct_class = Types::ListSharesRequest
|
1458
|
+
|
1459
|
+
ListSharesResponse.add_member(:shares, Shapes::ShapeRef.new(shape: ShareDetailsList, required: true, location_name: "shares"))
|
1460
|
+
ListSharesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1461
|
+
ListSharesResponse.struct_class = Types::ListSharesResponse
|
1462
|
+
|
1301
1463
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
|
1302
1464
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
1303
1465
|
|
@@ -1543,6 +1705,19 @@ module Aws::Omics
|
|
1543
1705
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1544
1706
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
1545
1707
|
|
1708
|
+
ShareDetails.add_member(:share_id, Shapes::ShapeRef.new(shape: String, location_name: "shareId"))
|
1709
|
+
ShareDetails.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "resourceArn"))
|
1710
|
+
ShareDetails.add_member(:principal_subscriber, Shapes::ShapeRef.new(shape: String, location_name: "principalSubscriber"))
|
1711
|
+
ShareDetails.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
1712
|
+
ShareDetails.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "status"))
|
1713
|
+
ShareDetails.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "statusMessage"))
|
1714
|
+
ShareDetails.add_member(:share_name, Shapes::ShapeRef.new(shape: ShareName, location_name: "shareName"))
|
1715
|
+
ShareDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "creationTime"))
|
1716
|
+
ShareDetails.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, location_name: "updateTime"))
|
1717
|
+
ShareDetails.struct_class = Types::ShareDetails
|
1718
|
+
|
1719
|
+
ShareDetailsList.member = Shapes::ShapeRef.new(shape: ShareDetails)
|
1720
|
+
|
1546
1721
|
SourceFiles.add_member(:source1, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "source1"))
|
1547
1722
|
SourceFiles.add_member(:source2, Shapes::ShapeRef.new(shape: S3Uri, location_name: "source2"))
|
1548
1723
|
SourceFiles.struct_class = Types::SourceFiles
|
@@ -1554,6 +1729,7 @@ module Aws::Omics
|
|
1554
1729
|
StartAnnotationImportRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
|
1555
1730
|
StartAnnotationImportRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
|
1556
1731
|
StartAnnotationImportRequest.add_member(:items, Shapes::ShapeRef.new(shape: AnnotationImportItemSources, required: true, location_name: "items"))
|
1732
|
+
StartAnnotationImportRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, location_name: "versionName"))
|
1557
1733
|
StartAnnotationImportRequest.add_member(:format_options, Shapes::ShapeRef.new(shape: FormatOptions, location_name: "formatOptions"))
|
1558
1734
|
StartAnnotationImportRequest.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, location_name: "runLeftNormalization"))
|
1559
1735
|
StartAnnotationImportRequest.add_member(:annotation_fields, Shapes::ShapeRef.new(shape: AnnotationFieldMap, location_name: "annotationFields"))
|
@@ -1654,6 +1830,7 @@ module Aws::Omics
|
|
1654
1830
|
StartRunRequest.add_member(:log_level, Shapes::ShapeRef.new(shape: RunLogLevel, location_name: "logLevel"))
|
1655
1831
|
StartRunRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1656
1832
|
StartRunRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: RunRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1833
|
+
StartRunRequest.add_member(:retention_mode, Shapes::ShapeRef.new(shape: RunRetentionMode, location_name: "retentionMode"))
|
1657
1834
|
StartRunRequest.struct_class = Types::StartRunRequest
|
1658
1835
|
|
1659
1836
|
StartRunResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunArn, location_name: "arn"))
|
@@ -1672,6 +1849,8 @@ module Aws::Omics
|
|
1672
1849
|
StartVariantImportResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "jobId"))
|
1673
1850
|
StartVariantImportResponse.struct_class = Types::StartVariantImportResponse
|
1674
1851
|
|
1852
|
+
StatusList.member = Shapes::ShapeRef.new(shape: ShareStatus)
|
1853
|
+
|
1675
1854
|
StoreOptions.add_member(:tsv_store_options, Shapes::ShapeRef.new(shape: TsvStoreOptions, location_name: "tsvStoreOptions"))
|
1676
1855
|
StoreOptions.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1677
1856
|
StoreOptions.add_member_subclass(:tsv_store_options, Types::StoreOptions::TsvStoreOptions)
|
@@ -1719,6 +1898,13 @@ module Aws::Omics
|
|
1719
1898
|
|
1720
1899
|
TsvStoreOptionsSchemaList.member = Shapes::ShapeRef.new(shape: SchemaItem)
|
1721
1900
|
|
1901
|
+
TsvVersionOptions.add_member(:annotation_type, Shapes::ShapeRef.new(shape: AnnotationType, location_name: "annotationType"))
|
1902
|
+
TsvVersionOptions.add_member(:format_to_header, Shapes::ShapeRef.new(shape: FormatToHeader, location_name: "formatToHeader"))
|
1903
|
+
TsvVersionOptions.add_member(:schema, Shapes::ShapeRef.new(shape: TsvVersionOptionsSchemaList, location_name: "schema"))
|
1904
|
+
TsvVersionOptions.struct_class = Types::TsvVersionOptions
|
1905
|
+
|
1906
|
+
TsvVersionOptionsSchemaList.member = Shapes::ShapeRef.new(shape: SchemaItem)
|
1907
|
+
|
1722
1908
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
|
1723
1909
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
1724
1910
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -1726,20 +1912,35 @@ module Aws::Omics
|
|
1726
1912
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
1727
1913
|
|
1728
1914
|
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:
|
1915
|
+
UpdateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1730
1916
|
UpdateAnnotationStoreRequest.struct_class = Types::UpdateAnnotationStoreRequest
|
1731
1917
|
|
1732
1918
|
UpdateAnnotationStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
1733
1919
|
UpdateAnnotationStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
|
1734
1920
|
UpdateAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
|
1735
1921
|
UpdateAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
1736
|
-
UpdateAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape:
|
1922
|
+
UpdateAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
1737
1923
|
UpdateAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
1738
1924
|
UpdateAnnotationStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
1739
1925
|
UpdateAnnotationStoreResponse.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
|
1740
1926
|
UpdateAnnotationStoreResponse.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, location_name: "storeFormat"))
|
1741
1927
|
UpdateAnnotationStoreResponse.struct_class = Types::UpdateAnnotationStoreResponse
|
1742
1928
|
|
1929
|
+
UpdateAnnotationStoreVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
1930
|
+
UpdateAnnotationStoreVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "versionName"))
|
1931
|
+
UpdateAnnotationStoreVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1932
|
+
UpdateAnnotationStoreVersionRequest.struct_class = Types::UpdateAnnotationStoreVersionRequest
|
1933
|
+
|
1934
|
+
UpdateAnnotationStoreVersionResponse.add_member(:store_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "storeId"))
|
1935
|
+
UpdateAnnotationStoreVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
1936
|
+
UpdateAnnotationStoreVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: VersionStatus, required: true, location_name: "status"))
|
1937
|
+
UpdateAnnotationStoreVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "name"))
|
1938
|
+
UpdateAnnotationStoreVersionResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
|
1939
|
+
UpdateAnnotationStoreVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
1940
|
+
UpdateAnnotationStoreVersionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
1941
|
+
UpdateAnnotationStoreVersionResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
1942
|
+
UpdateAnnotationStoreVersionResponse.struct_class = Types::UpdateAnnotationStoreVersionResponse
|
1943
|
+
|
1743
1944
|
UpdateRunGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, required: true, location: "uri", location_name: "id"))
|
1744
1945
|
UpdateRunGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
|
1745
1946
|
UpdateRunGroupRequest.add_member(:max_cpus, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxCpusInteger, location_name: "maxCpus"))
|
@@ -1749,14 +1950,14 @@ module Aws::Omics
|
|
1749
1950
|
UpdateRunGroupRequest.struct_class = Types::UpdateRunGroupRequest
|
1750
1951
|
|
1751
1952
|
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:
|
1953
|
+
UpdateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1753
1954
|
UpdateVariantStoreRequest.struct_class = Types::UpdateVariantStoreRequest
|
1754
1955
|
|
1755
1956
|
UpdateVariantStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
1756
1957
|
UpdateVariantStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
|
1757
1958
|
UpdateVariantStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
|
1758
1959
|
UpdateVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
1759
|
-
UpdateVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape:
|
1960
|
+
UpdateVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
1760
1961
|
UpdateVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
1761
1962
|
UpdateVariantStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
1762
1963
|
UpdateVariantStoreResponse.struct_class = Types::UpdateVariantStoreResponse
|
@@ -1811,7 +2012,7 @@ module Aws::Omics
|
|
1811
2012
|
VariantStoreItem.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
|
1812
2013
|
VariantStoreItem.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
|
1813
2014
|
VariantStoreItem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
1814
|
-
VariantStoreItem.add_member(:description, Shapes::ShapeRef.new(shape:
|
2015
|
+
VariantStoreItem.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
1815
2016
|
VariantStoreItem.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
|
1816
2017
|
VariantStoreItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
1817
2018
|
VariantStoreItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
@@ -1825,6 +2026,20 @@ module Aws::Omics
|
|
1825
2026
|
VcfOptions.add_member(:ignore_filter_field, Shapes::ShapeRef.new(shape: Boolean, location_name: "ignoreFilterField"))
|
1826
2027
|
VcfOptions.struct_class = Types::VcfOptions
|
1827
2028
|
|
2029
|
+
VersionDeleteError.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location_name: "versionName"))
|
2030
|
+
VersionDeleteError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
2031
|
+
VersionDeleteError.struct_class = Types::VersionDeleteError
|
2032
|
+
|
2033
|
+
VersionDeleteErrorList.member = Shapes::ShapeRef.new(shape: VersionDeleteError)
|
2034
|
+
|
2035
|
+
VersionList.member = Shapes::ShapeRef.new(shape: VersionName)
|
2036
|
+
|
2037
|
+
VersionOptions.add_member(:tsv_version_options, Shapes::ShapeRef.new(shape: TsvVersionOptions, location_name: "tsvVersionOptions"))
|
2038
|
+
VersionOptions.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2039
|
+
VersionOptions.add_member_subclass(:tsv_version_options, Types::VersionOptions::TsvVersionOptions)
|
2040
|
+
VersionOptions.add_member_subclass(:unknown, Types::VersionOptions::Unknown)
|
2041
|
+
VersionOptions.struct_class = Types::VersionOptions
|
2042
|
+
|
1828
2043
|
WorkflowExportList.member = Shapes::ShapeRef.new(shape: WorkflowExport)
|
1829
2044
|
|
1830
2045
|
WorkflowList.member = Shapes::ShapeRef.new(shape: WorkflowListItem)
|
@@ -1887,6 +2102,25 @@ module Aws::Omics
|
|
1887
2102
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
1888
2103
|
end)
|
1889
2104
|
|
2105
|
+
api.add_operation(:accept_share, Seahorse::Model::Operation.new.tap do |o|
|
2106
|
+
o.name = "AcceptShare"
|
2107
|
+
o.http_method = "POST"
|
2108
|
+
o.http_request_uri = "/share/{shareId}"
|
2109
|
+
o['authtype'] = "v4"
|
2110
|
+
o.endpoint_pattern = {
|
2111
|
+
"hostPrefix" => "analytics-",
|
2112
|
+
}
|
2113
|
+
o.input = Shapes::ShapeRef.new(shape: AcceptShareRequest)
|
2114
|
+
o.output = Shapes::ShapeRef.new(shape: AcceptShareResponse)
|
2115
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2116
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2117
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2118
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2119
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2120
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2121
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2122
|
+
end)
|
2123
|
+
|
1890
2124
|
api.add_operation(:batch_delete_read_set, Seahorse::Model::Operation.new.tap do |o|
|
1891
2125
|
o.name = "BatchDeleteReadSet"
|
1892
2126
|
o.http_method = "POST"
|
@@ -1998,6 +2232,25 @@ module Aws::Omics
|
|
1998
2232
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1999
2233
|
end)
|
2000
2234
|
|
2235
|
+
api.add_operation(:create_annotation_store_version, Seahorse::Model::Operation.new.tap do |o|
|
2236
|
+
o.name = "CreateAnnotationStoreVersion"
|
2237
|
+
o.http_method = "POST"
|
2238
|
+
o.http_request_uri = "/annotationStore/{name}/version"
|
2239
|
+
o['authtype'] = "v4"
|
2240
|
+
o.endpoint_pattern = {
|
2241
|
+
"hostPrefix" => "analytics-",
|
2242
|
+
}
|
2243
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAnnotationStoreVersionRequest)
|
2244
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAnnotationStoreVersionResponse)
|
2245
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2246
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2247
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2248
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2249
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2250
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2251
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2252
|
+
end)
|
2253
|
+
|
2001
2254
|
api.add_operation(:create_multipart_read_set_upload, Seahorse::Model::Operation.new.tap do |o|
|
2002
2255
|
o.name = "CreateMultipartReadSetUpload"
|
2003
2256
|
o.http_method = "POST"
|
@@ -2074,6 +2327,25 @@ module Aws::Omics
|
|
2074
2327
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2075
2328
|
end)
|
2076
2329
|
|
2330
|
+
api.add_operation(:create_share, Seahorse::Model::Operation.new.tap do |o|
|
2331
|
+
o.name = "CreateShare"
|
2332
|
+
o.http_method = "POST"
|
2333
|
+
o.http_request_uri = "/share"
|
2334
|
+
o['authtype'] = "v4"
|
2335
|
+
o.endpoint_pattern = {
|
2336
|
+
"hostPrefix" => "analytics-",
|
2337
|
+
}
|
2338
|
+
o.input = Shapes::ShapeRef.new(shape: CreateShareRequest)
|
2339
|
+
o.output = Shapes::ShapeRef.new(shape: CreateShareResponse)
|
2340
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2341
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2342
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2343
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2344
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2345
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2346
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2347
|
+
end)
|
2348
|
+
|
2077
2349
|
api.add_operation(:create_variant_store, Seahorse::Model::Operation.new.tap do |o|
|
2078
2350
|
o.name = "CreateVariantStore"
|
2079
2351
|
o.http_method = "POST"
|
@@ -2131,6 +2403,24 @@ module Aws::Omics
|
|
2131
2403
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2132
2404
|
end)
|
2133
2405
|
|
2406
|
+
api.add_operation(:delete_annotation_store_versions, Seahorse::Model::Operation.new.tap do |o|
|
2407
|
+
o.name = "DeleteAnnotationStoreVersions"
|
2408
|
+
o.http_method = "POST"
|
2409
|
+
o.http_request_uri = "/annotationStore/{name}/versions/delete"
|
2410
|
+
o['authtype'] = "v4"
|
2411
|
+
o.endpoint_pattern = {
|
2412
|
+
"hostPrefix" => "analytics-",
|
2413
|
+
}
|
2414
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAnnotationStoreVersionsRequest)
|
2415
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAnnotationStoreVersionsResponse)
|
2416
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2417
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2418
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2419
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2420
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2421
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2422
|
+
end)
|
2423
|
+
|
2134
2424
|
api.add_operation(:delete_reference, Seahorse::Model::Operation.new.tap do |o|
|
2135
2425
|
o.name = "DeleteReference"
|
2136
2426
|
o.http_method = "DELETE"
|
@@ -2228,6 +2518,25 @@ module Aws::Omics
|
|
2228
2518
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2229
2519
|
end)
|
2230
2520
|
|
2521
|
+
api.add_operation(:delete_share, Seahorse::Model::Operation.new.tap do |o|
|
2522
|
+
o.name = "DeleteShare"
|
2523
|
+
o.http_method = "DELETE"
|
2524
|
+
o.http_request_uri = "/share/{shareId}"
|
2525
|
+
o['authtype'] = "v4"
|
2526
|
+
o.endpoint_pattern = {
|
2527
|
+
"hostPrefix" => "analytics-",
|
2528
|
+
}
|
2529
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteShareRequest)
|
2530
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteShareResponse)
|
2531
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2532
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2533
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2534
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2535
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2536
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2537
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2538
|
+
end)
|
2539
|
+
|
2231
2540
|
api.add_operation(:delete_variant_store, Seahorse::Model::Operation.new.tap do |o|
|
2232
2541
|
o.name = "DeleteVariantStore"
|
2233
2542
|
o.http_method = "DELETE"
|
@@ -2300,6 +2609,23 @@ module Aws::Omics
|
|
2300
2609
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2301
2610
|
end)
|
2302
2611
|
|
2612
|
+
api.add_operation(:get_annotation_store_version, Seahorse::Model::Operation.new.tap do |o|
|
2613
|
+
o.name = "GetAnnotationStoreVersion"
|
2614
|
+
o.http_method = "GET"
|
2615
|
+
o.http_request_uri = "/annotationStore/{name}/version/{versionName}"
|
2616
|
+
o['authtype'] = "v4"
|
2617
|
+
o.endpoint_pattern = {
|
2618
|
+
"hostPrefix" => "analytics-",
|
2619
|
+
}
|
2620
|
+
o.input = Shapes::ShapeRef.new(shape: GetAnnotationStoreVersionRequest)
|
2621
|
+
o.output = Shapes::ShapeRef.new(shape: GetAnnotationStoreVersionResponse)
|
2622
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2623
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2624
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2625
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2626
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2627
|
+
end)
|
2628
|
+
|
2303
2629
|
api.add_operation(:get_read_set, Seahorse::Model::Operation.new.tap do |o|
|
2304
2630
|
o.name = "GetReadSet"
|
2305
2631
|
o.http_method = "GET"
|
@@ -2543,6 +2869,25 @@ module Aws::Omics
|
|
2543
2869
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2544
2870
|
end)
|
2545
2871
|
|
2872
|
+
api.add_operation(:get_share, Seahorse::Model::Operation.new.tap do |o|
|
2873
|
+
o.name = "GetShare"
|
2874
|
+
o.http_method = "GET"
|
2875
|
+
o.http_request_uri = "/share/{shareId}"
|
2876
|
+
o['authtype'] = "v4"
|
2877
|
+
o.endpoint_pattern = {
|
2878
|
+
"hostPrefix" => "analytics-",
|
2879
|
+
}
|
2880
|
+
o.input = Shapes::ShapeRef.new(shape: GetShareRequest)
|
2881
|
+
o.output = Shapes::ShapeRef.new(shape: GetShareResponse)
|
2882
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2883
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2884
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2885
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2886
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2887
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2888
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2889
|
+
end)
|
2890
|
+
|
2546
2891
|
api.add_operation(:get_variant_import_job, Seahorse::Model::Operation.new.tap do |o|
|
2547
2892
|
o.name = "GetVariantImportJob"
|
2548
2893
|
o.http_method = "GET"
|
@@ -2620,6 +2965,29 @@ module Aws::Omics
|
|
2620
2965
|
)
|
2621
2966
|
end)
|
2622
2967
|
|
2968
|
+
api.add_operation(:list_annotation_store_versions, Seahorse::Model::Operation.new.tap do |o|
|
2969
|
+
o.name = "ListAnnotationStoreVersions"
|
2970
|
+
o.http_method = "POST"
|
2971
|
+
o.http_request_uri = "/annotationStore/{name}/versions"
|
2972
|
+
o['authtype'] = "v4"
|
2973
|
+
o.endpoint_pattern = {
|
2974
|
+
"hostPrefix" => "analytics-",
|
2975
|
+
}
|
2976
|
+
o.input = Shapes::ShapeRef.new(shape: ListAnnotationStoreVersionsRequest)
|
2977
|
+
o.output = Shapes::ShapeRef.new(shape: ListAnnotationStoreVersionsResponse)
|
2978
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2979
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2980
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2981
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2982
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2983
|
+
o[:pager] = Aws::Pager.new(
|
2984
|
+
limit_key: "max_results",
|
2985
|
+
tokens: {
|
2986
|
+
"next_token" => "next_token"
|
2987
|
+
}
|
2988
|
+
)
|
2989
|
+
end)
|
2990
|
+
|
2623
2991
|
api.add_operation(:list_annotation_stores, Seahorse::Model::Operation.new.tap do |o|
|
2624
2992
|
o.name = "ListAnnotationStores"
|
2625
2993
|
o.http_method = "POST"
|
@@ -2963,6 +3331,31 @@ module Aws::Omics
|
|
2963
3331
|
)
|
2964
3332
|
end)
|
2965
3333
|
|
3334
|
+
api.add_operation(:list_shares, Seahorse::Model::Operation.new.tap do |o|
|
3335
|
+
o.name = "ListShares"
|
3336
|
+
o.http_method = "POST"
|
3337
|
+
o.http_request_uri = "/shares"
|
3338
|
+
o['authtype'] = "v4"
|
3339
|
+
o.endpoint_pattern = {
|
3340
|
+
"hostPrefix" => "analytics-",
|
3341
|
+
}
|
3342
|
+
o.input = Shapes::ShapeRef.new(shape: ListSharesRequest)
|
3343
|
+
o.output = Shapes::ShapeRef.new(shape: ListSharesResponse)
|
3344
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3345
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3346
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3347
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3348
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3349
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3350
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3351
|
+
o[:pager] = Aws::Pager.new(
|
3352
|
+
limit_key: "max_results",
|
3353
|
+
tokens: {
|
3354
|
+
"next_token" => "next_token"
|
3355
|
+
}
|
3356
|
+
)
|
3357
|
+
end)
|
3358
|
+
|
2966
3359
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
2967
3360
|
o.name = "ListTagsForResource"
|
2968
3361
|
o.http_method = "GET"
|
@@ -3244,6 +3637,23 @@ module Aws::Omics
|
|
3244
3637
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3245
3638
|
end)
|
3246
3639
|
|
3640
|
+
api.add_operation(:update_annotation_store_version, Seahorse::Model::Operation.new.tap do |o|
|
3641
|
+
o.name = "UpdateAnnotationStoreVersion"
|
3642
|
+
o.http_method = "POST"
|
3643
|
+
o.http_request_uri = "/annotationStore/{name}/version/{versionName}"
|
3644
|
+
o['authtype'] = "v4"
|
3645
|
+
o.endpoint_pattern = {
|
3646
|
+
"hostPrefix" => "analytics-",
|
3647
|
+
}
|
3648
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAnnotationStoreVersionRequest)
|
3649
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAnnotationStoreVersionResponse)
|
3650
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3651
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3652
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3653
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3654
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3655
|
+
end)
|
3656
|
+
|
3247
3657
|
api.add_operation(:update_run_group, Seahorse::Model::Operation.new.tap do |o|
|
3248
3658
|
o.name = "UpdateRunGroup"
|
3249
3659
|
o.http_method = "POST"
|