Backend half
This commit is contained in:
Generated
Vendored
+45
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"pagination": {
|
||||
"ListActionExecutions": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "actionExecutionDetails"
|
||||
},
|
||||
"ListActionTypes": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "actionTypes"
|
||||
},
|
||||
"ListPipelineExecutions": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "pipelineExecutionSummaries"
|
||||
},
|
||||
"ListPipelines": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "pipelines"
|
||||
},
|
||||
"ListRuleExecutions": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "ruleExecutionDetails"
|
||||
},
|
||||
"ListTagsForResource": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "tags"
|
||||
},
|
||||
"ListWebhooks": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "webhooks"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user