|
3 | 3 | "DescribeCustomKeyStores": {
|
4 | 4 | "input_token": "Marker",
|
5 | 5 | "limit_key": "Limit",
|
| 6 | + "more_results": "Truncated", |
6 | 7 | "output_token": "NextMarker",
|
7 | 8 | "result_key": "CustomKeyStores"
|
8 | 9 | },
|
9 | 10 | "ListAliases": {
|
10 | 11 | "input_token": "Marker",
|
11 | 12 | "limit_key": "Limit",
|
| 13 | + "more_results": "Truncated", |
12 | 14 | "output_token": "NextMarker",
|
13 | 15 | "result_key": "Aliases"
|
14 | 16 | },
|
15 | 17 | "ListGrants": {
|
16 | 18 | "input_token": "Marker",
|
17 | 19 | "limit_key": "Limit",
|
| 20 | + "more_results": "Truncated", |
18 | 21 | "output_token": "NextMarker",
|
19 | 22 | "result_key": "Grants"
|
20 | 23 | },
|
21 | 24 | "ListKeyPolicies": {
|
22 | 25 | "input_token": "Marker",
|
23 | 26 | "limit_key": "Limit",
|
| 27 | + "more_results": "Truncated", |
24 | 28 | "output_token": "NextMarker",
|
25 | 29 | "result_key": "PolicyNames"
|
26 | 30 | },
|
| 31 | + "ListKeyRotations": { |
| 32 | + "input_token": "Marker", |
| 33 | + "limit_key": "Limit", |
| 34 | + "more_results": "Truncated", |
| 35 | + "output_token": "NextMarker", |
| 36 | + "result_key": "Rotations" |
| 37 | + }, |
27 | 38 | "ListKeys": {
|
28 | 39 | "input_token": "Marker",
|
29 | 40 | "limit_key": "Limit",
|
| 41 | + "more_results": "Truncated", |
30 | 42 | "output_token": "NextMarker",
|
31 | 43 | "result_key": "Keys"
|
32 | 44 | },
|
33 | 45 | "ListResourceTags": {
|
34 | 46 | "input_token": "Marker",
|
35 | 47 | "limit_key": "Limit",
|
| 48 | + "more_results": "Truncated", |
36 | 49 | "output_token": "NextMarker",
|
37 | 50 | "result_key": "Tags"
|
38 | 51 | },
|
39 | 52 | "ListRetirableGrants": {
|
40 | 53 | "input_token": "Marker",
|
41 | 54 | "limit_key": "Limit",
|
| 55 | + "more_results": "Truncated", |
42 | 56 | "output_token": "NextMarker",
|
43 | 57 | "result_key": "Grants"
|
44 | 58 | }
|
|
0 commit comments