aws-sdk-omics 1.38.0 → 1.40.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 +339 -6
- data/lib/aws-sdk-omics/client_api.rb +192 -0
- data/lib/aws-sdk-omics/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-omics/endpoints.rb +2 -900
- data/lib/aws-sdk-omics/plugins/endpoints.rb +1 -170
- data/lib/aws-sdk-omics/types.rb +362 -2
- data/lib/aws-sdk-omics.rb +1 -1
- data/sig/client.rbs +72 -0
- data/sig/types.rbs +83 -0
- metadata +4 -4
@@ -42,10 +42,12 @@ module Aws::Omics
|
|
42
42
|
AnnotationType = Shapes::StringShape.new(name: 'AnnotationType')
|
43
43
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
44
44
|
ArnList = Shapes::ListShape.new(name: 'ArnList')
|
45
|
+
AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
|
45
46
|
BatchDeleteReadSetRequest = Shapes::StructureShape.new(name: 'BatchDeleteReadSetRequest')
|
46
47
|
BatchDeleteReadSetResponse = Shapes::StructureShape.new(name: 'BatchDeleteReadSetResponse')
|
47
48
|
Blob = Shapes::BlobShape.new(name: 'Blob')
|
48
49
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
50
|
+
CacheBehavior = Shapes::StringShape.new(name: 'CacheBehavior')
|
49
51
|
CancelAnnotationImportRequest = Shapes::StructureShape.new(name: 'CancelAnnotationImportRequest')
|
50
52
|
CancelAnnotationImportResponse = Shapes::StructureShape.new(name: 'CancelAnnotationImportResponse')
|
51
53
|
CancelRunRequest = Shapes::StructureShape.new(name: 'CancelRunRequest')
|
@@ -69,6 +71,8 @@ module Aws::Omics
|
|
69
71
|
CreateMultipartReadSetUploadResponse = Shapes::StructureShape.new(name: 'CreateMultipartReadSetUploadResponse')
|
70
72
|
CreateReferenceStoreRequest = Shapes::StructureShape.new(name: 'CreateReferenceStoreRequest')
|
71
73
|
CreateReferenceStoreResponse = Shapes::StructureShape.new(name: 'CreateReferenceStoreResponse')
|
74
|
+
CreateRunCacheRequest = Shapes::StructureShape.new(name: 'CreateRunCacheRequest')
|
75
|
+
CreateRunCacheResponse = Shapes::StructureShape.new(name: 'CreateRunCacheResponse')
|
72
76
|
CreateRunGroupRequest = Shapes::StructureShape.new(name: 'CreateRunGroupRequest')
|
73
77
|
CreateRunGroupRequestMaxCpusInteger = Shapes::IntegerShape.new(name: 'CreateRunGroupRequestMaxCpusInteger')
|
74
78
|
CreateRunGroupRequestMaxDurationInteger = Shapes::IntegerShape.new(name: 'CreateRunGroupRequestMaxDurationInteger')
|
@@ -95,6 +99,7 @@ module Aws::Omics
|
|
95
99
|
DeleteReferenceResponse = Shapes::StructureShape.new(name: 'DeleteReferenceResponse')
|
96
100
|
DeleteReferenceStoreRequest = Shapes::StructureShape.new(name: 'DeleteReferenceStoreRequest')
|
97
101
|
DeleteReferenceStoreResponse = Shapes::StructureShape.new(name: 'DeleteReferenceStoreResponse')
|
102
|
+
DeleteRunCacheRequest = Shapes::StructureShape.new(name: 'DeleteRunCacheRequest')
|
98
103
|
DeleteRunGroupRequest = Shapes::StructureShape.new(name: 'DeleteRunGroupRequest')
|
99
104
|
DeleteRunRequest = Shapes::StructureShape.new(name: 'DeleteRunRequest')
|
100
105
|
DeleteSequenceStoreRequest = Shapes::StructureShape.new(name: 'DeleteSequenceStoreRequest')
|
@@ -111,6 +116,7 @@ module Aws::Omics
|
|
111
116
|
Encoding = Shapes::StringShape.new(name: 'Encoding')
|
112
117
|
EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
|
113
118
|
EngineLogStream = Shapes::StringShape.new(name: 'EngineLogStream')
|
119
|
+
EngineVersion = Shapes::StringShape.new(name: 'EngineVersion')
|
114
120
|
EscapeChar = Shapes::StringShape.new(name: 'EscapeChar')
|
115
121
|
EscapeQuotes = Shapes::BooleanShape.new(name: 'EscapeQuotes')
|
116
122
|
ExportJobId = Shapes::StringShape.new(name: 'ExportJobId')
|
@@ -157,6 +163,8 @@ module Aws::Omics
|
|
157
163
|
GetReferenceResponse = Shapes::StructureShape.new(name: 'GetReferenceResponse')
|
158
164
|
GetReferenceStoreRequest = Shapes::StructureShape.new(name: 'GetReferenceStoreRequest')
|
159
165
|
GetReferenceStoreResponse = Shapes::StructureShape.new(name: 'GetReferenceStoreResponse')
|
166
|
+
GetRunCacheRequest = Shapes::StructureShape.new(name: 'GetRunCacheRequest')
|
167
|
+
GetRunCacheResponse = Shapes::StructureShape.new(name: 'GetRunCacheResponse')
|
160
168
|
GetRunGroupRequest = Shapes::StructureShape.new(name: 'GetRunGroupRequest')
|
161
169
|
GetRunGroupResponse = Shapes::StructureShape.new(name: 'GetRunGroupResponse')
|
162
170
|
GetRunGroupResponseMaxCpusInteger = Shapes::IntegerShape.new(name: 'GetRunGroupResponseMaxCpusInteger')
|
@@ -245,6 +253,9 @@ module Aws::Omics
|
|
245
253
|
ListReferencesRequest = Shapes::StructureShape.new(name: 'ListReferencesRequest')
|
246
254
|
ListReferencesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListReferencesRequestMaxResultsInteger')
|
247
255
|
ListReferencesResponse = Shapes::StructureShape.new(name: 'ListReferencesResponse')
|
256
|
+
ListRunCachesRequest = Shapes::StructureShape.new(name: 'ListRunCachesRequest')
|
257
|
+
ListRunCachesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRunCachesRequestMaxResultsInteger')
|
258
|
+
ListRunCachesResponse = Shapes::StructureShape.new(name: 'ListRunCachesResponse')
|
248
259
|
ListRunGroupsRequest = Shapes::StructureShape.new(name: 'ListRunGroupsRequest')
|
249
260
|
ListRunGroupsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRunGroupsRequestMaxResultsInteger')
|
250
261
|
ListRunGroupsResponse = Shapes::StructureShape.new(name: 'ListRunGroupsResponse')
|
@@ -261,6 +272,7 @@ module Aws::Omics
|
|
261
272
|
ListSharesResponse = Shapes::StructureShape.new(name: 'ListSharesResponse')
|
262
273
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
263
274
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
275
|
+
ListToken = Shapes::StringShape.new(name: 'ListToken')
|
264
276
|
ListVariantImportJobsFilter = Shapes::StructureShape.new(name: 'ListVariantImportJobsFilter')
|
265
277
|
ListVariantImportJobsRequest = Shapes::StructureShape.new(name: 'ListVariantImportJobsRequest')
|
266
278
|
ListVariantImportJobsRequestIdsList = Shapes::ListShape.new(name: 'ListVariantImportJobsRequestIdsList')
|
@@ -282,6 +294,7 @@ module Aws::Omics
|
|
282
294
|
MultipartReadSetUploadListItem = Shapes::StructureShape.new(name: 'MultipartReadSetUploadListItem')
|
283
295
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
284
296
|
NotSupportedOperationException = Shapes::StructureShape.new(name: 'NotSupportedOperationException')
|
297
|
+
NumericIdInArn = Shapes::StringShape.new(name: 'NumericIdInArn')
|
285
298
|
PrimitiveBoolean = Shapes::BooleanShape.new(name: 'PrimitiveBoolean')
|
286
299
|
Quote = Shapes::StringShape.new(name: 'Quote')
|
287
300
|
QuoteAll = Shapes::BooleanShape.new(name: 'QuoteAll')
|
@@ -347,6 +360,13 @@ module Aws::Omics
|
|
347
360
|
ResourceOwner = Shapes::StringShape.new(name: 'ResourceOwner')
|
348
361
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
349
362
|
RunArn = Shapes::StringShape.new(name: 'RunArn')
|
363
|
+
RunCacheArn = Shapes::StringShape.new(name: 'RunCacheArn')
|
364
|
+
RunCacheId = Shapes::StringShape.new(name: 'RunCacheId')
|
365
|
+
RunCacheList = Shapes::ListShape.new(name: 'RunCacheList')
|
366
|
+
RunCacheListItem = Shapes::StructureShape.new(name: 'RunCacheListItem')
|
367
|
+
RunCacheRequestId = Shapes::StringShape.new(name: 'RunCacheRequestId')
|
368
|
+
RunCacheStatus = Shapes::StringShape.new(name: 'RunCacheStatus')
|
369
|
+
RunCacheTimestamp = Shapes::TimestampShape.new(name: 'RunCacheTimestamp', timestampFormat: "iso8601")
|
350
370
|
RunExport = Shapes::StringShape.new(name: 'RunExport')
|
351
371
|
RunExportList = Shapes::ListShape.new(name: 'RunExportList')
|
352
372
|
RunFailureReason = Shapes::StringShape.new(name: 'RunFailureReason')
|
@@ -389,6 +409,7 @@ module Aws::Omics
|
|
389
409
|
S3AccessPointArn = Shapes::StringShape.new(name: 'S3AccessPointArn')
|
390
410
|
S3Destination = Shapes::StringShape.new(name: 'S3Destination')
|
391
411
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
412
|
+
S3UriForBucketOrObject = Shapes::StringShape.new(name: 'S3UriForBucketOrObject')
|
392
413
|
SampleId = Shapes::StringShape.new(name: 'SampleId')
|
393
414
|
SchemaItem = Shapes::MapShape.new(name: 'SchemaItem')
|
394
415
|
SchemaItemKeyString = Shapes::StringShape.new(name: 'SchemaItemKeyString')
|
@@ -480,6 +501,7 @@ module Aws::Omics
|
|
480
501
|
UpdateAnnotationStoreResponse = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreResponse')
|
481
502
|
UpdateAnnotationStoreVersionRequest = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreVersionRequest')
|
482
503
|
UpdateAnnotationStoreVersionResponse = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreVersionResponse')
|
504
|
+
UpdateRunCacheRequest = Shapes::StructureShape.new(name: 'UpdateRunCacheRequest')
|
483
505
|
UpdateRunGroupRequest = Shapes::StructureShape.new(name: 'UpdateRunGroupRequest')
|
484
506
|
UpdateRunGroupRequestMaxCpusInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxCpusInteger')
|
485
507
|
UpdateRunGroupRequestMaxDurationInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxDurationInteger')
|
@@ -493,6 +515,8 @@ module Aws::Omics
|
|
493
515
|
UploadReadSetPartRequest = Shapes::StructureShape.new(name: 'UploadReadSetPartRequest')
|
494
516
|
UploadReadSetPartRequestPartNumberInteger = Shapes::IntegerShape.new(name: 'UploadReadSetPartRequestPartNumberInteger')
|
495
517
|
UploadReadSetPartResponse = Shapes::StructureShape.new(name: 'UploadReadSetPartResponse')
|
518
|
+
UserCustomDescription = Shapes::StringShape.new(name: 'UserCustomDescription')
|
519
|
+
UserCustomName = Shapes::StringShape.new(name: 'UserCustomName')
|
496
520
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
497
521
|
VariantImportItemDetail = Shapes::StructureShape.new(name: 'VariantImportItemDetail')
|
498
522
|
VariantImportItemDetails = Shapes::ListShape.new(name: 'VariantImportItemDetails')
|
@@ -747,6 +771,21 @@ module Aws::Omics
|
|
747
771
|
CreateReferenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
|
748
772
|
CreateReferenceStoreResponse.struct_class = Types::CreateReferenceStoreResponse
|
749
773
|
|
774
|
+
CreateRunCacheRequest.add_member(:cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "cacheBehavior"))
|
775
|
+
CreateRunCacheRequest.add_member(:cache_s3_location, Shapes::ShapeRef.new(shape: S3UriForBucketOrObject, required: true, location_name: "cacheS3Location"))
|
776
|
+
CreateRunCacheRequest.add_member(:description, Shapes::ShapeRef.new(shape: UserCustomDescription, location_name: "description"))
|
777
|
+
CreateRunCacheRequest.add_member(:name, Shapes::ShapeRef.new(shape: UserCustomName, location_name: "name"))
|
778
|
+
CreateRunCacheRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: RunCacheRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
779
|
+
CreateRunCacheRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
780
|
+
CreateRunCacheRequest.add_member(:cache_bucket_owner_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "cacheBucketOwnerId"))
|
781
|
+
CreateRunCacheRequest.struct_class = Types::CreateRunCacheRequest
|
782
|
+
|
783
|
+
CreateRunCacheResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunCacheArn, location_name: "arn"))
|
784
|
+
CreateRunCacheResponse.add_member(:id, Shapes::ShapeRef.new(shape: RunCacheId, location_name: "id"))
|
785
|
+
CreateRunCacheResponse.add_member(:status, Shapes::ShapeRef.new(shape: RunCacheStatus, location_name: "status"))
|
786
|
+
CreateRunCacheResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
787
|
+
CreateRunCacheResponse.struct_class = Types::CreateRunCacheResponse
|
788
|
+
|
750
789
|
CreateRunGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
|
751
790
|
CreateRunGroupRequest.add_member(:max_cpus, Shapes::ShapeRef.new(shape: CreateRunGroupRequestMaxCpusInteger, location_name: "maxCpus"))
|
752
791
|
CreateRunGroupRequest.add_member(:max_runs, Shapes::ShapeRef.new(shape: CreateRunGroupRequestMaxRunsInteger, location_name: "maxRuns"))
|
@@ -849,6 +888,9 @@ module Aws::Omics
|
|
849
888
|
|
850
889
|
DeleteReferenceStoreResponse.struct_class = Types::DeleteReferenceStoreResponse
|
851
890
|
|
891
|
+
DeleteRunCacheRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunCacheId, required: true, location: "uri", location_name: "id"))
|
892
|
+
DeleteRunCacheRequest.struct_class = Types::DeleteRunCacheRequest
|
893
|
+
|
852
894
|
DeleteRunGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, required: true, location: "uri", location_name: "id"))
|
853
895
|
DeleteRunGroupRequest.struct_class = Types::DeleteRunGroupRequest
|
854
896
|
|
@@ -1115,6 +1157,21 @@ module Aws::Omics
|
|
1115
1157
|
GetReferenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
|
1116
1158
|
GetReferenceStoreResponse.struct_class = Types::GetReferenceStoreResponse
|
1117
1159
|
|
1160
|
+
GetRunCacheRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunCacheId, required: true, location: "uri", location_name: "id"))
|
1161
|
+
GetRunCacheRequest.struct_class = Types::GetRunCacheRequest
|
1162
|
+
|
1163
|
+
GetRunCacheResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunCacheArn, location_name: "arn"))
|
1164
|
+
GetRunCacheResponse.add_member(:cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "cacheBehavior"))
|
1165
|
+
GetRunCacheResponse.add_member(:cache_bucket_owner_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "cacheBucketOwnerId"))
|
1166
|
+
GetRunCacheResponse.add_member(:cache_s3_uri, Shapes::ShapeRef.new(shape: S3UriForBucketOrObject, location_name: "cacheS3Uri"))
|
1167
|
+
GetRunCacheResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunCacheTimestamp, location_name: "creationTime"))
|
1168
|
+
GetRunCacheResponse.add_member(:description, Shapes::ShapeRef.new(shape: UserCustomDescription, location_name: "description"))
|
1169
|
+
GetRunCacheResponse.add_member(:id, Shapes::ShapeRef.new(shape: RunCacheId, location_name: "id"))
|
1170
|
+
GetRunCacheResponse.add_member(:name, Shapes::ShapeRef.new(shape: UserCustomName, location_name: "name"))
|
1171
|
+
GetRunCacheResponse.add_member(:status, Shapes::ShapeRef.new(shape: RunCacheStatus, location_name: "status"))
|
1172
|
+
GetRunCacheResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1173
|
+
GetRunCacheResponse.struct_class = Types::GetRunCacheResponse
|
1174
|
+
|
1118
1175
|
GetRunGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, required: true, location: "uri", location_name: "id"))
|
1119
1176
|
GetRunGroupRequest.struct_class = Types::GetRunGroupRequest
|
1120
1177
|
|
@@ -1135,6 +1192,9 @@ module Aws::Omics
|
|
1135
1192
|
|
1136
1193
|
GetRunResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunArn, location_name: "arn"))
|
1137
1194
|
GetRunResponse.add_member(:id, Shapes::ShapeRef.new(shape: RunId, location_name: "id"))
|
1195
|
+
GetRunResponse.add_member(:cache_id, Shapes::ShapeRef.new(shape: NumericIdInArn, location_name: "cacheId"))
|
1196
|
+
GetRunResponse.add_member(:cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "cacheBehavior"))
|
1197
|
+
GetRunResponse.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "engineVersion"))
|
1138
1198
|
GetRunResponse.add_member(:status, Shapes::ShapeRef.new(shape: RunStatus, location_name: "status"))
|
1139
1199
|
GetRunResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
|
1140
1200
|
GetRunResponse.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "workflowType"))
|
@@ -1174,6 +1234,8 @@ module Aws::Omics
|
|
1174
1234
|
GetRunTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "status"))
|
1175
1235
|
GetRunTaskResponse.add_member(:name, Shapes::ShapeRef.new(shape: TaskName, location_name: "name"))
|
1176
1236
|
GetRunTaskResponse.add_member(:cpus, Shapes::ShapeRef.new(shape: GetRunTaskResponseCpusInteger, location_name: "cpus"))
|
1237
|
+
GetRunTaskResponse.add_member(:cache_hit, Shapes::ShapeRef.new(shape: Boolean, location_name: "cacheHit"))
|
1238
|
+
GetRunTaskResponse.add_member(:cache_s3_uri, Shapes::ShapeRef.new(shape: S3UriForBucketOrObject, location_name: "cacheS3Uri"))
|
1177
1239
|
GetRunTaskResponse.add_member(:memory, Shapes::ShapeRef.new(shape: GetRunTaskResponseMemoryInteger, location_name: "memory"))
|
1178
1240
|
GetRunTaskResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "creationTime"))
|
1179
1241
|
GetRunTaskResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "startTime"))
|
@@ -1457,6 +1519,14 @@ module Aws::Omics
|
|
1457
1519
|
ListReferencesResponse.add_member(:references, Shapes::ShapeRef.new(shape: ReferenceList, required: true, location_name: "references"))
|
1458
1520
|
ListReferencesResponse.struct_class = Types::ListReferencesResponse
|
1459
1521
|
|
1522
|
+
ListRunCachesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRunCachesRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
1523
|
+
ListRunCachesRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: ListToken, location: "querystring", location_name: "startingToken"))
|
1524
|
+
ListRunCachesRequest.struct_class = Types::ListRunCachesRequest
|
1525
|
+
|
1526
|
+
ListRunCachesResponse.add_member(:items, Shapes::ShapeRef.new(shape: RunCacheList, location_name: "items"))
|
1527
|
+
ListRunCachesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: ListToken, location_name: "nextToken"))
|
1528
|
+
ListRunCachesResponse.struct_class = Types::ListRunCachesResponse
|
1529
|
+
|
1460
1530
|
ListRunGroupsRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location: "querystring", location_name: "name"))
|
1461
1531
|
ListRunGroupsRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: RunGroupListToken, location: "querystring", location_name: "startingToken"))
|
1462
1532
|
ListRunGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRunGroupsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
@@ -1696,6 +1766,17 @@ module Aws::Omics
|
|
1696
1766
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1697
1767
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
1698
1768
|
|
1769
|
+
RunCacheList.member = Shapes::ShapeRef.new(shape: RunCacheListItem)
|
1770
|
+
|
1771
|
+
RunCacheListItem.add_member(:arn, Shapes::ShapeRef.new(shape: RunCacheArn, location_name: "arn"))
|
1772
|
+
RunCacheListItem.add_member(:cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "cacheBehavior"))
|
1773
|
+
RunCacheListItem.add_member(:cache_s3_uri, Shapes::ShapeRef.new(shape: S3UriForBucketOrObject, location_name: "cacheS3Uri"))
|
1774
|
+
RunCacheListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunCacheTimestamp, location_name: "creationTime"))
|
1775
|
+
RunCacheListItem.add_member(:id, Shapes::ShapeRef.new(shape: RunCacheId, location_name: "id"))
|
1776
|
+
RunCacheListItem.add_member(:name, Shapes::ShapeRef.new(shape: UserCustomName, location_name: "name"))
|
1777
|
+
RunCacheListItem.add_member(:status, Shapes::ShapeRef.new(shape: RunCacheStatus, location_name: "status"))
|
1778
|
+
RunCacheListItem.struct_class = Types::RunCacheListItem
|
1779
|
+
|
1699
1780
|
RunExportList.member = Shapes::ShapeRef.new(shape: RunExport)
|
1700
1781
|
|
1701
1782
|
RunGroupList.member = Shapes::ShapeRef.new(shape: RunGroupListItem)
|
@@ -1883,6 +1964,8 @@ module Aws::Omics
|
|
1883
1964
|
StartRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "runId"))
|
1884
1965
|
StartRunRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RunRoleArn, required: true, location_name: "roleArn"))
|
1885
1966
|
StartRunRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location_name: "name"))
|
1967
|
+
StartRunRequest.add_member(:cache_id, Shapes::ShapeRef.new(shape: NumericIdInArn, location_name: "cacheId"))
|
1968
|
+
StartRunRequest.add_member(:cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "cacheBehavior"))
|
1886
1969
|
StartRunRequest.add_member(:run_group_id, Shapes::ShapeRef.new(shape: RunGroupId, location_name: "runGroupId"))
|
1887
1970
|
StartRunRequest.add_member(:priority, Shapes::ShapeRef.new(shape: StartRunRequestPriorityInteger, location_name: "priority"))
|
1888
1971
|
StartRunRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: RunParameters, location_name: "parameters"))
|
@@ -1942,6 +2025,8 @@ module Aws::Omics
|
|
1942
2025
|
TaskListItem.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "status"))
|
1943
2026
|
TaskListItem.add_member(:name, Shapes::ShapeRef.new(shape: TaskName, location_name: "name"))
|
1944
2027
|
TaskListItem.add_member(:cpus, Shapes::ShapeRef.new(shape: TaskListItemCpusInteger, location_name: "cpus"))
|
2028
|
+
TaskListItem.add_member(:cache_hit, Shapes::ShapeRef.new(shape: Boolean, location_name: "cacheHit"))
|
2029
|
+
TaskListItem.add_member(:cache_s3_uri, Shapes::ShapeRef.new(shape: S3UriForBucketOrObject, location_name: "cacheS3Uri"))
|
1945
2030
|
TaskListItem.add_member(:memory, Shapes::ShapeRef.new(shape: TaskListItemMemoryInteger, location_name: "memory"))
|
1946
2031
|
TaskListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "creationTime"))
|
1947
2032
|
TaskListItem.add_member(:start_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "startTime"))
|
@@ -2008,6 +2093,12 @@ module Aws::Omics
|
|
2008
2093
|
UpdateAnnotationStoreVersionResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
|
2009
2094
|
UpdateAnnotationStoreVersionResponse.struct_class = Types::UpdateAnnotationStoreVersionResponse
|
2010
2095
|
|
2096
|
+
UpdateRunCacheRequest.add_member(:cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "cacheBehavior"))
|
2097
|
+
UpdateRunCacheRequest.add_member(:description, Shapes::ShapeRef.new(shape: UserCustomDescription, location_name: "description"))
|
2098
|
+
UpdateRunCacheRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunCacheId, required: true, location: "uri", location_name: "id"))
|
2099
|
+
UpdateRunCacheRequest.add_member(:name, Shapes::ShapeRef.new(shape: UserCustomName, location_name: "name"))
|
2100
|
+
UpdateRunCacheRequest.struct_class = Types::UpdateRunCacheRequest
|
2101
|
+
|
2011
2102
|
UpdateRunGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, required: true, location: "uri", location_name: "id"))
|
2012
2103
|
UpdateRunGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
|
2013
2104
|
UpdateRunGroupRequest.add_member(:max_cpus, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxCpusInteger, location_name: "maxCpus"))
|
@@ -2346,6 +2437,25 @@ module Aws::Omics
|
|
2346
2437
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2347
2438
|
end)
|
2348
2439
|
|
2440
|
+
api.add_operation(:create_run_cache, Seahorse::Model::Operation.new.tap do |o|
|
2441
|
+
o.name = "CreateRunCache"
|
2442
|
+
o.http_method = "POST"
|
2443
|
+
o.http_request_uri = "/runCache"
|
2444
|
+
o.endpoint_pattern = {
|
2445
|
+
"hostPrefix" => "workflows-",
|
2446
|
+
}
|
2447
|
+
o.input = Shapes::ShapeRef.new(shape: CreateRunCacheRequest)
|
2448
|
+
o.output = Shapes::ShapeRef.new(shape: CreateRunCacheResponse)
|
2449
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2450
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2451
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2452
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2453
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2454
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2455
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2456
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2457
|
+
end)
|
2458
|
+
|
2349
2459
|
api.add_operation(:create_run_group, Seahorse::Model::Operation.new.tap do |o|
|
2350
2460
|
o.name = "CreateRunGroup"
|
2351
2461
|
o.http_method = "POST"
|
@@ -2526,6 +2636,25 @@ module Aws::Omics
|
|
2526
2636
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2527
2637
|
end)
|
2528
2638
|
|
2639
|
+
api.add_operation(:delete_run_cache, Seahorse::Model::Operation.new.tap do |o|
|
2640
|
+
o.name = "DeleteRunCache"
|
2641
|
+
o.http_method = "DELETE"
|
2642
|
+
o.http_request_uri = "/runCache/{id}"
|
2643
|
+
o.endpoint_pattern = {
|
2644
|
+
"hostPrefix" => "workflows-",
|
2645
|
+
}
|
2646
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRunCacheRequest)
|
2647
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2648
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2649
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2650
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2651
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2652
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2653
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2654
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2655
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2656
|
+
end)
|
2657
|
+
|
2529
2658
|
api.add_operation(:delete_run_group, Seahorse::Model::Operation.new.tap do |o|
|
2530
2659
|
o.name = "DeleteRunGroup"
|
2531
2660
|
o.http_method = "DELETE"
|
@@ -2840,6 +2969,25 @@ module Aws::Omics
|
|
2840
2969
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2841
2970
|
end)
|
2842
2971
|
|
2972
|
+
api.add_operation(:get_run_cache, Seahorse::Model::Operation.new.tap do |o|
|
2973
|
+
o.name = "GetRunCache"
|
2974
|
+
o.http_method = "GET"
|
2975
|
+
o.http_request_uri = "/runCache/{id}"
|
2976
|
+
o.endpoint_pattern = {
|
2977
|
+
"hostPrefix" => "workflows-",
|
2978
|
+
}
|
2979
|
+
o.input = Shapes::ShapeRef.new(shape: GetRunCacheRequest)
|
2980
|
+
o.output = Shapes::ShapeRef.new(shape: GetRunCacheResponse)
|
2981
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2982
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2983
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2984
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2985
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2986
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2987
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2988
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2989
|
+
end)
|
2990
|
+
|
2843
2991
|
api.add_operation(:get_run_group, Seahorse::Model::Operation.new.tap do |o|
|
2844
2992
|
o.name = "GetRunGroup"
|
2845
2993
|
o.http_method = "GET"
|
@@ -3240,6 +3388,31 @@ module Aws::Omics
|
|
3240
3388
|
)
|
3241
3389
|
end)
|
3242
3390
|
|
3391
|
+
api.add_operation(:list_run_caches, Seahorse::Model::Operation.new.tap do |o|
|
3392
|
+
o.name = "ListRunCaches"
|
3393
|
+
o.http_method = "GET"
|
3394
|
+
o.http_request_uri = "/runCache"
|
3395
|
+
o.endpoint_pattern = {
|
3396
|
+
"hostPrefix" => "workflows-",
|
3397
|
+
}
|
3398
|
+
o.input = Shapes::ShapeRef.new(shape: ListRunCachesRequest)
|
3399
|
+
o.output = Shapes::ShapeRef.new(shape: ListRunCachesResponse)
|
3400
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3401
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3402
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3403
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3404
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3405
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3406
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3407
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
3408
|
+
o[:pager] = Aws::Pager.new(
|
3409
|
+
limit_key: "max_results",
|
3410
|
+
tokens: {
|
3411
|
+
"next_token" => "starting_token"
|
3412
|
+
}
|
3413
|
+
)
|
3414
|
+
end)
|
3415
|
+
|
3243
3416
|
api.add_operation(:list_run_groups, Seahorse::Model::Operation.new.tap do |o|
|
3244
3417
|
o.name = "ListRunGroups"
|
3245
3418
|
o.http_method = "GET"
|
@@ -3644,6 +3817,25 @@ module Aws::Omics
|
|
3644
3817
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3645
3818
|
end)
|
3646
3819
|
|
3820
|
+
api.add_operation(:update_run_cache, Seahorse::Model::Operation.new.tap do |o|
|
3821
|
+
o.name = "UpdateRunCache"
|
3822
|
+
o.http_method = "POST"
|
3823
|
+
o.http_request_uri = "/runCache/{id}"
|
3824
|
+
o.endpoint_pattern = {
|
3825
|
+
"hostPrefix" => "workflows-",
|
3826
|
+
}
|
3827
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateRunCacheRequest)
|
3828
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3829
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3830
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3831
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3832
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3833
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3834
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3835
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3836
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
3837
|
+
end)
|
3838
|
+
|
3647
3839
|
api.add_operation(:update_run_group, Seahorse::Model::Operation.new.tap do |o|
|
3648
3840
|
o.name = "UpdateRunGroup"
|
3649
3841
|
o.http_method = "POST"
|
@@ -52,15 +52,18 @@ module Aws::Omics
|
|
52
52
|
self[:region] = options[:region]
|
53
53
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
54
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
|
-
if self[:use_dual_stack].nil?
|
56
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
|
57
|
-
end
|
58
55
|
self[:use_fips] = options[:use_fips]
|
59
56
|
self[:use_fips] = false if self[:use_fips].nil?
|
60
|
-
if self[:use_fips].nil?
|
61
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_fips"
|
62
|
-
end
|
63
57
|
self[:endpoint] = options[:endpoint]
|
64
58
|
end
|
59
|
+
|
60
|
+
def self.create(config, options={})
|
61
|
+
new({
|
62
|
+
region: config.region,
|
63
|
+
use_dual_stack: config.use_dualstack_endpoint,
|
64
|
+
use_fips: config.use_fips_endpoint,
|
65
|
+
endpoint: (config.endpoint.to_s unless config.regional_endpoint),
|
66
|
+
}.merge(options))
|
67
|
+
end
|
65
68
|
end
|
66
69
|
end
|