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

16 lines
364 B
JSON

{
"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"
}
}
}