python-botocore/botocore/data/elb/2012-06-01/paginators-1.json

17 lines
373 B
JSON
Raw Permalink Normal View History

2015-10-08 20:16:07 +02:00
{
"pagination": {
"DescribeLoadBalancers": {
"input_token": "Marker",
"output_token": "NextMarker",
"result_key": "LoadBalancerDescriptions",
"limit_key": "PageSize"
2019-02-27 08:30:11 +01:00
},
"DescribeAccountLimits": {
"input_token": "Marker",
"limit_key": "PageSize",
"output_token": "NextMarker",
"result_key": "Limits"
2015-10-08 20:16:07 +02:00
}
}
}