|
3 | 3 | "ListBackupJobs": {
|
4 | 4 | "input_token": "NextToken",
|
5 | 5 | "output_token": "NextToken",
|
6 |
| - "limit_key": "MaxResults" |
| 6 | + "limit_key": "MaxResults", |
| 7 | + "result_key": "BackupJobs" |
7 | 8 | },
|
8 | 9 | "ListBackupPlanTemplates": {
|
9 | 10 | "input_token": "NextToken",
|
10 | 11 | "output_token": "NextToken",
|
11 |
| - "limit_key": "MaxResults" |
| 12 | + "limit_key": "MaxResults", |
| 13 | + "result_key": "BackupPlanTemplatesList" |
12 | 14 | },
|
13 | 15 | "ListBackupPlanVersions": {
|
14 | 16 | "input_token": "NextToken",
|
15 | 17 | "output_token": "NextToken",
|
16 |
| - "limit_key": "MaxResults" |
| 18 | + "limit_key": "MaxResults", |
| 19 | + "result_key": "BackupPlanVersionsList" |
17 | 20 | },
|
18 | 21 | "ListBackupPlans": {
|
19 | 22 | "input_token": "NextToken",
|
20 | 23 | "output_token": "NextToken",
|
21 |
| - "limit_key": "MaxResults" |
| 24 | + "limit_key": "MaxResults", |
| 25 | + "result_key": "BackupPlansList" |
22 | 26 | },
|
23 | 27 | "ListBackupSelections": {
|
24 | 28 | "input_token": "NextToken",
|
25 | 29 | "output_token": "NextToken",
|
26 |
| - "limit_key": "MaxResults" |
| 30 | + "limit_key": "MaxResults", |
| 31 | + "result_key": "BackupSelectionsList" |
27 | 32 | },
|
28 | 33 | "ListBackupVaults": {
|
29 | 34 | "input_token": "NextToken",
|
30 | 35 | "output_token": "NextToken",
|
31 |
| - "limit_key": "MaxResults" |
| 36 | + "limit_key": "MaxResults", |
| 37 | + "result_key": "BackupVaultList" |
32 | 38 | },
|
33 | 39 | "ListCopyJobs": {
|
34 | 40 | "input_token": "NextToken",
|
35 | 41 | "output_token": "NextToken",
|
36 |
| - "limit_key": "MaxResults" |
| 42 | + "limit_key": "MaxResults", |
| 43 | + "result_key": "CopyJobs" |
37 | 44 | },
|
38 | 45 | "ListFrameworks": {
|
39 | 46 | "input_token": "NextToken",
|
|
43 | 50 | "ListProtectedResources": {
|
44 | 51 | "input_token": "NextToken",
|
45 | 52 | "output_token": "NextToken",
|
46 |
| - "limit_key": "MaxResults" |
| 53 | + "limit_key": "MaxResults", |
| 54 | + "result_key": "Results" |
47 | 55 | },
|
48 | 56 | "ListRecoveryPointsByBackupVault": {
|
49 | 57 | "input_token": "NextToken",
|
50 | 58 | "output_token": "NextToken",
|
51 |
| - "limit_key": "MaxResults" |
| 59 | + "limit_key": "MaxResults", |
| 60 | + "result_key": "RecoveryPoints" |
52 | 61 | },
|
53 | 62 | "ListRecoveryPointsByResource": {
|
54 | 63 | "input_token": "NextToken",
|
55 | 64 | "output_token": "NextToken",
|
56 |
| - "limit_key": "MaxResults" |
| 65 | + "limit_key": "MaxResults", |
| 66 | + "result_key": "RecoveryPoints" |
57 | 67 | },
|
58 | 68 | "ListReportJobs": {
|
59 | 69 | "input_token": "NextToken",
|
|
68 | 78 | "ListRestoreJobs": {
|
69 | 79 | "input_token": "NextToken",
|
70 | 80 | "output_token": "NextToken",
|
71 |
| - "limit_key": "MaxResults" |
| 81 | + "limit_key": "MaxResults", |
| 82 | + "result_key": "RestoreJobs" |
72 | 83 | },
|
73 | 84 | "ListTags": {
|
74 | 85 | "input_token": "NextToken",
|
|
0 commit comments