@aws-sdk/client-backup 3.458.0 → 3.459.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +112 -0
- package/dist-cjs/Backup.js +28 -0
- package/dist-cjs/commands/CreateRestoreTestingPlanCommand.js +52 -0
- package/dist-cjs/commands/CreateRestoreTestingSelectionCommand.js +52 -0
- package/dist-cjs/commands/DeleteRestoreTestingPlanCommand.js +51 -0
- package/dist-cjs/commands/DeleteRestoreTestingSelectionCommand.js +51 -0
- package/dist-cjs/commands/GetRestoreJobMetadataCommand.js +52 -0
- package/dist-cjs/commands/GetRestoreTestingInferredMetadataCommand.js +51 -0
- package/dist-cjs/commands/GetRestoreTestingPlanCommand.js +51 -0
- package/dist-cjs/commands/GetRestoreTestingSelectionCommand.js +52 -0
- package/dist-cjs/commands/ListRestoreJobsByProtectedResourceCommand.js +51 -0
- package/dist-cjs/commands/ListRestoreTestingPlansCommand.js +51 -0
- package/dist-cjs/commands/ListRestoreTestingSelectionsCommand.js +51 -0
- package/dist-cjs/commands/PutRestoreValidationResultCommand.js +51 -0
- package/dist-cjs/commands/UpdateRestoreTestingPlanCommand.js +51 -0
- package/dist-cjs/commands/UpdateRestoreTestingSelectionCommand.js +52 -0
- package/dist-cjs/commands/index.js +14 -0
- package/dist-cjs/models/models_0.js +67 -1
- package/dist-cjs/pagination/ListRestoreJobsByProtectedResourcePaginator.js +29 -0
- package/dist-cjs/pagination/ListRestoreTestingPlansPaginator.js +29 -0
- package/dist-cjs/pagination/ListRestoreTestingSelectionsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1059 -71
- package/dist-es/Backup.js +28 -0
- package/dist-es/commands/CreateRestoreTestingPlanCommand.js +48 -0
- package/dist-es/commands/CreateRestoreTestingSelectionCommand.js +48 -0
- package/dist-es/commands/DeleteRestoreTestingPlanCommand.js +47 -0
- package/dist-es/commands/DeleteRestoreTestingSelectionCommand.js +47 -0
- package/dist-es/commands/GetRestoreJobMetadataCommand.js +48 -0
- package/dist-es/commands/GetRestoreTestingInferredMetadataCommand.js +47 -0
- package/dist-es/commands/GetRestoreTestingPlanCommand.js +47 -0
- package/dist-es/commands/GetRestoreTestingSelectionCommand.js +48 -0
- package/dist-es/commands/ListRestoreJobsByProtectedResourceCommand.js +47 -0
- package/dist-es/commands/ListRestoreTestingPlansCommand.js +47 -0
- package/dist-es/commands/ListRestoreTestingSelectionsCommand.js +47 -0
- package/dist-es/commands/PutRestoreValidationResultCommand.js +47 -0
- package/dist-es/commands/UpdateRestoreTestingPlanCommand.js +47 -0
- package/dist-es/commands/UpdateRestoreTestingSelectionCommand.js +48 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/models/models_0.js +57 -0
- package/dist-es/pagination/ListRestoreJobsByProtectedResourcePaginator.js +25 -0
- package/dist-es/pagination/ListRestoreTestingPlansPaginator.js +25 -0
- package/dist-es/pagination/ListRestoreTestingSelectionsPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +1023 -63
- package/dist-types/Backup.d.ts +98 -0
- package/dist-types/BackupClient.d.ts +16 -2
- package/dist-types/commands/CreateBackupPlanCommand.d.ts +2 -0
- package/dist-types/commands/CreateRestoreTestingPlanCommand.d.ts +122 -0
- package/dist-types/commands/CreateRestoreTestingSelectionCommand.d.ts +146 -0
- package/dist-types/commands/DeleteRestoreTestingPlanCommand.d.ts +80 -0
- package/dist-types/commands/DeleteRestoreTestingSelectionCommand.d.ts +81 -0
- package/dist-types/commands/DescribeBackupJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +5 -0
- package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRestoreJobCommand.d.ts +8 -0
- package/dist-types/commands/GetBackupPlanCommand.d.ts +2 -0
- package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +2 -0
- package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +1 -0
- package/dist-types/commands/GetRestoreJobMetadataCommand.d.ts +89 -0
- package/dist-types/commands/GetRestoreTestingInferredMetadataCommand.d.ts +93 -0
- package/dist-types/commands/GetRestoreTestingPlanCommand.d.ts +104 -0
- package/dist-types/commands/GetRestoreTestingSelectionCommand.d.ts +109 -0
- package/dist-types/commands/ListBackupJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListProtectedResourcesByBackupVaultCommand.d.ts +2 -0
- package/dist-types/commands/ListProtectedResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +1 -0
- package/dist-types/commands/ListRestoreJobsByProtectedResourceCommand.d.ts +120 -0
- package/dist-types/commands/ListRestoreJobsCommand.d.ts +9 -0
- package/dist-types/commands/ListRestoreTestingPlansCommand.d.ts +93 -0
- package/dist-types/commands/ListRestoreTestingSelectionsCommand.d.ts +96 -0
- package/dist-types/commands/PutRestoreValidationResultCommand.d.ts +94 -0
- package/dist-types/commands/StartBackupJobCommand.d.ts +1 -0
- package/dist-types/commands/StartCopyJobCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBackupPlanCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRestoreTestingPlanCommand.d.ts +142 -0
- package/dist-types/commands/UpdateRestoreTestingSelectionCommand.d.ts +126 -0
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +1481 -78
- package/dist-types/pagination/ListRestoreJobsByProtectedResourcePaginator.d.ts +7 -0
- package/dist-types/pagination/ListRestoreTestingPlansPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRestoreTestingSelectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/Backup.d.ts +250 -0
- package/dist-types/ts3.4/BackupClient.d.ts +86 -2
- package/dist-types/ts3.4/commands/CreateRestoreTestingPlanCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateRestoreTestingSelectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRestoreTestingPlanCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteRestoreTestingSelectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetRestoreJobMetadataCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRestoreTestingInferredMetadataCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRestoreTestingPlanCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRestoreTestingSelectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRestoreJobsByProtectedResourceCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRestoreTestingPlansCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRestoreTestingSelectionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutRestoreValidationResultCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateRestoreTestingPlanCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateRestoreTestingSelectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/models/models_0.d.ts +276 -0
- package/dist-types/ts3.4/pagination/ListRestoreJobsByProtectedResourcePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRestoreTestingPlansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRestoreTestingSelectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListRestoreJobsByProtectedResourceCommandInput, ListRestoreJobsByProtectedResourceCommandOutput } from "../commands/ListRestoreJobsByProtectedResourceCommand";
|
|
3
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListRestoreJobsByProtectedResource(config: BackupPaginationConfiguration, input: ListRestoreJobsByProtectedResourceCommandInput, ...additionalArguments: any): Paginator<ListRestoreJobsByProtectedResourceCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListRestoreTestingPlansCommandInput, ListRestoreTestingPlansCommandOutput } from "../commands/ListRestoreTestingPlansCommand";
|
|
3
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListRestoreTestingPlans(config: BackupPaginationConfiguration, input: ListRestoreTestingPlansCommandInput, ...additionalArguments: any): Paginator<ListRestoreTestingPlansCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListRestoreTestingSelectionsCommandInput, ListRestoreTestingSelectionsCommandOutput } from "../commands/ListRestoreTestingSelectionsCommand";
|
|
3
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListRestoreTestingSelections(config: BackupPaginationConfiguration, input: ListRestoreTestingSelectionsCommandInput, ...additionalArguments: any): Paginator<ListRestoreTestingSelectionsCommandOutput>;
|
|
@@ -18,5 +18,8 @@ export * from "./ListRecoveryPointsByResourcePaginator";
|
|
|
18
18
|
export * from "./ListReportJobsPaginator";
|
|
19
19
|
export * from "./ListReportPlansPaginator";
|
|
20
20
|
export * from "./ListRestoreJobSummariesPaginator";
|
|
21
|
+
export * from "./ListRestoreJobsByProtectedResourcePaginator";
|
|
21
22
|
export * from "./ListRestoreJobsPaginator";
|
|
23
|
+
export * from "./ListRestoreTestingPlansPaginator";
|
|
24
|
+
export * from "./ListRestoreTestingSelectionsPaginator";
|
|
22
25
|
export * from "./ListTagsPaginator";
|
|
@@ -8,6 +8,8 @@ import { CreateFrameworkCommandInput, CreateFrameworkCommandOutput } from "../co
|
|
|
8
8
|
import { CreateLegalHoldCommandInput, CreateLegalHoldCommandOutput } from "../commands/CreateLegalHoldCommand";
|
|
9
9
|
import { CreateLogicallyAirGappedBackupVaultCommandInput, CreateLogicallyAirGappedBackupVaultCommandOutput } from "../commands/CreateLogicallyAirGappedBackupVaultCommand";
|
|
10
10
|
import { CreateReportPlanCommandInput, CreateReportPlanCommandOutput } from "../commands/CreateReportPlanCommand";
|
|
11
|
+
import { CreateRestoreTestingPlanCommandInput, CreateRestoreTestingPlanCommandOutput } from "../commands/CreateRestoreTestingPlanCommand";
|
|
12
|
+
import { CreateRestoreTestingSelectionCommandInput, CreateRestoreTestingSelectionCommandOutput } from "../commands/CreateRestoreTestingSelectionCommand";
|
|
11
13
|
import { DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput } from "../commands/DeleteBackupPlanCommand";
|
|
12
14
|
import { DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput } from "../commands/DeleteBackupSelectionCommand";
|
|
13
15
|
import { DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput } from "../commands/DeleteBackupVaultAccessPolicyCommand";
|
|
@@ -17,6 +19,8 @@ import { DeleteBackupVaultNotificationsCommandInput, DeleteBackupVaultNotificati
|
|
|
17
19
|
import { DeleteFrameworkCommandInput, DeleteFrameworkCommandOutput } from "../commands/DeleteFrameworkCommand";
|
|
18
20
|
import { DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput } from "../commands/DeleteRecoveryPointCommand";
|
|
19
21
|
import { DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput } from "../commands/DeleteReportPlanCommand";
|
|
22
|
+
import { DeleteRestoreTestingPlanCommandInput, DeleteRestoreTestingPlanCommandOutput } from "../commands/DeleteRestoreTestingPlanCommand";
|
|
23
|
+
import { DeleteRestoreTestingSelectionCommandInput, DeleteRestoreTestingSelectionCommandOutput } from "../commands/DeleteRestoreTestingSelectionCommand";
|
|
20
24
|
import { DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput } from "../commands/DescribeBackupJobCommand";
|
|
21
25
|
import { DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput } from "../commands/DescribeBackupVaultCommand";
|
|
22
26
|
import { DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput } from "../commands/DescribeCopyJobCommand";
|
|
@@ -39,6 +43,10 @@ import { GetBackupVaultAccessPolicyCommandInput, GetBackupVaultAccessPolicyComma
|
|
|
39
43
|
import { GetBackupVaultNotificationsCommandInput, GetBackupVaultNotificationsCommandOutput } from "../commands/GetBackupVaultNotificationsCommand";
|
|
40
44
|
import { GetLegalHoldCommandInput, GetLegalHoldCommandOutput } from "../commands/GetLegalHoldCommand";
|
|
41
45
|
import { GetRecoveryPointRestoreMetadataCommandInput, GetRecoveryPointRestoreMetadataCommandOutput } from "../commands/GetRecoveryPointRestoreMetadataCommand";
|
|
46
|
+
import { GetRestoreJobMetadataCommandInput, GetRestoreJobMetadataCommandOutput } from "../commands/GetRestoreJobMetadataCommand";
|
|
47
|
+
import { GetRestoreTestingInferredMetadataCommandInput, GetRestoreTestingInferredMetadataCommandOutput } from "../commands/GetRestoreTestingInferredMetadataCommand";
|
|
48
|
+
import { GetRestoreTestingPlanCommandInput, GetRestoreTestingPlanCommandOutput } from "../commands/GetRestoreTestingPlanCommand";
|
|
49
|
+
import { GetRestoreTestingSelectionCommandInput, GetRestoreTestingSelectionCommandOutput } from "../commands/GetRestoreTestingSelectionCommand";
|
|
42
50
|
import { GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput } from "../commands/GetSupportedResourceTypesCommand";
|
|
43
51
|
import { ListBackupJobsCommandInput, ListBackupJobsCommandOutput } from "../commands/ListBackupJobsCommand";
|
|
44
52
|
import { ListBackupJobSummariesCommandInput, ListBackupJobSummariesCommandOutput } from "../commands/ListBackupJobSummariesCommand";
|
|
@@ -58,12 +66,16 @@ import { ListRecoveryPointsByLegalHoldCommandInput, ListRecoveryPointsByLegalHol
|
|
|
58
66
|
import { ListRecoveryPointsByResourceCommandInput, ListRecoveryPointsByResourceCommandOutput } from "../commands/ListRecoveryPointsByResourceCommand";
|
|
59
67
|
import { ListReportJobsCommandInput, ListReportJobsCommandOutput } from "../commands/ListReportJobsCommand";
|
|
60
68
|
import { ListReportPlansCommandInput, ListReportPlansCommandOutput } from "../commands/ListReportPlansCommand";
|
|
69
|
+
import { ListRestoreJobsByProtectedResourceCommandInput, ListRestoreJobsByProtectedResourceCommandOutput } from "../commands/ListRestoreJobsByProtectedResourceCommand";
|
|
61
70
|
import { ListRestoreJobsCommandInput, ListRestoreJobsCommandOutput } from "../commands/ListRestoreJobsCommand";
|
|
62
71
|
import { ListRestoreJobSummariesCommandInput, ListRestoreJobSummariesCommandOutput } from "../commands/ListRestoreJobSummariesCommand";
|
|
72
|
+
import { ListRestoreTestingPlansCommandInput, ListRestoreTestingPlansCommandOutput } from "../commands/ListRestoreTestingPlansCommand";
|
|
73
|
+
import { ListRestoreTestingSelectionsCommandInput, ListRestoreTestingSelectionsCommandOutput } from "../commands/ListRestoreTestingSelectionsCommand";
|
|
63
74
|
import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
|
|
64
75
|
import { PutBackupVaultAccessPolicyCommandInput, PutBackupVaultAccessPolicyCommandOutput } from "../commands/PutBackupVaultAccessPolicyCommand";
|
|
65
76
|
import { PutBackupVaultLockConfigurationCommandInput, PutBackupVaultLockConfigurationCommandOutput } from "../commands/PutBackupVaultLockConfigurationCommand";
|
|
66
77
|
import { PutBackupVaultNotificationsCommandInput, PutBackupVaultNotificationsCommandOutput } from "../commands/PutBackupVaultNotificationsCommand";
|
|
78
|
+
import { PutRestoreValidationResultCommandInput, PutRestoreValidationResultCommandOutput } from "../commands/PutRestoreValidationResultCommand";
|
|
67
79
|
import { StartBackupJobCommandInput, StartBackupJobCommandOutput } from "../commands/StartBackupJobCommand";
|
|
68
80
|
import { StartCopyJobCommandInput, StartCopyJobCommandOutput } from "../commands/StartCopyJobCommand";
|
|
69
81
|
import { StartReportJobCommandInput, StartReportJobCommandOutput } from "../commands/StartReportJobCommand";
|
|
@@ -77,6 +89,8 @@ import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } f
|
|
|
77
89
|
import { UpdateRecoveryPointLifecycleCommandInput, UpdateRecoveryPointLifecycleCommandOutput } from "../commands/UpdateRecoveryPointLifecycleCommand";
|
|
78
90
|
import { UpdateRegionSettingsCommandInput, UpdateRegionSettingsCommandOutput } from "../commands/UpdateRegionSettingsCommand";
|
|
79
91
|
import { UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput } from "../commands/UpdateReportPlanCommand";
|
|
92
|
+
import { UpdateRestoreTestingPlanCommandInput, UpdateRestoreTestingPlanCommandOutput } from "../commands/UpdateRestoreTestingPlanCommand";
|
|
93
|
+
import { UpdateRestoreTestingSelectionCommandInput, UpdateRestoreTestingSelectionCommandOutput } from "../commands/UpdateRestoreTestingSelectionCommand";
|
|
80
94
|
/**
|
|
81
95
|
* serializeAws_restJson1CancelLegalHoldCommand
|
|
82
96
|
*/
|
|
@@ -109,6 +123,14 @@ export declare const se_CreateLogicallyAirGappedBackupVaultCommand: (input: Crea
|
|
|
109
123
|
* serializeAws_restJson1CreateReportPlanCommand
|
|
110
124
|
*/
|
|
111
125
|
export declare const se_CreateReportPlanCommand: (input: CreateReportPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
/**
|
|
127
|
+
* serializeAws_restJson1CreateRestoreTestingPlanCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const se_CreateRestoreTestingPlanCommand: (input: CreateRestoreTestingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
/**
|
|
131
|
+
* serializeAws_restJson1CreateRestoreTestingSelectionCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const se_CreateRestoreTestingSelectionCommand: (input: CreateRestoreTestingSelectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
134
|
/**
|
|
113
135
|
* serializeAws_restJson1DeleteBackupPlanCommand
|
|
114
136
|
*/
|
|
@@ -145,6 +167,14 @@ export declare const se_DeleteRecoveryPointCommand: (input: DeleteRecoveryPointC
|
|
|
145
167
|
* serializeAws_restJson1DeleteReportPlanCommand
|
|
146
168
|
*/
|
|
147
169
|
export declare const se_DeleteReportPlanCommand: (input: DeleteReportPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
+
/**
|
|
171
|
+
* serializeAws_restJson1DeleteRestoreTestingPlanCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const se_DeleteRestoreTestingPlanCommand: (input: DeleteRestoreTestingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
+
/**
|
|
175
|
+
* serializeAws_restJson1DeleteRestoreTestingSelectionCommand
|
|
176
|
+
*/
|
|
177
|
+
export declare const se_DeleteRestoreTestingSelectionCommand: (input: DeleteRestoreTestingSelectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
178
|
/**
|
|
149
179
|
* serializeAws_restJson1DescribeBackupJobCommand
|
|
150
180
|
*/
|
|
@@ -233,6 +263,22 @@ export declare const se_GetLegalHoldCommand: (input: GetLegalHoldCommandInput, c
|
|
|
233
263
|
* serializeAws_restJson1GetRecoveryPointRestoreMetadataCommand
|
|
234
264
|
*/
|
|
235
265
|
export declare const se_GetRecoveryPointRestoreMetadataCommand: (input: GetRecoveryPointRestoreMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
266
|
+
/**
|
|
267
|
+
* serializeAws_restJson1GetRestoreJobMetadataCommand
|
|
268
|
+
*/
|
|
269
|
+
export declare const se_GetRestoreJobMetadataCommand: (input: GetRestoreJobMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
270
|
+
/**
|
|
271
|
+
* serializeAws_restJson1GetRestoreTestingInferredMetadataCommand
|
|
272
|
+
*/
|
|
273
|
+
export declare const se_GetRestoreTestingInferredMetadataCommand: (input: GetRestoreTestingInferredMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
274
|
+
/**
|
|
275
|
+
* serializeAws_restJson1GetRestoreTestingPlanCommand
|
|
276
|
+
*/
|
|
277
|
+
export declare const se_GetRestoreTestingPlanCommand: (input: GetRestoreTestingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
278
|
+
/**
|
|
279
|
+
* serializeAws_restJson1GetRestoreTestingSelectionCommand
|
|
280
|
+
*/
|
|
281
|
+
export declare const se_GetRestoreTestingSelectionCommand: (input: GetRestoreTestingSelectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
236
282
|
/**
|
|
237
283
|
* serializeAws_restJson1GetSupportedResourceTypesCommand
|
|
238
284
|
*/
|
|
@@ -313,10 +359,22 @@ export declare const se_ListReportPlansCommand: (input: ListReportPlansCommandIn
|
|
|
313
359
|
* serializeAws_restJson1ListRestoreJobsCommand
|
|
314
360
|
*/
|
|
315
361
|
export declare const se_ListRestoreJobsCommand: (input: ListRestoreJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
362
|
+
/**
|
|
363
|
+
* serializeAws_restJson1ListRestoreJobsByProtectedResourceCommand
|
|
364
|
+
*/
|
|
365
|
+
export declare const se_ListRestoreJobsByProtectedResourceCommand: (input: ListRestoreJobsByProtectedResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
316
366
|
/**
|
|
317
367
|
* serializeAws_restJson1ListRestoreJobSummariesCommand
|
|
318
368
|
*/
|
|
319
369
|
export declare const se_ListRestoreJobSummariesCommand: (input: ListRestoreJobSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
370
|
+
/**
|
|
371
|
+
* serializeAws_restJson1ListRestoreTestingPlansCommand
|
|
372
|
+
*/
|
|
373
|
+
export declare const se_ListRestoreTestingPlansCommand: (input: ListRestoreTestingPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
374
|
+
/**
|
|
375
|
+
* serializeAws_restJson1ListRestoreTestingSelectionsCommand
|
|
376
|
+
*/
|
|
377
|
+
export declare const se_ListRestoreTestingSelectionsCommand: (input: ListRestoreTestingSelectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
320
378
|
/**
|
|
321
379
|
* serializeAws_restJson1ListTagsCommand
|
|
322
380
|
*/
|
|
@@ -333,6 +391,10 @@ export declare const se_PutBackupVaultLockConfigurationCommand: (input: PutBacku
|
|
|
333
391
|
* serializeAws_restJson1PutBackupVaultNotificationsCommand
|
|
334
392
|
*/
|
|
335
393
|
export declare const se_PutBackupVaultNotificationsCommand: (input: PutBackupVaultNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
394
|
+
/**
|
|
395
|
+
* serializeAws_restJson1PutRestoreValidationResultCommand
|
|
396
|
+
*/
|
|
397
|
+
export declare const se_PutRestoreValidationResultCommand: (input: PutRestoreValidationResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
336
398
|
/**
|
|
337
399
|
* serializeAws_restJson1StartBackupJobCommand
|
|
338
400
|
*/
|
|
@@ -385,6 +447,14 @@ export declare const se_UpdateRegionSettingsCommand: (input: UpdateRegionSetting
|
|
|
385
447
|
* serializeAws_restJson1UpdateReportPlanCommand
|
|
386
448
|
*/
|
|
387
449
|
export declare const se_UpdateReportPlanCommand: (input: UpdateReportPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
450
|
+
/**
|
|
451
|
+
* serializeAws_restJson1UpdateRestoreTestingPlanCommand
|
|
452
|
+
*/
|
|
453
|
+
export declare const se_UpdateRestoreTestingPlanCommand: (input: UpdateRestoreTestingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
454
|
+
/**
|
|
455
|
+
* serializeAws_restJson1UpdateRestoreTestingSelectionCommand
|
|
456
|
+
*/
|
|
457
|
+
export declare const se_UpdateRestoreTestingSelectionCommand: (input: UpdateRestoreTestingSelectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
388
458
|
/**
|
|
389
459
|
* deserializeAws_restJson1CancelLegalHoldCommand
|
|
390
460
|
*/
|
|
@@ -417,6 +487,14 @@ export declare const de_CreateLogicallyAirGappedBackupVaultCommand: (output: __H
|
|
|
417
487
|
* deserializeAws_restJson1CreateReportPlanCommand
|
|
418
488
|
*/
|
|
419
489
|
export declare const de_CreateReportPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReportPlanCommandOutput>;
|
|
490
|
+
/**
|
|
491
|
+
* deserializeAws_restJson1CreateRestoreTestingPlanCommand
|
|
492
|
+
*/
|
|
493
|
+
export declare const de_CreateRestoreTestingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRestoreTestingPlanCommandOutput>;
|
|
494
|
+
/**
|
|
495
|
+
* deserializeAws_restJson1CreateRestoreTestingSelectionCommand
|
|
496
|
+
*/
|
|
497
|
+
export declare const de_CreateRestoreTestingSelectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRestoreTestingSelectionCommandOutput>;
|
|
420
498
|
/**
|
|
421
499
|
* deserializeAws_restJson1DeleteBackupPlanCommand
|
|
422
500
|
*/
|
|
@@ -453,6 +531,14 @@ export declare const de_DeleteRecoveryPointCommand: (output: __HttpResponse, con
|
|
|
453
531
|
* deserializeAws_restJson1DeleteReportPlanCommand
|
|
454
532
|
*/
|
|
455
533
|
export declare const de_DeleteReportPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReportPlanCommandOutput>;
|
|
534
|
+
/**
|
|
535
|
+
* deserializeAws_restJson1DeleteRestoreTestingPlanCommand
|
|
536
|
+
*/
|
|
537
|
+
export declare const de_DeleteRestoreTestingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRestoreTestingPlanCommandOutput>;
|
|
538
|
+
/**
|
|
539
|
+
* deserializeAws_restJson1DeleteRestoreTestingSelectionCommand
|
|
540
|
+
*/
|
|
541
|
+
export declare const de_DeleteRestoreTestingSelectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRestoreTestingSelectionCommandOutput>;
|
|
456
542
|
/**
|
|
457
543
|
* deserializeAws_restJson1DescribeBackupJobCommand
|
|
458
544
|
*/
|
|
@@ -541,6 +627,22 @@ export declare const de_GetLegalHoldCommand: (output: __HttpResponse, context: _
|
|
|
541
627
|
* deserializeAws_restJson1GetRecoveryPointRestoreMetadataCommand
|
|
542
628
|
*/
|
|
543
629
|
export declare const de_GetRecoveryPointRestoreMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecoveryPointRestoreMetadataCommandOutput>;
|
|
630
|
+
/**
|
|
631
|
+
* deserializeAws_restJson1GetRestoreJobMetadataCommand
|
|
632
|
+
*/
|
|
633
|
+
export declare const de_GetRestoreJobMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRestoreJobMetadataCommandOutput>;
|
|
634
|
+
/**
|
|
635
|
+
* deserializeAws_restJson1GetRestoreTestingInferredMetadataCommand
|
|
636
|
+
*/
|
|
637
|
+
export declare const de_GetRestoreTestingInferredMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRestoreTestingInferredMetadataCommandOutput>;
|
|
638
|
+
/**
|
|
639
|
+
* deserializeAws_restJson1GetRestoreTestingPlanCommand
|
|
640
|
+
*/
|
|
641
|
+
export declare const de_GetRestoreTestingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRestoreTestingPlanCommandOutput>;
|
|
642
|
+
/**
|
|
643
|
+
* deserializeAws_restJson1GetRestoreTestingSelectionCommand
|
|
644
|
+
*/
|
|
645
|
+
export declare const de_GetRestoreTestingSelectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRestoreTestingSelectionCommandOutput>;
|
|
544
646
|
/**
|
|
545
647
|
* deserializeAws_restJson1GetSupportedResourceTypesCommand
|
|
546
648
|
*/
|
|
@@ -621,10 +723,22 @@ export declare const de_ListReportPlansCommand: (output: __HttpResponse, context
|
|
|
621
723
|
* deserializeAws_restJson1ListRestoreJobsCommand
|
|
622
724
|
*/
|
|
623
725
|
export declare const de_ListRestoreJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRestoreJobsCommandOutput>;
|
|
726
|
+
/**
|
|
727
|
+
* deserializeAws_restJson1ListRestoreJobsByProtectedResourceCommand
|
|
728
|
+
*/
|
|
729
|
+
export declare const de_ListRestoreJobsByProtectedResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRestoreJobsByProtectedResourceCommandOutput>;
|
|
624
730
|
/**
|
|
625
731
|
* deserializeAws_restJson1ListRestoreJobSummariesCommand
|
|
626
732
|
*/
|
|
627
733
|
export declare const de_ListRestoreJobSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRestoreJobSummariesCommandOutput>;
|
|
734
|
+
/**
|
|
735
|
+
* deserializeAws_restJson1ListRestoreTestingPlansCommand
|
|
736
|
+
*/
|
|
737
|
+
export declare const de_ListRestoreTestingPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRestoreTestingPlansCommandOutput>;
|
|
738
|
+
/**
|
|
739
|
+
* deserializeAws_restJson1ListRestoreTestingSelectionsCommand
|
|
740
|
+
*/
|
|
741
|
+
export declare const de_ListRestoreTestingSelectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRestoreTestingSelectionsCommandOutput>;
|
|
628
742
|
/**
|
|
629
743
|
* deserializeAws_restJson1ListTagsCommand
|
|
630
744
|
*/
|
|
@@ -641,6 +755,10 @@ export declare const de_PutBackupVaultLockConfigurationCommand: (output: __HttpR
|
|
|
641
755
|
* deserializeAws_restJson1PutBackupVaultNotificationsCommand
|
|
642
756
|
*/
|
|
643
757
|
export declare const de_PutBackupVaultNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBackupVaultNotificationsCommandOutput>;
|
|
758
|
+
/**
|
|
759
|
+
* deserializeAws_restJson1PutRestoreValidationResultCommand
|
|
760
|
+
*/
|
|
761
|
+
export declare const de_PutRestoreValidationResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRestoreValidationResultCommandOutput>;
|
|
644
762
|
/**
|
|
645
763
|
* deserializeAws_restJson1StartBackupJobCommand
|
|
646
764
|
*/
|
|
@@ -693,3 +811,11 @@ export declare const de_UpdateRegionSettingsCommand: (output: __HttpResponse, co
|
|
|
693
811
|
* deserializeAws_restJson1UpdateReportPlanCommand
|
|
694
812
|
*/
|
|
695
813
|
export declare const de_UpdateReportPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReportPlanCommandOutput>;
|
|
814
|
+
/**
|
|
815
|
+
* deserializeAws_restJson1UpdateRestoreTestingPlanCommand
|
|
816
|
+
*/
|
|
817
|
+
export declare const de_UpdateRestoreTestingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRestoreTestingPlanCommandOutput>;
|
|
818
|
+
/**
|
|
819
|
+
* deserializeAws_restJson1UpdateRestoreTestingSelectionCommand
|
|
820
|
+
*/
|
|
821
|
+
export declare const de_UpdateRestoreTestingSelectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRestoreTestingSelectionCommandOutput>;
|
|
@@ -32,6 +32,14 @@ import {
|
|
|
32
32
|
CreateReportPlanCommandInput,
|
|
33
33
|
CreateReportPlanCommandOutput,
|
|
34
34
|
} from "./commands/CreateReportPlanCommand";
|
|
35
|
+
import {
|
|
36
|
+
CreateRestoreTestingPlanCommandInput,
|
|
37
|
+
CreateRestoreTestingPlanCommandOutput,
|
|
38
|
+
} from "./commands/CreateRestoreTestingPlanCommand";
|
|
39
|
+
import {
|
|
40
|
+
CreateRestoreTestingSelectionCommandInput,
|
|
41
|
+
CreateRestoreTestingSelectionCommandOutput,
|
|
42
|
+
} from "./commands/CreateRestoreTestingSelectionCommand";
|
|
35
43
|
import {
|
|
36
44
|
DeleteBackupPlanCommandInput,
|
|
37
45
|
DeleteBackupPlanCommandOutput,
|
|
@@ -68,6 +76,14 @@ import {
|
|
|
68
76
|
DeleteReportPlanCommandInput,
|
|
69
77
|
DeleteReportPlanCommandOutput,
|
|
70
78
|
} from "./commands/DeleteReportPlanCommand";
|
|
79
|
+
import {
|
|
80
|
+
DeleteRestoreTestingPlanCommandInput,
|
|
81
|
+
DeleteRestoreTestingPlanCommandOutput,
|
|
82
|
+
} from "./commands/DeleteRestoreTestingPlanCommand";
|
|
83
|
+
import {
|
|
84
|
+
DeleteRestoreTestingSelectionCommandInput,
|
|
85
|
+
DeleteRestoreTestingSelectionCommandOutput,
|
|
86
|
+
} from "./commands/DeleteRestoreTestingSelectionCommand";
|
|
71
87
|
import {
|
|
72
88
|
DescribeBackupJobCommandInput,
|
|
73
89
|
DescribeBackupJobCommandOutput,
|
|
@@ -156,6 +172,22 @@ import {
|
|
|
156
172
|
GetRecoveryPointRestoreMetadataCommandInput,
|
|
157
173
|
GetRecoveryPointRestoreMetadataCommandOutput,
|
|
158
174
|
} from "./commands/GetRecoveryPointRestoreMetadataCommand";
|
|
175
|
+
import {
|
|
176
|
+
GetRestoreJobMetadataCommandInput,
|
|
177
|
+
GetRestoreJobMetadataCommandOutput,
|
|
178
|
+
} from "./commands/GetRestoreJobMetadataCommand";
|
|
179
|
+
import {
|
|
180
|
+
GetRestoreTestingInferredMetadataCommandInput,
|
|
181
|
+
GetRestoreTestingInferredMetadataCommandOutput,
|
|
182
|
+
} from "./commands/GetRestoreTestingInferredMetadataCommand";
|
|
183
|
+
import {
|
|
184
|
+
GetRestoreTestingPlanCommandInput,
|
|
185
|
+
GetRestoreTestingPlanCommandOutput,
|
|
186
|
+
} from "./commands/GetRestoreTestingPlanCommand";
|
|
187
|
+
import {
|
|
188
|
+
GetRestoreTestingSelectionCommandInput,
|
|
189
|
+
GetRestoreTestingSelectionCommandOutput,
|
|
190
|
+
} from "./commands/GetRestoreTestingSelectionCommand";
|
|
159
191
|
import {
|
|
160
192
|
GetSupportedResourceTypesCommandInput,
|
|
161
193
|
GetSupportedResourceTypesCommandOutput,
|
|
@@ -232,6 +264,10 @@ import {
|
|
|
232
264
|
ListReportPlansCommandInput,
|
|
233
265
|
ListReportPlansCommandOutput,
|
|
234
266
|
} from "./commands/ListReportPlansCommand";
|
|
267
|
+
import {
|
|
268
|
+
ListRestoreJobsByProtectedResourceCommandInput,
|
|
269
|
+
ListRestoreJobsByProtectedResourceCommandOutput,
|
|
270
|
+
} from "./commands/ListRestoreJobsByProtectedResourceCommand";
|
|
235
271
|
import {
|
|
236
272
|
ListRestoreJobsCommandInput,
|
|
237
273
|
ListRestoreJobsCommandOutput,
|
|
@@ -240,6 +276,14 @@ import {
|
|
|
240
276
|
ListRestoreJobSummariesCommandInput,
|
|
241
277
|
ListRestoreJobSummariesCommandOutput,
|
|
242
278
|
} from "./commands/ListRestoreJobSummariesCommand";
|
|
279
|
+
import {
|
|
280
|
+
ListRestoreTestingPlansCommandInput,
|
|
281
|
+
ListRestoreTestingPlansCommandOutput,
|
|
282
|
+
} from "./commands/ListRestoreTestingPlansCommand";
|
|
283
|
+
import {
|
|
284
|
+
ListRestoreTestingSelectionsCommandInput,
|
|
285
|
+
ListRestoreTestingSelectionsCommandOutput,
|
|
286
|
+
} from "./commands/ListRestoreTestingSelectionsCommand";
|
|
243
287
|
import {
|
|
244
288
|
ListTagsCommandInput,
|
|
245
289
|
ListTagsCommandOutput,
|
|
@@ -256,6 +300,10 @@ import {
|
|
|
256
300
|
PutBackupVaultNotificationsCommandInput,
|
|
257
301
|
PutBackupVaultNotificationsCommandOutput,
|
|
258
302
|
} from "./commands/PutBackupVaultNotificationsCommand";
|
|
303
|
+
import {
|
|
304
|
+
PutRestoreValidationResultCommandInput,
|
|
305
|
+
PutRestoreValidationResultCommandOutput,
|
|
306
|
+
} from "./commands/PutRestoreValidationResultCommand";
|
|
259
307
|
import {
|
|
260
308
|
StartBackupJobCommandInput,
|
|
261
309
|
StartBackupJobCommandOutput,
|
|
@@ -308,6 +356,14 @@ import {
|
|
|
308
356
|
UpdateReportPlanCommandInput,
|
|
309
357
|
UpdateReportPlanCommandOutput,
|
|
310
358
|
} from "./commands/UpdateReportPlanCommand";
|
|
359
|
+
import {
|
|
360
|
+
UpdateRestoreTestingPlanCommandInput,
|
|
361
|
+
UpdateRestoreTestingPlanCommandOutput,
|
|
362
|
+
} from "./commands/UpdateRestoreTestingPlanCommand";
|
|
363
|
+
import {
|
|
364
|
+
UpdateRestoreTestingSelectionCommandInput,
|
|
365
|
+
UpdateRestoreTestingSelectionCommandOutput,
|
|
366
|
+
} from "./commands/UpdateRestoreTestingSelectionCommand";
|
|
311
367
|
export interface Backup {
|
|
312
368
|
cancelLegalHold(
|
|
313
369
|
args: CancelLegalHoldCommandInput,
|
|
@@ -419,6 +475,32 @@ export interface Backup {
|
|
|
419
475
|
options: __HttpHandlerOptions,
|
|
420
476
|
cb: (err: any, data?: CreateReportPlanCommandOutput) => void
|
|
421
477
|
): void;
|
|
478
|
+
createRestoreTestingPlan(
|
|
479
|
+
args: CreateRestoreTestingPlanCommandInput,
|
|
480
|
+
options?: __HttpHandlerOptions
|
|
481
|
+
): Promise<CreateRestoreTestingPlanCommandOutput>;
|
|
482
|
+
createRestoreTestingPlan(
|
|
483
|
+
args: CreateRestoreTestingPlanCommandInput,
|
|
484
|
+
cb: (err: any, data?: CreateRestoreTestingPlanCommandOutput) => void
|
|
485
|
+
): void;
|
|
486
|
+
createRestoreTestingPlan(
|
|
487
|
+
args: CreateRestoreTestingPlanCommandInput,
|
|
488
|
+
options: __HttpHandlerOptions,
|
|
489
|
+
cb: (err: any, data?: CreateRestoreTestingPlanCommandOutput) => void
|
|
490
|
+
): void;
|
|
491
|
+
createRestoreTestingSelection(
|
|
492
|
+
args: CreateRestoreTestingSelectionCommandInput,
|
|
493
|
+
options?: __HttpHandlerOptions
|
|
494
|
+
): Promise<CreateRestoreTestingSelectionCommandOutput>;
|
|
495
|
+
createRestoreTestingSelection(
|
|
496
|
+
args: CreateRestoreTestingSelectionCommandInput,
|
|
497
|
+
cb: (err: any, data?: CreateRestoreTestingSelectionCommandOutput) => void
|
|
498
|
+
): void;
|
|
499
|
+
createRestoreTestingSelection(
|
|
500
|
+
args: CreateRestoreTestingSelectionCommandInput,
|
|
501
|
+
options: __HttpHandlerOptions,
|
|
502
|
+
cb: (err: any, data?: CreateRestoreTestingSelectionCommandOutput) => void
|
|
503
|
+
): void;
|
|
422
504
|
deleteBackupPlan(
|
|
423
505
|
args: DeleteBackupPlanCommandInput,
|
|
424
506
|
options?: __HttpHandlerOptions
|
|
@@ -542,6 +624,32 @@ export interface Backup {
|
|
|
542
624
|
options: __HttpHandlerOptions,
|
|
543
625
|
cb: (err: any, data?: DeleteReportPlanCommandOutput) => void
|
|
544
626
|
): void;
|
|
627
|
+
deleteRestoreTestingPlan(
|
|
628
|
+
args: DeleteRestoreTestingPlanCommandInput,
|
|
629
|
+
options?: __HttpHandlerOptions
|
|
630
|
+
): Promise<DeleteRestoreTestingPlanCommandOutput>;
|
|
631
|
+
deleteRestoreTestingPlan(
|
|
632
|
+
args: DeleteRestoreTestingPlanCommandInput,
|
|
633
|
+
cb: (err: any, data?: DeleteRestoreTestingPlanCommandOutput) => void
|
|
634
|
+
): void;
|
|
635
|
+
deleteRestoreTestingPlan(
|
|
636
|
+
args: DeleteRestoreTestingPlanCommandInput,
|
|
637
|
+
options: __HttpHandlerOptions,
|
|
638
|
+
cb: (err: any, data?: DeleteRestoreTestingPlanCommandOutput) => void
|
|
639
|
+
): void;
|
|
640
|
+
deleteRestoreTestingSelection(
|
|
641
|
+
args: DeleteRestoreTestingSelectionCommandInput,
|
|
642
|
+
options?: __HttpHandlerOptions
|
|
643
|
+
): Promise<DeleteRestoreTestingSelectionCommandOutput>;
|
|
644
|
+
deleteRestoreTestingSelection(
|
|
645
|
+
args: DeleteRestoreTestingSelectionCommandInput,
|
|
646
|
+
cb: (err: any, data?: DeleteRestoreTestingSelectionCommandOutput) => void
|
|
647
|
+
): void;
|
|
648
|
+
deleteRestoreTestingSelection(
|
|
649
|
+
args: DeleteRestoreTestingSelectionCommandInput,
|
|
650
|
+
options: __HttpHandlerOptions,
|
|
651
|
+
cb: (err: any, data?: DeleteRestoreTestingSelectionCommandOutput) => void
|
|
652
|
+
): void;
|
|
545
653
|
describeBackupJob(
|
|
546
654
|
args: DescribeBackupJobCommandInput,
|
|
547
655
|
options?: __HttpHandlerOptions
|
|
@@ -834,6 +942,64 @@ export interface Backup {
|
|
|
834
942
|
options: __HttpHandlerOptions,
|
|
835
943
|
cb: (err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void
|
|
836
944
|
): void;
|
|
945
|
+
getRestoreJobMetadata(
|
|
946
|
+
args: GetRestoreJobMetadataCommandInput,
|
|
947
|
+
options?: __HttpHandlerOptions
|
|
948
|
+
): Promise<GetRestoreJobMetadataCommandOutput>;
|
|
949
|
+
getRestoreJobMetadata(
|
|
950
|
+
args: GetRestoreJobMetadataCommandInput,
|
|
951
|
+
cb: (err: any, data?: GetRestoreJobMetadataCommandOutput) => void
|
|
952
|
+
): void;
|
|
953
|
+
getRestoreJobMetadata(
|
|
954
|
+
args: GetRestoreJobMetadataCommandInput,
|
|
955
|
+
options: __HttpHandlerOptions,
|
|
956
|
+
cb: (err: any, data?: GetRestoreJobMetadataCommandOutput) => void
|
|
957
|
+
): void;
|
|
958
|
+
getRestoreTestingInferredMetadata(
|
|
959
|
+
args: GetRestoreTestingInferredMetadataCommandInput,
|
|
960
|
+
options?: __HttpHandlerOptions
|
|
961
|
+
): Promise<GetRestoreTestingInferredMetadataCommandOutput>;
|
|
962
|
+
getRestoreTestingInferredMetadata(
|
|
963
|
+
args: GetRestoreTestingInferredMetadataCommandInput,
|
|
964
|
+
cb: (
|
|
965
|
+
err: any,
|
|
966
|
+
data?: GetRestoreTestingInferredMetadataCommandOutput
|
|
967
|
+
) => void
|
|
968
|
+
): void;
|
|
969
|
+
getRestoreTestingInferredMetadata(
|
|
970
|
+
args: GetRestoreTestingInferredMetadataCommandInput,
|
|
971
|
+
options: __HttpHandlerOptions,
|
|
972
|
+
cb: (
|
|
973
|
+
err: any,
|
|
974
|
+
data?: GetRestoreTestingInferredMetadataCommandOutput
|
|
975
|
+
) => void
|
|
976
|
+
): void;
|
|
977
|
+
getRestoreTestingPlan(
|
|
978
|
+
args: GetRestoreTestingPlanCommandInput,
|
|
979
|
+
options?: __HttpHandlerOptions
|
|
980
|
+
): Promise<GetRestoreTestingPlanCommandOutput>;
|
|
981
|
+
getRestoreTestingPlan(
|
|
982
|
+
args: GetRestoreTestingPlanCommandInput,
|
|
983
|
+
cb: (err: any, data?: GetRestoreTestingPlanCommandOutput) => void
|
|
984
|
+
): void;
|
|
985
|
+
getRestoreTestingPlan(
|
|
986
|
+
args: GetRestoreTestingPlanCommandInput,
|
|
987
|
+
options: __HttpHandlerOptions,
|
|
988
|
+
cb: (err: any, data?: GetRestoreTestingPlanCommandOutput) => void
|
|
989
|
+
): void;
|
|
990
|
+
getRestoreTestingSelection(
|
|
991
|
+
args: GetRestoreTestingSelectionCommandInput,
|
|
992
|
+
options?: __HttpHandlerOptions
|
|
993
|
+
): Promise<GetRestoreTestingSelectionCommandOutput>;
|
|
994
|
+
getRestoreTestingSelection(
|
|
995
|
+
args: GetRestoreTestingSelectionCommandInput,
|
|
996
|
+
cb: (err: any, data?: GetRestoreTestingSelectionCommandOutput) => void
|
|
997
|
+
): void;
|
|
998
|
+
getRestoreTestingSelection(
|
|
999
|
+
args: GetRestoreTestingSelectionCommandInput,
|
|
1000
|
+
options: __HttpHandlerOptions,
|
|
1001
|
+
cb: (err: any, data?: GetRestoreTestingSelectionCommandOutput) => void
|
|
1002
|
+
): void;
|
|
837
1003
|
getSupportedResourceTypes(
|
|
838
1004
|
args: GetSupportedResourceTypesCommandInput,
|
|
839
1005
|
options?: __HttpHandlerOptions
|
|
@@ -1100,6 +1266,25 @@ export interface Backup {
|
|
|
1100
1266
|
options: __HttpHandlerOptions,
|
|
1101
1267
|
cb: (err: any, data?: ListRestoreJobsCommandOutput) => void
|
|
1102
1268
|
): void;
|
|
1269
|
+
listRestoreJobsByProtectedResource(
|
|
1270
|
+
args: ListRestoreJobsByProtectedResourceCommandInput,
|
|
1271
|
+
options?: __HttpHandlerOptions
|
|
1272
|
+
): Promise<ListRestoreJobsByProtectedResourceCommandOutput>;
|
|
1273
|
+
listRestoreJobsByProtectedResource(
|
|
1274
|
+
args: ListRestoreJobsByProtectedResourceCommandInput,
|
|
1275
|
+
cb: (
|
|
1276
|
+
err: any,
|
|
1277
|
+
data?: ListRestoreJobsByProtectedResourceCommandOutput
|
|
1278
|
+
) => void
|
|
1279
|
+
): void;
|
|
1280
|
+
listRestoreJobsByProtectedResource(
|
|
1281
|
+
args: ListRestoreJobsByProtectedResourceCommandInput,
|
|
1282
|
+
options: __HttpHandlerOptions,
|
|
1283
|
+
cb: (
|
|
1284
|
+
err: any,
|
|
1285
|
+
data?: ListRestoreJobsByProtectedResourceCommandOutput
|
|
1286
|
+
) => void
|
|
1287
|
+
): void;
|
|
1103
1288
|
listRestoreJobSummaries(
|
|
1104
1289
|
args: ListRestoreJobSummariesCommandInput,
|
|
1105
1290
|
options?: __HttpHandlerOptions
|
|
@@ -1113,6 +1298,32 @@ export interface Backup {
|
|
|
1113
1298
|
options: __HttpHandlerOptions,
|
|
1114
1299
|
cb: (err: any, data?: ListRestoreJobSummariesCommandOutput) => void
|
|
1115
1300
|
): void;
|
|
1301
|
+
listRestoreTestingPlans(
|
|
1302
|
+
args: ListRestoreTestingPlansCommandInput,
|
|
1303
|
+
options?: __HttpHandlerOptions
|
|
1304
|
+
): Promise<ListRestoreTestingPlansCommandOutput>;
|
|
1305
|
+
listRestoreTestingPlans(
|
|
1306
|
+
args: ListRestoreTestingPlansCommandInput,
|
|
1307
|
+
cb: (err: any, data?: ListRestoreTestingPlansCommandOutput) => void
|
|
1308
|
+
): void;
|
|
1309
|
+
listRestoreTestingPlans(
|
|
1310
|
+
args: ListRestoreTestingPlansCommandInput,
|
|
1311
|
+
options: __HttpHandlerOptions,
|
|
1312
|
+
cb: (err: any, data?: ListRestoreTestingPlansCommandOutput) => void
|
|
1313
|
+
): void;
|
|
1314
|
+
listRestoreTestingSelections(
|
|
1315
|
+
args: ListRestoreTestingSelectionsCommandInput,
|
|
1316
|
+
options?: __HttpHandlerOptions
|
|
1317
|
+
): Promise<ListRestoreTestingSelectionsCommandOutput>;
|
|
1318
|
+
listRestoreTestingSelections(
|
|
1319
|
+
args: ListRestoreTestingSelectionsCommandInput,
|
|
1320
|
+
cb: (err: any, data?: ListRestoreTestingSelectionsCommandOutput) => void
|
|
1321
|
+
): void;
|
|
1322
|
+
listRestoreTestingSelections(
|
|
1323
|
+
args: ListRestoreTestingSelectionsCommandInput,
|
|
1324
|
+
options: __HttpHandlerOptions,
|
|
1325
|
+
cb: (err: any, data?: ListRestoreTestingSelectionsCommandOutput) => void
|
|
1326
|
+
): void;
|
|
1116
1327
|
listTags(
|
|
1117
1328
|
args: ListTagsCommandInput,
|
|
1118
1329
|
options?: __HttpHandlerOptions
|
|
@@ -1165,6 +1376,19 @@ export interface Backup {
|
|
|
1165
1376
|
options: __HttpHandlerOptions,
|
|
1166
1377
|
cb: (err: any, data?: PutBackupVaultNotificationsCommandOutput) => void
|
|
1167
1378
|
): void;
|
|
1379
|
+
putRestoreValidationResult(
|
|
1380
|
+
args: PutRestoreValidationResultCommandInput,
|
|
1381
|
+
options?: __HttpHandlerOptions
|
|
1382
|
+
): Promise<PutRestoreValidationResultCommandOutput>;
|
|
1383
|
+
putRestoreValidationResult(
|
|
1384
|
+
args: PutRestoreValidationResultCommandInput,
|
|
1385
|
+
cb: (err: any, data?: PutRestoreValidationResultCommandOutput) => void
|
|
1386
|
+
): void;
|
|
1387
|
+
putRestoreValidationResult(
|
|
1388
|
+
args: PutRestoreValidationResultCommandInput,
|
|
1389
|
+
options: __HttpHandlerOptions,
|
|
1390
|
+
cb: (err: any, data?: PutRestoreValidationResultCommandOutput) => void
|
|
1391
|
+
): void;
|
|
1168
1392
|
startBackupJob(
|
|
1169
1393
|
args: StartBackupJobCommandInput,
|
|
1170
1394
|
options?: __HttpHandlerOptions
|
|
@@ -1334,5 +1558,31 @@ export interface Backup {
|
|
|
1334
1558
|
options: __HttpHandlerOptions,
|
|
1335
1559
|
cb: (err: any, data?: UpdateReportPlanCommandOutput) => void
|
|
1336
1560
|
): void;
|
|
1561
|
+
updateRestoreTestingPlan(
|
|
1562
|
+
args: UpdateRestoreTestingPlanCommandInput,
|
|
1563
|
+
options?: __HttpHandlerOptions
|
|
1564
|
+
): Promise<UpdateRestoreTestingPlanCommandOutput>;
|
|
1565
|
+
updateRestoreTestingPlan(
|
|
1566
|
+
args: UpdateRestoreTestingPlanCommandInput,
|
|
1567
|
+
cb: (err: any, data?: UpdateRestoreTestingPlanCommandOutput) => void
|
|
1568
|
+
): void;
|
|
1569
|
+
updateRestoreTestingPlan(
|
|
1570
|
+
args: UpdateRestoreTestingPlanCommandInput,
|
|
1571
|
+
options: __HttpHandlerOptions,
|
|
1572
|
+
cb: (err: any, data?: UpdateRestoreTestingPlanCommandOutput) => void
|
|
1573
|
+
): void;
|
|
1574
|
+
updateRestoreTestingSelection(
|
|
1575
|
+
args: UpdateRestoreTestingSelectionCommandInput,
|
|
1576
|
+
options?: __HttpHandlerOptions
|
|
1577
|
+
): Promise<UpdateRestoreTestingSelectionCommandOutput>;
|
|
1578
|
+
updateRestoreTestingSelection(
|
|
1579
|
+
args: UpdateRestoreTestingSelectionCommandInput,
|
|
1580
|
+
cb: (err: any, data?: UpdateRestoreTestingSelectionCommandOutput) => void
|
|
1581
|
+
): void;
|
|
1582
|
+
updateRestoreTestingSelection(
|
|
1583
|
+
args: UpdateRestoreTestingSelectionCommandInput,
|
|
1584
|
+
options: __HttpHandlerOptions,
|
|
1585
|
+
cb: (err: any, data?: UpdateRestoreTestingSelectionCommandOutput) => void
|
|
1586
|
+
): void;
|
|
1337
1587
|
}
|
|
1338
1588
|
export declare class Backup extends BackupClient implements Backup {}
|