Skip to content

Commit 4ede26a

Browse files
author
AWS
committed
Amazon Omics Update: This release adds instanceType to GetRunTask & ListRunTasks responses.
1 parent 9e88eac commit 4ede26a

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Omics",
4+
"contributor": "",
5+
"description": "This release adds instanceType to GetRunTask & ListRunTasks responses."
6+
}

services/omics/src/main/resources/codegen-resources/service-2.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4001,6 +4001,10 @@
40014001
"gpus":{
40024002
"shape":"GetRunTaskResponseGpusInteger",
40034003
"documentation":"<p> The number of Graphics Processing Units (GPU) specified in the task. </p>"
4004+
},
4005+
"instanceType":{
4006+
"shape":"TaskInstanceType",
4007+
"documentation":"<p> The instance type for a task. </p>"
40044008
}
40054009
}
40064010
},
@@ -4608,7 +4612,7 @@
46084612
},
46094613
"nextToken":{
46104614
"shape":"ListAnnotationImportJobsRequestNextTokenString",
4611-
"documentation":"<p>Specify the pagination token from a previous request to retrieve the next page of results.</p>",
4615+
"documentation":"<p>Specifies the pagination token from a previous request to retrieve the next page of results.</p>",
46124616
"location":"querystring",
46134617
"locationName":"nextToken"
46144618
},
@@ -4644,7 +4648,7 @@
46444648
},
46454649
"nextToken":{
46464650
"shape":"String",
4647-
"documentation":"<p>A pagination token that's included if more results are available.</p>"
4651+
"documentation":"<p>Specifies the pagination token from a previous request to retrieve the next page of results.</p>"
46484652
}
46494653
}
46504654
},
@@ -7460,6 +7464,10 @@
74607464
"min":1,
74617465
"pattern":"[0-9]+"
74627466
},
7467+
"TaskInstanceType":{
7468+
"type":"string",
7469+
"pattern":"[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+"
7470+
},
74637471
"TaskList":{
74647472
"type":"list",
74657473
"member":{"shape":"TaskListItem"}
@@ -7502,6 +7510,10 @@
75027510
"gpus":{
75037511
"shape":"TaskListItemGpusInteger",
75047512
"documentation":"<p> The number of Graphics Processing Units (GPU) specified for the task. </p>"
7513+
},
7514+
"instanceType":{
7515+
"shape":"TaskInstanceType",
7516+
"documentation":"<p> The instance type for a task. </p>"
75057517
}
75067518
},
75077519
"documentation":"<p>A workflow run task.</p>"

0 commit comments

Comments
 (0)