lambda-2014-11-11.paginators.json 351 B

12345678910111213141516
  1. {
  2. "pagination": {
  3. "ListEventSources": {
  4. "input_token": "Marker",
  5. "output_token": "NextMarker",
  6. "limit_key": "MaxItems",
  7. "result_key": "EventSources"
  8. },
  9. "ListFunctions": {
  10. "input_token": "Marker",
  11. "output_token": "NextMarker",
  12. "limit_key": "MaxItems",
  13. "result_key": "Functions"
  14. }
  15. }
  16. }