lambda-2015-03-31.paginators.json (365B)
1 { 2 "pagination": { 3 "ListEventSourceMappings": { 4 "input_token": "Marker", 5 "output_token": "NextMarker", 6 "limit_key": "MaxItems", 7 "result_key": "EventSourceMappings" 8 }, 9 "ListFunctions": { 10 "input_token": "Marker", 11 "output_token": "NextMarker", 12 "limit_key": "MaxItems", 13 "result_key": "Functions" 14 } 15 } 16 }