Skip to content

Commit 853109b

Browse files
author
AWS
committed
AWS Batch Update: Adds support for scheduling policy APIs.
1 parent 8141b77 commit 853109b

File tree

3 files changed

+350
-23
lines changed

3 files changed

+350
-23
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": "Adds support for scheduling policy APIs."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"output_token": "nextToken",
2424
"limit_key": "maxResults",
2525
"result_key": "jobSummaryList"
26+
},
27+
"ListSchedulingPolicies": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "schedulingPolicies"
2632
}
2733
}
2834
}

0 commit comments

Comments
 (0)