python-botocore/botocore/data/lambda/2015-03-31/paginators-1.json
2015-11-24 20:34:53 +09:00

17 lines
365 B
JSON

{
"pagination": {
"ListEventSourceMappings": {
"input_token": "Marker",
"output_token": "NextMarker",
"limit_key": "MaxItems",
"result_key": "EventSourceMappings"
},
"ListFunctions": {
"input_token": "Marker",
"output_token": "NextMarker",
"limit_key": "MaxItems",
"result_key": "Functions"
}
}
}