python-botocore/botocore/data/rekognition/2016-06-27/paginators-1.json
2018-01-15 17:34:17 +01:00

23 lines
464 B
JSON

{
"pagination": {
"ListCollections": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": [
"CollectionIds",
"FaceModelVersions"
]
},
"ListFaces": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Faces",
"non_aggregate_keys": [
"FaceModelVersion"
]
}
}
}