aws-sdk-omics 1.43.0 → 1.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-omics/client.rb +579 -96
- data/lib/aws-sdk-omics/client_api.rb +230 -9
- data/lib/aws-sdk-omics/types.rb +572 -41
- data/lib/aws-sdk-omics/waiters.rb +58 -0
- data/lib/aws-sdk-omics.rb +1 -1
- data/sig/client.rbs +116 -3
- data/sig/types.rbs +114 -0
- data/sig/waiters.rbs +14 -0
- metadata +2 -2
@@ -89,6 +89,9 @@ module Aws::Omics
|
|
89
89
|
CreateWorkflowRequest = Shapes::StructureShape.new(name: 'CreateWorkflowRequest')
|
90
90
|
CreateWorkflowRequestStorageCapacityInteger = Shapes::IntegerShape.new(name: 'CreateWorkflowRequestStorageCapacityInteger')
|
91
91
|
CreateWorkflowResponse = Shapes::StructureShape.new(name: 'CreateWorkflowResponse')
|
92
|
+
CreateWorkflowVersionRequest = Shapes::StructureShape.new(name: 'CreateWorkflowVersionRequest')
|
93
|
+
CreateWorkflowVersionRequestStorageCapacityInteger = Shapes::IntegerShape.new(name: 'CreateWorkflowVersionRequestStorageCapacityInteger')
|
94
|
+
CreateWorkflowVersionResponse = Shapes::StructureShape.new(name: 'CreateWorkflowVersionResponse')
|
92
95
|
CreationJobId = Shapes::StringShape.new(name: 'CreationJobId')
|
93
96
|
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime', timestampFormat: "iso8601")
|
94
97
|
CreationType = Shapes::StringShape.new(name: 'CreationType')
|
@@ -112,6 +115,7 @@ module Aws::Omics
|
|
112
115
|
DeleteVariantStoreRequest = Shapes::StructureShape.new(name: 'DeleteVariantStoreRequest')
|
113
116
|
DeleteVariantStoreResponse = Shapes::StructureShape.new(name: 'DeleteVariantStoreResponse')
|
114
117
|
DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
|
118
|
+
DeleteWorkflowVersionRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowVersionRequest')
|
115
119
|
Description = Shapes::StringShape.new(name: 'Description')
|
116
120
|
ETag = Shapes::StructureShape.new(name: 'ETag')
|
117
121
|
ETagAlgorithm = Shapes::StringShape.new(name: 'ETagAlgorithm')
|
@@ -129,6 +133,7 @@ module Aws::Omics
|
|
129
133
|
ExportReadSetFilter = Shapes::StructureShape.new(name: 'ExportReadSetFilter')
|
130
134
|
ExportReadSetJobDetail = Shapes::StructureShape.new(name: 'ExportReadSetJobDetail')
|
131
135
|
ExportReadSetJobDetailList = Shapes::ListShape.new(name: 'ExportReadSetJobDetailList')
|
136
|
+
FallbackLocation = Shapes::StringShape.new(name: 'FallbackLocation')
|
132
137
|
FileInformation = Shapes::StructureShape.new(name: 'FileInformation')
|
133
138
|
FileInformationContentLengthLong = Shapes::IntegerShape.new(name: 'FileInformationContentLengthLong')
|
134
139
|
FileInformationPartSizeLong = Shapes::IntegerShape.new(name: 'FileInformationPartSizeLong')
|
@@ -196,6 +201,9 @@ module Aws::Omics
|
|
196
201
|
GetWorkflowRequest = Shapes::StructureShape.new(name: 'GetWorkflowRequest')
|
197
202
|
GetWorkflowResponse = Shapes::StructureShape.new(name: 'GetWorkflowResponse')
|
198
203
|
GetWorkflowResponseStorageCapacityInteger = Shapes::IntegerShape.new(name: 'GetWorkflowResponseStorageCapacityInteger')
|
204
|
+
GetWorkflowVersionRequest = Shapes::StructureShape.new(name: 'GetWorkflowVersionRequest')
|
205
|
+
GetWorkflowVersionResponse = Shapes::StructureShape.new(name: 'GetWorkflowVersionResponse')
|
206
|
+
GetWorkflowVersionResponseStorageCapacityInteger = Shapes::IntegerShape.new(name: 'GetWorkflowVersionResponseStorageCapacityInteger')
|
199
207
|
Header = Shapes::BooleanShape.new(name: 'Header')
|
200
208
|
ImportJobId = Shapes::StringShape.new(name: 'ImportJobId')
|
201
209
|
ImportReadSetFilter = Shapes::StructureShape.new(name: 'ImportReadSetFilter')
|
@@ -290,6 +298,9 @@ module Aws::Omics
|
|
290
298
|
ListVariantStoresRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListVariantStoresRequestMaxResultsInteger')
|
291
299
|
ListVariantStoresRequestNextTokenString = Shapes::StringShape.new(name: 'ListVariantStoresRequestNextTokenString')
|
292
300
|
ListVariantStoresResponse = Shapes::StructureShape.new(name: 'ListVariantStoresResponse')
|
301
|
+
ListWorkflowVersionsRequest = Shapes::StructureShape.new(name: 'ListWorkflowVersionsRequest')
|
302
|
+
ListWorkflowVersionsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListWorkflowVersionsRequestMaxResultsInteger')
|
303
|
+
ListWorkflowVersionsResponse = Shapes::StructureShape.new(name: 'ListWorkflowVersionsResponse')
|
293
304
|
ListWorkflowsRequest = Shapes::StructureShape.new(name: 'ListWorkflowsRequest')
|
294
305
|
ListWorkflowsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListWorkflowsRequestMaxResultsInteger')
|
295
306
|
ListWorkflowsResponse = Shapes::StructureShape.new(name: 'ListWorkflowsResponse')
|
@@ -527,6 +538,9 @@ module Aws::Omics
|
|
527
538
|
UpdateVariantStoreRequest = Shapes::StructureShape.new(name: 'UpdateVariantStoreRequest')
|
528
539
|
UpdateVariantStoreResponse = Shapes::StructureShape.new(name: 'UpdateVariantStoreResponse')
|
529
540
|
UpdateWorkflowRequest = Shapes::StructureShape.new(name: 'UpdateWorkflowRequest')
|
541
|
+
UpdateWorkflowRequestStorageCapacityInteger = Shapes::IntegerShape.new(name: 'UpdateWorkflowRequestStorageCapacityInteger')
|
542
|
+
UpdateWorkflowVersionRequest = Shapes::StructureShape.new(name: 'UpdateWorkflowVersionRequest')
|
543
|
+
UpdateWorkflowVersionRequestStorageCapacityInteger = Shapes::IntegerShape.new(name: 'UpdateWorkflowVersionRequestStorageCapacityInteger')
|
530
544
|
UploadId = Shapes::StringShape.new(name: 'UploadId')
|
531
545
|
UploadReadSetPartRequest = Shapes::StructureShape.new(name: 'UploadReadSetPartRequest')
|
532
546
|
UploadReadSetPartRequestPartNumberInteger = Shapes::IntegerShape.new(name: 'UploadReadSetPartRequestPartNumberInteger')
|
@@ -550,6 +564,7 @@ module Aws::Omics
|
|
550
564
|
VersionOptions = Shapes::UnionShape.new(name: 'VersionOptions')
|
551
565
|
VersionStatus = Shapes::StringShape.new(name: 'VersionStatus')
|
552
566
|
WorkflowArn = Shapes::StringShape.new(name: 'WorkflowArn')
|
567
|
+
WorkflowBucketOwnerId = Shapes::StringShape.new(name: 'WorkflowBucketOwnerId')
|
553
568
|
WorkflowDefinition = Shapes::StringShape.new(name: 'WorkflowDefinition')
|
554
569
|
WorkflowDescription = Shapes::StringShape.new(name: 'WorkflowDescription')
|
555
570
|
WorkflowDigest = Shapes::StringShape.new(name: 'WorkflowDigest')
|
@@ -575,6 +590,13 @@ module Aws::Omics
|
|
575
590
|
WorkflowStatusMessage = Shapes::StringShape.new(name: 'WorkflowStatusMessage')
|
576
591
|
WorkflowTimestamp = Shapes::TimestampShape.new(name: 'WorkflowTimestamp', timestampFormat: "iso8601")
|
577
592
|
WorkflowType = Shapes::StringShape.new(name: 'WorkflowType')
|
593
|
+
WorkflowUuid = Shapes::StringShape.new(name: 'WorkflowUuid')
|
594
|
+
WorkflowVersionArn = Shapes::StringShape.new(name: 'WorkflowVersionArn')
|
595
|
+
WorkflowVersionDescription = Shapes::StringShape.new(name: 'WorkflowVersionDescription')
|
596
|
+
WorkflowVersionList = Shapes::ListShape.new(name: 'WorkflowVersionList')
|
597
|
+
WorkflowVersionListItem = Shapes::StructureShape.new(name: 'WorkflowVersionListItem')
|
598
|
+
WorkflowVersionListToken = Shapes::StringShape.new(name: 'WorkflowVersionListToken')
|
599
|
+
WorkflowVersionName = Shapes::StringShape.new(name: 'WorkflowVersionName')
|
578
600
|
|
579
601
|
AbortMultipartReadSetUploadRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
|
580
602
|
AbortMultipartReadSetUploadRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location: "uri", location_name: "uploadId"))
|
@@ -821,7 +843,7 @@ module Aws::Omics
|
|
821
843
|
CreateSequenceStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
|
822
844
|
CreateSequenceStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
823
845
|
CreateSequenceStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
824
|
-
CreateSequenceStoreRequest.add_member(:fallback_location, Shapes::ShapeRef.new(shape:
|
846
|
+
CreateSequenceStoreRequest.add_member(:fallback_location, Shapes::ShapeRef.new(shape: FallbackLocation, location_name: "fallbackLocation"))
|
825
847
|
CreateSequenceStoreRequest.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
|
826
848
|
CreateSequenceStoreRequest.add_member(:propagated_set_level_tags, Shapes::ShapeRef.new(shape: PropagatedSetLevelTags, location_name: "propagatedSetLevelTags"))
|
827
849
|
CreateSequenceStoreRequest.add_member(:s3_access_config, Shapes::ShapeRef.new(shape: S3AccessConfig, location_name: "s3AccessConfig"))
|
@@ -833,7 +855,7 @@ module Aws::Omics
|
|
833
855
|
CreateSequenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
|
834
856
|
CreateSequenceStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
|
835
857
|
CreateSequenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
|
836
|
-
CreateSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape:
|
858
|
+
CreateSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: FallbackLocation, location_name: "fallbackLocation"))
|
837
859
|
CreateSequenceStoreResponse.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
|
838
860
|
CreateSequenceStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: SequenceStoreStatus, location_name: "status"))
|
839
861
|
CreateSequenceStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: SequenceStoreStatusMessage, location_name: "statusMessage"))
|
@@ -876,14 +898,40 @@ module Aws::Omics
|
|
876
898
|
CreateWorkflowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
877
899
|
CreateWorkflowRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: WorkflowRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
878
900
|
CreateWorkflowRequest.add_member(:accelerators, Shapes::ShapeRef.new(shape: Accelerators, location_name: "accelerators"))
|
901
|
+
CreateWorkflowRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
879
902
|
CreateWorkflowRequest.struct_class = Types::CreateWorkflowRequest
|
880
903
|
|
881
904
|
CreateWorkflowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowArn, location_name: "arn"))
|
882
905
|
CreateWorkflowResponse.add_member(:id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "id"))
|
883
906
|
CreateWorkflowResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowStatus, location_name: "status"))
|
884
907
|
CreateWorkflowResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
908
|
+
CreateWorkflowResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: WorkflowUuid, location_name: "uuid"))
|
885
909
|
CreateWorkflowResponse.struct_class = Types::CreateWorkflowResponse
|
886
910
|
|
911
|
+
CreateWorkflowVersionRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "workflowId"))
|
912
|
+
CreateWorkflowVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, required: true, location_name: "versionName"))
|
913
|
+
CreateWorkflowVersionRequest.add_member(:definition_zip, Shapes::ShapeRef.new(shape: Blob, location_name: "definitionZip"))
|
914
|
+
CreateWorkflowVersionRequest.add_member(:definition_uri, Shapes::ShapeRef.new(shape: WorkflowDefinition, location_name: "definitionUri"))
|
915
|
+
CreateWorkflowVersionRequest.add_member(:accelerators, Shapes::ShapeRef.new(shape: Accelerators, location_name: "accelerators"))
|
916
|
+
CreateWorkflowVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowVersionDescription, location_name: "description"))
|
917
|
+
CreateWorkflowVersionRequest.add_member(:engine, Shapes::ShapeRef.new(shape: WorkflowEngine, location_name: "engine"))
|
918
|
+
CreateWorkflowVersionRequest.add_member(:main, Shapes::ShapeRef.new(shape: WorkflowMain, location_name: "main"))
|
919
|
+
CreateWorkflowVersionRequest.add_member(:parameter_template, Shapes::ShapeRef.new(shape: WorkflowParameterTemplate, location_name: "parameterTemplate"))
|
920
|
+
CreateWorkflowVersionRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: WorkflowRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
921
|
+
CreateWorkflowVersionRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
922
|
+
CreateWorkflowVersionRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: CreateWorkflowVersionRequestStorageCapacityInteger, location_name: "storageCapacity"))
|
923
|
+
CreateWorkflowVersionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
924
|
+
CreateWorkflowVersionRequest.add_member(:workflow_bucket_owner_id, Shapes::ShapeRef.new(shape: WorkflowBucketOwnerId, location_name: "workflowBucketOwnerId"))
|
925
|
+
CreateWorkflowVersionRequest.struct_class = Types::CreateWorkflowVersionRequest
|
926
|
+
|
927
|
+
CreateWorkflowVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowVersionArn, location_name: "arn"))
|
928
|
+
CreateWorkflowVersionResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
|
929
|
+
CreateWorkflowVersionResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, location_name: "versionName"))
|
930
|
+
CreateWorkflowVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowStatus, location_name: "status"))
|
931
|
+
CreateWorkflowVersionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
932
|
+
CreateWorkflowVersionResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: WorkflowUuid, location_name: "uuid"))
|
933
|
+
CreateWorkflowVersionResponse.struct_class = Types::CreateWorkflowVersionResponse
|
934
|
+
|
887
935
|
DeleteAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
888
936
|
DeleteAnnotationStoreRequest.add_member(:force, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location: "querystring", location_name: "force"))
|
889
937
|
DeleteAnnotationStoreRequest.struct_class = Types::DeleteAnnotationStoreRequest
|
@@ -945,6 +993,10 @@ module Aws::Omics
|
|
945
993
|
DeleteWorkflowRequest.add_member(:id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "id"))
|
946
994
|
DeleteWorkflowRequest.struct_class = Types::DeleteWorkflowRequest
|
947
995
|
|
996
|
+
DeleteWorkflowVersionRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "workflowId"))
|
997
|
+
DeleteWorkflowVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, required: true, location: "uri", location_name: "versionName"))
|
998
|
+
DeleteWorkflowVersionRequest.struct_class = Types::DeleteWorkflowVersionRequest
|
999
|
+
|
948
1000
|
ETag.add_member(:algorithm, Shapes::ShapeRef.new(shape: ETagAlgorithm, location_name: "algorithm"))
|
949
1001
|
ETag.add_member(:source1, Shapes::ShapeRef.new(shape: String, location_name: "source1"))
|
950
1002
|
ETag.add_member(:source2, Shapes::ShapeRef.new(shape: String, location_name: "source2"))
|
@@ -1251,6 +1303,8 @@ module Aws::Omics
|
|
1251
1303
|
GetRunResponse.add_member(:run_output_uri, Shapes::ShapeRef.new(shape: RunOutputUri, location_name: "runOutputUri"))
|
1252
1304
|
GetRunResponse.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
1253
1305
|
GetRunResponse.add_member(:workflow_owner_id, Shapes::ShapeRef.new(shape: WorkflowOwnerId, location_name: "workflowOwnerId"))
|
1306
|
+
GetRunResponse.add_member(:workflow_version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, location_name: "workflowVersionName"))
|
1307
|
+
GetRunResponse.add_member(:workflow_uuid, Shapes::ShapeRef.new(shape: WorkflowUuid, location_name: "workflowUuid"))
|
1254
1308
|
GetRunResponse.struct_class = Types::GetRunResponse
|
1255
1309
|
|
1256
1310
|
GetRunTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
|
@@ -1293,7 +1347,7 @@ module Aws::Omics
|
|
1293
1347
|
GetSequenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
|
1294
1348
|
GetSequenceStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
|
1295
1349
|
GetSequenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
|
1296
|
-
GetSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape:
|
1350
|
+
GetSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: FallbackLocation, location_name: "fallbackLocation"))
|
1297
1351
|
GetSequenceStoreResponse.add_member(:s3_access, Shapes::ShapeRef.new(shape: SequenceStoreS3Access, location_name: "s3Access"))
|
1298
1352
|
GetSequenceStoreResponse.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
|
1299
1353
|
GetSequenceStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: SequenceStoreStatus, location_name: "status"))
|
@@ -1364,8 +1418,39 @@ module Aws::Omics
|
|
1364
1418
|
GetWorkflowResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1365
1419
|
GetWorkflowResponse.add_member(:metadata, Shapes::ShapeRef.new(shape: WorkflowMetadata, location_name: "metadata"))
|
1366
1420
|
GetWorkflowResponse.add_member(:accelerators, Shapes::ShapeRef.new(shape: Accelerators, location_name: "accelerators"))
|
1421
|
+
GetWorkflowResponse.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
1422
|
+
GetWorkflowResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: WorkflowUuid, location_name: "uuid"))
|
1367
1423
|
GetWorkflowResponse.struct_class = Types::GetWorkflowResponse
|
1368
1424
|
|
1425
|
+
GetWorkflowVersionRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "workflowId"))
|
1426
|
+
GetWorkflowVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, required: true, location: "uri", location_name: "versionName"))
|
1427
|
+
GetWorkflowVersionRequest.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location: "querystring", location_name: "type"))
|
1428
|
+
GetWorkflowVersionRequest.add_member(:export, Shapes::ShapeRef.new(shape: WorkflowExportList, location: "querystring", location_name: "export"))
|
1429
|
+
GetWorkflowVersionRequest.add_member(:workflow_owner_id, Shapes::ShapeRef.new(shape: WorkflowOwnerId, location: "querystring", location_name: "workflowOwnerId"))
|
1430
|
+
GetWorkflowVersionRequest.struct_class = Types::GetWorkflowVersionRequest
|
1431
|
+
|
1432
|
+
GetWorkflowVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowVersionArn, location_name: "arn"))
|
1433
|
+
GetWorkflowVersionResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
|
1434
|
+
GetWorkflowVersionResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, location_name: "versionName"))
|
1435
|
+
GetWorkflowVersionResponse.add_member(:accelerators, Shapes::ShapeRef.new(shape: Accelerators, location_name: "accelerators"))
|
1436
|
+
GetWorkflowVersionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: WorkflowTimestamp, location_name: "creationTime"))
|
1437
|
+
GetWorkflowVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowVersionDescription, location_name: "description"))
|
1438
|
+
GetWorkflowVersionResponse.add_member(:definition, Shapes::ShapeRef.new(shape: WorkflowDefinition, location_name: "definition"))
|
1439
|
+
GetWorkflowVersionResponse.add_member(:digest, Shapes::ShapeRef.new(shape: WorkflowDigest, location_name: "digest"))
|
1440
|
+
GetWorkflowVersionResponse.add_member(:engine, Shapes::ShapeRef.new(shape: WorkflowEngine, location_name: "engine"))
|
1441
|
+
GetWorkflowVersionResponse.add_member(:main, Shapes::ShapeRef.new(shape: WorkflowMain, location_name: "main"))
|
1442
|
+
GetWorkflowVersionResponse.add_member(:metadata, Shapes::ShapeRef.new(shape: WorkflowMetadata, location_name: "metadata"))
|
1443
|
+
GetWorkflowVersionResponse.add_member(:parameter_template, Shapes::ShapeRef.new(shape: WorkflowParameterTemplate, location_name: "parameterTemplate"))
|
1444
|
+
GetWorkflowVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowStatus, location_name: "status"))
|
1445
|
+
GetWorkflowVersionResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: WorkflowStatusMessage, location_name: "statusMessage"))
|
1446
|
+
GetWorkflowVersionResponse.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
1447
|
+
GetWorkflowVersionResponse.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: GetWorkflowVersionResponseStorageCapacityInteger, location_name: "storageCapacity"))
|
1448
|
+
GetWorkflowVersionResponse.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "type"))
|
1449
|
+
GetWorkflowVersionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1450
|
+
GetWorkflowVersionResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: WorkflowUuid, location_name: "uuid"))
|
1451
|
+
GetWorkflowVersionResponse.add_member(:workflow_bucket_owner_id, Shapes::ShapeRef.new(shape: WorkflowBucketOwnerId, location_name: "workflowBucketOwnerId"))
|
1452
|
+
GetWorkflowVersionResponse.struct_class = Types::GetWorkflowVersionResponse
|
1453
|
+
|
1369
1454
|
ImportReadSetFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetImportJobStatus, location_name: "status"))
|
1370
1455
|
ImportReadSetFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
|
1371
1456
|
ImportReadSetFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
|
@@ -1654,6 +1739,17 @@ module Aws::Omics
|
|
1654
1739
|
ListVariantStoresResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1655
1740
|
ListVariantStoresResponse.struct_class = Types::ListVariantStoresResponse
|
1656
1741
|
|
1742
|
+
ListWorkflowVersionsRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "workflowId"))
|
1743
|
+
ListWorkflowVersionsRequest.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location: "querystring", location_name: "type"))
|
1744
|
+
ListWorkflowVersionsRequest.add_member(:workflow_owner_id, Shapes::ShapeRef.new(shape: WorkflowOwnerId, location: "querystring", location_name: "workflowOwnerId"))
|
1745
|
+
ListWorkflowVersionsRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: WorkflowVersionListToken, location: "querystring", location_name: "startingToken"))
|
1746
|
+
ListWorkflowVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListWorkflowVersionsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
1747
|
+
ListWorkflowVersionsRequest.struct_class = Types::ListWorkflowVersionsRequest
|
1748
|
+
|
1749
|
+
ListWorkflowVersionsResponse.add_member(:items, Shapes::ShapeRef.new(shape: WorkflowVersionList, location_name: "items"))
|
1750
|
+
ListWorkflowVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: WorkflowVersionListToken, location_name: "nextToken"))
|
1751
|
+
ListWorkflowVersionsResponse.struct_class = Types::ListWorkflowVersionsResponse
|
1752
|
+
|
1657
1753
|
ListWorkflowsRequest.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location: "querystring", location_name: "type"))
|
1658
1754
|
ListWorkflowsRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowName, location: "querystring", location_name: "name"))
|
1659
1755
|
ListWorkflowsRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: WorkflowListToken, location: "querystring", location_name: "startingToken"))
|
@@ -1856,6 +1952,7 @@ module Aws::Omics
|
|
1856
1952
|
RunListItem.add_member(:start_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "startTime"))
|
1857
1953
|
RunListItem.add_member(:stop_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "stopTime"))
|
1858
1954
|
RunListItem.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
1955
|
+
RunListItem.add_member(:workflow_version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, location_name: "workflowVersionName"))
|
1859
1956
|
RunListItem.struct_class = Types::RunListItem
|
1860
1957
|
|
1861
1958
|
RunLogLocation.add_member(:engine_log_stream, Shapes::ShapeRef.new(shape: EngineLogStream, location_name: "engineLogStream"))
|
@@ -1883,7 +1980,7 @@ module Aws::Omics
|
|
1883
1980
|
SequenceStoreDetail.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
|
1884
1981
|
SequenceStoreDetail.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
|
1885
1982
|
SequenceStoreDetail.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
|
1886
|
-
SequenceStoreDetail.add_member(:fallback_location, Shapes::ShapeRef.new(shape:
|
1983
|
+
SequenceStoreDetail.add_member(:fallback_location, Shapes::ShapeRef.new(shape: FallbackLocation, location_name: "fallbackLocation"))
|
1887
1984
|
SequenceStoreDetail.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
|
1888
1985
|
SequenceStoreDetail.add_member(:status, Shapes::ShapeRef.new(shape: SequenceStoreStatus, location_name: "status"))
|
1889
1986
|
SequenceStoreDetail.add_member(:status_message, Shapes::ShapeRef.new(shape: SequenceStoreStatusMessage, location_name: "statusMessage"))
|
@@ -2039,6 +2136,7 @@ module Aws::Omics
|
|
2039
2136
|
StartRunRequest.add_member(:retention_mode, Shapes::ShapeRef.new(shape: RunRetentionMode, location_name: "retentionMode"))
|
2040
2137
|
StartRunRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
2041
2138
|
StartRunRequest.add_member(:workflow_owner_id, Shapes::ShapeRef.new(shape: WorkflowOwnerId, location_name: "workflowOwnerId"))
|
2139
|
+
StartRunRequest.add_member(:workflow_version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, location_name: "workflowVersionName"))
|
2042
2140
|
StartRunRequest.struct_class = Types::StartRunRequest
|
2043
2141
|
|
2044
2142
|
StartRunResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunArn, location_name: "arn"))
|
@@ -2173,7 +2271,7 @@ module Aws::Omics
|
|
2173
2271
|
UpdateSequenceStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
|
2174
2272
|
UpdateSequenceStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
|
2175
2273
|
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:
|
2274
|
+
UpdateSequenceStoreRequest.add_member(:fallback_location, Shapes::ShapeRef.new(shape: FallbackLocation, location_name: "fallbackLocation"))
|
2177
2275
|
UpdateSequenceStoreRequest.add_member(:propagated_set_level_tags, Shapes::ShapeRef.new(shape: PropagatedSetLevelTags, location_name: "propagatedSetLevelTags"))
|
2178
2276
|
UpdateSequenceStoreRequest.add_member(:s3_access_config, Shapes::ShapeRef.new(shape: S3AccessConfig, location_name: "s3AccessConfig"))
|
2179
2277
|
UpdateSequenceStoreRequest.struct_class = Types::UpdateSequenceStoreRequest
|
@@ -2188,7 +2286,7 @@ module Aws::Omics
|
|
2188
2286
|
UpdateSequenceStoreResponse.add_member(:propagated_set_level_tags, Shapes::ShapeRef.new(shape: PropagatedSetLevelTags, location_name: "propagatedSetLevelTags"))
|
2189
2287
|
UpdateSequenceStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: SequenceStoreStatus, location_name: "status"))
|
2190
2288
|
UpdateSequenceStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: SequenceStoreStatusMessage, location_name: "statusMessage"))
|
2191
|
-
UpdateSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape:
|
2289
|
+
UpdateSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: FallbackLocation, location_name: "fallbackLocation"))
|
2192
2290
|
UpdateSequenceStoreResponse.add_member(:s3_access, Shapes::ShapeRef.new(shape: SequenceStoreS3Access, location_name: "s3Access"))
|
2193
2291
|
UpdateSequenceStoreResponse.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
|
2194
2292
|
UpdateSequenceStoreResponse.struct_class = Types::UpdateSequenceStoreResponse
|
@@ -2209,8 +2307,17 @@ module Aws::Omics
|
|
2209
2307
|
UpdateWorkflowRequest.add_member(:id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "id"))
|
2210
2308
|
UpdateWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowName, location_name: "name"))
|
2211
2309
|
UpdateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescription, location_name: "description"))
|
2310
|
+
UpdateWorkflowRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
2311
|
+
UpdateWorkflowRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: UpdateWorkflowRequestStorageCapacityInteger, location_name: "storageCapacity"))
|
2212
2312
|
UpdateWorkflowRequest.struct_class = Types::UpdateWorkflowRequest
|
2213
2313
|
|
2314
|
+
UpdateWorkflowVersionRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "workflowId"))
|
2315
|
+
UpdateWorkflowVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, required: true, location: "uri", location_name: "versionName"))
|
2316
|
+
UpdateWorkflowVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowVersionDescription, location_name: "description"))
|
2317
|
+
UpdateWorkflowVersionRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
2318
|
+
UpdateWorkflowVersionRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: UpdateWorkflowVersionRequestStorageCapacityInteger, location_name: "storageCapacity"))
|
2319
|
+
UpdateWorkflowVersionRequest.struct_class = Types::UpdateWorkflowVersionRequest
|
2320
|
+
|
2214
2321
|
UploadReadSetPartRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
|
2215
2322
|
UploadReadSetPartRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location: "uri", location_name: "uploadId"))
|
2216
2323
|
UploadReadSetPartRequest.add_member(:part_source, Shapes::ShapeRef.new(shape: ReadSetPartSource, required: true, location: "querystring", location_name: "partSource"))
|
@@ -2308,6 +2415,19 @@ module Aws::Omics
|
|
2308
2415
|
WorkflowParameterTemplate.key = Shapes::ShapeRef.new(shape: WorkflowParameterName)
|
2309
2416
|
WorkflowParameterTemplate.value = Shapes::ShapeRef.new(shape: WorkflowParameter)
|
2310
2417
|
|
2418
|
+
WorkflowVersionList.member = Shapes::ShapeRef.new(shape: WorkflowVersionListItem)
|
2419
|
+
|
2420
|
+
WorkflowVersionListItem.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowVersionArn, location_name: "arn"))
|
2421
|
+
WorkflowVersionListItem.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
|
2422
|
+
WorkflowVersionListItem.add_member(:version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, location_name: "versionName"))
|
2423
|
+
WorkflowVersionListItem.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowVersionDescription, location_name: "description"))
|
2424
|
+
WorkflowVersionListItem.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowStatus, location_name: "status"))
|
2425
|
+
WorkflowVersionListItem.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "type"))
|
2426
|
+
WorkflowVersionListItem.add_member(:digest, Shapes::ShapeRef.new(shape: WorkflowDigest, location_name: "digest"))
|
2427
|
+
WorkflowVersionListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: WorkflowTimestamp, location_name: "creationTime"))
|
2428
|
+
WorkflowVersionListItem.add_member(:metadata, Shapes::ShapeRef.new(shape: WorkflowMetadata, location_name: "metadata"))
|
2429
|
+
WorkflowVersionListItem.struct_class = Types::WorkflowVersionListItem
|
2430
|
+
|
2311
2431
|
|
2312
2432
|
# @api private
|
2313
2433
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -2633,6 +2753,25 @@ module Aws::Omics
|
|
2633
2753
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2634
2754
|
end)
|
2635
2755
|
|
2756
|
+
api.add_operation(:create_workflow_version, Seahorse::Model::Operation.new.tap do |o|
|
2757
|
+
o.name = "CreateWorkflowVersion"
|
2758
|
+
o.http_method = "POST"
|
2759
|
+
o.http_request_uri = "/workflow/{workflowId}/version"
|
2760
|
+
o.endpoint_pattern = {
|
2761
|
+
"hostPrefix" => "workflows-",
|
2762
|
+
}
|
2763
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorkflowVersionRequest)
|
2764
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorkflowVersionResponse)
|
2765
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2766
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2767
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2768
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2769
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2770
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2771
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2772
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2773
|
+
end)
|
2774
|
+
|
2636
2775
|
api.add_operation(:delete_annotation_store, Seahorse::Model::Operation.new.tap do |o|
|
2637
2776
|
o.name = "DeleteAnnotationStore"
|
2638
2777
|
o.http_method = "DELETE"
|
@@ -2769,8 +2908,8 @@ module Aws::Omics
|
|
2769
2908
|
}
|
2770
2909
|
o.input = Shapes::ShapeRef.new(shape: DeleteS3AccessPolicyRequest)
|
2771
2910
|
o.output = Shapes::ShapeRef.new(shape: DeleteS3AccessPolicyResponse)
|
2772
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2773
2911
|
o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
|
2912
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2774
2913
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2775
2914
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2776
2915
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -2850,6 +2989,25 @@ module Aws::Omics
|
|
2850
2989
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
2851
2990
|
end)
|
2852
2991
|
|
2992
|
+
api.add_operation(:delete_workflow_version, Seahorse::Model::Operation.new.tap do |o|
|
2993
|
+
o.name = "DeleteWorkflowVersion"
|
2994
|
+
o.http_method = "DELETE"
|
2995
|
+
o.http_request_uri = "/workflow/{workflowId}/version/{versionName}"
|
2996
|
+
o.endpoint_pattern = {
|
2997
|
+
"hostPrefix" => "workflows-",
|
2998
|
+
}
|
2999
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWorkflowVersionRequest)
|
3000
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3001
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3002
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3003
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3004
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3005
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3006
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3007
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3008
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
3009
|
+
end)
|
3010
|
+
|
2853
3011
|
api.add_operation(:get_annotation_import_job, Seahorse::Model::Operation.new.tap do |o|
|
2854
3012
|
o.name = "GetAnnotationImportJob"
|
2855
3013
|
o.http_method = "GET"
|
@@ -3139,8 +3297,8 @@ module Aws::Omics
|
|
3139
3297
|
}
|
3140
3298
|
o.input = Shapes::ShapeRef.new(shape: GetS3AccessPolicyRequest)
|
3141
3299
|
o.output = Shapes::ShapeRef.new(shape: GetS3AccessPolicyResponse)
|
3142
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3143
3300
|
o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
|
3301
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3144
3302
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3145
3303
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3146
3304
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
@@ -3235,6 +3393,25 @@ module Aws::Omics
|
|
3235
3393
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
3236
3394
|
end)
|
3237
3395
|
|
3396
|
+
api.add_operation(:get_workflow_version, Seahorse::Model::Operation.new.tap do |o|
|
3397
|
+
o.name = "GetWorkflowVersion"
|
3398
|
+
o.http_method = "GET"
|
3399
|
+
o.http_request_uri = "/workflow/{workflowId}/version/{versionName}"
|
3400
|
+
o.endpoint_pattern = {
|
3401
|
+
"hostPrefix" => "workflows-",
|
3402
|
+
}
|
3403
|
+
o.input = Shapes::ShapeRef.new(shape: GetWorkflowVersionRequest)
|
3404
|
+
o.output = Shapes::ShapeRef.new(shape: GetWorkflowVersionResponse)
|
3405
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3406
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3407
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3408
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3409
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3410
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3411
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3412
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
3413
|
+
end)
|
3414
|
+
|
3238
3415
|
api.add_operation(:list_annotation_import_jobs, Seahorse::Model::Operation.new.tap do |o|
|
3239
3416
|
o.name = "ListAnnotationImportJobs"
|
3240
3417
|
o.http_method = "POST"
|
@@ -3720,6 +3897,31 @@ module Aws::Omics
|
|
3720
3897
|
)
|
3721
3898
|
end)
|
3722
3899
|
|
3900
|
+
api.add_operation(:list_workflow_versions, Seahorse::Model::Operation.new.tap do |o|
|
3901
|
+
o.name = "ListWorkflowVersions"
|
3902
|
+
o.http_method = "GET"
|
3903
|
+
o.http_request_uri = "/workflow/{workflowId}/version"
|
3904
|
+
o.endpoint_pattern = {
|
3905
|
+
"hostPrefix" => "workflows-",
|
3906
|
+
}
|
3907
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorkflowVersionsRequest)
|
3908
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorkflowVersionsResponse)
|
3909
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3910
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3911
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3912
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3913
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3914
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3915
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3916
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
3917
|
+
o[:pager] = Aws::Pager.new(
|
3918
|
+
limit_key: "max_results",
|
3919
|
+
tokens: {
|
3920
|
+
"next_token" => "starting_token"
|
3921
|
+
}
|
3922
|
+
)
|
3923
|
+
end)
|
3924
|
+
|
3723
3925
|
api.add_operation(:list_workflows, Seahorse::Model::Operation.new.tap do |o|
|
3724
3926
|
o.name = "ListWorkflows"
|
3725
3927
|
o.http_method = "GET"
|
@@ -3754,8 +3956,8 @@ module Aws::Omics
|
|
3754
3956
|
}
|
3755
3957
|
o.input = Shapes::ShapeRef.new(shape: PutS3AccessPolicyRequest)
|
3756
3958
|
o.output = Shapes::ShapeRef.new(shape: PutS3AccessPolicyResponse)
|
3757
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3758
3959
|
o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
|
3960
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3759
3961
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3760
3962
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3761
3963
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -4049,6 +4251,25 @@ module Aws::Omics
|
|
4049
4251
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
4050
4252
|
end)
|
4051
4253
|
|
4254
|
+
api.add_operation(:update_workflow_version, Seahorse::Model::Operation.new.tap do |o|
|
4255
|
+
o.name = "UpdateWorkflowVersion"
|
4256
|
+
o.http_method = "POST"
|
4257
|
+
o.http_request_uri = "/workflow/{workflowId}/version/{versionName}"
|
4258
|
+
o.endpoint_pattern = {
|
4259
|
+
"hostPrefix" => "workflows-",
|
4260
|
+
}
|
4261
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateWorkflowVersionRequest)
|
4262
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4263
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4264
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
4265
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4266
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4267
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4268
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4269
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4270
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
4271
|
+
end)
|
4272
|
+
|
4052
4273
|
api.add_operation(:upload_read_set_part, Seahorse::Model::Operation.new.tap do |o|
|
4053
4274
|
o.name = "UploadReadSetPart"
|
4054
4275
|
o.http_method = "PUT"
|