Skip to content

Commit

Permalink
ebs: add missing paginator definition
Browse files Browse the repository at this point in the history
  • Loading branch information
bjacquin committed Aug 7, 2024
1 parent 7f23afd commit 9bb1354
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion botocore/data/ebs/2019-11-02/paginators-1.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
{
"pagination": {}
"pagination": {
"ListSnapshotBlocks": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Blocks"
},
"ListChangedBlocks": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "ChangedBlocks"
}
}
}

0 comments on commit 9bb1354

Please sign in to comment.