python-botocore/botocore/data/eks/2017-11-01/paginators-1.json

17 lines
349 B
JSON
Raw Normal View History

2018-07-11 08:25:50 +02:00
{
2019-02-27 08:30:11 +01:00
"pagination": {
"ListClusters": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "clusters"
},
"ListUpdates": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "updateIds"
}
}
2018-07-11 08:25:50 +02:00
}