route/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/paginators-1.json

16 lines
364 B
JSON
Raw Normal View History

2017-12-02 23:34:35 +00:00
{
"pagination": {
"ListEventSourceMappings": {
"input_token": "Marker",
"limit_key": "MaxItems",
"output_token": "NextMarker",
"result_key": "EventSourceMappings"
},
"ListFunctions": {
"input_token": "Marker",
"limit_key": "MaxItems",
"output_token": "NextMarker",
"result_key": "Functions"
}
}
}