github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/globalaccelerator/2018-08-08/paginators-1.json (about) 1 { 2 "pagination": { 3 "ListAccelerators": { 4 "input_token": "NextToken", 5 "output_token": "NextToken", 6 "limit_key": "MaxResults", 7 "result_key": "Accelerators" 8 }, 9 "ListByoipCidrs": { 10 "input_token": "NextToken", 11 "output_token": "NextToken", 12 "limit_key": "MaxResults", 13 "result_key": "ByoipCidrs" 14 }, 15 "ListCustomRoutingAccelerators": { 16 "input_token": "NextToken", 17 "output_token": "NextToken", 18 "limit_key": "MaxResults", 19 "result_key": "Accelerators" 20 }, 21 "ListCustomRoutingEndpointGroups": { 22 "input_token": "NextToken", 23 "output_token": "NextToken", 24 "limit_key": "MaxResults" 25 }, 26 "ListCustomRoutingListeners": { 27 "input_token": "NextToken", 28 "output_token": "NextToken", 29 "limit_key": "MaxResults", 30 "result_key": "Listeners" 31 }, 32 "ListCustomRoutingPortMappings": { 33 "input_token": "NextToken", 34 "output_token": "NextToken", 35 "limit_key": "MaxResults", 36 "result_key": "PortMappings" 37 }, 38 "ListCustomRoutingPortMappingsByDestination": { 39 "input_token": "NextToken", 40 "output_token": "NextToken", 41 "limit_key": "MaxResults", 42 "result_key": "DestinationPortMappings" 43 }, 44 "ListEndpointGroups": { 45 "input_token": "NextToken", 46 "output_token": "NextToken", 47 "limit_key": "MaxResults", 48 "result_key": "EndpointGroups" 49 }, 50 "ListListeners": { 51 "input_token": "NextToken", 52 "output_token": "NextToken", 53 "limit_key": "MaxResults", 54 "result_key": "Listeners" 55 } 56 } 57 }