Backend half
This commit is contained in:
Generated
Vendored
+22
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"pagination": {
|
||||
"ListApplications": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "applications"
|
||||
},
|
||||
"ListJobRunAttempts": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "jobRunAttempts"
|
||||
},
|
||||
"ListJobRuns": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "jobRuns"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user