Skip to content

Commit

Permalink
Merge pull request #1595 from slai/complete_cw_events_pagination
Browse files Browse the repository at this point in the history
Add missing pagination definitions for CloudWatch Events
  • Loading branch information
kyleknap authored Dec 18, 2018
2 parents 14e0eab + 9dbb2c2 commit 37d4b70
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion botocore/data/events/2015-10-07/paginators-1.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
{
"pagination": {}
"pagination": {
"ListRuleNamesByTarget": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "Limit",
"result_key": "RuleNames"
},
"ListRules": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "Limit",
"result_key": "Rules"
},
"ListTargetsByRule": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "Limit",
"result_key": "Targets"
}
}
}

0 comments on commit 37d4b70

Please sign in to comment.