File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
services/omics/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " Amazon Omics" ,
4+ "contributor" : " " ,
5+ "description" : " This release adds instanceType to GetRunTask & ListRunTasks responses."
6+ }
Original file line number Diff line number Diff line change 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 },
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 },
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 },
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" }
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>"
You can’t perform that action at this time.
0 commit comments