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