python-botocore/botocore/data/globalaccelerator/2018-08-08/paginators-1.json

23 lines
533 B
JSON
Raw Normal View History

2018-11-28 09:58:03 +01:00
{
2019-02-27 08:30:11 +01:00
"pagination": {
"ListAccelerators": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Accelerators"
},
"ListEndpointGroups": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "EndpointGroups"
},
"ListListeners": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Listeners"
}
}
2018-11-28 09:58:03 +01:00
}