Skip to content

Commit 9747520

Browse files
author
AWS
committed
AWS Batch Update: AWS Batch: Resource Aware Scheduling feature support
1 parent 7cb2322 commit 9747520

File tree

3 files changed

+508
-28
lines changed

3 files changed

+508
-28
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": "AWS Batch",
4+
"contributor": "",
5+
"description": "AWS Batch: Resource Aware Scheduling feature support"
6+
}

services/batch/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,24 @@
1818
"limit_key": "maxResults",
1919
"result_key": "jobQueues"
2020
},
21+
"ListConsumableResources": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "consumableResources"
26+
},
2127
"ListJobs": {
2228
"input_token": "nextToken",
2329
"output_token": "nextToken",
2430
"limit_key": "maxResults",
2531
"result_key": "jobSummaryList"
2632
},
33+
"ListJobsByConsumableResource": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults",
37+
"result_key": "jobs"
38+
},
2739
"ListSchedulingPolicies": {
2840
"input_token": "nextToken",
2941
"output_token": "nextToken",

0 commit comments

Comments
 (0)