aws-sdk-omics 1.63.0 → 1.65.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 +712 -95
- data/lib/aws-sdk-omics/client_api.rb +533 -3
- data/lib/aws-sdk-omics/types.rb +1100 -10
- data/lib/aws-sdk-omics.rb +1 -1
- data/sig/client.rbs +202 -1
- data/sig/types.rbs +289 -0
- metadata +1 -1
|
@@ -44,13 +44,25 @@ module Aws::Omics
|
|
|
44
44
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
45
45
|
ArnList = Shapes::ListShape.new(name: 'ArnList')
|
|
46
46
|
AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
|
|
47
|
+
BatchArn = Shapes::StringShape.new(name: 'BatchArn')
|
|
47
48
|
BatchDeleteReadSetRequest = Shapes::StructureShape.new(name: 'BatchDeleteReadSetRequest')
|
|
48
49
|
BatchDeleteReadSetResponse = Shapes::StructureShape.new(name: 'BatchDeleteReadSetResponse')
|
|
50
|
+
BatchId = Shapes::StringShape.new(name: 'BatchId')
|
|
51
|
+
BatchList = Shapes::ListShape.new(name: 'BatchList')
|
|
52
|
+
BatchListItem = Shapes::StructureShape.new(name: 'BatchListItem')
|
|
53
|
+
BatchName = Shapes::StringShape.new(name: 'BatchName')
|
|
54
|
+
BatchRequestId = Shapes::StringShape.new(name: 'BatchRequestId')
|
|
55
|
+
BatchRunSettings = Shapes::UnionShape.new(name: 'BatchRunSettings')
|
|
56
|
+
BatchStatus = Shapes::StringShape.new(name: 'BatchStatus')
|
|
57
|
+
BatchTimestamp = Shapes::TimestampShape.new(name: 'BatchTimestamp', timestampFormat: "iso8601")
|
|
58
|
+
BatchUuid = Shapes::StringShape.new(name: 'BatchUuid')
|
|
49
59
|
Blob = Shapes::BlobShape.new(name: 'Blob')
|
|
50
60
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
51
61
|
CacheBehavior = Shapes::StringShape.new(name: 'CacheBehavior')
|
|
52
62
|
CancelAnnotationImportRequest = Shapes::StructureShape.new(name: 'CancelAnnotationImportRequest')
|
|
53
63
|
CancelAnnotationImportResponse = Shapes::StructureShape.new(name: 'CancelAnnotationImportResponse')
|
|
64
|
+
CancelRunBatchRequest = Shapes::StructureShape.new(name: 'CancelRunBatchRequest')
|
|
65
|
+
CancelRunBatchResponse = Shapes::StructureShape.new(name: 'CancelRunBatchResponse')
|
|
54
66
|
CancelRunRequest = Shapes::StructureShape.new(name: 'CancelRunRequest')
|
|
55
67
|
CancelVariantImportRequest = Shapes::StructureShape.new(name: 'CancelVariantImportRequest')
|
|
56
68
|
CancelVariantImportResponse = Shapes::StructureShape.new(name: 'CancelVariantImportResponse')
|
|
@@ -63,6 +75,17 @@ module Aws::Omics
|
|
|
63
75
|
CompleteReadSetUploadPartListItemChecksumString = Shapes::StringShape.new(name: 'CompleteReadSetUploadPartListItemChecksumString')
|
|
64
76
|
CompleteReadSetUploadPartListItemPartNumberInteger = Shapes::IntegerShape.new(name: 'CompleteReadSetUploadPartListItemPartNumberInteger')
|
|
65
77
|
CompletionTime = Shapes::TimestampShape.new(name: 'CompletionTime', timestampFormat: "iso8601")
|
|
78
|
+
ConfigurationArn = Shapes::StringShape.new(name: 'ConfigurationArn')
|
|
79
|
+
ConfigurationDescription = Shapes::StringShape.new(name: 'ConfigurationDescription')
|
|
80
|
+
ConfigurationDetails = Shapes::StructureShape.new(name: 'ConfigurationDetails')
|
|
81
|
+
ConfigurationList = Shapes::ListShape.new(name: 'ConfigurationList')
|
|
82
|
+
ConfigurationListItem = Shapes::StructureShape.new(name: 'ConfigurationListItem')
|
|
83
|
+
ConfigurationListToken = Shapes::StringShape.new(name: 'ConfigurationListToken')
|
|
84
|
+
ConfigurationName = Shapes::StringShape.new(name: 'ConfigurationName')
|
|
85
|
+
ConfigurationRequestId = Shapes::StringShape.new(name: 'ConfigurationRequestId')
|
|
86
|
+
ConfigurationStatus = Shapes::StringShape.new(name: 'ConfigurationStatus')
|
|
87
|
+
ConfigurationTimestamp = Shapes::TimestampShape.new(name: 'ConfigurationTimestamp', timestampFormat: "iso8601")
|
|
88
|
+
ConfigurationUuid = Shapes::StringShape.new(name: 'ConfigurationUuid')
|
|
66
89
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
67
90
|
ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
|
|
68
91
|
ContainerRegistryMap = Shapes::StructureShape.new(name: 'ContainerRegistryMap')
|
|
@@ -70,6 +93,8 @@ module Aws::Omics
|
|
|
70
93
|
CreateAnnotationStoreResponse = Shapes::StructureShape.new(name: 'CreateAnnotationStoreResponse')
|
|
71
94
|
CreateAnnotationStoreVersionRequest = Shapes::StructureShape.new(name: 'CreateAnnotationStoreVersionRequest')
|
|
72
95
|
CreateAnnotationStoreVersionResponse = Shapes::StructureShape.new(name: 'CreateAnnotationStoreVersionResponse')
|
|
96
|
+
CreateConfigurationRequest = Shapes::StructureShape.new(name: 'CreateConfigurationRequest')
|
|
97
|
+
CreateConfigurationResponse = Shapes::StructureShape.new(name: 'CreateConfigurationResponse')
|
|
73
98
|
CreateMultipartReadSetUploadRequest = Shapes::StructureShape.new(name: 'CreateMultipartReadSetUploadRequest')
|
|
74
99
|
CreateMultipartReadSetUploadResponse = Shapes::StructureShape.new(name: 'CreateMultipartReadSetUploadResponse')
|
|
75
100
|
CreateReferenceStoreRequest = Shapes::StructureShape.new(name: 'CreateReferenceStoreRequest')
|
|
@@ -97,16 +122,23 @@ module Aws::Omics
|
|
|
97
122
|
CreationJobId = Shapes::StringShape.new(name: 'CreationJobId')
|
|
98
123
|
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime', timestampFormat: "iso8601")
|
|
99
124
|
CreationType = Shapes::StringShape.new(name: 'CreationType')
|
|
125
|
+
DefaultRunSetting = Shapes::StructureShape.new(name: 'DefaultRunSetting')
|
|
126
|
+
DefaultRunSettingPriorityInteger = Shapes::IntegerShape.new(name: 'DefaultRunSettingPriorityInteger')
|
|
127
|
+
DefaultRunSettingStorageCapacityInteger = Shapes::IntegerShape.new(name: 'DefaultRunSettingStorageCapacityInteger')
|
|
100
128
|
DefinitionRepository = Shapes::StructureShape.new(name: 'DefinitionRepository')
|
|
101
129
|
DefinitionRepositoryDetails = Shapes::StructureShape.new(name: 'DefinitionRepositoryDetails')
|
|
102
130
|
DeleteAnnotationStoreRequest = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreRequest')
|
|
103
131
|
DeleteAnnotationStoreResponse = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreResponse')
|
|
104
132
|
DeleteAnnotationStoreVersionsRequest = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreVersionsRequest')
|
|
105
133
|
DeleteAnnotationStoreVersionsResponse = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreVersionsResponse')
|
|
134
|
+
DeleteBatchRequest = Shapes::StructureShape.new(name: 'DeleteBatchRequest')
|
|
135
|
+
DeleteConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationRequest')
|
|
106
136
|
DeleteReferenceRequest = Shapes::StructureShape.new(name: 'DeleteReferenceRequest')
|
|
107
137
|
DeleteReferenceResponse = Shapes::StructureShape.new(name: 'DeleteReferenceResponse')
|
|
108
138
|
DeleteReferenceStoreRequest = Shapes::StructureShape.new(name: 'DeleteReferenceStoreRequest')
|
|
109
139
|
DeleteReferenceStoreResponse = Shapes::StructureShape.new(name: 'DeleteReferenceStoreResponse')
|
|
140
|
+
DeleteRunBatchRequest = Shapes::StructureShape.new(name: 'DeleteRunBatchRequest')
|
|
141
|
+
DeleteRunBatchResponse = Shapes::StructureShape.new(name: 'DeleteRunBatchResponse')
|
|
110
142
|
DeleteRunCacheRequest = Shapes::StructureShape.new(name: 'DeleteRunCacheRequest')
|
|
111
143
|
DeleteRunGroupRequest = Shapes::StructureShape.new(name: 'DeleteRunGroupRequest')
|
|
112
144
|
DeleteRunRequest = Shapes::StructureShape.new(name: 'DeleteRunRequest')
|
|
@@ -158,6 +190,10 @@ module Aws::Omics
|
|
|
158
190
|
GetAnnotationStoreResponse = Shapes::StructureShape.new(name: 'GetAnnotationStoreResponse')
|
|
159
191
|
GetAnnotationStoreVersionRequest = Shapes::StructureShape.new(name: 'GetAnnotationStoreVersionRequest')
|
|
160
192
|
GetAnnotationStoreVersionResponse = Shapes::StructureShape.new(name: 'GetAnnotationStoreVersionResponse')
|
|
193
|
+
GetBatchRequest = Shapes::StructureShape.new(name: 'GetBatchRequest')
|
|
194
|
+
GetBatchResponse = Shapes::StructureShape.new(name: 'GetBatchResponse')
|
|
195
|
+
GetConfigurationRequest = Shapes::StructureShape.new(name: 'GetConfigurationRequest')
|
|
196
|
+
GetConfigurationResponse = Shapes::StructureShape.new(name: 'GetConfigurationResponse')
|
|
161
197
|
GetReadSetActivationJobRequest = Shapes::StructureShape.new(name: 'GetReadSetActivationJobRequest')
|
|
162
198
|
GetReadSetActivationJobResponse = Shapes::StructureShape.new(name: 'GetReadSetActivationJobResponse')
|
|
163
199
|
GetReadSetExportJobRequest = Shapes::StructureShape.new(name: 'GetReadSetExportJobRequest')
|
|
@@ -226,6 +262,9 @@ module Aws::Omics
|
|
|
226
262
|
ImportReferenceJobList = Shapes::ListShape.new(name: 'ImportReferenceJobList')
|
|
227
263
|
ImportReferenceSourceItem = Shapes::StructureShape.new(name: 'ImportReferenceSourceItem')
|
|
228
264
|
ImportReferenceSourceList = Shapes::ListShape.new(name: 'ImportReferenceSourceList')
|
|
265
|
+
InlineSetting = Shapes::StructureShape.new(name: 'InlineSetting')
|
|
266
|
+
InlineSettingPriorityInteger = Shapes::IntegerShape.new(name: 'InlineSettingPriorityInteger')
|
|
267
|
+
InlineSettings = Shapes::ListShape.new(name: 'InlineSettings')
|
|
229
268
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
230
269
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
231
270
|
JobStatus = Shapes::StringShape.new(name: 'JobStatus')
|
|
@@ -249,6 +288,12 @@ module Aws::Omics
|
|
|
249
288
|
ListAnnotationStoresRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAnnotationStoresRequestMaxResultsInteger')
|
|
250
289
|
ListAnnotationStoresRequestNextTokenString = Shapes::StringShape.new(name: 'ListAnnotationStoresRequestNextTokenString')
|
|
251
290
|
ListAnnotationStoresResponse = Shapes::StructureShape.new(name: 'ListAnnotationStoresResponse')
|
|
291
|
+
ListBatchRequest = Shapes::StructureShape.new(name: 'ListBatchRequest')
|
|
292
|
+
ListBatchRequestMaxItemsInteger = Shapes::IntegerShape.new(name: 'ListBatchRequestMaxItemsInteger')
|
|
293
|
+
ListBatchResponse = Shapes::StructureShape.new(name: 'ListBatchResponse')
|
|
294
|
+
ListConfigurationsRequest = Shapes::StructureShape.new(name: 'ListConfigurationsRequest')
|
|
295
|
+
ListConfigurationsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListConfigurationsRequestMaxResultsInteger')
|
|
296
|
+
ListConfigurationsResponse = Shapes::StructureShape.new(name: 'ListConfigurationsResponse')
|
|
252
297
|
ListMultipartReadSetUploadsRequest = Shapes::StructureShape.new(name: 'ListMultipartReadSetUploadsRequest')
|
|
253
298
|
ListMultipartReadSetUploadsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListMultipartReadSetUploadsRequestMaxResultsInteger')
|
|
254
299
|
ListMultipartReadSetUploadsResponse = Shapes::StructureShape.new(name: 'ListMultipartReadSetUploadsResponse')
|
|
@@ -285,6 +330,9 @@ module Aws::Omics
|
|
|
285
330
|
ListRunTasksRequest = Shapes::StructureShape.new(name: 'ListRunTasksRequest')
|
|
286
331
|
ListRunTasksRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRunTasksRequestMaxResultsInteger')
|
|
287
332
|
ListRunTasksResponse = Shapes::StructureShape.new(name: 'ListRunTasksResponse')
|
|
333
|
+
ListRunsInBatchRequest = Shapes::StructureShape.new(name: 'ListRunsInBatchRequest')
|
|
334
|
+
ListRunsInBatchRequestMaxItemsInteger = Shapes::IntegerShape.new(name: 'ListRunsInBatchRequestMaxItemsInteger')
|
|
335
|
+
ListRunsInBatchResponse = Shapes::StructureShape.new(name: 'ListRunsInBatchResponse')
|
|
288
336
|
ListRunsRequest = Shapes::StructureShape.new(name: 'ListRunsRequest')
|
|
289
337
|
ListRunsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRunsRequestMaxResultsInteger')
|
|
290
338
|
ListRunsResponse = Shapes::StructureShape.new(name: 'ListRunsResponse')
|
|
@@ -318,6 +366,7 @@ module Aws::Omics
|
|
|
318
366
|
Md5 = Shapes::StringShape.new(name: 'Md5')
|
|
319
367
|
MultipartReadSetUploadList = Shapes::ListShape.new(name: 'MultipartReadSetUploadList')
|
|
320
368
|
MultipartReadSetUploadListItem = Shapes::StructureShape.new(name: 'MultipartReadSetUploadListItem')
|
|
369
|
+
NetworkingMode = Shapes::StringShape.new(name: 'NetworkingMode')
|
|
321
370
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
|
322
371
|
NotSupportedOperationException = Shapes::StructureShape.new(name: 'NotSupportedOperationException')
|
|
323
372
|
NumericIdInArn = Shapes::StringShape.new(name: 'NumericIdInArn')
|
|
@@ -395,6 +444,8 @@ module Aws::Omics
|
|
|
395
444
|
ResourceOwner = Shapes::StringShape.new(name: 'ResourceOwner')
|
|
396
445
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
|
397
446
|
RunArn = Shapes::StringShape.new(name: 'RunArn')
|
|
447
|
+
RunBatchList = Shapes::ListShape.new(name: 'RunBatchList')
|
|
448
|
+
RunBatchListItem = Shapes::StructureShape.new(name: 'RunBatchListItem')
|
|
398
449
|
RunCacheArn = Shapes::StringShape.new(name: 'RunCacheArn')
|
|
399
450
|
RunCacheId = Shapes::StringShape.new(name: 'RunCacheId')
|
|
400
451
|
RunCacheList = Shapes::ListShape.new(name: 'RunCacheList')
|
|
@@ -402,6 +453,8 @@ module Aws::Omics
|
|
|
402
453
|
RunCacheRequestId = Shapes::StringShape.new(name: 'RunCacheRequestId')
|
|
403
454
|
RunCacheStatus = Shapes::StringShape.new(name: 'RunCacheStatus')
|
|
404
455
|
RunCacheTimestamp = Shapes::TimestampShape.new(name: 'RunCacheTimestamp', timestampFormat: "iso8601")
|
|
456
|
+
RunConfigurations = Shapes::StructureShape.new(name: 'RunConfigurations')
|
|
457
|
+
RunConfigurationsResponse = Shapes::StructureShape.new(name: 'RunConfigurationsResponse')
|
|
405
458
|
RunExport = Shapes::StringShape.new(name: 'RunExport')
|
|
406
459
|
RunExportList = Shapes::ListShape.new(name: 'RunExportList')
|
|
407
460
|
RunFailureReason = Shapes::StringShape.new(name: 'RunFailureReason')
|
|
@@ -436,9 +489,11 @@ module Aws::Omics
|
|
|
436
489
|
RunResourceDigests = Shapes::MapShape.new(name: 'RunResourceDigests')
|
|
437
490
|
RunRetentionMode = Shapes::StringShape.new(name: 'RunRetentionMode')
|
|
438
491
|
RunRoleArn = Shapes::StringShape.new(name: 'RunRoleArn')
|
|
492
|
+
RunSettingId = Shapes::StringShape.new(name: 'RunSettingId')
|
|
439
493
|
RunStartedBy = Shapes::StringShape.new(name: 'RunStartedBy')
|
|
440
494
|
RunStatus = Shapes::StringShape.new(name: 'RunStatus')
|
|
441
495
|
RunStatusMessage = Shapes::StringShape.new(name: 'RunStatusMessage')
|
|
496
|
+
RunSummary = Shapes::StructureShape.new(name: 'RunSummary')
|
|
442
497
|
RunTimestamp = Shapes::TimestampShape.new(name: 'RunTimestamp', timestampFormat: "iso8601")
|
|
443
498
|
RunUuid = Shapes::StringShape.new(name: 'RunUuid')
|
|
444
499
|
S3AccessConfig = Shapes::StructureShape.new(name: 'S3AccessConfig')
|
|
@@ -448,10 +503,13 @@ module Aws::Omics
|
|
|
448
503
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
|
449
504
|
S3UriForBucketOrObject = Shapes::StringShape.new(name: 'S3UriForBucketOrObject')
|
|
450
505
|
S3UriForObject = Shapes::StringShape.new(name: 'S3UriForObject')
|
|
506
|
+
S3UriSettings = Shapes::StringShape.new(name: 'S3UriSettings')
|
|
451
507
|
SampleId = Shapes::StringShape.new(name: 'SampleId')
|
|
452
508
|
SchemaItem = Shapes::MapShape.new(name: 'SchemaItem')
|
|
453
509
|
SchemaItemKeyString = Shapes::StringShape.new(name: 'SchemaItemKeyString')
|
|
454
510
|
SchemaValueType = Shapes::StringShape.new(name: 'SchemaValueType')
|
|
511
|
+
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
|
512
|
+
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
|
455
513
|
Separator = Shapes::StringShape.new(name: 'Separator')
|
|
456
514
|
SequenceInformation = Shapes::StructureShape.new(name: 'SequenceInformation')
|
|
457
515
|
SequenceStoreArn = Shapes::StringShape.new(name: 'SequenceStoreArn')
|
|
@@ -493,6 +551,8 @@ module Aws::Omics
|
|
|
493
551
|
StartReferenceImportJobRequestSourcesList = Shapes::ListShape.new(name: 'StartReferenceImportJobRequestSourcesList')
|
|
494
552
|
StartReferenceImportJobResponse = Shapes::StructureShape.new(name: 'StartReferenceImportJobResponse')
|
|
495
553
|
StartReferenceImportJobSourceItem = Shapes::StructureShape.new(name: 'StartReferenceImportJobSourceItem')
|
|
554
|
+
StartRunBatchRequest = Shapes::StructureShape.new(name: 'StartRunBatchRequest')
|
|
555
|
+
StartRunBatchResponse = Shapes::StructureShape.new(name: 'StartRunBatchResponse')
|
|
496
556
|
StartRunRequest = Shapes::StructureShape.new(name: 'StartRunRequest')
|
|
497
557
|
StartRunRequestPriorityInteger = Shapes::IntegerShape.new(name: 'StartRunRequestPriorityInteger')
|
|
498
558
|
StartRunRequestStorageCapacityInteger = Shapes::IntegerShape.new(name: 'StartRunRequestStorageCapacityInteger')
|
|
@@ -510,6 +570,12 @@ module Aws::Omics
|
|
|
510
570
|
StoreType = Shapes::StringShape.new(name: 'StoreType')
|
|
511
571
|
String = Shapes::StringShape.new(name: 'String')
|
|
512
572
|
SubjectId = Shapes::StringShape.new(name: 'SubjectId')
|
|
573
|
+
SubmissionFailureMessage = Shapes::StringShape.new(name: 'SubmissionFailureMessage')
|
|
574
|
+
SubmissionFailureReason = Shapes::StringShape.new(name: 'SubmissionFailureReason')
|
|
575
|
+
SubmissionStatus = Shapes::StringShape.new(name: 'SubmissionStatus')
|
|
576
|
+
SubmissionSummary = Shapes::StructureShape.new(name: 'SubmissionSummary')
|
|
577
|
+
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
|
578
|
+
SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
|
|
513
579
|
SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
|
|
514
580
|
TagArn = Shapes::StringShape.new(name: 'TagArn')
|
|
515
581
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
@@ -586,6 +652,11 @@ module Aws::Omics
|
|
|
586
652
|
VersionName = Shapes::StringShape.new(name: 'VersionName')
|
|
587
653
|
VersionOptions = Shapes::UnionShape.new(name: 'VersionOptions')
|
|
588
654
|
VersionStatus = Shapes::StringShape.new(name: 'VersionStatus')
|
|
655
|
+
VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
|
|
656
|
+
VpcConfigResponse = Shapes::StructureShape.new(name: 'VpcConfigResponse')
|
|
657
|
+
VpcConfigSecurityGroupIdsList = Shapes::ListShape.new(name: 'VpcConfigSecurityGroupIdsList')
|
|
658
|
+
VpcConfigSubnetIdsList = Shapes::ListShape.new(name: 'VpcConfigSubnetIdsList')
|
|
659
|
+
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
|
589
660
|
WorkflowArn = Shapes::StringShape.new(name: 'WorkflowArn')
|
|
590
661
|
WorkflowBucketOwnerId = Shapes::StringShape.new(name: 'WorkflowBucketOwnerId')
|
|
591
662
|
WorkflowDefinition = Shapes::StringShape.new(name: 'WorkflowDefinition')
|
|
@@ -725,11 +796,34 @@ module Aws::Omics
|
|
|
725
796
|
BatchDeleteReadSetResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ReadSetBatchErrorList, location_name: "errors"))
|
|
726
797
|
BatchDeleteReadSetResponse.struct_class = Types::BatchDeleteReadSetResponse
|
|
727
798
|
|
|
799
|
+
BatchList.member = Shapes::ShapeRef.new(shape: BatchListItem)
|
|
800
|
+
|
|
801
|
+
BatchListItem.add_member(:id, Shapes::ShapeRef.new(shape: BatchId, location_name: "id"))
|
|
802
|
+
BatchListItem.add_member(:name, Shapes::ShapeRef.new(shape: BatchName, location_name: "name"))
|
|
803
|
+
BatchListItem.add_member(:status, Shapes::ShapeRef.new(shape: BatchStatus, location_name: "status"))
|
|
804
|
+
BatchListItem.add_member(:created_at, Shapes::ShapeRef.new(shape: BatchTimestamp, location_name: "createdAt"))
|
|
805
|
+
BatchListItem.add_member(:total_runs, Shapes::ShapeRef.new(shape: Integer, location_name: "totalRuns"))
|
|
806
|
+
BatchListItem.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
|
|
807
|
+
BatchListItem.struct_class = Types::BatchListItem
|
|
808
|
+
|
|
809
|
+
BatchRunSettings.add_member(:inline_settings, Shapes::ShapeRef.new(shape: InlineSettings, location_name: "inlineSettings"))
|
|
810
|
+
BatchRunSettings.add_member(:s3_uri_settings, Shapes::ShapeRef.new(shape: S3UriSettings, location_name: "s3UriSettings"))
|
|
811
|
+
BatchRunSettings.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
812
|
+
BatchRunSettings.add_member_subclass(:inline_settings, Types::BatchRunSettings::InlineSettings)
|
|
813
|
+
BatchRunSettings.add_member_subclass(:s3_uri_settings, Types::BatchRunSettings::S3UriSettings)
|
|
814
|
+
BatchRunSettings.add_member_subclass(:unknown, Types::BatchRunSettings::Unknown)
|
|
815
|
+
BatchRunSettings.struct_class = Types::BatchRunSettings
|
|
816
|
+
|
|
728
817
|
CancelAnnotationImportRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "jobId"))
|
|
729
818
|
CancelAnnotationImportRequest.struct_class = Types::CancelAnnotationImportRequest
|
|
730
819
|
|
|
731
820
|
CancelAnnotationImportResponse.struct_class = Types::CancelAnnotationImportResponse
|
|
732
821
|
|
|
822
|
+
CancelRunBatchRequest.add_member(:batch_id, Shapes::ShapeRef.new(shape: BatchId, required: true, location_name: "batchId"))
|
|
823
|
+
CancelRunBatchRequest.struct_class = Types::CancelRunBatchRequest
|
|
824
|
+
|
|
825
|
+
CancelRunBatchResponse.struct_class = Types::CancelRunBatchResponse
|
|
826
|
+
|
|
733
827
|
CancelRunRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
|
|
734
828
|
CancelRunRequest.struct_class = Types::CancelRunRequest
|
|
735
829
|
|
|
@@ -753,6 +847,20 @@ module Aws::Omics
|
|
|
753
847
|
CompleteReadSetUploadPartListItem.add_member(:checksum, Shapes::ShapeRef.new(shape: CompleteReadSetUploadPartListItemChecksumString, required: true, location_name: "checksum"))
|
|
754
848
|
CompleteReadSetUploadPartListItem.struct_class = Types::CompleteReadSetUploadPartListItem
|
|
755
849
|
|
|
850
|
+
ConfigurationDetails.add_member(:name, Shapes::ShapeRef.new(shape: ConfigurationName, location_name: "name"))
|
|
851
|
+
ConfigurationDetails.add_member(:arn, Shapes::ShapeRef.new(shape: ConfigurationArn, location_name: "arn"))
|
|
852
|
+
ConfigurationDetails.add_member(:uuid, Shapes::ShapeRef.new(shape: ConfigurationUuid, location_name: "uuid"))
|
|
853
|
+
ConfigurationDetails.struct_class = Types::ConfigurationDetails
|
|
854
|
+
|
|
855
|
+
ConfigurationList.member = Shapes::ShapeRef.new(shape: ConfigurationListItem)
|
|
856
|
+
|
|
857
|
+
ConfigurationListItem.add_member(:arn, Shapes::ShapeRef.new(shape: ConfigurationArn, location_name: "arn"))
|
|
858
|
+
ConfigurationListItem.add_member(:name, Shapes::ShapeRef.new(shape: ConfigurationName, location_name: "name"))
|
|
859
|
+
ConfigurationListItem.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationDescription, location_name: "description"))
|
|
860
|
+
ConfigurationListItem.add_member(:status, Shapes::ShapeRef.new(shape: ConfigurationStatus, location_name: "status"))
|
|
861
|
+
ConfigurationListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: ConfigurationTimestamp, location_name: "creationTime"))
|
|
862
|
+
ConfigurationListItem.struct_class = Types::ConfigurationListItem
|
|
863
|
+
|
|
756
864
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
757
865
|
ConflictException.struct_class = Types::ConflictException
|
|
758
866
|
|
|
@@ -796,6 +904,23 @@ module Aws::Omics
|
|
|
796
904
|
CreateAnnotationStoreVersionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
|
|
797
905
|
CreateAnnotationStoreVersionResponse.struct_class = Types::CreateAnnotationStoreVersionResponse
|
|
798
906
|
|
|
907
|
+
CreateConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConfigurationName, required: true, location_name: "name"))
|
|
908
|
+
CreateConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationDescription, location_name: "description"))
|
|
909
|
+
CreateConfigurationRequest.add_member(:run_configurations, Shapes::ShapeRef.new(shape: RunConfigurations, required: true, location_name: "runConfigurations"))
|
|
910
|
+
CreateConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
911
|
+
CreateConfigurationRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: ConfigurationRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken" => true}))
|
|
912
|
+
CreateConfigurationRequest.struct_class = Types::CreateConfigurationRequest
|
|
913
|
+
|
|
914
|
+
CreateConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ConfigurationArn, location_name: "arn"))
|
|
915
|
+
CreateConfigurationResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: ConfigurationUuid, location_name: "uuid"))
|
|
916
|
+
CreateConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: ConfigurationName, location_name: "name"))
|
|
917
|
+
CreateConfigurationResponse.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationDescription, location_name: "description"))
|
|
918
|
+
CreateConfigurationResponse.add_member(:run_configurations, Shapes::ShapeRef.new(shape: RunConfigurationsResponse, location_name: "runConfigurations"))
|
|
919
|
+
CreateConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ConfigurationStatus, location_name: "status"))
|
|
920
|
+
CreateConfigurationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: ConfigurationTimestamp, location_name: "creationTime"))
|
|
921
|
+
CreateConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
922
|
+
CreateConfigurationResponse.struct_class = Types::CreateConfigurationResponse
|
|
923
|
+
|
|
799
924
|
CreateMultipartReadSetUploadRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
|
|
800
925
|
CreateMultipartReadSetUploadRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
|
801
926
|
CreateMultipartReadSetUploadRequest.add_member(:source_file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "sourceFileType"))
|
|
@@ -974,6 +1099,26 @@ module Aws::Omics
|
|
|
974
1099
|
CreateWorkflowVersionResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: WorkflowUuid, location_name: "uuid"))
|
|
975
1100
|
CreateWorkflowVersionResponse.struct_class = Types::CreateWorkflowVersionResponse
|
|
976
1101
|
|
|
1102
|
+
DefaultRunSetting.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
|
|
1103
|
+
DefaultRunSetting.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "workflowType"))
|
|
1104
|
+
DefaultRunSetting.add_member(:role_arn, Shapes::ShapeRef.new(shape: RunRoleArn, required: true, location_name: "roleArn"))
|
|
1105
|
+
DefaultRunSetting.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location_name: "name"))
|
|
1106
|
+
DefaultRunSetting.add_member(:cache_id, Shapes::ShapeRef.new(shape: NumericIdInArn, location_name: "cacheId"))
|
|
1107
|
+
DefaultRunSetting.add_member(:cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "cacheBehavior"))
|
|
1108
|
+
DefaultRunSetting.add_member(:run_group_id, Shapes::ShapeRef.new(shape: RunGroupId, location_name: "runGroupId"))
|
|
1109
|
+
DefaultRunSetting.add_member(:priority, Shapes::ShapeRef.new(shape: DefaultRunSettingPriorityInteger, location_name: "priority"))
|
|
1110
|
+
DefaultRunSetting.add_member(:parameters, Shapes::ShapeRef.new(shape: RunParameters, location_name: "parameters"))
|
|
1111
|
+
DefaultRunSetting.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: DefaultRunSettingStorageCapacityInteger, location_name: "storageCapacity"))
|
|
1112
|
+
DefaultRunSetting.add_member(:output_uri, Shapes::ShapeRef.new(shape: RunOutputUri, location_name: "outputUri"))
|
|
1113
|
+
DefaultRunSetting.add_member(:log_level, Shapes::ShapeRef.new(shape: RunLogLevel, location_name: "logLevel"))
|
|
1114
|
+
DefaultRunSetting.add_member(:run_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "runTags"))
|
|
1115
|
+
DefaultRunSetting.add_member(:retention_mode, Shapes::ShapeRef.new(shape: RunRetentionMode, location_name: "retentionMode"))
|
|
1116
|
+
DefaultRunSetting.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
|
1117
|
+
DefaultRunSetting.add_member(:workflow_owner_id, Shapes::ShapeRef.new(shape: WorkflowOwnerId, location_name: "workflowOwnerId"))
|
|
1118
|
+
DefaultRunSetting.add_member(:output_bucket_owner_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "outputBucketOwnerId"))
|
|
1119
|
+
DefaultRunSetting.add_member(:workflow_version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, location_name: "workflowVersionName"))
|
|
1120
|
+
DefaultRunSetting.struct_class = Types::DefaultRunSetting
|
|
1121
|
+
|
|
977
1122
|
DefinitionRepository.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "connectionArn"))
|
|
978
1123
|
DefinitionRepository.add_member(:full_repository_id, Shapes::ShapeRef.new(shape: FullRepositoryId, required: true, location_name: "fullRepositoryId"))
|
|
979
1124
|
DefinitionRepository.add_member(:source_reference, Shapes::ShapeRef.new(shape: SourceReference, location_name: "sourceReference"))
|
|
@@ -1002,6 +1147,12 @@ module Aws::Omics
|
|
|
1002
1147
|
DeleteAnnotationStoreVersionsResponse.add_member(:errors, Shapes::ShapeRef.new(shape: VersionDeleteErrorList, location_name: "errors"))
|
|
1003
1148
|
DeleteAnnotationStoreVersionsResponse.struct_class = Types::DeleteAnnotationStoreVersionsResponse
|
|
1004
1149
|
|
|
1150
|
+
DeleteBatchRequest.add_member(:batch_id, Shapes::ShapeRef.new(shape: BatchId, required: true, location: "uri", location_name: "batchId"))
|
|
1151
|
+
DeleteBatchRequest.struct_class = Types::DeleteBatchRequest
|
|
1152
|
+
|
|
1153
|
+
DeleteConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConfigurationName, required: true, location: "uri", location_name: "name"))
|
|
1154
|
+
DeleteConfigurationRequest.struct_class = Types::DeleteConfigurationRequest
|
|
1155
|
+
|
|
1005
1156
|
DeleteReferenceRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location: "uri", location_name: "id"))
|
|
1006
1157
|
DeleteReferenceRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
|
|
1007
1158
|
DeleteReferenceRequest.struct_class = Types::DeleteReferenceRequest
|
|
@@ -1013,6 +1164,11 @@ module Aws::Omics
|
|
|
1013
1164
|
|
|
1014
1165
|
DeleteReferenceStoreResponse.struct_class = Types::DeleteReferenceStoreResponse
|
|
1015
1166
|
|
|
1167
|
+
DeleteRunBatchRequest.add_member(:batch_id, Shapes::ShapeRef.new(shape: BatchId, required: true, location_name: "batchId"))
|
|
1168
|
+
DeleteRunBatchRequest.struct_class = Types::DeleteRunBatchRequest
|
|
1169
|
+
|
|
1170
|
+
DeleteRunBatchResponse.struct_class = Types::DeleteRunBatchResponse
|
|
1171
|
+
|
|
1016
1172
|
DeleteRunCacheRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunCacheId, required: true, location: "uri", location_name: "id"))
|
|
1017
1173
|
DeleteRunCacheRequest.struct_class = Types::DeleteRunCacheRequest
|
|
1018
1174
|
|
|
@@ -1163,6 +1319,39 @@ module Aws::Omics
|
|
|
1163
1319
|
GetAnnotationStoreVersionResponse.add_member(:version_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "versionSizeBytes"))
|
|
1164
1320
|
GetAnnotationStoreVersionResponse.struct_class = Types::GetAnnotationStoreVersionResponse
|
|
1165
1321
|
|
|
1322
|
+
GetBatchRequest.add_member(:batch_id, Shapes::ShapeRef.new(shape: BatchId, required: true, location: "uri", location_name: "batchId"))
|
|
1323
|
+
GetBatchRequest.struct_class = Types::GetBatchRequest
|
|
1324
|
+
|
|
1325
|
+
GetBatchResponse.add_member(:id, Shapes::ShapeRef.new(shape: BatchId, location_name: "id"))
|
|
1326
|
+
GetBatchResponse.add_member(:arn, Shapes::ShapeRef.new(shape: BatchArn, location_name: "arn"))
|
|
1327
|
+
GetBatchResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: BatchUuid, location_name: "uuid"))
|
|
1328
|
+
GetBatchResponse.add_member(:name, Shapes::ShapeRef.new(shape: BatchName, location_name: "name"))
|
|
1329
|
+
GetBatchResponse.add_member(:status, Shapes::ShapeRef.new(shape: BatchStatus, location_name: "status"))
|
|
1330
|
+
GetBatchResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
1331
|
+
GetBatchResponse.add_member(:total_runs, Shapes::ShapeRef.new(shape: Integer, location_name: "totalRuns"))
|
|
1332
|
+
GetBatchResponse.add_member(:default_run_setting, Shapes::ShapeRef.new(shape: DefaultRunSetting, location_name: "defaultRunSetting"))
|
|
1333
|
+
GetBatchResponse.add_member(:submission_summary, Shapes::ShapeRef.new(shape: SubmissionSummary, location_name: "submissionSummary"))
|
|
1334
|
+
GetBatchResponse.add_member(:run_summary, Shapes::ShapeRef.new(shape: RunSummary, location_name: "runSummary"))
|
|
1335
|
+
GetBatchResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: BatchTimestamp, location_name: "creationTime"))
|
|
1336
|
+
GetBatchResponse.add_member(:submitted_time, Shapes::ShapeRef.new(shape: BatchTimestamp, location_name: "submittedTime"))
|
|
1337
|
+
GetBatchResponse.add_member(:processed_time, Shapes::ShapeRef.new(shape: BatchTimestamp, location_name: "processedTime"))
|
|
1338
|
+
GetBatchResponse.add_member(:failed_time, Shapes::ShapeRef.new(shape: BatchTimestamp, location_name: "failedTime"))
|
|
1339
|
+
GetBatchResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
|
1340
|
+
GetBatchResponse.struct_class = Types::GetBatchResponse
|
|
1341
|
+
|
|
1342
|
+
GetConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConfigurationName, required: true, location: "uri", location_name: "name"))
|
|
1343
|
+
GetConfigurationRequest.struct_class = Types::GetConfigurationRequest
|
|
1344
|
+
|
|
1345
|
+
GetConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ConfigurationArn, location_name: "arn"))
|
|
1346
|
+
GetConfigurationResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: ConfigurationUuid, location_name: "uuid"))
|
|
1347
|
+
GetConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: ConfigurationName, location_name: "name"))
|
|
1348
|
+
GetConfigurationResponse.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationDescription, location_name: "description"))
|
|
1349
|
+
GetConfigurationResponse.add_member(:run_configurations, Shapes::ShapeRef.new(shape: RunConfigurationsResponse, location_name: "runConfigurations"))
|
|
1350
|
+
GetConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ConfigurationStatus, location_name: "status"))
|
|
1351
|
+
GetConfigurationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: ConfigurationTimestamp, location_name: "creationTime"))
|
|
1352
|
+
GetConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
1353
|
+
GetConfigurationResponse.struct_class = Types::GetConfigurationResponse
|
|
1354
|
+
|
|
1166
1355
|
GetReadSetActivationJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: ActivationJobId, required: true, location: "uri", location_name: "id"))
|
|
1167
1356
|
GetReadSetActivationJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
|
|
1168
1357
|
GetReadSetActivationJobRequest.struct_class = Types::GetReadSetActivationJobRequest
|
|
@@ -1338,6 +1527,7 @@ module Aws::Omics
|
|
|
1338
1527
|
GetRunResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RunRoleArn, location_name: "roleArn"))
|
|
1339
1528
|
GetRunResponse.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location_name: "name"))
|
|
1340
1529
|
GetRunResponse.add_member(:run_group_id, Shapes::ShapeRef.new(shape: RunGroupId, location_name: "runGroupId"))
|
|
1530
|
+
GetRunResponse.add_member(:batch_id, Shapes::ShapeRef.new(shape: BatchId, location_name: "batchId"))
|
|
1341
1531
|
GetRunResponse.add_member(:priority, Shapes::ShapeRef.new(shape: GetRunResponsePriorityInteger, location_name: "priority"))
|
|
1342
1532
|
GetRunResponse.add_member(:definition, Shapes::ShapeRef.new(shape: WorkflowDefinition, location_name: "definition"))
|
|
1343
1533
|
GetRunResponse.add_member(:digest, Shapes::ShapeRef.new(shape: WorkflowDigest, location_name: "digest"))
|
|
@@ -1362,6 +1552,9 @@ module Aws::Omics
|
|
|
1362
1552
|
GetRunResponse.add_member(:workflow_owner_id, Shapes::ShapeRef.new(shape: WorkflowOwnerId, location_name: "workflowOwnerId"))
|
|
1363
1553
|
GetRunResponse.add_member(:workflow_version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, location_name: "workflowVersionName"))
|
|
1364
1554
|
GetRunResponse.add_member(:workflow_uuid, Shapes::ShapeRef.new(shape: WorkflowUuid, location_name: "workflowUuid"))
|
|
1555
|
+
GetRunResponse.add_member(:networking_mode, Shapes::ShapeRef.new(shape: NetworkingMode, location_name: "networkingMode"))
|
|
1556
|
+
GetRunResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationDetails, location_name: "configuration"))
|
|
1557
|
+
GetRunResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfigResponse, location_name: "vpcConfig"))
|
|
1365
1558
|
GetRunResponse.struct_class = Types::GetRunResponse
|
|
1366
1559
|
|
|
1367
1560
|
GetRunTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
|
|
@@ -1585,6 +1778,17 @@ module Aws::Omics
|
|
|
1585
1778
|
|
|
1586
1779
|
ImportReferenceSourceList.member = Shapes::ShapeRef.new(shape: ImportReferenceSourceItem)
|
|
1587
1780
|
|
|
1781
|
+
InlineSetting.add_member(:run_setting_id, Shapes::ShapeRef.new(shape: RunSettingId, required: true, location_name: "runSettingId"))
|
|
1782
|
+
InlineSetting.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location_name: "name"))
|
|
1783
|
+
InlineSetting.add_member(:output_uri, Shapes::ShapeRef.new(shape: RunOutputUri, location_name: "outputUri"))
|
|
1784
|
+
InlineSetting.add_member(:priority, Shapes::ShapeRef.new(shape: InlineSettingPriorityInteger, location_name: "priority"))
|
|
1785
|
+
InlineSetting.add_member(:parameters, Shapes::ShapeRef.new(shape: RunParameters, location_name: "parameters"))
|
|
1786
|
+
InlineSetting.add_member(:output_bucket_owner_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "outputBucketOwnerId"))
|
|
1787
|
+
InlineSetting.add_member(:run_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "runTags"))
|
|
1788
|
+
InlineSetting.struct_class = Types::InlineSetting
|
|
1789
|
+
|
|
1790
|
+
InlineSettings.member = Shapes::ShapeRef.new(shape: InlineSetting)
|
|
1791
|
+
|
|
1588
1792
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1589
1793
|
InternalServerException.struct_class = Types::InternalServerException
|
|
1590
1794
|
|
|
@@ -1632,6 +1836,25 @@ module Aws::Omics
|
|
|
1632
1836
|
ListAnnotationStoresResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
1633
1837
|
ListAnnotationStoresResponse.struct_class = Types::ListAnnotationStoresResponse
|
|
1634
1838
|
|
|
1839
|
+
ListBatchRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: ListBatchRequestMaxItemsInteger, location: "querystring", location_name: "maxItems"))
|
|
1840
|
+
ListBatchRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: ListToken, location: "querystring", location_name: "startingToken"))
|
|
1841
|
+
ListBatchRequest.add_member(:status, Shapes::ShapeRef.new(shape: BatchStatus, location: "querystring", location_name: "status"))
|
|
1842
|
+
ListBatchRequest.add_member(:name, Shapes::ShapeRef.new(shape: BatchName, location: "querystring", location_name: "name"))
|
|
1843
|
+
ListBatchRequest.add_member(:run_group_id, Shapes::ShapeRef.new(shape: RunGroupId, location: "querystring", location_name: "runGroupId"))
|
|
1844
|
+
ListBatchRequest.struct_class = Types::ListBatchRequest
|
|
1845
|
+
|
|
1846
|
+
ListBatchResponse.add_member(:items, Shapes::ShapeRef.new(shape: BatchList, location_name: "items"))
|
|
1847
|
+
ListBatchResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: ListToken, location_name: "nextToken"))
|
|
1848
|
+
ListBatchResponse.struct_class = Types::ListBatchResponse
|
|
1849
|
+
|
|
1850
|
+
ListConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListConfigurationsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
1851
|
+
ListConfigurationsRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: ConfigurationListToken, location: "querystring", location_name: "startingToken"))
|
|
1852
|
+
ListConfigurationsRequest.struct_class = Types::ListConfigurationsRequest
|
|
1853
|
+
|
|
1854
|
+
ListConfigurationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ConfigurationList, location_name: "items"))
|
|
1855
|
+
ListConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: ConfigurationListToken, location_name: "nextToken"))
|
|
1856
|
+
ListConfigurationsResponse.struct_class = Types::ListConfigurationsResponse
|
|
1857
|
+
|
|
1635
1858
|
ListMultipartReadSetUploadsRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
|
|
1636
1859
|
ListMultipartReadSetUploadsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMultipartReadSetUploadsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
1637
1860
|
ListMultipartReadSetUploadsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
@@ -1749,8 +1972,21 @@ module Aws::Omics
|
|
|
1749
1972
|
ListRunTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: TaskListToken, location_name: "nextToken"))
|
|
1750
1973
|
ListRunTasksResponse.struct_class = Types::ListRunTasksResponse
|
|
1751
1974
|
|
|
1975
|
+
ListRunsInBatchRequest.add_member(:batch_id, Shapes::ShapeRef.new(shape: BatchId, required: true, location: "uri", location_name: "batchId"))
|
|
1976
|
+
ListRunsInBatchRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: ListRunsInBatchRequestMaxItemsInteger, location: "querystring", location_name: "maxItems"))
|
|
1977
|
+
ListRunsInBatchRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: ListToken, location: "querystring", location_name: "startingToken"))
|
|
1978
|
+
ListRunsInBatchRequest.add_member(:submission_status, Shapes::ShapeRef.new(shape: SubmissionStatus, location: "querystring", location_name: "submissionStatus"))
|
|
1979
|
+
ListRunsInBatchRequest.add_member(:run_setting_id, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "runSettingId"))
|
|
1980
|
+
ListRunsInBatchRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "runId"))
|
|
1981
|
+
ListRunsInBatchRequest.struct_class = Types::ListRunsInBatchRequest
|
|
1982
|
+
|
|
1983
|
+
ListRunsInBatchResponse.add_member(:runs, Shapes::ShapeRef.new(shape: RunBatchList, location_name: "runs"))
|
|
1984
|
+
ListRunsInBatchResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: ListToken, location_name: "nextToken"))
|
|
1985
|
+
ListRunsInBatchResponse.struct_class = Types::ListRunsInBatchResponse
|
|
1986
|
+
|
|
1752
1987
|
ListRunsRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location: "querystring", location_name: "name"))
|
|
1753
1988
|
ListRunsRequest.add_member(:run_group_id, Shapes::ShapeRef.new(shape: RunGroupId, location: "querystring", location_name: "runGroupId"))
|
|
1989
|
+
ListRunsRequest.add_member(:batch_id, Shapes::ShapeRef.new(shape: BatchId, location: "querystring", location_name: "batchId"))
|
|
1754
1990
|
ListRunsRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: RunListToken, location: "querystring", location_name: "startingToken"))
|
|
1755
1991
|
ListRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRunsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
1756
1992
|
ListRunsRequest.add_member(:status, Shapes::ShapeRef.new(shape: RunStatus, location: "querystring", location_name: "status"))
|
|
@@ -1999,6 +2235,17 @@ module Aws::Omics
|
|
|
1999
2235
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
2000
2236
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
2001
2237
|
|
|
2238
|
+
RunBatchList.member = Shapes::ShapeRef.new(shape: RunBatchListItem)
|
|
2239
|
+
|
|
2240
|
+
RunBatchListItem.add_member(:run_setting_id, Shapes::ShapeRef.new(shape: RunSettingId, location_name: "runSettingId"))
|
|
2241
|
+
RunBatchListItem.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "runId"))
|
|
2242
|
+
RunBatchListItem.add_member(:run_internal_uuid, Shapes::ShapeRef.new(shape: RunUuid, location_name: "runInternalUuid"))
|
|
2243
|
+
RunBatchListItem.add_member(:run_arn, Shapes::ShapeRef.new(shape: RunArn, location_name: "runArn"))
|
|
2244
|
+
RunBatchListItem.add_member(:submission_status, Shapes::ShapeRef.new(shape: SubmissionStatus, location_name: "submissionStatus"))
|
|
2245
|
+
RunBatchListItem.add_member(:submission_failure_reason, Shapes::ShapeRef.new(shape: SubmissionFailureReason, location_name: "submissionFailureReason"))
|
|
2246
|
+
RunBatchListItem.add_member(:submission_failure_message, Shapes::ShapeRef.new(shape: SubmissionFailureMessage, location_name: "submissionFailureMessage"))
|
|
2247
|
+
RunBatchListItem.struct_class = Types::RunBatchListItem
|
|
2248
|
+
|
|
2002
2249
|
RunCacheList.member = Shapes::ShapeRef.new(shape: RunCacheListItem)
|
|
2003
2250
|
|
|
2004
2251
|
RunCacheListItem.add_member(:arn, Shapes::ShapeRef.new(shape: RunCacheArn, location_name: "arn"))
|
|
@@ -2010,6 +2257,12 @@ module Aws::Omics
|
|
|
2010
2257
|
RunCacheListItem.add_member(:status, Shapes::ShapeRef.new(shape: RunCacheStatus, location_name: "status"))
|
|
2011
2258
|
RunCacheListItem.struct_class = Types::RunCacheListItem
|
|
2012
2259
|
|
|
2260
|
+
RunConfigurations.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
|
|
2261
|
+
RunConfigurations.struct_class = Types::RunConfigurations
|
|
2262
|
+
|
|
2263
|
+
RunConfigurationsResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfigResponse, location_name: "vpcConfig"))
|
|
2264
|
+
RunConfigurationsResponse.struct_class = Types::RunConfigurationsResponse
|
|
2265
|
+
|
|
2013
2266
|
RunExportList.member = Shapes::ShapeRef.new(shape: RunExport)
|
|
2014
2267
|
|
|
2015
2268
|
RunGroupList.member = Shapes::ShapeRef.new(shape: RunGroupListItem)
|
|
@@ -2030,6 +2283,7 @@ module Aws::Omics
|
|
|
2030
2283
|
RunListItem.add_member(:id, Shapes::ShapeRef.new(shape: RunId, location_name: "id"))
|
|
2031
2284
|
RunListItem.add_member(:status, Shapes::ShapeRef.new(shape: RunStatus, location_name: "status"))
|
|
2032
2285
|
RunListItem.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
|
|
2286
|
+
RunListItem.add_member(:batch_id, Shapes::ShapeRef.new(shape: BatchId, location_name: "batchId"))
|
|
2033
2287
|
RunListItem.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location_name: "name"))
|
|
2034
2288
|
RunListItem.add_member(:priority, Shapes::ShapeRef.new(shape: RunListItemPriorityInteger, location_name: "priority"))
|
|
2035
2289
|
RunListItem.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: RunListItemStorageCapacityInteger, location_name: "storageCapacity"))
|
|
@@ -2047,12 +2301,24 @@ module Aws::Omics
|
|
|
2047
2301
|
RunResourceDigests.key = Shapes::ShapeRef.new(shape: RunResourceDigestKey)
|
|
2048
2302
|
RunResourceDigests.value = Shapes::ShapeRef.new(shape: RunResourceDigest)
|
|
2049
2303
|
|
|
2304
|
+
RunSummary.add_member(:pending_run_count, Shapes::ShapeRef.new(shape: Integer, location_name: "pendingRunCount"))
|
|
2305
|
+
RunSummary.add_member(:starting_run_count, Shapes::ShapeRef.new(shape: Integer, location_name: "startingRunCount"))
|
|
2306
|
+
RunSummary.add_member(:running_run_count, Shapes::ShapeRef.new(shape: Integer, location_name: "runningRunCount"))
|
|
2307
|
+
RunSummary.add_member(:stopping_run_count, Shapes::ShapeRef.new(shape: Integer, location_name: "stoppingRunCount"))
|
|
2308
|
+
RunSummary.add_member(:completed_run_count, Shapes::ShapeRef.new(shape: Integer, location_name: "completedRunCount"))
|
|
2309
|
+
RunSummary.add_member(:deleted_run_count, Shapes::ShapeRef.new(shape: Integer, location_name: "deletedRunCount"))
|
|
2310
|
+
RunSummary.add_member(:failed_run_count, Shapes::ShapeRef.new(shape: Integer, location_name: "failedRunCount"))
|
|
2311
|
+
RunSummary.add_member(:cancelled_run_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cancelledRunCount"))
|
|
2312
|
+
RunSummary.struct_class = Types::RunSummary
|
|
2313
|
+
|
|
2050
2314
|
S3AccessConfig.add_member(:access_log_location, Shapes::ShapeRef.new(shape: AccessLogLocation, location_name: "accessLogLocation"))
|
|
2051
2315
|
S3AccessConfig.struct_class = Types::S3AccessConfig
|
|
2052
2316
|
|
|
2053
2317
|
SchemaItem.key = Shapes::ShapeRef.new(shape: SchemaItemKeyString)
|
|
2054
2318
|
SchemaItem.value = Shapes::ShapeRef.new(shape: SchemaValueType)
|
|
2055
2319
|
|
|
2320
|
+
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
|
2321
|
+
|
|
2056
2322
|
SequenceInformation.add_member(:total_read_count, Shapes::ShapeRef.new(shape: Long, location_name: "totalReadCount"))
|
|
2057
2323
|
SequenceInformation.add_member(:total_base_count, Shapes::ShapeRef.new(shape: Long, location_name: "totalBaseCount"))
|
|
2058
2324
|
SequenceInformation.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
|
|
@@ -2207,6 +2473,20 @@ module Aws::Omics
|
|
|
2207
2473
|
StartReferenceImportJobSourceItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
2208
2474
|
StartReferenceImportJobSourceItem.struct_class = Types::StartReferenceImportJobSourceItem
|
|
2209
2475
|
|
|
2476
|
+
StartRunBatchRequest.add_member(:batch_name, Shapes::ShapeRef.new(shape: BatchName, location_name: "batchName"))
|
|
2477
|
+
StartRunBatchRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: BatchRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken" => true}))
|
|
2478
|
+
StartRunBatchRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
2479
|
+
StartRunBatchRequest.add_member(:default_run_setting, Shapes::ShapeRef.new(shape: DefaultRunSetting, required: true, location_name: "defaultRunSetting"))
|
|
2480
|
+
StartRunBatchRequest.add_member(:batch_run_settings, Shapes::ShapeRef.new(shape: BatchRunSettings, required: true, location_name: "batchRunSettings"))
|
|
2481
|
+
StartRunBatchRequest.struct_class = Types::StartRunBatchRequest
|
|
2482
|
+
|
|
2483
|
+
StartRunBatchResponse.add_member(:id, Shapes::ShapeRef.new(shape: BatchId, location_name: "id"))
|
|
2484
|
+
StartRunBatchResponse.add_member(:arn, Shapes::ShapeRef.new(shape: BatchArn, location_name: "arn"))
|
|
2485
|
+
StartRunBatchResponse.add_member(:status, Shapes::ShapeRef.new(shape: BatchStatus, location_name: "status"))
|
|
2486
|
+
StartRunBatchResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: BatchUuid, location_name: "uuid"))
|
|
2487
|
+
StartRunBatchResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
2488
|
+
StartRunBatchResponse.struct_class = Types::StartRunBatchResponse
|
|
2489
|
+
|
|
2210
2490
|
StartRunRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
|
|
2211
2491
|
StartRunRequest.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "workflowType"))
|
|
2212
2492
|
StartRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "runId"))
|
|
@@ -2226,6 +2506,8 @@ module Aws::Omics
|
|
|
2226
2506
|
StartRunRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
|
2227
2507
|
StartRunRequest.add_member(:workflow_owner_id, Shapes::ShapeRef.new(shape: WorkflowOwnerId, location_name: "workflowOwnerId"))
|
|
2228
2508
|
StartRunRequest.add_member(:workflow_version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, location_name: "workflowVersionName"))
|
|
2509
|
+
StartRunRequest.add_member(:networking_mode, Shapes::ShapeRef.new(shape: NetworkingMode, location_name: "networkingMode"))
|
|
2510
|
+
StartRunRequest.add_member(:configuration_name, Shapes::ShapeRef.new(shape: ConfigurationName, location_name: "configurationName"))
|
|
2229
2511
|
StartRunRequest.struct_class = Types::StartRunRequest
|
|
2230
2512
|
|
|
2231
2513
|
StartRunResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunArn, location_name: "arn"))
|
|
@@ -2234,6 +2516,8 @@ module Aws::Omics
|
|
|
2234
2516
|
StartRunResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
2235
2517
|
StartRunResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: RunUuid, location_name: "uuid"))
|
|
2236
2518
|
StartRunResponse.add_member(:run_output_uri, Shapes::ShapeRef.new(shape: RunOutputUri, location_name: "runOutputUri"))
|
|
2519
|
+
StartRunResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationDetails, location_name: "configuration"))
|
|
2520
|
+
StartRunResponse.add_member(:networking_mode, Shapes::ShapeRef.new(shape: String, location_name: "networkingMode"))
|
|
2237
2521
|
StartRunResponse.struct_class = Types::StartRunResponse
|
|
2238
2522
|
|
|
2239
2523
|
StartVariantImportRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
|
|
@@ -2254,6 +2538,17 @@ module Aws::Omics
|
|
|
2254
2538
|
StoreOptions.add_member_subclass(:unknown, Types::StoreOptions::Unknown)
|
|
2255
2539
|
StoreOptions.struct_class = Types::StoreOptions
|
|
2256
2540
|
|
|
2541
|
+
SubmissionSummary.add_member(:successful_start_submission_count, Shapes::ShapeRef.new(shape: Integer, location_name: "successfulStartSubmissionCount"))
|
|
2542
|
+
SubmissionSummary.add_member(:failed_start_submission_count, Shapes::ShapeRef.new(shape: Integer, location_name: "failedStartSubmissionCount"))
|
|
2543
|
+
SubmissionSummary.add_member(:pending_start_submission_count, Shapes::ShapeRef.new(shape: Integer, location_name: "pendingStartSubmissionCount"))
|
|
2544
|
+
SubmissionSummary.add_member(:successful_cancel_submission_count, Shapes::ShapeRef.new(shape: Integer, location_name: "successfulCancelSubmissionCount"))
|
|
2545
|
+
SubmissionSummary.add_member(:failed_cancel_submission_count, Shapes::ShapeRef.new(shape: Integer, location_name: "failedCancelSubmissionCount"))
|
|
2546
|
+
SubmissionSummary.add_member(:successful_delete_submission_count, Shapes::ShapeRef.new(shape: Integer, location_name: "successfulDeleteSubmissionCount"))
|
|
2547
|
+
SubmissionSummary.add_member(:failed_delete_submission_count, Shapes::ShapeRef.new(shape: Integer, location_name: "failedDeleteSubmissionCount"))
|
|
2548
|
+
SubmissionSummary.struct_class = Types::SubmissionSummary
|
|
2549
|
+
|
|
2550
|
+
SubnetIds.member = Shapes::ShapeRef.new(shape: SubnetId)
|
|
2551
|
+
|
|
2257
2552
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
2258
2553
|
|
|
2259
2554
|
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
@@ -2482,6 +2777,19 @@ module Aws::Omics
|
|
|
2482
2777
|
VersionOptions.add_member_subclass(:unknown, Types::VersionOptions::Unknown)
|
|
2483
2778
|
VersionOptions.struct_class = Types::VersionOptions
|
|
2484
2779
|
|
|
2780
|
+
VpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: VpcConfigSecurityGroupIdsList, location_name: "securityGroupIds"))
|
|
2781
|
+
VpcConfig.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: VpcConfigSubnetIdsList, location_name: "subnetIds"))
|
|
2782
|
+
VpcConfig.struct_class = Types::VpcConfig
|
|
2783
|
+
|
|
2784
|
+
VpcConfigResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "securityGroupIds"))
|
|
2785
|
+
VpcConfigResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "subnetIds"))
|
|
2786
|
+
VpcConfigResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
|
2787
|
+
VpcConfigResponse.struct_class = Types::VpcConfigResponse
|
|
2788
|
+
|
|
2789
|
+
VpcConfigSecurityGroupIdsList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
|
2790
|
+
|
|
2791
|
+
VpcConfigSubnetIdsList.member = Shapes::ShapeRef.new(shape: SubnetId)
|
|
2792
|
+
|
|
2485
2793
|
WorkflowExportList.member = Shapes::ShapeRef.new(shape: WorkflowExport)
|
|
2486
2794
|
|
|
2487
2795
|
WorkflowList.member = Shapes::ShapeRef.new(shape: WorkflowListItem)
|
|
@@ -2627,6 +2935,25 @@ module Aws::Omics
|
|
|
2627
2935
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
|
2628
2936
|
end)
|
|
2629
2937
|
|
|
2938
|
+
api.add_operation(:cancel_run_batch, Seahorse::Model::Operation.new.tap do |o|
|
|
2939
|
+
o.name = "CancelRunBatch"
|
|
2940
|
+
o.http_method = "POST"
|
|
2941
|
+
o.http_request_uri = "/runBatch/cancel"
|
|
2942
|
+
o.endpoint_pattern = {
|
|
2943
|
+
"hostPrefix" => "workflows-",
|
|
2944
|
+
}
|
|
2945
|
+
o.input = Shapes::ShapeRef.new(shape: CancelRunBatchRequest)
|
|
2946
|
+
o.output = Shapes::ShapeRef.new(shape: CancelRunBatchResponse)
|
|
2947
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2948
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2949
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2950
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2951
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2952
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2953
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2954
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
|
2955
|
+
end)
|
|
2956
|
+
|
|
2630
2957
|
api.add_operation(:cancel_variant_import_job, Seahorse::Model::Operation.new.tap do |o|
|
|
2631
2958
|
o.name = "CancelVariantImportJob"
|
|
2632
2959
|
o.http_method = "DELETE"
|
|
@@ -2698,6 +3025,25 @@ module Aws::Omics
|
|
|
2698
3025
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2699
3026
|
end)
|
|
2700
3027
|
|
|
3028
|
+
api.add_operation(:create_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
3029
|
+
o.name = "CreateConfiguration"
|
|
3030
|
+
o.http_method = "POST"
|
|
3031
|
+
o.http_request_uri = "/configuration"
|
|
3032
|
+
o.endpoint_pattern = {
|
|
3033
|
+
"hostPrefix" => "workflows-",
|
|
3034
|
+
}
|
|
3035
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConfigurationRequest)
|
|
3036
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConfigurationResponse)
|
|
3037
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3038
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
3039
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3040
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3041
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3042
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3043
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3044
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
|
3045
|
+
end)
|
|
3046
|
+
|
|
2701
3047
|
api.add_operation(:create_multipart_read_set_upload, Seahorse::Model::Operation.new.tap do |o|
|
|
2702
3048
|
o.name = "CreateMultipartReadSetUpload"
|
|
2703
3049
|
o.http_method = "POST"
|
|
@@ -2897,6 +3243,44 @@ module Aws::Omics
|
|
|
2897
3243
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2898
3244
|
end)
|
|
2899
3245
|
|
|
3246
|
+
api.add_operation(:delete_batch, Seahorse::Model::Operation.new.tap do |o|
|
|
3247
|
+
o.name = "DeleteBatch"
|
|
3248
|
+
o.http_method = "DELETE"
|
|
3249
|
+
o.http_request_uri = "/runBatch/{batchId}"
|
|
3250
|
+
o.endpoint_pattern = {
|
|
3251
|
+
"hostPrefix" => "workflows-",
|
|
3252
|
+
}
|
|
3253
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteBatchRequest)
|
|
3254
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
3255
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3256
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
3257
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3258
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3259
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3260
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3261
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3262
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
|
3263
|
+
end)
|
|
3264
|
+
|
|
3265
|
+
api.add_operation(:delete_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
3266
|
+
o.name = "DeleteConfiguration"
|
|
3267
|
+
o.http_method = "DELETE"
|
|
3268
|
+
o.http_request_uri = "/configuration/{name}"
|
|
3269
|
+
o.endpoint_pattern = {
|
|
3270
|
+
"hostPrefix" => "workflows-",
|
|
3271
|
+
}
|
|
3272
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteConfigurationRequest)
|
|
3273
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
3274
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3275
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
3276
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3277
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3278
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3279
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3280
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3281
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
|
3282
|
+
end)
|
|
3283
|
+
|
|
2900
3284
|
api.add_operation(:delete_reference, Seahorse::Model::Operation.new.tap do |o|
|
|
2901
3285
|
o.name = "DeleteReference"
|
|
2902
3286
|
o.http_method = "DELETE"
|
|
@@ -2952,6 +3336,25 @@ module Aws::Omics
|
|
|
2952
3336
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
|
2953
3337
|
end)
|
|
2954
3338
|
|
|
3339
|
+
api.add_operation(:delete_run_batch, Seahorse::Model::Operation.new.tap do |o|
|
|
3340
|
+
o.name = "DeleteRunBatch"
|
|
3341
|
+
o.http_method = "POST"
|
|
3342
|
+
o.http_request_uri = "/runBatch/delete"
|
|
3343
|
+
o.endpoint_pattern = {
|
|
3344
|
+
"hostPrefix" => "workflows-",
|
|
3345
|
+
}
|
|
3346
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRunBatchRequest)
|
|
3347
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteRunBatchResponse)
|
|
3348
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3349
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
3350
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3351
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3352
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3353
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3354
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3355
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
|
3356
|
+
end)
|
|
3357
|
+
|
|
2955
3358
|
api.add_operation(:delete_run_cache, Seahorse::Model::Operation.new.tap do |o|
|
|
2956
3359
|
o.name = "DeleteRunCache"
|
|
2957
3360
|
o.http_method = "DELETE"
|
|
@@ -2999,8 +3402,8 @@ module Aws::Omics
|
|
|
2999
3402
|
}
|
|
3000
3403
|
o.input = Shapes::ShapeRef.new(shape: DeleteS3AccessPolicyRequest)
|
|
3001
3404
|
o.output = Shapes::ShapeRef.new(shape: DeleteS3AccessPolicyResponse)
|
|
3002
|
-
o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
|
|
3003
3405
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3406
|
+
o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
|
|
3004
3407
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3005
3408
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3006
3409
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
@@ -3147,6 +3550,42 @@ module Aws::Omics
|
|
|
3147
3550
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3148
3551
|
end)
|
|
3149
3552
|
|
|
3553
|
+
api.add_operation(:get_batch, Seahorse::Model::Operation.new.tap do |o|
|
|
3554
|
+
o.name = "GetBatch"
|
|
3555
|
+
o.http_method = "GET"
|
|
3556
|
+
o.http_request_uri = "/runBatch/{batchId}"
|
|
3557
|
+
o.endpoint_pattern = {
|
|
3558
|
+
"hostPrefix" => "workflows-",
|
|
3559
|
+
}
|
|
3560
|
+
o.input = Shapes::ShapeRef.new(shape: GetBatchRequest)
|
|
3561
|
+
o.output = Shapes::ShapeRef.new(shape: GetBatchResponse)
|
|
3562
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3563
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3564
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3565
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3566
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3567
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
|
3568
|
+
end)
|
|
3569
|
+
|
|
3570
|
+
api.add_operation(:get_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
3571
|
+
o.name = "GetConfiguration"
|
|
3572
|
+
o.http_method = "GET"
|
|
3573
|
+
o.http_request_uri = "/configuration/{name}"
|
|
3574
|
+
o.endpoint_pattern = {
|
|
3575
|
+
"hostPrefix" => "workflows-",
|
|
3576
|
+
}
|
|
3577
|
+
o.input = Shapes::ShapeRef.new(shape: GetConfigurationRequest)
|
|
3578
|
+
o.output = Shapes::ShapeRef.new(shape: GetConfigurationResponse)
|
|
3579
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3580
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
3581
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3582
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3583
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3584
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3585
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3586
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
|
3587
|
+
end)
|
|
3588
|
+
|
|
3150
3589
|
api.add_operation(:get_read_set, Seahorse::Model::Operation.new.tap do |o|
|
|
3151
3590
|
o.name = "GetReadSet"
|
|
3152
3591
|
o.http_method = "GET"
|
|
@@ -3388,8 +3827,8 @@ module Aws::Omics
|
|
|
3388
3827
|
}
|
|
3389
3828
|
o.input = Shapes::ShapeRef.new(shape: GetS3AccessPolicyRequest)
|
|
3390
3829
|
o.output = Shapes::ShapeRef.new(shape: GetS3AccessPolicyResponse)
|
|
3391
|
-
o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
|
|
3392
3830
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3831
|
+
o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
|
|
3393
3832
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
3394
3833
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3395
3834
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
@@ -3569,6 +4008,53 @@ module Aws::Omics
|
|
|
3569
4008
|
)
|
|
3570
4009
|
end)
|
|
3571
4010
|
|
|
4011
|
+
api.add_operation(:list_batch, Seahorse::Model::Operation.new.tap do |o|
|
|
4012
|
+
o.name = "ListBatch"
|
|
4013
|
+
o.http_method = "GET"
|
|
4014
|
+
o.http_request_uri = "/runBatch"
|
|
4015
|
+
o.endpoint_pattern = {
|
|
4016
|
+
"hostPrefix" => "workflows-",
|
|
4017
|
+
}
|
|
4018
|
+
o.input = Shapes::ShapeRef.new(shape: ListBatchRequest)
|
|
4019
|
+
o.output = Shapes::ShapeRef.new(shape: ListBatchResponse)
|
|
4020
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4021
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4022
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4023
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4024
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
|
4025
|
+
o[:pager] = Aws::Pager.new(
|
|
4026
|
+
limit_key: "max_items",
|
|
4027
|
+
tokens: {
|
|
4028
|
+
"next_token" => "starting_token"
|
|
4029
|
+
}
|
|
4030
|
+
)
|
|
4031
|
+
end)
|
|
4032
|
+
|
|
4033
|
+
api.add_operation(:list_configurations, Seahorse::Model::Operation.new.tap do |o|
|
|
4034
|
+
o.name = "ListConfigurations"
|
|
4035
|
+
o.http_method = "GET"
|
|
4036
|
+
o.http_request_uri = "/configuration"
|
|
4037
|
+
o.endpoint_pattern = {
|
|
4038
|
+
"hostPrefix" => "workflows-",
|
|
4039
|
+
}
|
|
4040
|
+
o.input = Shapes::ShapeRef.new(shape: ListConfigurationsRequest)
|
|
4041
|
+
o.output = Shapes::ShapeRef.new(shape: ListConfigurationsResponse)
|
|
4042
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4043
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
4044
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4045
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4046
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
4047
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
4048
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4049
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
|
4050
|
+
o[:pager] = Aws::Pager.new(
|
|
4051
|
+
limit_key: "max_results",
|
|
4052
|
+
tokens: {
|
|
4053
|
+
"next_token" => "starting_token"
|
|
4054
|
+
}
|
|
4055
|
+
)
|
|
4056
|
+
end)
|
|
4057
|
+
|
|
3572
4058
|
api.add_operation(:list_multipart_read_set_uploads, Seahorse::Model::Operation.new.tap do |o|
|
|
3573
4059
|
o.name = "ListMultipartReadSetUploads"
|
|
3574
4060
|
o.http_method = "POST"
|
|
@@ -3879,6 +4365,31 @@ module Aws::Omics
|
|
|
3879
4365
|
)
|
|
3880
4366
|
end)
|
|
3881
4367
|
|
|
4368
|
+
api.add_operation(:list_runs_in_batch, Seahorse::Model::Operation.new.tap do |o|
|
|
4369
|
+
o.name = "ListRunsInBatch"
|
|
4370
|
+
o.http_method = "GET"
|
|
4371
|
+
o.http_request_uri = "/runBatch/{batchId}/run"
|
|
4372
|
+
o.endpoint_pattern = {
|
|
4373
|
+
"hostPrefix" => "workflows-",
|
|
4374
|
+
}
|
|
4375
|
+
o.input = Shapes::ShapeRef.new(shape: ListRunsInBatchRequest)
|
|
4376
|
+
o.output = Shapes::ShapeRef.new(shape: ListRunsInBatchResponse)
|
|
4377
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4378
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
4379
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4380
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4381
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
4382
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
4383
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4384
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
|
4385
|
+
o[:pager] = Aws::Pager.new(
|
|
4386
|
+
limit_key: "max_items",
|
|
4387
|
+
tokens: {
|
|
4388
|
+
"next_token" => "starting_token"
|
|
4389
|
+
}
|
|
4390
|
+
)
|
|
4391
|
+
end)
|
|
4392
|
+
|
|
3882
4393
|
api.add_operation(:list_sequence_stores, Seahorse::Model::Operation.new.tap do |o|
|
|
3883
4394
|
o.name = "ListSequenceStores"
|
|
3884
4395
|
o.http_method = "POST"
|
|
@@ -4047,8 +4558,8 @@ module Aws::Omics
|
|
|
4047
4558
|
}
|
|
4048
4559
|
o.input = Shapes::ShapeRef.new(shape: PutS3AccessPolicyRequest)
|
|
4049
4560
|
o.output = Shapes::ShapeRef.new(shape: PutS3AccessPolicyResponse)
|
|
4050
|
-
o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
|
|
4051
4561
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4562
|
+
o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
|
|
4052
4563
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4053
4564
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4054
4565
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
@@ -4164,6 +4675,25 @@ module Aws::Omics
|
|
|
4164
4675
|
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
|
4165
4676
|
end)
|
|
4166
4677
|
|
|
4678
|
+
api.add_operation(:start_run_batch, Seahorse::Model::Operation.new.tap do |o|
|
|
4679
|
+
o.name = "StartRunBatch"
|
|
4680
|
+
o.http_method = "POST"
|
|
4681
|
+
o.http_request_uri = "/runBatch"
|
|
4682
|
+
o.endpoint_pattern = {
|
|
4683
|
+
"hostPrefix" => "workflows-",
|
|
4684
|
+
}
|
|
4685
|
+
o.input = Shapes::ShapeRef.new(shape: StartRunBatchRequest)
|
|
4686
|
+
o.output = Shapes::ShapeRef.new(shape: StartRunBatchResponse)
|
|
4687
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4688
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
4689
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4690
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4691
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
4692
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
4693
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4694
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
|
|
4695
|
+
end)
|
|
4696
|
+
|
|
4167
4697
|
api.add_operation(:start_variant_import_job, Seahorse::Model::Operation.new.tap do |o|
|
|
4168
4698
|
o.name = "StartVariantImportJob"
|
|
4169
4699
|
o.http_method = "POST"
|