python-botocore/botocore/data/docdb-elastic/2022-11-28/paginators-1.json

17 lines
358 B
JSON
Raw Normal View History

2022-12-12 17:14:19 +01:00
{
"pagination": {
"ListClusterSnapshots": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "snapshots"
},
"ListClusters": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "clusters"
}
}
}