UNPKG

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