aws-sdk-omics 1.49.0 → 1.50.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-omics/client.rb +470 -126
- data/lib/aws-sdk-omics/client_api.rb +51 -0
- data/lib/aws-sdk-omics/types.rb +380 -58
- data/lib/aws-sdk-omics.rb +1 -1
- data/sig/client.rbs +43 -8
- data/sig/types.rbs +44 -2
- data/sig/waiters.rbs +2 -2
- metadata +1 -1
@@ -64,6 +64,7 @@ module Aws::Omics
|
|
64
64
|
CompleteReadSetUploadPartListItemPartNumberInteger = Shapes::IntegerShape.new(name: 'CompleteReadSetUploadPartListItemPartNumberInteger')
|
65
65
|
CompletionTime = Shapes::TimestampShape.new(name: 'CompletionTime', timestampFormat: "iso8601")
|
66
66
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
67
|
+
ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
|
67
68
|
CreateAnnotationStoreRequest = Shapes::StructureShape.new(name: 'CreateAnnotationStoreRequest')
|
68
69
|
CreateAnnotationStoreResponse = Shapes::StructureShape.new(name: 'CreateAnnotationStoreResponse')
|
69
70
|
CreateAnnotationStoreVersionRequest = Shapes::StructureShape.new(name: 'CreateAnnotationStoreVersionRequest')
|
@@ -95,6 +96,8 @@ module Aws::Omics
|
|
95
96
|
CreationJobId = Shapes::StringShape.new(name: 'CreationJobId')
|
96
97
|
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime', timestampFormat: "iso8601")
|
97
98
|
CreationType = Shapes::StringShape.new(name: 'CreationType')
|
99
|
+
DefinitionRepository = Shapes::StructureShape.new(name: 'DefinitionRepository')
|
100
|
+
DefinitionRepositoryDetails = Shapes::StructureShape.new(name: 'DefinitionRepositoryDetails')
|
98
101
|
DeleteAnnotationStoreRequest = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreRequest')
|
99
102
|
DeleteAnnotationStoreResponse = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreResponse')
|
100
103
|
DeleteAnnotationStoreVersionsRequest = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreVersionsRequest')
|
@@ -126,6 +129,7 @@ module Aws::Omics
|
|
126
129
|
EngineVersion = Shapes::StringShape.new(name: 'EngineVersion')
|
127
130
|
EscapeChar = Shapes::StringShape.new(name: 'EscapeChar')
|
128
131
|
EscapeQuotes = Shapes::BooleanShape.new(name: 'EscapeQuotes')
|
132
|
+
ExcludeFilePatternList = Shapes::ListShape.new(name: 'ExcludeFilePatternList')
|
129
133
|
ExportJobId = Shapes::StringShape.new(name: 'ExportJobId')
|
130
134
|
ExportReadSet = Shapes::StructureShape.new(name: 'ExportReadSet')
|
131
135
|
ExportReadSetDetail = Shapes::StructureShape.new(name: 'ExportReadSetDetail')
|
@@ -144,6 +148,7 @@ module Aws::Omics
|
|
144
148
|
FormatToHeader = Shapes::MapShape.new(name: 'FormatToHeader')
|
145
149
|
FormatToHeaderKey = Shapes::StringShape.new(name: 'FormatToHeaderKey')
|
146
150
|
FormatToHeaderValueString = Shapes::StringShape.new(name: 'FormatToHeaderValueString')
|
151
|
+
FullRepositoryId = Shapes::StringShape.new(name: 'FullRepositoryId')
|
147
152
|
GeneratedFrom = Shapes::StringShape.new(name: 'GeneratedFrom')
|
148
153
|
GetAnnotationImportRequest = Shapes::StructureShape.new(name: 'GetAnnotationImportRequest')
|
149
154
|
GetAnnotationImportResponse = Shapes::StructureShape.new(name: 'GetAnnotationImportResponse')
|
@@ -311,6 +316,7 @@ module Aws::Omics
|
|
311
316
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
312
317
|
NotSupportedOperationException = Shapes::StructureShape.new(name: 'NotSupportedOperationException')
|
313
318
|
NumericIdInArn = Shapes::StringShape.new(name: 'NumericIdInArn')
|
319
|
+
ParameterTemplatePath = Shapes::StringShape.new(name: 'ParameterTemplatePath')
|
314
320
|
PrimitiveBoolean = Shapes::BooleanShape.new(name: 'PrimitiveBoolean')
|
315
321
|
PropagatedSetLevelTags = Shapes::ListShape.new(name: 'PropagatedSetLevelTags')
|
316
322
|
PutS3AccessPolicyRequest = Shapes::StructureShape.new(name: 'PutS3AccessPolicyRequest')
|
@@ -349,6 +355,9 @@ module Aws::Omics
|
|
349
355
|
ReadSetUploadPartListItem = Shapes::StructureShape.new(name: 'ReadSetUploadPartListItem')
|
350
356
|
ReadSetUploadPartListItemPartNumberInteger = Shapes::IntegerShape.new(name: 'ReadSetUploadPartListItemPartNumberInteger')
|
351
357
|
ReadSetUploadPartListItemPartSizeLong = Shapes::IntegerShape.new(name: 'ReadSetUploadPartListItemPartSizeLong')
|
358
|
+
ReadmeMarkdown = Shapes::StringShape.new(name: 'ReadmeMarkdown')
|
359
|
+
ReadmePath = Shapes::StringShape.new(name: 'ReadmePath')
|
360
|
+
ReadmeS3PresignedUrl = Shapes::StringShape.new(name: 'ReadmeS3PresignedUrl')
|
352
361
|
ReferenceArn = Shapes::StringShape.new(name: 'ReferenceArn')
|
353
362
|
ReferenceArnFilter = Shapes::StringShape.new(name: 'ReferenceArnFilter')
|
354
363
|
ReferenceCreationType = Shapes::StringShape.new(name: 'ReferenceCreationType')
|
@@ -431,6 +440,7 @@ module Aws::Omics
|
|
431
440
|
S3Destination = Shapes::StringShape.new(name: 'S3Destination')
|
432
441
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
433
442
|
S3UriForBucketOrObject = Shapes::StringShape.new(name: 'S3UriForBucketOrObject')
|
443
|
+
S3UriForObject = Shapes::StringShape.new(name: 'S3UriForObject')
|
434
444
|
SampleId = Shapes::StringShape.new(name: 'SampleId')
|
435
445
|
SchemaItem = Shapes::MapShape.new(name: 'SchemaItem')
|
436
446
|
SchemaItemKeyString = Shapes::StringShape.new(name: 'SchemaItemKeyString')
|
@@ -454,6 +464,9 @@ module Aws::Omics
|
|
454
464
|
ShareResourceType = Shapes::StringShape.new(name: 'ShareResourceType')
|
455
465
|
ShareStatus = Shapes::StringShape.new(name: 'ShareStatus')
|
456
466
|
SourceFiles = Shapes::StructureShape.new(name: 'SourceFiles')
|
467
|
+
SourceReference = Shapes::StructureShape.new(name: 'SourceReference')
|
468
|
+
SourceReferenceType = Shapes::StringShape.new(name: 'SourceReferenceType')
|
469
|
+
SourceReferenceValue = Shapes::StringShape.new(name: 'SourceReferenceValue')
|
457
470
|
SseConfig = Shapes::StructureShape.new(name: 'SseConfig')
|
458
471
|
SseConfigKeyArnString = Shapes::StringShape.new(name: 'SseConfigKeyArnString')
|
459
472
|
StartAnnotationImportRequest = Shapes::StructureShape.new(name: 'StartAnnotationImportRequest')
|
@@ -899,6 +912,12 @@ module Aws::Omics
|
|
899
912
|
CreateWorkflowRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: WorkflowRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken" => true}))
|
900
913
|
CreateWorkflowRequest.add_member(:accelerators, Shapes::ShapeRef.new(shape: Accelerators, location_name: "accelerators"))
|
901
914
|
CreateWorkflowRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
915
|
+
CreateWorkflowRequest.add_member(:readme_markdown, Shapes::ShapeRef.new(shape: ReadmeMarkdown, location_name: "readmeMarkdown"))
|
916
|
+
CreateWorkflowRequest.add_member(:parameter_template_path, Shapes::ShapeRef.new(shape: ParameterTemplatePath, location_name: "parameterTemplatePath"))
|
917
|
+
CreateWorkflowRequest.add_member(:readme_path, Shapes::ShapeRef.new(shape: ReadmePath, location_name: "readmePath"))
|
918
|
+
CreateWorkflowRequest.add_member(:definition_repository, Shapes::ShapeRef.new(shape: DefinitionRepository, location_name: "definitionRepository"))
|
919
|
+
CreateWorkflowRequest.add_member(:workflow_bucket_owner_id, Shapes::ShapeRef.new(shape: WorkflowBucketOwnerId, location_name: "workflowBucketOwnerId"))
|
920
|
+
CreateWorkflowRequest.add_member(:readme_uri, Shapes::ShapeRef.new(shape: S3UriForObject, location_name: "readmeUri"))
|
902
921
|
CreateWorkflowRequest.struct_class = Types::CreateWorkflowRequest
|
903
922
|
|
904
923
|
CreateWorkflowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowArn, location_name: "arn"))
|
@@ -922,6 +941,11 @@ module Aws::Omics
|
|
922
941
|
CreateWorkflowVersionRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: CreateWorkflowVersionRequestStorageCapacityInteger, location_name: "storageCapacity"))
|
923
942
|
CreateWorkflowVersionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
924
943
|
CreateWorkflowVersionRequest.add_member(:workflow_bucket_owner_id, Shapes::ShapeRef.new(shape: WorkflowBucketOwnerId, location_name: "workflowBucketOwnerId"))
|
944
|
+
CreateWorkflowVersionRequest.add_member(:readme_markdown, Shapes::ShapeRef.new(shape: ReadmeMarkdown, location_name: "readmeMarkdown"))
|
945
|
+
CreateWorkflowVersionRequest.add_member(:parameter_template_path, Shapes::ShapeRef.new(shape: ParameterTemplatePath, location_name: "parameterTemplatePath"))
|
946
|
+
CreateWorkflowVersionRequest.add_member(:readme_path, Shapes::ShapeRef.new(shape: ReadmePath, location_name: "readmePath"))
|
947
|
+
CreateWorkflowVersionRequest.add_member(:definition_repository, Shapes::ShapeRef.new(shape: DefinitionRepository, location_name: "definitionRepository"))
|
948
|
+
CreateWorkflowVersionRequest.add_member(:readme_uri, Shapes::ShapeRef.new(shape: S3UriForObject, location_name: "readmeUri"))
|
925
949
|
CreateWorkflowVersionRequest.struct_class = Types::CreateWorkflowVersionRequest
|
926
950
|
|
927
951
|
CreateWorkflowVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowVersionArn, location_name: "arn"))
|
@@ -932,6 +956,19 @@ module Aws::Omics
|
|
932
956
|
CreateWorkflowVersionResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: WorkflowUuid, location_name: "uuid"))
|
933
957
|
CreateWorkflowVersionResponse.struct_class = Types::CreateWorkflowVersionResponse
|
934
958
|
|
959
|
+
DefinitionRepository.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "connectionArn"))
|
960
|
+
DefinitionRepository.add_member(:full_repository_id, Shapes::ShapeRef.new(shape: FullRepositoryId, required: true, location_name: "fullRepositoryId"))
|
961
|
+
DefinitionRepository.add_member(:source_reference, Shapes::ShapeRef.new(shape: SourceReference, location_name: "sourceReference"))
|
962
|
+
DefinitionRepository.add_member(:exclude_file_patterns, Shapes::ShapeRef.new(shape: ExcludeFilePatternList, location_name: "excludeFilePatterns"))
|
963
|
+
DefinitionRepository.struct_class = Types::DefinitionRepository
|
964
|
+
|
965
|
+
DefinitionRepositoryDetails.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "connectionArn"))
|
966
|
+
DefinitionRepositoryDetails.add_member(:full_repository_id, Shapes::ShapeRef.new(shape: FullRepositoryId, location_name: "fullRepositoryId"))
|
967
|
+
DefinitionRepositoryDetails.add_member(:source_reference, Shapes::ShapeRef.new(shape: SourceReference, location_name: "sourceReference"))
|
968
|
+
DefinitionRepositoryDetails.add_member(:provider_type, Shapes::ShapeRef.new(shape: String, location_name: "providerType"))
|
969
|
+
DefinitionRepositoryDetails.add_member(:provider_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "providerEndpoint"))
|
970
|
+
DefinitionRepositoryDetails.struct_class = Types::DefinitionRepositoryDetails
|
971
|
+
|
935
972
|
DeleteAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
936
973
|
DeleteAnnotationStoreRequest.add_member(:force, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location: "querystring", location_name: "force"))
|
937
974
|
DeleteAnnotationStoreRequest.struct_class = Types::DeleteAnnotationStoreRequest
|
@@ -1002,6 +1039,8 @@ module Aws::Omics
|
|
1002
1039
|
ETag.add_member(:source2, Shapes::ShapeRef.new(shape: String, location_name: "source2"))
|
1003
1040
|
ETag.struct_class = Types::ETag
|
1004
1041
|
|
1042
|
+
ExcludeFilePatternList.member = Shapes::ShapeRef.new(shape: String)
|
1043
|
+
|
1005
1044
|
ExportReadSet.add_member(:read_set_id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location_name: "readSetId"))
|
1006
1045
|
ExportReadSet.struct_class = Types::ExportReadSet
|
1007
1046
|
|
@@ -1420,6 +1459,9 @@ module Aws::Omics
|
|
1420
1459
|
GetWorkflowResponse.add_member(:accelerators, Shapes::ShapeRef.new(shape: Accelerators, location_name: "accelerators"))
|
1421
1460
|
GetWorkflowResponse.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
1422
1461
|
GetWorkflowResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: WorkflowUuid, location_name: "uuid"))
|
1462
|
+
GetWorkflowResponse.add_member(:readme, Shapes::ShapeRef.new(shape: ReadmeS3PresignedUrl, location_name: "readme"))
|
1463
|
+
GetWorkflowResponse.add_member(:definition_repository_details, Shapes::ShapeRef.new(shape: DefinitionRepositoryDetails, location_name: "definitionRepositoryDetails"))
|
1464
|
+
GetWorkflowResponse.add_member(:readme_path, Shapes::ShapeRef.new(shape: ReadmePath, location_name: "readmePath"))
|
1423
1465
|
GetWorkflowResponse.struct_class = Types::GetWorkflowResponse
|
1424
1466
|
|
1425
1467
|
GetWorkflowVersionRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "workflowId"))
|
@@ -1449,6 +1491,9 @@ module Aws::Omics
|
|
1449
1491
|
GetWorkflowVersionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1450
1492
|
GetWorkflowVersionResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: WorkflowUuid, location_name: "uuid"))
|
1451
1493
|
GetWorkflowVersionResponse.add_member(:workflow_bucket_owner_id, Shapes::ShapeRef.new(shape: WorkflowBucketOwnerId, location_name: "workflowBucketOwnerId"))
|
1494
|
+
GetWorkflowVersionResponse.add_member(:readme, Shapes::ShapeRef.new(shape: ReadmeS3PresignedUrl, location_name: "readme"))
|
1495
|
+
GetWorkflowVersionResponse.add_member(:definition_repository_details, Shapes::ShapeRef.new(shape: DefinitionRepositoryDetails, location_name: "definitionRepositoryDetails"))
|
1496
|
+
GetWorkflowVersionResponse.add_member(:readme_path, Shapes::ShapeRef.new(shape: ReadmePath, location_name: "readmePath"))
|
1452
1497
|
GetWorkflowVersionResponse.struct_class = Types::GetWorkflowVersionResponse
|
1453
1498
|
|
1454
1499
|
ImportReadSetFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetImportJobStatus, location_name: "status"))
|
@@ -2023,6 +2068,10 @@ module Aws::Omics
|
|
2023
2068
|
SourceFiles.add_member(:source2, Shapes::ShapeRef.new(shape: S3Uri, location_name: "source2"))
|
2024
2069
|
SourceFiles.struct_class = Types::SourceFiles
|
2025
2070
|
|
2071
|
+
SourceReference.add_member(:type, Shapes::ShapeRef.new(shape: SourceReferenceType, required: true, location_name: "type"))
|
2072
|
+
SourceReference.add_member(:value, Shapes::ShapeRef.new(shape: SourceReferenceValue, required: true, location_name: "value"))
|
2073
|
+
SourceReference.struct_class = Types::SourceReference
|
2074
|
+
|
2026
2075
|
SseConfig.add_member(:type, Shapes::ShapeRef.new(shape: EncryptionType, required: true, location_name: "type"))
|
2027
2076
|
SseConfig.add_member(:key_arn, Shapes::ShapeRef.new(shape: SseConfigKeyArnString, location_name: "keyArn"))
|
2028
2077
|
SseConfig.struct_class = Types::SseConfig
|
@@ -2309,6 +2358,7 @@ module Aws::Omics
|
|
2309
2358
|
UpdateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescription, location_name: "description"))
|
2310
2359
|
UpdateWorkflowRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
2311
2360
|
UpdateWorkflowRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: UpdateWorkflowRequestStorageCapacityInteger, location_name: "storageCapacity"))
|
2361
|
+
UpdateWorkflowRequest.add_member(:readme_markdown, Shapes::ShapeRef.new(shape: ReadmeMarkdown, location_name: "readmeMarkdown"))
|
2312
2362
|
UpdateWorkflowRequest.struct_class = Types::UpdateWorkflowRequest
|
2313
2363
|
|
2314
2364
|
UpdateWorkflowVersionRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "workflowId"))
|
@@ -2316,6 +2366,7 @@ module Aws::Omics
|
|
2316
2366
|
UpdateWorkflowVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowVersionDescription, location_name: "description"))
|
2317
2367
|
UpdateWorkflowVersionRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
2318
2368
|
UpdateWorkflowVersionRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: UpdateWorkflowVersionRequestStorageCapacityInteger, location_name: "storageCapacity"))
|
2369
|
+
UpdateWorkflowVersionRequest.add_member(:readme_markdown, Shapes::ShapeRef.new(shape: ReadmeMarkdown, location_name: "readmeMarkdown"))
|
2319
2370
|
UpdateWorkflowVersionRequest.struct_class = Types::UpdateWorkflowVersionRequest
|
2320
2371
|
|
2321
2372
|
UploadReadSetPartRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
|