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 4001
4001
"gpus" :{
4002
4002
"shape" :" GetRunTaskResponseGpusInteger" ,
4003
4003
"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>"
4004
4008
}
4005
4009
}
4006
4010
},
4608
4612
},
4609
4613
"nextToken" :{
4610
4614
"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>" ,
4612
4616
"location" :" querystring" ,
4613
4617
"locationName" :" nextToken"
4614
4618
},
4644
4648
},
4645
4649
"nextToken" :{
4646
4650
"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>"
4648
4652
}
4649
4653
}
4650
4654
},
7460
7464
"min" :1 ,
7461
7465
"pattern" :" [0-9]+"
7462
7466
},
7467
+ "TaskInstanceType" :{
7468
+ "type" :" string" ,
7469
+ "pattern" :" [\\ p{L}||\\ p{M}||\\ p{Z}||\\ p{S}||\\ p{N}||\\ p{P}]+"
7470
+ },
7463
7471
"TaskList" :{
7464
7472
"type" :" list" ,
7465
7473
"member" :{"shape" :" TaskListItem" }
7502
7510
"gpus" :{
7503
7511
"shape" :" TaskListItemGpusInteger" ,
7504
7512
"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>"
7505
7517
}
7506
7518
},
7507
7519
"documentation" :" <p>A workflow run task.</p>"
You can’t perform that action at this time.
0 commit comments