UNPKG

777 BJSONView Raw
1{
2 "pagination": {
3 "ListAliases": {
4 "limit_key": "Limit",
5 "input_token": "Marker",
6 "output_token": "NextMarker",
7 "more_results": "Truncated",
8 "result_key": "Aliases"
9 },
10 "ListGrants": {
11 "limit_key": "Limit",
12 "input_token": "Marker",
13 "output_token": "NextMarker",
14 "more_results": "Truncated",
15 "result_key": "Grants"
16 },
17 "ListKeyPolicies": {
18 "limit_key": "Limit",
19 "input_token": "Marker",
20 "output_token": "NextMarker",
21 "more_results": "Truncated",
22 "result_key": "PolicyNames"
23 },
24 "ListKeys": {
25 "limit_key": "Limit",
26 "input_token": "Marker",
27 "output_token": "NextMarker",
28 "more_results": "Truncated",
29 "result_key": "Keys"
30 }
31 }
32}