python-botocore/botocore/data/rekognition/2016-06-27/paginators-1.json

29 lines
642 B
JSON
Raw Normal View History

2017-06-27 11:52:19 +02:00
{
"pagination": {
"ListCollections": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
2018-01-15 17:34:17 +01:00
"result_key": [
"CollectionIds",
"FaceModelVersions"
]
2017-06-27 11:52:19 +02:00
},
"ListFaces": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
2018-01-15 17:34:17 +01:00
"result_key": "Faces",
"non_aggregate_keys": [
"FaceModelVersion"
]
2018-02-03 10:30:12 +01:00
},
"ListStreamProcessors": {
"result_key": "StreamProcessors",
"output_token": "NextToken",
"input_token": "NextToken",
"limit_key": "MaxResults"
2017-06-27 11:52:19 +02:00
}
}
}