|
2 | 2 | "version":"2.0",
|
3 | 3 | "metadata":{
|
4 | 4 | "apiVersion":"2022-11-28",
|
| 5 | + "auth":["aws.auth#sigv4"], |
5 | 6 | "endpointPrefix":"omics",
|
6 |
| - "jsonVersion":"1.1", |
7 | 7 | "protocol":"rest-json",
|
| 8 | + "protocols":["rest-json"], |
8 | 9 | "serviceFullName":"Amazon Omics",
|
9 | 10 | "serviceId":"Omics",
|
10 | 11 | "signatureVersion":"v4",
|
|
262 | 263 | {"shape":"AccessDeniedException"},
|
263 | 264 | {"shape":"RequestTimeoutException"}
|
264 | 265 | ],
|
265 |
| - "documentation":"<p>Creates a run group.</p>", |
| 266 | + "documentation":"<p>You can optionally create a run group to limit the compute resources for the runs that you add to the group.</p>", |
266 | 267 | "endpoint":{"hostPrefix":"workflows-"}
|
267 | 268 | },
|
268 | 269 | "CreateSequenceStore":{
|
|
303 | 304 | {"shape":"ResourceNotFoundException"},
|
304 | 305 | {"shape":"AccessDeniedException"}
|
305 | 306 | ],
|
306 |
| - "documentation":"<p>Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner).</p> <p>The following resources support cross-account sharing:</p> <ul> <li> <p>Healthomics variant stores</p> </li> <li> <p>Healthomics annotation stores</p> </li> <li> <p>Private workflows</p> </li> </ul>", |
| 307 | + "documentation":"<p>Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner).</p> <p>The following resources support cross-account sharing:</p> <ul> <li> <p>HealthOmics variant stores</p> </li> <li> <p>HealthOmics annotation stores</p> </li> <li> <p>Private workflows</p> </li> </ul>", |
307 | 308 | "endpoint":{"hostPrefix":"analytics-"}
|
308 | 309 | },
|
309 | 310 | "CreateVariantStore":{
|
|
1711 | 1712 | {"shape":"RequestTimeoutException"}
|
1712 | 1713 | ],
|
1713 | 1714 | "documentation":"<p>This operation uploads a specific part of a read set. If you upload a new part using a previously used part number, the previously uploaded part will be overwritten.</p>",
|
1714 |
| - "authtype":"v4-unsigned-body", |
1715 |
| - "endpoint":{"hostPrefix":"storage-"} |
| 1715 | + "endpoint":{"hostPrefix":"storage-"}, |
| 1716 | + "unsignedPayload":true, |
| 1717 | + "authtype":"v4-unsigned-body" |
1716 | 1718 | }
|
1717 | 1719 | },
|
1718 | 1720 | "shapes":{
|
|
2663 | 2665 | },
|
2664 | 2666 | "maxCpus":{
|
2665 | 2667 | "shape":"CreateRunGroupRequestMaxCpusInteger",
|
2666 |
| - "documentation":"<p>The maximum number of CPUs to use in the group.</p>" |
| 2668 | + "documentation":"<p>The maximum number of CPUs that can run concurrently across all active runs in the run group.</p>" |
2667 | 2669 | },
|
2668 | 2670 | "maxRuns":{
|
2669 | 2671 | "shape":"CreateRunGroupRequestMaxRunsInteger",
|
2670 |
| - "documentation":"<p>The maximum number of concurrent runs for the group.</p>" |
| 2672 | + "documentation":"<p>The maximum number of runs that can be running at the same time.</p>" |
2671 | 2673 | },
|
2672 | 2674 | "maxDuration":{
|
2673 | 2675 | "shape":"CreateRunGroupRequestMaxDurationInteger",
|
2674 |
| - "documentation":"<p>A maximum run time for the group in minutes.</p>" |
| 2676 | + "documentation":"<p>The maximum time for each run (in minutes). If a run exceeds the maximum run time, the run fails automatically.</p>" |
2675 | 2677 | },
|
2676 | 2678 | "tags":{
|
2677 | 2679 | "shape":"TagMap",
|
|
2684 | 2686 | },
|
2685 | 2687 | "maxGpus":{
|
2686 | 2688 | "shape":"CreateRunGroupRequestMaxGpusInteger",
|
2687 |
| - "documentation":"<p>The maximum GPUs that can be used by a run group.</p>" |
| 2689 | + "documentation":"<p>The maximum number of GPUs that can run concurrently across all active runs in the run group.</p>" |
2688 | 2690 | }
|
2689 | 2691 | }
|
2690 | 2692 | },
|
|
2934 | 2936 | },
|
2935 | 2937 | "storageCapacity":{
|
2936 | 2938 | "shape":"CreateWorkflowRequestStorageCapacityInteger",
|
2937 |
| - "documentation":"<p>The storage capacity for the workflow in gibibytes.</p>" |
| 2939 | + "documentation":"<p>The default storage capacity for the workflow runs, in gibibytes.</p>" |
2938 | 2940 | },
|
2939 | 2941 | "tags":{
|
2940 | 2942 | "shape":"TagMap",
|
|
2978 | 2980 | }
|
2979 | 2981 | }
|
2980 | 2982 | },
|
| 2983 | + "CreationJobId":{ |
| 2984 | + "type":"string", |
| 2985 | + "max":127, |
| 2986 | + "min":1, |
| 2987 | + "pattern":"[a-zA-Z0-9]+" |
| 2988 | + }, |
2981 | 2989 | "CreationTime":{
|
2982 | 2990 | "type":"timestamp",
|
2983 | 2991 | "timestampFormat":"iso8601"
|
|
4021 | 4029 | "etag":{
|
4022 | 4030 | "shape":"ETag",
|
4023 | 4031 | "documentation":"<p>The entity tag (ETag) is a hash of the object meant to represent its semantic content.</p>"
|
| 4032 | + }, |
| 4033 | + "creationJobId":{ |
| 4034 | + "shape":"CreationJobId", |
| 4035 | + "documentation":"<p>The read set's creation job ID.</p>" |
4024 | 4036 | }
|
4025 | 4037 | }
|
4026 | 4038 | },
|
|
4211 | 4223 | "files":{
|
4212 | 4224 | "shape":"ReferenceFiles",
|
4213 | 4225 | "documentation":"<p>The reference's files.</p>"
|
| 4226 | + }, |
| 4227 | + "creationType":{ |
| 4228 | + "shape":"ReferenceCreationType", |
| 4229 | + "documentation":"<p>The reference's creation type.</p>" |
| 4230 | + }, |
| 4231 | + "creationJobId":{ |
| 4232 | + "shape":"CreationJobId", |
| 4233 | + "documentation":"<p>The reference's creation job ID.</p>" |
4214 | 4234 | }
|
4215 | 4235 | }
|
4216 | 4236 | },
|
|
4954 | 4974 | },
|
4955 | 4975 | "storageCapacity":{
|
4956 | 4976 | "shape":"GetWorkflowResponseStorageCapacityInteger",
|
4957 |
| - "documentation":"<p>The workflow's storage capacity in gibibytes.</p>" |
| 4977 | + "documentation":"<p>The workflow's default run storage capacity in gibibytes.</p>" |
4958 | 4978 | },
|
4959 | 4979 | "creationTime":{
|
4960 | 4980 | "shape":"WorkflowTimestamp",
|
|
5103 | 5123 | "tags":{
|
5104 | 5124 | "shape":"TagMap",
|
5105 | 5125 | "documentation":"<p>The source's tags.</p>"
|
| 5126 | + }, |
| 5127 | + "readSetId":{ |
| 5128 | + "shape":"ReadSetId", |
| 5129 | + "documentation":"<p>The source's read set ID.</p>" |
5106 | 5130 | }
|
5107 | 5131 | },
|
5108 | 5132 | "documentation":"<p>A source for an import read set job.</p>"
|
|
5197 | 5221 | "tags":{
|
5198 | 5222 | "shape":"TagMap",
|
5199 | 5223 | "documentation":"<p>The source's tags.</p>"
|
| 5224 | + }, |
| 5225 | + "referenceId":{ |
| 5226 | + "shape":"ReferenceId", |
| 5227 | + "documentation":"<p>The source's reference ID.</p>" |
5200 | 5228 | }
|
5201 | 5229 | },
|
5202 | 5230 | "documentation":"<p>An genome reference source.</p>"
|
|
6846 | 6874 | "min":0,
|
6847 | 6875 | "pattern":"$|^arn:.+"
|
6848 | 6876 | },
|
| 6877 | + "ReferenceCreationType":{ |
| 6878 | + "type":"string", |
| 6879 | + "enum":["IMPORT"] |
| 6880 | + }, |
6849 | 6881 | "ReferenceDescription":{
|
6850 | 6882 | "type":"string",
|
6851 | 6883 | "max":255,
|
|
0 commit comments