aws-sdk-omics 1.39.0 → 1.41.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 +566 -6
- data/lib/aws-sdk-omics/client_api.rb +352 -1
- data/lib/aws-sdk-omics/types.rb +694 -8
- data/lib/aws-sdk-omics.rb +1 -1
- data/sig/client.rbs +155 -2
- data/sig/types.rbs +168 -0
- metadata +2 -2
@@ -20,6 +20,7 @@ module Aws::Omics
|
|
20
20
|
AcceptShareRequest = Shapes::StructureShape.new(name: 'AcceptShareRequest')
|
21
21
|
AcceptShareResponse = Shapes::StructureShape.new(name: 'AcceptShareResponse')
|
22
22
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
23
|
+
AccessLogLocation = Shapes::StringShape.new(name: 'AccessLogLocation')
|
23
24
|
ActivateReadSetFilter = Shapes::StructureShape.new(name: 'ActivateReadSetFilter')
|
24
25
|
ActivateReadSetJobItem = Shapes::StructureShape.new(name: 'ActivateReadSetJobItem')
|
25
26
|
ActivateReadSetJobList = Shapes::ListShape.new(name: 'ActivateReadSetJobList')
|
@@ -42,10 +43,12 @@ module Aws::Omics
|
|
42
43
|
AnnotationType = Shapes::StringShape.new(name: 'AnnotationType')
|
43
44
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
44
45
|
ArnList = Shapes::ListShape.new(name: 'ArnList')
|
46
|
+
AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
|
45
47
|
BatchDeleteReadSetRequest = Shapes::StructureShape.new(name: 'BatchDeleteReadSetRequest')
|
46
48
|
BatchDeleteReadSetResponse = Shapes::StructureShape.new(name: 'BatchDeleteReadSetResponse')
|
47
49
|
Blob = Shapes::BlobShape.new(name: 'Blob')
|
48
50
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
51
|
+
CacheBehavior = Shapes::StringShape.new(name: 'CacheBehavior')
|
49
52
|
CancelAnnotationImportRequest = Shapes::StructureShape.new(name: 'CancelAnnotationImportRequest')
|
50
53
|
CancelAnnotationImportResponse = Shapes::StructureShape.new(name: 'CancelAnnotationImportResponse')
|
51
54
|
CancelRunRequest = Shapes::StructureShape.new(name: 'CancelRunRequest')
|
@@ -69,6 +72,8 @@ module Aws::Omics
|
|
69
72
|
CreateMultipartReadSetUploadResponse = Shapes::StructureShape.new(name: 'CreateMultipartReadSetUploadResponse')
|
70
73
|
CreateReferenceStoreRequest = Shapes::StructureShape.new(name: 'CreateReferenceStoreRequest')
|
71
74
|
CreateReferenceStoreResponse = Shapes::StructureShape.new(name: 'CreateReferenceStoreResponse')
|
75
|
+
CreateRunCacheRequest = Shapes::StructureShape.new(name: 'CreateRunCacheRequest')
|
76
|
+
CreateRunCacheResponse = Shapes::StructureShape.new(name: 'CreateRunCacheResponse')
|
72
77
|
CreateRunGroupRequest = Shapes::StructureShape.new(name: 'CreateRunGroupRequest')
|
73
78
|
CreateRunGroupRequestMaxCpusInteger = Shapes::IntegerShape.new(name: 'CreateRunGroupRequestMaxCpusInteger')
|
74
79
|
CreateRunGroupRequestMaxDurationInteger = Shapes::IntegerShape.new(name: 'CreateRunGroupRequestMaxDurationInteger')
|
@@ -95,8 +100,11 @@ module Aws::Omics
|
|
95
100
|
DeleteReferenceResponse = Shapes::StructureShape.new(name: 'DeleteReferenceResponse')
|
96
101
|
DeleteReferenceStoreRequest = Shapes::StructureShape.new(name: 'DeleteReferenceStoreRequest')
|
97
102
|
DeleteReferenceStoreResponse = Shapes::StructureShape.new(name: 'DeleteReferenceStoreResponse')
|
103
|
+
DeleteRunCacheRequest = Shapes::StructureShape.new(name: 'DeleteRunCacheRequest')
|
98
104
|
DeleteRunGroupRequest = Shapes::StructureShape.new(name: 'DeleteRunGroupRequest')
|
99
105
|
DeleteRunRequest = Shapes::StructureShape.new(name: 'DeleteRunRequest')
|
106
|
+
DeleteS3AccessPolicyRequest = Shapes::StructureShape.new(name: 'DeleteS3AccessPolicyRequest')
|
107
|
+
DeleteS3AccessPolicyResponse = Shapes::StructureShape.new(name: 'DeleteS3AccessPolicyResponse')
|
100
108
|
DeleteSequenceStoreRequest = Shapes::StructureShape.new(name: 'DeleteSequenceStoreRequest')
|
101
109
|
DeleteSequenceStoreResponse = Shapes::StructureShape.new(name: 'DeleteSequenceStoreResponse')
|
102
110
|
DeleteShareRequest = Shapes::StructureShape.new(name: 'DeleteShareRequest')
|
@@ -111,6 +119,7 @@ module Aws::Omics
|
|
111
119
|
Encoding = Shapes::StringShape.new(name: 'Encoding')
|
112
120
|
EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
|
113
121
|
EngineLogStream = Shapes::StringShape.new(name: 'EngineLogStream')
|
122
|
+
EngineVersion = Shapes::StringShape.new(name: 'EngineVersion')
|
114
123
|
EscapeChar = Shapes::StringShape.new(name: 'EscapeChar')
|
115
124
|
EscapeQuotes = Shapes::BooleanShape.new(name: 'EscapeQuotes')
|
116
125
|
ExportJobId = Shapes::StringShape.new(name: 'ExportJobId')
|
@@ -157,6 +166,8 @@ module Aws::Omics
|
|
157
166
|
GetReferenceResponse = Shapes::StructureShape.new(name: 'GetReferenceResponse')
|
158
167
|
GetReferenceStoreRequest = Shapes::StructureShape.new(name: 'GetReferenceStoreRequest')
|
159
168
|
GetReferenceStoreResponse = Shapes::StructureShape.new(name: 'GetReferenceStoreResponse')
|
169
|
+
GetRunCacheRequest = Shapes::StructureShape.new(name: 'GetRunCacheRequest')
|
170
|
+
GetRunCacheResponse = Shapes::StructureShape.new(name: 'GetRunCacheResponse')
|
160
171
|
GetRunGroupRequest = Shapes::StructureShape.new(name: 'GetRunGroupRequest')
|
161
172
|
GetRunGroupResponse = Shapes::StructureShape.new(name: 'GetRunGroupResponse')
|
162
173
|
GetRunGroupResponseMaxCpusInteger = Shapes::IntegerShape.new(name: 'GetRunGroupResponseMaxCpusInteger')
|
@@ -172,6 +183,8 @@ module Aws::Omics
|
|
172
183
|
GetRunTaskResponseCpusInteger = Shapes::IntegerShape.new(name: 'GetRunTaskResponseCpusInteger')
|
173
184
|
GetRunTaskResponseGpusInteger = Shapes::IntegerShape.new(name: 'GetRunTaskResponseGpusInteger')
|
174
185
|
GetRunTaskResponseMemoryInteger = Shapes::IntegerShape.new(name: 'GetRunTaskResponseMemoryInteger')
|
186
|
+
GetS3AccessPolicyRequest = Shapes::StructureShape.new(name: 'GetS3AccessPolicyRequest')
|
187
|
+
GetS3AccessPolicyResponse = Shapes::StructureShape.new(name: 'GetS3AccessPolicyResponse')
|
175
188
|
GetSequenceStoreRequest = Shapes::StructureShape.new(name: 'GetSequenceStoreRequest')
|
176
189
|
GetSequenceStoreResponse = Shapes::StructureShape.new(name: 'GetSequenceStoreResponse')
|
177
190
|
GetShareRequest = Shapes::StructureShape.new(name: 'GetShareRequest')
|
@@ -245,6 +258,9 @@ module Aws::Omics
|
|
245
258
|
ListReferencesRequest = Shapes::StructureShape.new(name: 'ListReferencesRequest')
|
246
259
|
ListReferencesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListReferencesRequestMaxResultsInteger')
|
247
260
|
ListReferencesResponse = Shapes::StructureShape.new(name: 'ListReferencesResponse')
|
261
|
+
ListRunCachesRequest = Shapes::StructureShape.new(name: 'ListRunCachesRequest')
|
262
|
+
ListRunCachesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRunCachesRequestMaxResultsInteger')
|
263
|
+
ListRunCachesResponse = Shapes::StructureShape.new(name: 'ListRunCachesResponse')
|
248
264
|
ListRunGroupsRequest = Shapes::StructureShape.new(name: 'ListRunGroupsRequest')
|
249
265
|
ListRunGroupsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRunGroupsRequestMaxResultsInteger')
|
250
266
|
ListRunGroupsResponse = Shapes::StructureShape.new(name: 'ListRunGroupsResponse')
|
@@ -261,6 +277,7 @@ module Aws::Omics
|
|
261
277
|
ListSharesResponse = Shapes::StructureShape.new(name: 'ListSharesResponse')
|
262
278
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
263
279
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
280
|
+
ListToken = Shapes::StringShape.new(name: 'ListToken')
|
264
281
|
ListVariantImportJobsFilter = Shapes::StructureShape.new(name: 'ListVariantImportJobsFilter')
|
265
282
|
ListVariantImportJobsRequest = Shapes::StructureShape.new(name: 'ListVariantImportJobsRequest')
|
266
283
|
ListVariantImportJobsRequestIdsList = Shapes::ListShape.new(name: 'ListVariantImportJobsRequestIdsList')
|
@@ -282,7 +299,11 @@ module Aws::Omics
|
|
282
299
|
MultipartReadSetUploadListItem = Shapes::StructureShape.new(name: 'MultipartReadSetUploadListItem')
|
283
300
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
284
301
|
NotSupportedOperationException = Shapes::StructureShape.new(name: 'NotSupportedOperationException')
|
302
|
+
NumericIdInArn = Shapes::StringShape.new(name: 'NumericIdInArn')
|
285
303
|
PrimitiveBoolean = Shapes::BooleanShape.new(name: 'PrimitiveBoolean')
|
304
|
+
PropagatedSetLevelTags = Shapes::ListShape.new(name: 'PropagatedSetLevelTags')
|
305
|
+
PutS3AccessPolicyRequest = Shapes::StructureShape.new(name: 'PutS3AccessPolicyRequest')
|
306
|
+
PutS3AccessPolicyResponse = Shapes::StructureShape.new(name: 'PutS3AccessPolicyResponse')
|
286
307
|
Quote = Shapes::StringShape.new(name: 'Quote')
|
287
308
|
QuoteAll = Shapes::BooleanShape.new(name: 'QuoteAll')
|
288
309
|
Range = Shapes::StringShape.new(name: 'Range')
|
@@ -347,6 +368,13 @@ module Aws::Omics
|
|
347
368
|
ResourceOwner = Shapes::StringShape.new(name: 'ResourceOwner')
|
348
369
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
349
370
|
RunArn = Shapes::StringShape.new(name: 'RunArn')
|
371
|
+
RunCacheArn = Shapes::StringShape.new(name: 'RunCacheArn')
|
372
|
+
RunCacheId = Shapes::StringShape.new(name: 'RunCacheId')
|
373
|
+
RunCacheList = Shapes::ListShape.new(name: 'RunCacheList')
|
374
|
+
RunCacheListItem = Shapes::StructureShape.new(name: 'RunCacheListItem')
|
375
|
+
RunCacheRequestId = Shapes::StringShape.new(name: 'RunCacheRequestId')
|
376
|
+
RunCacheStatus = Shapes::StringShape.new(name: 'RunCacheStatus')
|
377
|
+
RunCacheTimestamp = Shapes::TimestampShape.new(name: 'RunCacheTimestamp', timestampFormat: "iso8601")
|
350
378
|
RunExport = Shapes::StringShape.new(name: 'RunExport')
|
351
379
|
RunExportList = Shapes::ListShape.new(name: 'RunExportList')
|
352
380
|
RunFailureReason = Shapes::StringShape.new(name: 'RunFailureReason')
|
@@ -386,9 +414,12 @@ module Aws::Omics
|
|
386
414
|
RunStatusMessage = Shapes::StringShape.new(name: 'RunStatusMessage')
|
387
415
|
RunTimestamp = Shapes::TimestampShape.new(name: 'RunTimestamp', timestampFormat: "iso8601")
|
388
416
|
RunUuid = Shapes::StringShape.new(name: 'RunUuid')
|
417
|
+
S3AccessConfig = Shapes::StructureShape.new(name: 'S3AccessConfig')
|
389
418
|
S3AccessPointArn = Shapes::StringShape.new(name: 'S3AccessPointArn')
|
419
|
+
S3AccessPolicy = Shapes::StringShape.new(name: 'S3AccessPolicy')
|
390
420
|
S3Destination = Shapes::StringShape.new(name: 'S3Destination')
|
391
421
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
422
|
+
S3UriForBucketOrObject = Shapes::StringShape.new(name: 'S3UriForBucketOrObject')
|
392
423
|
SampleId = Shapes::StringShape.new(name: 'SampleId')
|
393
424
|
SchemaItem = Shapes::MapShape.new(name: 'SchemaItem')
|
394
425
|
SchemaItemKeyString = Shapes::StringShape.new(name: 'SchemaItemKeyString')
|
@@ -403,6 +434,8 @@ module Aws::Omics
|
|
403
434
|
SequenceStoreId = Shapes::StringShape.new(name: 'SequenceStoreId')
|
404
435
|
SequenceStoreName = Shapes::StringShape.new(name: 'SequenceStoreName')
|
405
436
|
SequenceStoreS3Access = Shapes::StructureShape.new(name: 'SequenceStoreS3Access')
|
437
|
+
SequenceStoreStatus = Shapes::StringShape.new(name: 'SequenceStoreStatus')
|
438
|
+
SequenceStoreStatusMessage = Shapes::StringShape.new(name: 'SequenceStoreStatusMessage')
|
406
439
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
407
440
|
ShareDetails = Shapes::StructureShape.new(name: 'ShareDetails')
|
408
441
|
ShareDetailsList = Shapes::ListShape.new(name: 'ShareDetailsList')
|
@@ -439,9 +472,11 @@ module Aws::Omics
|
|
439
472
|
StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
|
440
473
|
StorageType = Shapes::StringShape.new(name: 'StorageType')
|
441
474
|
StoreFormat = Shapes::StringShape.new(name: 'StoreFormat')
|
475
|
+
StoreId = Shapes::StringShape.new(name: 'StoreId')
|
442
476
|
StoreName = Shapes::StringShape.new(name: 'StoreName')
|
443
477
|
StoreOptions = Shapes::UnionShape.new(name: 'StoreOptions')
|
444
478
|
StoreStatus = Shapes::StringShape.new(name: 'StoreStatus')
|
479
|
+
StoreType = Shapes::StringShape.new(name: 'StoreType')
|
445
480
|
String = Shapes::StringShape.new(name: 'String')
|
446
481
|
SubjectId = Shapes::StringShape.new(name: 'SubjectId')
|
447
482
|
SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
|
@@ -480,11 +515,14 @@ module Aws::Omics
|
|
480
515
|
UpdateAnnotationStoreResponse = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreResponse')
|
481
516
|
UpdateAnnotationStoreVersionRequest = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreVersionRequest')
|
482
517
|
UpdateAnnotationStoreVersionResponse = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreVersionResponse')
|
518
|
+
UpdateRunCacheRequest = Shapes::StructureShape.new(name: 'UpdateRunCacheRequest')
|
483
519
|
UpdateRunGroupRequest = Shapes::StructureShape.new(name: 'UpdateRunGroupRequest')
|
484
520
|
UpdateRunGroupRequestMaxCpusInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxCpusInteger')
|
485
521
|
UpdateRunGroupRequestMaxDurationInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxDurationInteger')
|
486
522
|
UpdateRunGroupRequestMaxGpusInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxGpusInteger')
|
487
523
|
UpdateRunGroupRequestMaxRunsInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxRunsInteger')
|
524
|
+
UpdateSequenceStoreRequest = Shapes::StructureShape.new(name: 'UpdateSequenceStoreRequest')
|
525
|
+
UpdateSequenceStoreResponse = Shapes::StructureShape.new(name: 'UpdateSequenceStoreResponse')
|
488
526
|
UpdateTime = Shapes::TimestampShape.new(name: 'UpdateTime', timestampFormat: "iso8601")
|
489
527
|
UpdateVariantStoreRequest = Shapes::StructureShape.new(name: 'UpdateVariantStoreRequest')
|
490
528
|
UpdateVariantStoreResponse = Shapes::StructureShape.new(name: 'UpdateVariantStoreResponse')
|
@@ -493,6 +531,8 @@ module Aws::Omics
|
|
493
531
|
UploadReadSetPartRequest = Shapes::StructureShape.new(name: 'UploadReadSetPartRequest')
|
494
532
|
UploadReadSetPartRequestPartNumberInteger = Shapes::IntegerShape.new(name: 'UploadReadSetPartRequestPartNumberInteger')
|
495
533
|
UploadReadSetPartResponse = Shapes::StructureShape.new(name: 'UploadReadSetPartResponse')
|
534
|
+
UserCustomDescription = Shapes::StringShape.new(name: 'UserCustomDescription')
|
535
|
+
UserCustomName = Shapes::StringShape.new(name: 'UserCustomName')
|
496
536
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
497
537
|
VariantImportItemDetail = Shapes::StructureShape.new(name: 'VariantImportItemDetail')
|
498
538
|
VariantImportItemDetails = Shapes::ListShape.new(name: 'VariantImportItemDetails')
|
@@ -747,6 +787,21 @@ module Aws::Omics
|
|
747
787
|
CreateReferenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
|
748
788
|
CreateReferenceStoreResponse.struct_class = Types::CreateReferenceStoreResponse
|
749
789
|
|
790
|
+
CreateRunCacheRequest.add_member(:cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "cacheBehavior"))
|
791
|
+
CreateRunCacheRequest.add_member(:cache_s3_location, Shapes::ShapeRef.new(shape: S3UriForBucketOrObject, required: true, location_name: "cacheS3Location"))
|
792
|
+
CreateRunCacheRequest.add_member(:description, Shapes::ShapeRef.new(shape: UserCustomDescription, location_name: "description"))
|
793
|
+
CreateRunCacheRequest.add_member(:name, Shapes::ShapeRef.new(shape: UserCustomName, location_name: "name"))
|
794
|
+
CreateRunCacheRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: RunCacheRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
795
|
+
CreateRunCacheRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
796
|
+
CreateRunCacheRequest.add_member(:cache_bucket_owner_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "cacheBucketOwnerId"))
|
797
|
+
CreateRunCacheRequest.struct_class = Types::CreateRunCacheRequest
|
798
|
+
|
799
|
+
CreateRunCacheResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunCacheArn, location_name: "arn"))
|
800
|
+
CreateRunCacheResponse.add_member(:id, Shapes::ShapeRef.new(shape: RunCacheId, location_name: "id"))
|
801
|
+
CreateRunCacheResponse.add_member(:status, Shapes::ShapeRef.new(shape: RunCacheStatus, location_name: "status"))
|
802
|
+
CreateRunCacheResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
803
|
+
CreateRunCacheResponse.struct_class = Types::CreateRunCacheResponse
|
804
|
+
|
750
805
|
CreateRunGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
|
751
806
|
CreateRunGroupRequest.add_member(:max_cpus, Shapes::ShapeRef.new(shape: CreateRunGroupRequestMaxCpusInteger, location_name: "maxCpus"))
|
752
807
|
CreateRunGroupRequest.add_member(:max_runs, Shapes::ShapeRef.new(shape: CreateRunGroupRequestMaxRunsInteger, location_name: "maxRuns"))
|
@@ -765,9 +820,11 @@ module Aws::Omics
|
|
765
820
|
CreateSequenceStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
|
766
821
|
CreateSequenceStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
|
767
822
|
CreateSequenceStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
768
|
-
CreateSequenceStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
823
|
+
CreateSequenceStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
769
824
|
CreateSequenceStoreRequest.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
|
770
825
|
CreateSequenceStoreRequest.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
|
826
|
+
CreateSequenceStoreRequest.add_member(:propagated_set_level_tags, Shapes::ShapeRef.new(shape: PropagatedSetLevelTags, location_name: "propagatedSetLevelTags"))
|
827
|
+
CreateSequenceStoreRequest.add_member(:s3_access_config, Shapes::ShapeRef.new(shape: S3AccessConfig, location_name: "s3AccessConfig"))
|
771
828
|
CreateSequenceStoreRequest.struct_class = Types::CreateSequenceStoreRequest
|
772
829
|
|
773
830
|
CreateSequenceStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "id"))
|
@@ -778,6 +835,10 @@ module Aws::Omics
|
|
778
835
|
CreateSequenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
|
779
836
|
CreateSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
|
780
837
|
CreateSequenceStoreResponse.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
|
838
|
+
CreateSequenceStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: SequenceStoreStatus, location_name: "status"))
|
839
|
+
CreateSequenceStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: SequenceStoreStatusMessage, location_name: "statusMessage"))
|
840
|
+
CreateSequenceStoreResponse.add_member(:propagated_set_level_tags, Shapes::ShapeRef.new(shape: PropagatedSetLevelTags, location_name: "propagatedSetLevelTags"))
|
841
|
+
CreateSequenceStoreResponse.add_member(:s3_access, Shapes::ShapeRef.new(shape: SequenceStoreS3Access, location_name: "s3Access"))
|
781
842
|
CreateSequenceStoreResponse.struct_class = Types::CreateSequenceStoreResponse
|
782
843
|
|
783
844
|
CreateShareRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceArn"))
|
@@ -849,12 +910,20 @@ module Aws::Omics
|
|
849
910
|
|
850
911
|
DeleteReferenceStoreResponse.struct_class = Types::DeleteReferenceStoreResponse
|
851
912
|
|
913
|
+
DeleteRunCacheRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunCacheId, required: true, location: "uri", location_name: "id"))
|
914
|
+
DeleteRunCacheRequest.struct_class = Types::DeleteRunCacheRequest
|
915
|
+
|
852
916
|
DeleteRunGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, required: true, location: "uri", location_name: "id"))
|
853
917
|
DeleteRunGroupRequest.struct_class = Types::DeleteRunGroupRequest
|
854
918
|
|
855
919
|
DeleteRunRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
|
856
920
|
DeleteRunRequest.struct_class = Types::DeleteRunRequest
|
857
921
|
|
922
|
+
DeleteS3AccessPolicyRequest.add_member(:s3_access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, required: true, location: "uri", location_name: "s3AccessPointArn"))
|
923
|
+
DeleteS3AccessPolicyRequest.struct_class = Types::DeleteS3AccessPolicyRequest
|
924
|
+
|
925
|
+
DeleteS3AccessPolicyResponse.struct_class = Types::DeleteS3AccessPolicyResponse
|
926
|
+
|
858
927
|
DeleteSequenceStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "id"))
|
859
928
|
DeleteSequenceStoreRequest.struct_class = Types::DeleteSequenceStoreRequest
|
860
929
|
|
@@ -1115,6 +1184,21 @@ module Aws::Omics
|
|
1115
1184
|
GetReferenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
|
1116
1185
|
GetReferenceStoreResponse.struct_class = Types::GetReferenceStoreResponse
|
1117
1186
|
|
1187
|
+
GetRunCacheRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunCacheId, required: true, location: "uri", location_name: "id"))
|
1188
|
+
GetRunCacheRequest.struct_class = Types::GetRunCacheRequest
|
1189
|
+
|
1190
|
+
GetRunCacheResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunCacheArn, location_name: "arn"))
|
1191
|
+
GetRunCacheResponse.add_member(:cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "cacheBehavior"))
|
1192
|
+
GetRunCacheResponse.add_member(:cache_bucket_owner_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "cacheBucketOwnerId"))
|
1193
|
+
GetRunCacheResponse.add_member(:cache_s3_uri, Shapes::ShapeRef.new(shape: S3UriForBucketOrObject, location_name: "cacheS3Uri"))
|
1194
|
+
GetRunCacheResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunCacheTimestamp, location_name: "creationTime"))
|
1195
|
+
GetRunCacheResponse.add_member(:description, Shapes::ShapeRef.new(shape: UserCustomDescription, location_name: "description"))
|
1196
|
+
GetRunCacheResponse.add_member(:id, Shapes::ShapeRef.new(shape: RunCacheId, location_name: "id"))
|
1197
|
+
GetRunCacheResponse.add_member(:name, Shapes::ShapeRef.new(shape: UserCustomName, location_name: "name"))
|
1198
|
+
GetRunCacheResponse.add_member(:status, Shapes::ShapeRef.new(shape: RunCacheStatus, location_name: "status"))
|
1199
|
+
GetRunCacheResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1200
|
+
GetRunCacheResponse.struct_class = Types::GetRunCacheResponse
|
1201
|
+
|
1118
1202
|
GetRunGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, required: true, location: "uri", location_name: "id"))
|
1119
1203
|
GetRunGroupRequest.struct_class = Types::GetRunGroupRequest
|
1120
1204
|
|
@@ -1135,6 +1219,9 @@ module Aws::Omics
|
|
1135
1219
|
|
1136
1220
|
GetRunResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunArn, location_name: "arn"))
|
1137
1221
|
GetRunResponse.add_member(:id, Shapes::ShapeRef.new(shape: RunId, location_name: "id"))
|
1222
|
+
GetRunResponse.add_member(:cache_id, Shapes::ShapeRef.new(shape: NumericIdInArn, location_name: "cacheId"))
|
1223
|
+
GetRunResponse.add_member(:cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "cacheBehavior"))
|
1224
|
+
GetRunResponse.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "engineVersion"))
|
1138
1225
|
GetRunResponse.add_member(:status, Shapes::ShapeRef.new(shape: RunStatus, location_name: "status"))
|
1139
1226
|
GetRunResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
|
1140
1227
|
GetRunResponse.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "workflowType"))
|
@@ -1174,6 +1261,8 @@ module Aws::Omics
|
|
1174
1261
|
GetRunTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "status"))
|
1175
1262
|
GetRunTaskResponse.add_member(:name, Shapes::ShapeRef.new(shape: TaskName, location_name: "name"))
|
1176
1263
|
GetRunTaskResponse.add_member(:cpus, Shapes::ShapeRef.new(shape: GetRunTaskResponseCpusInteger, location_name: "cpus"))
|
1264
|
+
GetRunTaskResponse.add_member(:cache_hit, Shapes::ShapeRef.new(shape: Boolean, location_name: "cacheHit"))
|
1265
|
+
GetRunTaskResponse.add_member(:cache_s3_uri, Shapes::ShapeRef.new(shape: S3UriForBucketOrObject, location_name: "cacheS3Uri"))
|
1177
1266
|
GetRunTaskResponse.add_member(:memory, Shapes::ShapeRef.new(shape: GetRunTaskResponseMemoryInteger, location_name: "memory"))
|
1178
1267
|
GetRunTaskResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "creationTime"))
|
1179
1268
|
GetRunTaskResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "startTime"))
|
@@ -1185,6 +1274,16 @@ module Aws::Omics
|
|
1185
1274
|
GetRunTaskResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: TaskFailureReason, location_name: "failureReason"))
|
1186
1275
|
GetRunTaskResponse.struct_class = Types::GetRunTaskResponse
|
1187
1276
|
|
1277
|
+
GetS3AccessPolicyRequest.add_member(:s3_access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, required: true, location: "uri", location_name: "s3AccessPointArn"))
|
1278
|
+
GetS3AccessPolicyRequest.struct_class = Types::GetS3AccessPolicyRequest
|
1279
|
+
|
1280
|
+
GetS3AccessPolicyResponse.add_member(:s3_access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, location_name: "s3AccessPointArn"))
|
1281
|
+
GetS3AccessPolicyResponse.add_member(:store_id, Shapes::ShapeRef.new(shape: StoreId, location_name: "storeId"))
|
1282
|
+
GetS3AccessPolicyResponse.add_member(:store_type, Shapes::ShapeRef.new(shape: StoreType, location_name: "storeType"))
|
1283
|
+
GetS3AccessPolicyResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updateTime"))
|
1284
|
+
GetS3AccessPolicyResponse.add_member(:s3_access_policy, Shapes::ShapeRef.new(shape: S3AccessPolicy, required: true, location_name: "s3AccessPolicy", metadata: {"jsonvalue"=>true}))
|
1285
|
+
GetS3AccessPolicyResponse.struct_class = Types::GetS3AccessPolicyResponse
|
1286
|
+
|
1188
1287
|
GetSequenceStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "id"))
|
1189
1288
|
GetSequenceStoreRequest.struct_class = Types::GetSequenceStoreRequest
|
1190
1289
|
|
@@ -1197,6 +1296,10 @@ module Aws::Omics
|
|
1197
1296
|
GetSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
|
1198
1297
|
GetSequenceStoreResponse.add_member(:s3_access, Shapes::ShapeRef.new(shape: SequenceStoreS3Access, location_name: "s3Access"))
|
1199
1298
|
GetSequenceStoreResponse.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
|
1299
|
+
GetSequenceStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: SequenceStoreStatus, location_name: "status"))
|
1300
|
+
GetSequenceStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: SequenceStoreStatusMessage, location_name: "statusMessage"))
|
1301
|
+
GetSequenceStoreResponse.add_member(:propagated_set_level_tags, Shapes::ShapeRef.new(shape: PropagatedSetLevelTags, location_name: "propagatedSetLevelTags"))
|
1302
|
+
GetSequenceStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updateTime"))
|
1200
1303
|
GetSequenceStoreResponse.struct_class = Types::GetSequenceStoreResponse
|
1201
1304
|
|
1202
1305
|
GetShareRequest.add_member(:share_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "shareId"))
|
@@ -1457,6 +1560,14 @@ module Aws::Omics
|
|
1457
1560
|
ListReferencesResponse.add_member(:references, Shapes::ShapeRef.new(shape: ReferenceList, required: true, location_name: "references"))
|
1458
1561
|
ListReferencesResponse.struct_class = Types::ListReferencesResponse
|
1459
1562
|
|
1563
|
+
ListRunCachesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRunCachesRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
1564
|
+
ListRunCachesRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: ListToken, location: "querystring", location_name: "startingToken"))
|
1565
|
+
ListRunCachesRequest.struct_class = Types::ListRunCachesRequest
|
1566
|
+
|
1567
|
+
ListRunCachesResponse.add_member(:items, Shapes::ShapeRef.new(shape: RunCacheList, location_name: "items"))
|
1568
|
+
ListRunCachesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: ListToken, location_name: "nextToken"))
|
1569
|
+
ListRunCachesResponse.struct_class = Types::ListRunCachesResponse
|
1570
|
+
|
1460
1571
|
ListRunGroupsRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location: "querystring", location_name: "name"))
|
1461
1572
|
ListRunGroupsRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: RunGroupListToken, location: "querystring", location_name: "startingToken"))
|
1462
1573
|
ListRunGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRunGroupsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
@@ -1571,6 +1682,17 @@ module Aws::Omics
|
|
1571
1682
|
NotSupportedOperationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1572
1683
|
NotSupportedOperationException.struct_class = Types::NotSupportedOperationException
|
1573
1684
|
|
1685
|
+
PropagatedSetLevelTags.member = Shapes::ShapeRef.new(shape: TagKey)
|
1686
|
+
|
1687
|
+
PutS3AccessPolicyRequest.add_member(:s3_access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, required: true, location: "uri", location_name: "s3AccessPointArn"))
|
1688
|
+
PutS3AccessPolicyRequest.add_member(:s3_access_policy, Shapes::ShapeRef.new(shape: S3AccessPolicy, required: true, location_name: "s3AccessPolicy", metadata: {"jsonvalue"=>true}))
|
1689
|
+
PutS3AccessPolicyRequest.struct_class = Types::PutS3AccessPolicyRequest
|
1690
|
+
|
1691
|
+
PutS3AccessPolicyResponse.add_member(:s3_access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, location_name: "s3AccessPointArn"))
|
1692
|
+
PutS3AccessPolicyResponse.add_member(:store_id, Shapes::ShapeRef.new(shape: StoreId, location_name: "storeId"))
|
1693
|
+
PutS3AccessPolicyResponse.add_member(:store_type, Shapes::ShapeRef.new(shape: StoreType, location_name: "storeType"))
|
1694
|
+
PutS3AccessPolicyResponse.struct_class = Types::PutS3AccessPolicyResponse
|
1695
|
+
|
1574
1696
|
RangeNotSatisfiableException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1575
1697
|
RangeNotSatisfiableException.struct_class = Types::RangeNotSatisfiableException
|
1576
1698
|
|
@@ -1696,6 +1818,17 @@ module Aws::Omics
|
|
1696
1818
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1697
1819
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
1698
1820
|
|
1821
|
+
RunCacheList.member = Shapes::ShapeRef.new(shape: RunCacheListItem)
|
1822
|
+
|
1823
|
+
RunCacheListItem.add_member(:arn, Shapes::ShapeRef.new(shape: RunCacheArn, location_name: "arn"))
|
1824
|
+
RunCacheListItem.add_member(:cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "cacheBehavior"))
|
1825
|
+
RunCacheListItem.add_member(:cache_s3_uri, Shapes::ShapeRef.new(shape: S3UriForBucketOrObject, location_name: "cacheS3Uri"))
|
1826
|
+
RunCacheListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunCacheTimestamp, location_name: "creationTime"))
|
1827
|
+
RunCacheListItem.add_member(:id, Shapes::ShapeRef.new(shape: RunCacheId, location_name: "id"))
|
1828
|
+
RunCacheListItem.add_member(:name, Shapes::ShapeRef.new(shape: UserCustomName, location_name: "name"))
|
1829
|
+
RunCacheListItem.add_member(:status, Shapes::ShapeRef.new(shape: RunCacheStatus, location_name: "status"))
|
1830
|
+
RunCacheListItem.struct_class = Types::RunCacheListItem
|
1831
|
+
|
1699
1832
|
RunExportList.member = Shapes::ShapeRef.new(shape: RunExport)
|
1700
1833
|
|
1701
1834
|
RunGroupList.member = Shapes::ShapeRef.new(shape: RunGroupListItem)
|
@@ -1732,6 +1865,9 @@ module Aws::Omics
|
|
1732
1865
|
RunResourceDigests.key = Shapes::ShapeRef.new(shape: RunResourceDigestKey)
|
1733
1866
|
RunResourceDigests.value = Shapes::ShapeRef.new(shape: RunResourceDigest)
|
1734
1867
|
|
1868
|
+
S3AccessConfig.add_member(:access_log_location, Shapes::ShapeRef.new(shape: AccessLogLocation, location_name: "accessLogLocation"))
|
1869
|
+
S3AccessConfig.struct_class = Types::S3AccessConfig
|
1870
|
+
|
1735
1871
|
SchemaItem.key = Shapes::ShapeRef.new(shape: SchemaItemKeyString)
|
1736
1872
|
SchemaItem.value = Shapes::ShapeRef.new(shape: SchemaValueType)
|
1737
1873
|
|
@@ -1749,6 +1885,9 @@ module Aws::Omics
|
|
1749
1885
|
SequenceStoreDetail.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
|
1750
1886
|
SequenceStoreDetail.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
|
1751
1887
|
SequenceStoreDetail.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
|
1888
|
+
SequenceStoreDetail.add_member(:status, Shapes::ShapeRef.new(shape: SequenceStoreStatus, location_name: "status"))
|
1889
|
+
SequenceStoreDetail.add_member(:status_message, Shapes::ShapeRef.new(shape: SequenceStoreStatusMessage, location_name: "statusMessage"))
|
1890
|
+
SequenceStoreDetail.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updateTime"))
|
1752
1891
|
SequenceStoreDetail.struct_class = Types::SequenceStoreDetail
|
1753
1892
|
|
1754
1893
|
SequenceStoreDetailList.member = Shapes::ShapeRef.new(shape: SequenceStoreDetail)
|
@@ -1756,10 +1895,14 @@ module Aws::Omics
|
|
1756
1895
|
SequenceStoreFilter.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
|
1757
1896
|
SequenceStoreFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
|
1758
1897
|
SequenceStoreFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
|
1898
|
+
SequenceStoreFilter.add_member(:status, Shapes::ShapeRef.new(shape: SequenceStoreStatus, location_name: "status"))
|
1899
|
+
SequenceStoreFilter.add_member(:updated_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAfter"))
|
1900
|
+
SequenceStoreFilter.add_member(:updated_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedBefore"))
|
1759
1901
|
SequenceStoreFilter.struct_class = Types::SequenceStoreFilter
|
1760
1902
|
|
1761
1903
|
SequenceStoreS3Access.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "s3Uri"))
|
1762
1904
|
SequenceStoreS3Access.add_member(:s3_access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, location_name: "s3AccessPointArn"))
|
1905
|
+
SequenceStoreS3Access.add_member(:access_log_location, Shapes::ShapeRef.new(shape: AccessLogLocation, location_name: "accessLogLocation"))
|
1763
1906
|
SequenceStoreS3Access.struct_class = Types::SequenceStoreS3Access
|
1764
1907
|
|
1765
1908
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
@@ -1883,6 +2026,8 @@ module Aws::Omics
|
|
1883
2026
|
StartRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "runId"))
|
1884
2027
|
StartRunRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RunRoleArn, required: true, location_name: "roleArn"))
|
1885
2028
|
StartRunRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location_name: "name"))
|
2029
|
+
StartRunRequest.add_member(:cache_id, Shapes::ShapeRef.new(shape: NumericIdInArn, location_name: "cacheId"))
|
2030
|
+
StartRunRequest.add_member(:cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "cacheBehavior"))
|
1886
2031
|
StartRunRequest.add_member(:run_group_id, Shapes::ShapeRef.new(shape: RunGroupId, location_name: "runGroupId"))
|
1887
2032
|
StartRunRequest.add_member(:priority, Shapes::ShapeRef.new(shape: StartRunRequestPriorityInteger, location_name: "priority"))
|
1888
2033
|
StartRunRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: RunParameters, location_name: "parameters"))
|
@@ -1942,6 +2087,8 @@ module Aws::Omics
|
|
1942
2087
|
TaskListItem.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "status"))
|
1943
2088
|
TaskListItem.add_member(:name, Shapes::ShapeRef.new(shape: TaskName, location_name: "name"))
|
1944
2089
|
TaskListItem.add_member(:cpus, Shapes::ShapeRef.new(shape: TaskListItemCpusInteger, location_name: "cpus"))
|
2090
|
+
TaskListItem.add_member(:cache_hit, Shapes::ShapeRef.new(shape: Boolean, location_name: "cacheHit"))
|
2091
|
+
TaskListItem.add_member(:cache_s3_uri, Shapes::ShapeRef.new(shape: S3UriForBucketOrObject, location_name: "cacheS3Uri"))
|
1945
2092
|
TaskListItem.add_member(:memory, Shapes::ShapeRef.new(shape: TaskListItemMemoryInteger, location_name: "memory"))
|
1946
2093
|
TaskListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "creationTime"))
|
1947
2094
|
TaskListItem.add_member(:start_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "startTime"))
|
@@ -2008,6 +2155,12 @@ module Aws::Omics
|
|
2008
2155
|
UpdateAnnotationStoreVersionResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
2009
2156
|
UpdateAnnotationStoreVersionResponse.struct_class = Types::UpdateAnnotationStoreVersionResponse
|
2010
2157
|
|
2158
|
+
UpdateRunCacheRequest.add_member(:cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "cacheBehavior"))
|
2159
|
+
UpdateRunCacheRequest.add_member(:description, Shapes::ShapeRef.new(shape: UserCustomDescription, location_name: "description"))
|
2160
|
+
UpdateRunCacheRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunCacheId, required: true, location: "uri", location_name: "id"))
|
2161
|
+
UpdateRunCacheRequest.add_member(:name, Shapes::ShapeRef.new(shape: UserCustomName, location_name: "name"))
|
2162
|
+
UpdateRunCacheRequest.struct_class = Types::UpdateRunCacheRequest
|
2163
|
+
|
2011
2164
|
UpdateRunGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, required: true, location: "uri", location_name: "id"))
|
2012
2165
|
UpdateRunGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
|
2013
2166
|
UpdateRunGroupRequest.add_member(:max_cpus, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxCpusInteger, location_name: "maxCpus"))
|
@@ -2016,6 +2169,30 @@ module Aws::Omics
|
|
2016
2169
|
UpdateRunGroupRequest.add_member(:max_gpus, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxGpusInteger, location_name: "maxGpus"))
|
2017
2170
|
UpdateRunGroupRequest.struct_class = Types::UpdateRunGroupRequest
|
2018
2171
|
|
2172
|
+
UpdateSequenceStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "id"))
|
2173
|
+
UpdateSequenceStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
|
2174
|
+
UpdateSequenceStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
|
2175
|
+
UpdateSequenceStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
2176
|
+
UpdateSequenceStoreRequest.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
|
2177
|
+
UpdateSequenceStoreRequest.add_member(:propagated_set_level_tags, Shapes::ShapeRef.new(shape: PropagatedSetLevelTags, location_name: "propagatedSetLevelTags"))
|
2178
|
+
UpdateSequenceStoreRequest.add_member(:s3_access_config, Shapes::ShapeRef.new(shape: S3AccessConfig, location_name: "s3AccessConfig"))
|
2179
|
+
UpdateSequenceStoreRequest.struct_class = Types::UpdateSequenceStoreRequest
|
2180
|
+
|
2181
|
+
UpdateSequenceStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "id"))
|
2182
|
+
UpdateSequenceStoreResponse.add_member(:arn, Shapes::ShapeRef.new(shape: SequenceStoreArn, required: true, location_name: "arn"))
|
2183
|
+
UpdateSequenceStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
|
2184
|
+
UpdateSequenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
|
2185
|
+
UpdateSequenceStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
|
2186
|
+
UpdateSequenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
|
2187
|
+
UpdateSequenceStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updateTime"))
|
2188
|
+
UpdateSequenceStoreResponse.add_member(:propagated_set_level_tags, Shapes::ShapeRef.new(shape: PropagatedSetLevelTags, location_name: "propagatedSetLevelTags"))
|
2189
|
+
UpdateSequenceStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: SequenceStoreStatus, location_name: "status"))
|
2190
|
+
UpdateSequenceStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: SequenceStoreStatusMessage, location_name: "statusMessage"))
|
2191
|
+
UpdateSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
|
2192
|
+
UpdateSequenceStoreResponse.add_member(:s3_access, Shapes::ShapeRef.new(shape: SequenceStoreS3Access, location_name: "s3Access"))
|
2193
|
+
UpdateSequenceStoreResponse.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
|
2194
|
+
UpdateSequenceStoreResponse.struct_class = Types::UpdateSequenceStoreResponse
|
2195
|
+
|
2019
2196
|
UpdateVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
2020
2197
|
UpdateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2021
2198
|
UpdateVariantStoreRequest.struct_class = Types::UpdateVariantStoreRequest
|
@@ -2346,6 +2523,25 @@ module Aws::Omics
|
|
2346
2523
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2347
2524
|
end)
|
2348
2525
|
|
2526
|
+
api.add_operation(:create_run_cache, Seahorse::Model::Operation.new.tap do |o|
|
2527
|
+
o.name = "CreateRunCache"
|
2528
|
+
o.http_method = "POST"
|
2529
|
+
o.http_request_uri = "/runCache"
|
2530
|
+
o.endpoint_pattern = {
|
2531
|
+
"hostPrefix" => "workflows-",
|
2532
|
+
}
|
2533
|
+
o.input = Shapes::ShapeRef.new(shape: CreateRunCacheRequest)
|
2534
|
+
o.output = Shapes::ShapeRef.new(shape: CreateRunCacheResponse)
|
2535
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2536
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2537
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2538
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2539
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2540
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2541
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2542
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2543
|
+
end)
|
2544
|
+
|
2349
2545
|
api.add_operation(:create_run_group, Seahorse::Model::Operation.new.tap do |o|
|
2350
2546
|
o.name = "CreateRunGroup"
|
2351
2547
|
o.http_method = "POST"
|
@@ -2526,6 +2722,25 @@ module Aws::Omics
|
|
2526
2722
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2527
2723
|
end)
|
2528
2724
|
|
2725
|
+
api.add_operation(:delete_run_cache, Seahorse::Model::Operation.new.tap do |o|
|
2726
|
+
o.name = "DeleteRunCache"
|
2727
|
+
o.http_method = "DELETE"
|
2728
|
+
o.http_request_uri = "/runCache/{id}"
|
2729
|
+
o.endpoint_pattern = {
|
2730
|
+
"hostPrefix" => "workflows-",
|
2731
|
+
}
|
2732
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRunCacheRequest)
|
2733
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2734
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2735
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2736
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2737
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2738
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2739
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2740
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2741
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2742
|
+
end)
|
2743
|
+
|
2529
2744
|
api.add_operation(:delete_run_group, Seahorse::Model::Operation.new.tap do |o|
|
2530
2745
|
o.name = "DeleteRunGroup"
|
2531
2746
|
o.http_method = "DELETE"
|
@@ -2545,6 +2760,24 @@ module Aws::Omics
|
|
2545
2760
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2546
2761
|
end)
|
2547
2762
|
|
2763
|
+
api.add_operation(:delete_s3_access_policy, Seahorse::Model::Operation.new.tap do |o|
|
2764
|
+
o.name = "DeleteS3AccessPolicy"
|
2765
|
+
o.http_method = "DELETE"
|
2766
|
+
o.http_request_uri = "/s3accesspolicy/{s3AccessPointArn}"
|
2767
|
+
o.endpoint_pattern = {
|
2768
|
+
"hostPrefix" => "control-storage-",
|
2769
|
+
}
|
2770
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteS3AccessPolicyRequest)
|
2771
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteS3AccessPolicyResponse)
|
2772
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2773
|
+
o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
|
2774
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2775
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2776
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2777
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2778
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2779
|
+
end)
|
2780
|
+
|
2548
2781
|
api.add_operation(:delete_sequence_store, Seahorse::Model::Operation.new.tap do |o|
|
2549
2782
|
o.name = "DeleteSequenceStore"
|
2550
2783
|
o.http_method = "DELETE"
|
@@ -2840,6 +3073,25 @@ module Aws::Omics
|
|
2840
3073
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2841
3074
|
end)
|
2842
3075
|
|
3076
|
+
api.add_operation(:get_run_cache, Seahorse::Model::Operation.new.tap do |o|
|
3077
|
+
o.name = "GetRunCache"
|
3078
|
+
o.http_method = "GET"
|
3079
|
+
o.http_request_uri = "/runCache/{id}"
|
3080
|
+
o.endpoint_pattern = {
|
3081
|
+
"hostPrefix" => "workflows-",
|
3082
|
+
}
|
3083
|
+
o.input = Shapes::ShapeRef.new(shape: GetRunCacheRequest)
|
3084
|
+
o.output = Shapes::ShapeRef.new(shape: GetRunCacheResponse)
|
3085
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3086
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3087
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3088
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3089
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3090
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3091
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3092
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
3093
|
+
end)
|
3094
|
+
|
2843
3095
|
api.add_operation(:get_run_group, Seahorse::Model::Operation.new.tap do |o|
|
2844
3096
|
o.name = "GetRunGroup"
|
2845
3097
|
o.http_method = "GET"
|
@@ -2878,6 +3130,25 @@ module Aws::Omics
|
|
2878
3130
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2879
3131
|
end)
|
2880
3132
|
|
3133
|
+
api.add_operation(:get_s3_access_policy, Seahorse::Model::Operation.new.tap do |o|
|
3134
|
+
o.name = "GetS3AccessPolicy"
|
3135
|
+
o.http_method = "GET"
|
3136
|
+
o.http_request_uri = "/s3accesspolicy/{s3AccessPointArn}"
|
3137
|
+
o.endpoint_pattern = {
|
3138
|
+
"hostPrefix" => "control-storage-",
|
3139
|
+
}
|
3140
|
+
o.input = Shapes::ShapeRef.new(shape: GetS3AccessPolicyRequest)
|
3141
|
+
o.output = Shapes::ShapeRef.new(shape: GetS3AccessPolicyResponse)
|
3142
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3143
|
+
o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
|
3144
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3145
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3146
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3147
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3148
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3149
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
3150
|
+
end)
|
3151
|
+
|
2881
3152
|
api.add_operation(:get_sequence_store, Seahorse::Model::Operation.new.tap do |o|
|
2882
3153
|
o.name = "GetSequenceStore"
|
2883
3154
|
o.http_method = "GET"
|
@@ -3240,6 +3511,31 @@ module Aws::Omics
|
|
3240
3511
|
)
|
3241
3512
|
end)
|
3242
3513
|
|
3514
|
+
api.add_operation(:list_run_caches, Seahorse::Model::Operation.new.tap do |o|
|
3515
|
+
o.name = "ListRunCaches"
|
3516
|
+
o.http_method = "GET"
|
3517
|
+
o.http_request_uri = "/runCache"
|
3518
|
+
o.endpoint_pattern = {
|
3519
|
+
"hostPrefix" => "workflows-",
|
3520
|
+
}
|
3521
|
+
o.input = Shapes::ShapeRef.new(shape: ListRunCachesRequest)
|
3522
|
+
o.output = Shapes::ShapeRef.new(shape: ListRunCachesResponse)
|
3523
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3524
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3525
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3526
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3527
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3528
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3529
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3530
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
3531
|
+
o[:pager] = Aws::Pager.new(
|
3532
|
+
limit_key: "max_results",
|
3533
|
+
tokens: {
|
3534
|
+
"next_token" => "starting_token"
|
3535
|
+
}
|
3536
|
+
)
|
3537
|
+
end)
|
3538
|
+
|
3243
3539
|
api.add_operation(:list_run_groups, Seahorse::Model::Operation.new.tap do |o|
|
3244
3540
|
o.name = "ListRunGroups"
|
3245
3541
|
o.http_method = "GET"
|
@@ -3449,6 +3745,24 @@ module Aws::Omics
|
|
3449
3745
|
)
|
3450
3746
|
end)
|
3451
3747
|
|
3748
|
+
api.add_operation(:put_s3_access_policy, Seahorse::Model::Operation.new.tap do |o|
|
3749
|
+
o.name = "PutS3AccessPolicy"
|
3750
|
+
o.http_method = "PUT"
|
3751
|
+
o.http_request_uri = "/s3accesspolicy/{s3AccessPointArn}"
|
3752
|
+
o.endpoint_pattern = {
|
3753
|
+
"hostPrefix" => "control-storage-",
|
3754
|
+
}
|
3755
|
+
o.input = Shapes::ShapeRef.new(shape: PutS3AccessPolicyRequest)
|
3756
|
+
o.output = Shapes::ShapeRef.new(shape: PutS3AccessPolicyResponse)
|
3757
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3758
|
+
o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
|
3759
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3760
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3761
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3762
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3763
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
3764
|
+
end)
|
3765
|
+
|
3452
3766
|
api.add_operation(:start_annotation_import_job, Seahorse::Model::Operation.new.tap do |o|
|
3453
3767
|
o.name = "StartAnnotationImportJob"
|
3454
3768
|
o.http_method = "POST"
|
@@ -3644,6 +3958,25 @@ module Aws::Omics
|
|
3644
3958
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3645
3959
|
end)
|
3646
3960
|
|
3961
|
+
api.add_operation(:update_run_cache, Seahorse::Model::Operation.new.tap do |o|
|
3962
|
+
o.name = "UpdateRunCache"
|
3963
|
+
o.http_method = "POST"
|
3964
|
+
o.http_request_uri = "/runCache/{id}"
|
3965
|
+
o.endpoint_pattern = {
|
3966
|
+
"hostPrefix" => "workflows-",
|
3967
|
+
}
|
3968
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateRunCacheRequest)
|
3969
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3970
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3971
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3972
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3973
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3974
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3975
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3976
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3977
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
3978
|
+
end)
|
3979
|
+
|
3647
3980
|
api.add_operation(:update_run_group, Seahorse::Model::Operation.new.tap do |o|
|
3648
3981
|
o.name = "UpdateRunGroup"
|
3649
3982
|
o.http_method = "POST"
|
@@ -3663,6 +3996,24 @@ module Aws::Omics
|
|
3663
3996
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
3664
3997
|
end)
|
3665
3998
|
|
3999
|
+
api.add_operation(:update_sequence_store, Seahorse::Model::Operation.new.tap do |o|
|
4000
|
+
o.name = "UpdateSequenceStore"
|
4001
|
+
o.http_method = "PATCH"
|
4002
|
+
o.http_request_uri = "/sequencestore/{id}"
|
4003
|
+
o.endpoint_pattern = {
|
4004
|
+
"hostPrefix" => "control-storage-",
|
4005
|
+
}
|
4006
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSequenceStoreRequest)
|
4007
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSequenceStoreResponse)
|
4008
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4009
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4010
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4011
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4012
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4013
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4014
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
4015
|
+
end)
|
4016
|
+
|
3666
4017
|
api.add_operation(:update_variant_store, Seahorse::Model::Operation.new.tap do |o|
|
3667
4018
|
o.name = "UpdateVariantStore"
|
3668
4019
|
o.http_method = "POST"
|