UNPKG

444 BJSONView Raw
1{
2 "pagination": {
3 "ListCollections" : {
4 "input_token" : "NextToken",
5 "output_token" : "NextToken",
6 "limit_key" : "MaxResults",
7 "result_key" : "CollectionIds"
8 },
9 "ListFaces": {
10 "input_token" : "NextToken",
11 "output_token" : "NextToken",
12 "limit_key" : "MaxResults",
13 "result_key" : "Faces"
14 }
15 }
16}