UNPKG

527 BJSONView Raw
1{
2 "pagination": {
3 "ListImages": {
4 "input_token": "nextToken",
5 "output_token": "nextToken",
6 "limit_key": "maxResults",
7 "result_key": "imageIds"
8 },
9 "DescribeImages": {
10 "input_token": "nextToken",
11 "output_token": "nextToken",
12 "limit_key": "maxResults",
13 "result_key": "imageDetails"
14 },
15 "DescribeRepositories": {
16 "input_token": "nextToken",
17 "output_token": "nextToken",
18 "limit_key": "maxResults",
19 "result_key": "repositories"
20 }
21 }
22}