route/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/paginators-1.json

17 lines
351 B
JSON
Raw Normal View History

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