@aws-sdk/client-backup 3.458.0 → 3.460.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 +12 -12
package/dist-types/Backup.d.ts
CHANGED
|
@@ -8,6 +8,8 @@ import { CreateFrameworkCommandInput, CreateFrameworkCommandOutput } from "./com
|
|
|
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
|
export interface Backup {
|
|
81
95
|
/**
|
|
82
96
|
* @see {@link CancelLegalHoldCommand}
|
|
@@ -126,6 +140,18 @@ export interface Backup {
|
|
|
126
140
|
createReportPlan(args: CreateReportPlanCommandInput, options?: __HttpHandlerOptions): Promise<CreateReportPlanCommandOutput>;
|
|
127
141
|
createReportPlan(args: CreateReportPlanCommandInput, cb: (err: any, data?: CreateReportPlanCommandOutput) => void): void;
|
|
128
142
|
createReportPlan(args: CreateReportPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReportPlanCommandOutput) => void): void;
|
|
143
|
+
/**
|
|
144
|
+
* @see {@link CreateRestoreTestingPlanCommand}
|
|
145
|
+
*/
|
|
146
|
+
createRestoreTestingPlan(args: CreateRestoreTestingPlanCommandInput, options?: __HttpHandlerOptions): Promise<CreateRestoreTestingPlanCommandOutput>;
|
|
147
|
+
createRestoreTestingPlan(args: CreateRestoreTestingPlanCommandInput, cb: (err: any, data?: CreateRestoreTestingPlanCommandOutput) => void): void;
|
|
148
|
+
createRestoreTestingPlan(args: CreateRestoreTestingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRestoreTestingPlanCommandOutput) => void): void;
|
|
149
|
+
/**
|
|
150
|
+
* @see {@link CreateRestoreTestingSelectionCommand}
|
|
151
|
+
*/
|
|
152
|
+
createRestoreTestingSelection(args: CreateRestoreTestingSelectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateRestoreTestingSelectionCommandOutput>;
|
|
153
|
+
createRestoreTestingSelection(args: CreateRestoreTestingSelectionCommandInput, cb: (err: any, data?: CreateRestoreTestingSelectionCommandOutput) => void): void;
|
|
154
|
+
createRestoreTestingSelection(args: CreateRestoreTestingSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRestoreTestingSelectionCommandOutput) => void): void;
|
|
129
155
|
/**
|
|
130
156
|
* @see {@link DeleteBackupPlanCommand}
|
|
131
157
|
*/
|
|
@@ -180,6 +206,18 @@ export interface Backup {
|
|
|
180
206
|
deleteReportPlan(args: DeleteReportPlanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReportPlanCommandOutput>;
|
|
181
207
|
deleteReportPlan(args: DeleteReportPlanCommandInput, cb: (err: any, data?: DeleteReportPlanCommandOutput) => void): void;
|
|
182
208
|
deleteReportPlan(args: DeleteReportPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReportPlanCommandOutput) => void): void;
|
|
209
|
+
/**
|
|
210
|
+
* @see {@link DeleteRestoreTestingPlanCommand}
|
|
211
|
+
*/
|
|
212
|
+
deleteRestoreTestingPlan(args: DeleteRestoreTestingPlanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRestoreTestingPlanCommandOutput>;
|
|
213
|
+
deleteRestoreTestingPlan(args: DeleteRestoreTestingPlanCommandInput, cb: (err: any, data?: DeleteRestoreTestingPlanCommandOutput) => void): void;
|
|
214
|
+
deleteRestoreTestingPlan(args: DeleteRestoreTestingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRestoreTestingPlanCommandOutput) => void): void;
|
|
215
|
+
/**
|
|
216
|
+
* @see {@link DeleteRestoreTestingSelectionCommand}
|
|
217
|
+
*/
|
|
218
|
+
deleteRestoreTestingSelection(args: DeleteRestoreTestingSelectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRestoreTestingSelectionCommandOutput>;
|
|
219
|
+
deleteRestoreTestingSelection(args: DeleteRestoreTestingSelectionCommandInput, cb: (err: any, data?: DeleteRestoreTestingSelectionCommandOutput) => void): void;
|
|
220
|
+
deleteRestoreTestingSelection(args: DeleteRestoreTestingSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRestoreTestingSelectionCommandOutput) => void): void;
|
|
183
221
|
/**
|
|
184
222
|
* @see {@link DescribeBackupJobCommand}
|
|
185
223
|
*/
|
|
@@ -312,6 +350,30 @@ export interface Backup {
|
|
|
312
350
|
getRecoveryPointRestoreMetadata(args: GetRecoveryPointRestoreMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetRecoveryPointRestoreMetadataCommandOutput>;
|
|
313
351
|
getRecoveryPointRestoreMetadata(args: GetRecoveryPointRestoreMetadataCommandInput, cb: (err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void): void;
|
|
314
352
|
getRecoveryPointRestoreMetadata(args: GetRecoveryPointRestoreMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void): void;
|
|
353
|
+
/**
|
|
354
|
+
* @see {@link GetRestoreJobMetadataCommand}
|
|
355
|
+
*/
|
|
356
|
+
getRestoreJobMetadata(args: GetRestoreJobMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetRestoreJobMetadataCommandOutput>;
|
|
357
|
+
getRestoreJobMetadata(args: GetRestoreJobMetadataCommandInput, cb: (err: any, data?: GetRestoreJobMetadataCommandOutput) => void): void;
|
|
358
|
+
getRestoreJobMetadata(args: GetRestoreJobMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRestoreJobMetadataCommandOutput) => void): void;
|
|
359
|
+
/**
|
|
360
|
+
* @see {@link GetRestoreTestingInferredMetadataCommand}
|
|
361
|
+
*/
|
|
362
|
+
getRestoreTestingInferredMetadata(args: GetRestoreTestingInferredMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetRestoreTestingInferredMetadataCommandOutput>;
|
|
363
|
+
getRestoreTestingInferredMetadata(args: GetRestoreTestingInferredMetadataCommandInput, cb: (err: any, data?: GetRestoreTestingInferredMetadataCommandOutput) => void): void;
|
|
364
|
+
getRestoreTestingInferredMetadata(args: GetRestoreTestingInferredMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRestoreTestingInferredMetadataCommandOutput) => void): void;
|
|
365
|
+
/**
|
|
366
|
+
* @see {@link GetRestoreTestingPlanCommand}
|
|
367
|
+
*/
|
|
368
|
+
getRestoreTestingPlan(args: GetRestoreTestingPlanCommandInput, options?: __HttpHandlerOptions): Promise<GetRestoreTestingPlanCommandOutput>;
|
|
369
|
+
getRestoreTestingPlan(args: GetRestoreTestingPlanCommandInput, cb: (err: any, data?: GetRestoreTestingPlanCommandOutput) => void): void;
|
|
370
|
+
getRestoreTestingPlan(args: GetRestoreTestingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRestoreTestingPlanCommandOutput) => void): void;
|
|
371
|
+
/**
|
|
372
|
+
* @see {@link GetRestoreTestingSelectionCommand}
|
|
373
|
+
*/
|
|
374
|
+
getRestoreTestingSelection(args: GetRestoreTestingSelectionCommandInput, options?: __HttpHandlerOptions): Promise<GetRestoreTestingSelectionCommandOutput>;
|
|
375
|
+
getRestoreTestingSelection(args: GetRestoreTestingSelectionCommandInput, cb: (err: any, data?: GetRestoreTestingSelectionCommandOutput) => void): void;
|
|
376
|
+
getRestoreTestingSelection(args: GetRestoreTestingSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRestoreTestingSelectionCommandOutput) => void): void;
|
|
315
377
|
/**
|
|
316
378
|
* @see {@link GetSupportedResourceTypesCommand}
|
|
317
379
|
*/
|
|
@@ -432,12 +494,30 @@ export interface Backup {
|
|
|
432
494
|
listRestoreJobs(args: ListRestoreJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListRestoreJobsCommandOutput>;
|
|
433
495
|
listRestoreJobs(args: ListRestoreJobsCommandInput, cb: (err: any, data?: ListRestoreJobsCommandOutput) => void): void;
|
|
434
496
|
listRestoreJobs(args: ListRestoreJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRestoreJobsCommandOutput) => void): void;
|
|
497
|
+
/**
|
|
498
|
+
* @see {@link ListRestoreJobsByProtectedResourceCommand}
|
|
499
|
+
*/
|
|
500
|
+
listRestoreJobsByProtectedResource(args: ListRestoreJobsByProtectedResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListRestoreJobsByProtectedResourceCommandOutput>;
|
|
501
|
+
listRestoreJobsByProtectedResource(args: ListRestoreJobsByProtectedResourceCommandInput, cb: (err: any, data?: ListRestoreJobsByProtectedResourceCommandOutput) => void): void;
|
|
502
|
+
listRestoreJobsByProtectedResource(args: ListRestoreJobsByProtectedResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRestoreJobsByProtectedResourceCommandOutput) => void): void;
|
|
435
503
|
/**
|
|
436
504
|
* @see {@link ListRestoreJobSummariesCommand}
|
|
437
505
|
*/
|
|
438
506
|
listRestoreJobSummaries(args: ListRestoreJobSummariesCommandInput, options?: __HttpHandlerOptions): Promise<ListRestoreJobSummariesCommandOutput>;
|
|
439
507
|
listRestoreJobSummaries(args: ListRestoreJobSummariesCommandInput, cb: (err: any, data?: ListRestoreJobSummariesCommandOutput) => void): void;
|
|
440
508
|
listRestoreJobSummaries(args: ListRestoreJobSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRestoreJobSummariesCommandOutput) => void): void;
|
|
509
|
+
/**
|
|
510
|
+
* @see {@link ListRestoreTestingPlansCommand}
|
|
511
|
+
*/
|
|
512
|
+
listRestoreTestingPlans(args: ListRestoreTestingPlansCommandInput, options?: __HttpHandlerOptions): Promise<ListRestoreTestingPlansCommandOutput>;
|
|
513
|
+
listRestoreTestingPlans(args: ListRestoreTestingPlansCommandInput, cb: (err: any, data?: ListRestoreTestingPlansCommandOutput) => void): void;
|
|
514
|
+
listRestoreTestingPlans(args: ListRestoreTestingPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRestoreTestingPlansCommandOutput) => void): void;
|
|
515
|
+
/**
|
|
516
|
+
* @see {@link ListRestoreTestingSelectionsCommand}
|
|
517
|
+
*/
|
|
518
|
+
listRestoreTestingSelections(args: ListRestoreTestingSelectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListRestoreTestingSelectionsCommandOutput>;
|
|
519
|
+
listRestoreTestingSelections(args: ListRestoreTestingSelectionsCommandInput, cb: (err: any, data?: ListRestoreTestingSelectionsCommandOutput) => void): void;
|
|
520
|
+
listRestoreTestingSelections(args: ListRestoreTestingSelectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRestoreTestingSelectionsCommandOutput) => void): void;
|
|
441
521
|
/**
|
|
442
522
|
* @see {@link ListTagsCommand}
|
|
443
523
|
*/
|
|
@@ -462,6 +542,12 @@ export interface Backup {
|
|
|
462
542
|
putBackupVaultNotifications(args: PutBackupVaultNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<PutBackupVaultNotificationsCommandOutput>;
|
|
463
543
|
putBackupVaultNotifications(args: PutBackupVaultNotificationsCommandInput, cb: (err: any, data?: PutBackupVaultNotificationsCommandOutput) => void): void;
|
|
464
544
|
putBackupVaultNotifications(args: PutBackupVaultNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBackupVaultNotificationsCommandOutput) => void): void;
|
|
545
|
+
/**
|
|
546
|
+
* @see {@link PutRestoreValidationResultCommand}
|
|
547
|
+
*/
|
|
548
|
+
putRestoreValidationResult(args: PutRestoreValidationResultCommandInput, options?: __HttpHandlerOptions): Promise<PutRestoreValidationResultCommandOutput>;
|
|
549
|
+
putRestoreValidationResult(args: PutRestoreValidationResultCommandInput, cb: (err: any, data?: PutRestoreValidationResultCommandOutput) => void): void;
|
|
550
|
+
putRestoreValidationResult(args: PutRestoreValidationResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRestoreValidationResultCommandOutput) => void): void;
|
|
465
551
|
/**
|
|
466
552
|
* @see {@link StartBackupJobCommand}
|
|
467
553
|
*/
|
|
@@ -540,6 +626,18 @@ export interface Backup {
|
|
|
540
626
|
updateReportPlan(args: UpdateReportPlanCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReportPlanCommandOutput>;
|
|
541
627
|
updateReportPlan(args: UpdateReportPlanCommandInput, cb: (err: any, data?: UpdateReportPlanCommandOutput) => void): void;
|
|
542
628
|
updateReportPlan(args: UpdateReportPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReportPlanCommandOutput) => void): void;
|
|
629
|
+
/**
|
|
630
|
+
* @see {@link UpdateRestoreTestingPlanCommand}
|
|
631
|
+
*/
|
|
632
|
+
updateRestoreTestingPlan(args: UpdateRestoreTestingPlanCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRestoreTestingPlanCommandOutput>;
|
|
633
|
+
updateRestoreTestingPlan(args: UpdateRestoreTestingPlanCommandInput, cb: (err: any, data?: UpdateRestoreTestingPlanCommandOutput) => void): void;
|
|
634
|
+
updateRestoreTestingPlan(args: UpdateRestoreTestingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRestoreTestingPlanCommandOutput) => void): void;
|
|
635
|
+
/**
|
|
636
|
+
* @see {@link UpdateRestoreTestingSelectionCommand}
|
|
637
|
+
*/
|
|
638
|
+
updateRestoreTestingSelection(args: UpdateRestoreTestingSelectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRestoreTestingSelectionCommandOutput>;
|
|
639
|
+
updateRestoreTestingSelection(args: UpdateRestoreTestingSelectionCommandInput, cb: (err: any, data?: UpdateRestoreTestingSelectionCommandOutput) => void): void;
|
|
640
|
+
updateRestoreTestingSelection(args: UpdateRestoreTestingSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRestoreTestingSelectionCommandOutput) => void): void;
|
|
543
641
|
}
|
|
544
642
|
/**
|
|
545
643
|
* @public
|
|
@@ -16,6 +16,8 @@ import { CreateFrameworkCommandInput, CreateFrameworkCommandOutput } from "./com
|
|
|
16
16
|
import { CreateLegalHoldCommandInput, CreateLegalHoldCommandOutput } from "./commands/CreateLegalHoldCommand";
|
|
17
17
|
import { CreateLogicallyAirGappedBackupVaultCommandInput, CreateLogicallyAirGappedBackupVaultCommandOutput } from "./commands/CreateLogicallyAirGappedBackupVaultCommand";
|
|
18
18
|
import { CreateReportPlanCommandInput, CreateReportPlanCommandOutput } from "./commands/CreateReportPlanCommand";
|
|
19
|
+
import { CreateRestoreTestingPlanCommandInput, CreateRestoreTestingPlanCommandOutput } from "./commands/CreateRestoreTestingPlanCommand";
|
|
20
|
+
import { CreateRestoreTestingSelectionCommandInput, CreateRestoreTestingSelectionCommandOutput } from "./commands/CreateRestoreTestingSelectionCommand";
|
|
19
21
|
import { DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput } from "./commands/DeleteBackupPlanCommand";
|
|
20
22
|
import { DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput } from "./commands/DeleteBackupSelectionCommand";
|
|
21
23
|
import { DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput } from "./commands/DeleteBackupVaultAccessPolicyCommand";
|
|
@@ -25,6 +27,8 @@ import { DeleteBackupVaultNotificationsCommandInput, DeleteBackupVaultNotificati
|
|
|
25
27
|
import { DeleteFrameworkCommandInput, DeleteFrameworkCommandOutput } from "./commands/DeleteFrameworkCommand";
|
|
26
28
|
import { DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput } from "./commands/DeleteRecoveryPointCommand";
|
|
27
29
|
import { DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput } from "./commands/DeleteReportPlanCommand";
|
|
30
|
+
import { DeleteRestoreTestingPlanCommandInput, DeleteRestoreTestingPlanCommandOutput } from "./commands/DeleteRestoreTestingPlanCommand";
|
|
31
|
+
import { DeleteRestoreTestingSelectionCommandInput, DeleteRestoreTestingSelectionCommandOutput } from "./commands/DeleteRestoreTestingSelectionCommand";
|
|
28
32
|
import { DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput } from "./commands/DescribeBackupJobCommand";
|
|
29
33
|
import { DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput } from "./commands/DescribeBackupVaultCommand";
|
|
30
34
|
import { DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput } from "./commands/DescribeCopyJobCommand";
|
|
@@ -47,6 +51,10 @@ import { GetBackupVaultAccessPolicyCommandInput, GetBackupVaultAccessPolicyComma
|
|
|
47
51
|
import { GetBackupVaultNotificationsCommandInput, GetBackupVaultNotificationsCommandOutput } from "./commands/GetBackupVaultNotificationsCommand";
|
|
48
52
|
import { GetLegalHoldCommandInput, GetLegalHoldCommandOutput } from "./commands/GetLegalHoldCommand";
|
|
49
53
|
import { GetRecoveryPointRestoreMetadataCommandInput, GetRecoveryPointRestoreMetadataCommandOutput } from "./commands/GetRecoveryPointRestoreMetadataCommand";
|
|
54
|
+
import { GetRestoreJobMetadataCommandInput, GetRestoreJobMetadataCommandOutput } from "./commands/GetRestoreJobMetadataCommand";
|
|
55
|
+
import { GetRestoreTestingInferredMetadataCommandInput, GetRestoreTestingInferredMetadataCommandOutput } from "./commands/GetRestoreTestingInferredMetadataCommand";
|
|
56
|
+
import { GetRestoreTestingPlanCommandInput, GetRestoreTestingPlanCommandOutput } from "./commands/GetRestoreTestingPlanCommand";
|
|
57
|
+
import { GetRestoreTestingSelectionCommandInput, GetRestoreTestingSelectionCommandOutput } from "./commands/GetRestoreTestingSelectionCommand";
|
|
50
58
|
import { GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput } from "./commands/GetSupportedResourceTypesCommand";
|
|
51
59
|
import { ListBackupJobsCommandInput, ListBackupJobsCommandOutput } from "./commands/ListBackupJobsCommand";
|
|
52
60
|
import { ListBackupJobSummariesCommandInput, ListBackupJobSummariesCommandOutput } from "./commands/ListBackupJobSummariesCommand";
|
|
@@ -66,12 +74,16 @@ import { ListRecoveryPointsByLegalHoldCommandInput, ListRecoveryPointsByLegalHol
|
|
|
66
74
|
import { ListRecoveryPointsByResourceCommandInput, ListRecoveryPointsByResourceCommandOutput } from "./commands/ListRecoveryPointsByResourceCommand";
|
|
67
75
|
import { ListReportJobsCommandInput, ListReportJobsCommandOutput } from "./commands/ListReportJobsCommand";
|
|
68
76
|
import { ListReportPlansCommandInput, ListReportPlansCommandOutput } from "./commands/ListReportPlansCommand";
|
|
77
|
+
import { ListRestoreJobsByProtectedResourceCommandInput, ListRestoreJobsByProtectedResourceCommandOutput } from "./commands/ListRestoreJobsByProtectedResourceCommand";
|
|
69
78
|
import { ListRestoreJobsCommandInput, ListRestoreJobsCommandOutput } from "./commands/ListRestoreJobsCommand";
|
|
70
79
|
import { ListRestoreJobSummariesCommandInput, ListRestoreJobSummariesCommandOutput } from "./commands/ListRestoreJobSummariesCommand";
|
|
80
|
+
import { ListRestoreTestingPlansCommandInput, ListRestoreTestingPlansCommandOutput } from "./commands/ListRestoreTestingPlansCommand";
|
|
81
|
+
import { ListRestoreTestingSelectionsCommandInput, ListRestoreTestingSelectionsCommandOutput } from "./commands/ListRestoreTestingSelectionsCommand";
|
|
71
82
|
import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
|
|
72
83
|
import { PutBackupVaultAccessPolicyCommandInput, PutBackupVaultAccessPolicyCommandOutput } from "./commands/PutBackupVaultAccessPolicyCommand";
|
|
73
84
|
import { PutBackupVaultLockConfigurationCommandInput, PutBackupVaultLockConfigurationCommandOutput } from "./commands/PutBackupVaultLockConfigurationCommand";
|
|
74
85
|
import { PutBackupVaultNotificationsCommandInput, PutBackupVaultNotificationsCommandOutput } from "./commands/PutBackupVaultNotificationsCommand";
|
|
86
|
+
import { PutRestoreValidationResultCommandInput, PutRestoreValidationResultCommandOutput } from "./commands/PutRestoreValidationResultCommand";
|
|
75
87
|
import { StartBackupJobCommandInput, StartBackupJobCommandOutput } from "./commands/StartBackupJobCommand";
|
|
76
88
|
import { StartCopyJobCommandInput, StartCopyJobCommandOutput } from "./commands/StartCopyJobCommand";
|
|
77
89
|
import { StartReportJobCommandInput, StartReportJobCommandOutput } from "./commands/StartReportJobCommand";
|
|
@@ -85,17 +97,19 @@ import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } f
|
|
|
85
97
|
import { UpdateRecoveryPointLifecycleCommandInput, UpdateRecoveryPointLifecycleCommandOutput } from "./commands/UpdateRecoveryPointLifecycleCommand";
|
|
86
98
|
import { UpdateRegionSettingsCommandInput, UpdateRegionSettingsCommandOutput } from "./commands/UpdateRegionSettingsCommand";
|
|
87
99
|
import { UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput } from "./commands/UpdateReportPlanCommand";
|
|
100
|
+
import { UpdateRestoreTestingPlanCommandInput, UpdateRestoreTestingPlanCommandOutput } from "./commands/UpdateRestoreTestingPlanCommand";
|
|
101
|
+
import { UpdateRestoreTestingSelectionCommandInput, UpdateRestoreTestingSelectionCommandOutput } from "./commands/UpdateRestoreTestingSelectionCommand";
|
|
88
102
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
89
103
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
90
104
|
export { __Client };
|
|
91
105
|
/**
|
|
92
106
|
* @public
|
|
93
107
|
*/
|
|
94
|
-
export type ServiceInputTypes = CancelLegalHoldCommandInput | CreateBackupPlanCommandInput | CreateBackupSelectionCommandInput | CreateBackupVaultCommandInput | CreateFrameworkCommandInput | CreateLegalHoldCommandInput | CreateLogicallyAirGappedBackupVaultCommandInput | CreateReportPlanCommandInput | DeleteBackupPlanCommandInput | DeleteBackupSelectionCommandInput | DeleteBackupVaultAccessPolicyCommandInput | DeleteBackupVaultCommandInput | DeleteBackupVaultLockConfigurationCommandInput | DeleteBackupVaultNotificationsCommandInput | DeleteFrameworkCommandInput | DeleteRecoveryPointCommandInput | DeleteReportPlanCommandInput | DescribeBackupJobCommandInput | DescribeBackupVaultCommandInput | DescribeCopyJobCommandInput | DescribeFrameworkCommandInput | DescribeGlobalSettingsCommandInput | DescribeProtectedResourceCommandInput | DescribeRecoveryPointCommandInput | DescribeRegionSettingsCommandInput | DescribeReportJobCommandInput | DescribeReportPlanCommandInput | DescribeRestoreJobCommandInput | DisassociateRecoveryPointCommandInput | DisassociateRecoveryPointFromParentCommandInput | ExportBackupPlanTemplateCommandInput | GetBackupPlanCommandInput | GetBackupPlanFromJSONCommandInput | GetBackupPlanFromTemplateCommandInput | GetBackupSelectionCommandInput | GetBackupVaultAccessPolicyCommandInput | GetBackupVaultNotificationsCommandInput | GetLegalHoldCommandInput | GetRecoveryPointRestoreMetadataCommandInput | GetSupportedResourceTypesCommandInput | ListBackupJobSummariesCommandInput | ListBackupJobsCommandInput | ListBackupPlanTemplatesCommandInput | ListBackupPlanVersionsCommandInput | ListBackupPlansCommandInput | ListBackupSelectionsCommandInput | ListBackupVaultsCommandInput | ListCopyJobSummariesCommandInput | ListCopyJobsCommandInput | ListFrameworksCommandInput | ListLegalHoldsCommandInput | ListProtectedResourcesByBackupVaultCommandInput | ListProtectedResourcesCommandInput | ListRecoveryPointsByBackupVaultCommandInput | ListRecoveryPointsByLegalHoldCommandInput | ListRecoveryPointsByResourceCommandInput | ListReportJobsCommandInput | ListReportPlansCommandInput | ListRestoreJobSummariesCommandInput | ListRestoreJobsCommandInput | ListTagsCommandInput | PutBackupVaultAccessPolicyCommandInput | PutBackupVaultLockConfigurationCommandInput | PutBackupVaultNotificationsCommandInput | StartBackupJobCommandInput | StartCopyJobCommandInput | StartReportJobCommandInput | StartRestoreJobCommandInput | StopBackupJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBackupPlanCommandInput | UpdateFrameworkCommandInput | UpdateGlobalSettingsCommandInput | UpdateRecoveryPointLifecycleCommandInput | UpdateRegionSettingsCommandInput | UpdateReportPlanCommandInput;
|
|
108
|
+
export type ServiceInputTypes = CancelLegalHoldCommandInput | CreateBackupPlanCommandInput | CreateBackupSelectionCommandInput | CreateBackupVaultCommandInput | CreateFrameworkCommandInput | CreateLegalHoldCommandInput | CreateLogicallyAirGappedBackupVaultCommandInput | CreateReportPlanCommandInput | CreateRestoreTestingPlanCommandInput | CreateRestoreTestingSelectionCommandInput | DeleteBackupPlanCommandInput | DeleteBackupSelectionCommandInput | DeleteBackupVaultAccessPolicyCommandInput | DeleteBackupVaultCommandInput | DeleteBackupVaultLockConfigurationCommandInput | DeleteBackupVaultNotificationsCommandInput | DeleteFrameworkCommandInput | DeleteRecoveryPointCommandInput | DeleteReportPlanCommandInput | DeleteRestoreTestingPlanCommandInput | DeleteRestoreTestingSelectionCommandInput | DescribeBackupJobCommandInput | DescribeBackupVaultCommandInput | DescribeCopyJobCommandInput | DescribeFrameworkCommandInput | DescribeGlobalSettingsCommandInput | DescribeProtectedResourceCommandInput | DescribeRecoveryPointCommandInput | DescribeRegionSettingsCommandInput | DescribeReportJobCommandInput | DescribeReportPlanCommandInput | DescribeRestoreJobCommandInput | DisassociateRecoveryPointCommandInput | DisassociateRecoveryPointFromParentCommandInput | ExportBackupPlanTemplateCommandInput | GetBackupPlanCommandInput | GetBackupPlanFromJSONCommandInput | GetBackupPlanFromTemplateCommandInput | GetBackupSelectionCommandInput | GetBackupVaultAccessPolicyCommandInput | GetBackupVaultNotificationsCommandInput | GetLegalHoldCommandInput | GetRecoveryPointRestoreMetadataCommandInput | GetRestoreJobMetadataCommandInput | GetRestoreTestingInferredMetadataCommandInput | GetRestoreTestingPlanCommandInput | GetRestoreTestingSelectionCommandInput | GetSupportedResourceTypesCommandInput | ListBackupJobSummariesCommandInput | ListBackupJobsCommandInput | ListBackupPlanTemplatesCommandInput | ListBackupPlanVersionsCommandInput | ListBackupPlansCommandInput | ListBackupSelectionsCommandInput | ListBackupVaultsCommandInput | ListCopyJobSummariesCommandInput | ListCopyJobsCommandInput | ListFrameworksCommandInput | ListLegalHoldsCommandInput | ListProtectedResourcesByBackupVaultCommandInput | ListProtectedResourcesCommandInput | ListRecoveryPointsByBackupVaultCommandInput | ListRecoveryPointsByLegalHoldCommandInput | ListRecoveryPointsByResourceCommandInput | ListReportJobsCommandInput | ListReportPlansCommandInput | ListRestoreJobSummariesCommandInput | ListRestoreJobsByProtectedResourceCommandInput | ListRestoreJobsCommandInput | ListRestoreTestingPlansCommandInput | ListRestoreTestingSelectionsCommandInput | ListTagsCommandInput | PutBackupVaultAccessPolicyCommandInput | PutBackupVaultLockConfigurationCommandInput | PutBackupVaultNotificationsCommandInput | PutRestoreValidationResultCommandInput | StartBackupJobCommandInput | StartCopyJobCommandInput | StartReportJobCommandInput | StartRestoreJobCommandInput | StopBackupJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBackupPlanCommandInput | UpdateFrameworkCommandInput | UpdateGlobalSettingsCommandInput | UpdateRecoveryPointLifecycleCommandInput | UpdateRegionSettingsCommandInput | UpdateReportPlanCommandInput | UpdateRestoreTestingPlanCommandInput | UpdateRestoreTestingSelectionCommandInput;
|
|
95
109
|
/**
|
|
96
110
|
* @public
|
|
97
111
|
*/
|
|
98
|
-
export type ServiceOutputTypes = CancelLegalHoldCommandOutput | CreateBackupPlanCommandOutput | CreateBackupSelectionCommandOutput | CreateBackupVaultCommandOutput | CreateFrameworkCommandOutput | CreateLegalHoldCommandOutput | CreateLogicallyAirGappedBackupVaultCommandOutput | CreateReportPlanCommandOutput | DeleteBackupPlanCommandOutput | DeleteBackupSelectionCommandOutput | DeleteBackupVaultAccessPolicyCommandOutput | DeleteBackupVaultCommandOutput | DeleteBackupVaultLockConfigurationCommandOutput | DeleteBackupVaultNotificationsCommandOutput | DeleteFrameworkCommandOutput | DeleteRecoveryPointCommandOutput | DeleteReportPlanCommandOutput | DescribeBackupJobCommandOutput | DescribeBackupVaultCommandOutput | DescribeCopyJobCommandOutput | DescribeFrameworkCommandOutput | DescribeGlobalSettingsCommandOutput | DescribeProtectedResourceCommandOutput | DescribeRecoveryPointCommandOutput | DescribeRegionSettingsCommandOutput | DescribeReportJobCommandOutput | DescribeReportPlanCommandOutput | DescribeRestoreJobCommandOutput | DisassociateRecoveryPointCommandOutput | DisassociateRecoveryPointFromParentCommandOutput | ExportBackupPlanTemplateCommandOutput | GetBackupPlanCommandOutput | GetBackupPlanFromJSONCommandOutput | GetBackupPlanFromTemplateCommandOutput | GetBackupSelectionCommandOutput | GetBackupVaultAccessPolicyCommandOutput | GetBackupVaultNotificationsCommandOutput | GetLegalHoldCommandOutput | GetRecoveryPointRestoreMetadataCommandOutput | GetSupportedResourceTypesCommandOutput | ListBackupJobSummariesCommandOutput | ListBackupJobsCommandOutput | ListBackupPlanTemplatesCommandOutput | ListBackupPlanVersionsCommandOutput | ListBackupPlansCommandOutput | ListBackupSelectionsCommandOutput | ListBackupVaultsCommandOutput | ListCopyJobSummariesCommandOutput | ListCopyJobsCommandOutput | ListFrameworksCommandOutput | ListLegalHoldsCommandOutput | ListProtectedResourcesByBackupVaultCommandOutput | ListProtectedResourcesCommandOutput | ListRecoveryPointsByBackupVaultCommandOutput | ListRecoveryPointsByLegalHoldCommandOutput | ListRecoveryPointsByResourceCommandOutput | ListReportJobsCommandOutput | ListReportPlansCommandOutput | ListRestoreJobSummariesCommandOutput | ListRestoreJobsCommandOutput | ListTagsCommandOutput | PutBackupVaultAccessPolicyCommandOutput | PutBackupVaultLockConfigurationCommandOutput | PutBackupVaultNotificationsCommandOutput | StartBackupJobCommandOutput | StartCopyJobCommandOutput | StartReportJobCommandOutput | StartRestoreJobCommandOutput | StopBackupJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBackupPlanCommandOutput | UpdateFrameworkCommandOutput | UpdateGlobalSettingsCommandOutput | UpdateRecoveryPointLifecycleCommandOutput | UpdateRegionSettingsCommandOutput | UpdateReportPlanCommandOutput;
|
|
112
|
+
export type ServiceOutputTypes = CancelLegalHoldCommandOutput | CreateBackupPlanCommandOutput | CreateBackupSelectionCommandOutput | CreateBackupVaultCommandOutput | CreateFrameworkCommandOutput | CreateLegalHoldCommandOutput | CreateLogicallyAirGappedBackupVaultCommandOutput | CreateReportPlanCommandOutput | CreateRestoreTestingPlanCommandOutput | CreateRestoreTestingSelectionCommandOutput | DeleteBackupPlanCommandOutput | DeleteBackupSelectionCommandOutput | DeleteBackupVaultAccessPolicyCommandOutput | DeleteBackupVaultCommandOutput | DeleteBackupVaultLockConfigurationCommandOutput | DeleteBackupVaultNotificationsCommandOutput | DeleteFrameworkCommandOutput | DeleteRecoveryPointCommandOutput | DeleteReportPlanCommandOutput | DeleteRestoreTestingPlanCommandOutput | DeleteRestoreTestingSelectionCommandOutput | DescribeBackupJobCommandOutput | DescribeBackupVaultCommandOutput | DescribeCopyJobCommandOutput | DescribeFrameworkCommandOutput | DescribeGlobalSettingsCommandOutput | DescribeProtectedResourceCommandOutput | DescribeRecoveryPointCommandOutput | DescribeRegionSettingsCommandOutput | DescribeReportJobCommandOutput | DescribeReportPlanCommandOutput | DescribeRestoreJobCommandOutput | DisassociateRecoveryPointCommandOutput | DisassociateRecoveryPointFromParentCommandOutput | ExportBackupPlanTemplateCommandOutput | GetBackupPlanCommandOutput | GetBackupPlanFromJSONCommandOutput | GetBackupPlanFromTemplateCommandOutput | GetBackupSelectionCommandOutput | GetBackupVaultAccessPolicyCommandOutput | GetBackupVaultNotificationsCommandOutput | GetLegalHoldCommandOutput | GetRecoveryPointRestoreMetadataCommandOutput | GetRestoreJobMetadataCommandOutput | GetRestoreTestingInferredMetadataCommandOutput | GetRestoreTestingPlanCommandOutput | GetRestoreTestingSelectionCommandOutput | GetSupportedResourceTypesCommandOutput | ListBackupJobSummariesCommandOutput | ListBackupJobsCommandOutput | ListBackupPlanTemplatesCommandOutput | ListBackupPlanVersionsCommandOutput | ListBackupPlansCommandOutput | ListBackupSelectionsCommandOutput | ListBackupVaultsCommandOutput | ListCopyJobSummariesCommandOutput | ListCopyJobsCommandOutput | ListFrameworksCommandOutput | ListLegalHoldsCommandOutput | ListProtectedResourcesByBackupVaultCommandOutput | ListProtectedResourcesCommandOutput | ListRecoveryPointsByBackupVaultCommandOutput | ListRecoveryPointsByLegalHoldCommandOutput | ListRecoveryPointsByResourceCommandOutput | ListReportJobsCommandOutput | ListReportPlansCommandOutput | ListRestoreJobSummariesCommandOutput | ListRestoreJobsByProtectedResourceCommandOutput | ListRestoreJobsCommandOutput | ListRestoreTestingPlansCommandOutput | ListRestoreTestingSelectionsCommandOutput | ListTagsCommandOutput | PutBackupVaultAccessPolicyCommandOutput | PutBackupVaultLockConfigurationCommandOutput | PutBackupVaultNotificationsCommandOutput | PutRestoreValidationResultCommandOutput | StartBackupJobCommandOutput | StartCopyJobCommandOutput | StartReportJobCommandOutput | StartRestoreJobCommandOutput | StopBackupJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBackupPlanCommandOutput | UpdateFrameworkCommandOutput | UpdateGlobalSettingsCommandOutput | UpdateRecoveryPointLifecycleCommandOutput | UpdateRegionSettingsCommandOutput | UpdateReportPlanCommandOutput | UpdateRestoreTestingPlanCommandOutput | UpdateRestoreTestingSelectionCommandOutput;
|
|
99
113
|
/**
|
|
100
114
|
* @public
|
|
101
115
|
*/
|
|
@@ -47,6 +47,7 @@ export interface CreateBackupPlanCommandOutput extends CreateBackupPlanOutput, _
|
|
|
47
47
|
* Lifecycle: { // Lifecycle
|
|
48
48
|
* MoveToColdStorageAfterDays: Number("long"),
|
|
49
49
|
* DeleteAfterDays: Number("long"),
|
|
50
|
+
* OptInToArchiveForSupportedResources: true || false,
|
|
50
51
|
* },
|
|
51
52
|
* RecoveryPointTags: { // Tags
|
|
52
53
|
* "<keys>": "STRING_VALUE",
|
|
@@ -56,6 +57,7 @@ export interface CreateBackupPlanCommandOutput extends CreateBackupPlanOutput, _
|
|
|
56
57
|
* Lifecycle: {
|
|
57
58
|
* MoveToColdStorageAfterDays: Number("long"),
|
|
58
59
|
* DeleteAfterDays: Number("long"),
|
|
60
|
+
* OptInToArchiveForSupportedResources: true || false,
|
|
59
61
|
* },
|
|
60
62
|
* DestinationBackupVaultArn: "STRING_VALUE", // required
|
|
61
63
|
* },
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
|
+
import { CreateRestoreTestingPlanInput, CreateRestoreTestingPlanOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateRestoreTestingPlanCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateRestoreTestingPlanCommandInput extends CreateRestoreTestingPlanInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateRestoreTestingPlanCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateRestoreTestingPlanCommandOutput extends CreateRestoreTestingPlanOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>This is the first of two steps to create a restore testing
|
|
27
|
+
* plan; once this request is successful, finish the procedure with
|
|
28
|
+
* request CreateRestoreTestingSelection.</p>
|
|
29
|
+
* <p>You must include the parameter RestoreTestingPlan. You may
|
|
30
|
+
* optionally include CreatorRequestId and Tags.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { BackupClient, CreateRestoreTestingPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
35
|
+
* // const { BackupClient, CreateRestoreTestingPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
36
|
+
* const client = new BackupClient(config);
|
|
37
|
+
* const input = { // CreateRestoreTestingPlanInput
|
|
38
|
+
* CreatorRequestId: "STRING_VALUE",
|
|
39
|
+
* RestoreTestingPlan: { // RestoreTestingPlanForCreate
|
|
40
|
+
* RecoveryPointSelection: { // RestoreTestingRecoveryPointSelection
|
|
41
|
+
* Algorithm: "LATEST_WITHIN_WINDOW" || "RANDOM_WITHIN_WINDOW",
|
|
42
|
+
* ExcludeVaults: [ // stringList
|
|
43
|
+
* "STRING_VALUE",
|
|
44
|
+
* ],
|
|
45
|
+
* IncludeVaults: [
|
|
46
|
+
* "STRING_VALUE",
|
|
47
|
+
* ],
|
|
48
|
+
* RecoveryPointTypes: [ // RestoreTestingRecoveryPointTypeList
|
|
49
|
+
* "CONTINUOUS" || "SNAPSHOT",
|
|
50
|
+
* ],
|
|
51
|
+
* SelectionWindowDays: Number("int"),
|
|
52
|
+
* },
|
|
53
|
+
* RestoreTestingPlanName: "STRING_VALUE", // required
|
|
54
|
+
* ScheduleExpression: "STRING_VALUE", // required
|
|
55
|
+
* ScheduleExpressionTimezone: "STRING_VALUE",
|
|
56
|
+
* StartWindowHours: Number("int"),
|
|
57
|
+
* },
|
|
58
|
+
* Tags: { // SensitiveStringMap
|
|
59
|
+
* "<keys>": "STRING_VALUE",
|
|
60
|
+
* },
|
|
61
|
+
* };
|
|
62
|
+
* const command = new CreateRestoreTestingPlanCommand(input);
|
|
63
|
+
* const response = await client.send(command);
|
|
64
|
+
* // { // CreateRestoreTestingPlanOutput
|
|
65
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
66
|
+
* // RestoreTestingPlanArn: "STRING_VALUE", // required
|
|
67
|
+
* // RestoreTestingPlanName: "STRING_VALUE", // required
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
70
|
+
* ```
|
|
71
|
+
*
|
|
72
|
+
* @param CreateRestoreTestingPlanCommandInput - {@link CreateRestoreTestingPlanCommandInput}
|
|
73
|
+
* @returns {@link CreateRestoreTestingPlanCommandOutput}
|
|
74
|
+
* @see {@link CreateRestoreTestingPlanCommandInput} for command's `input` shape.
|
|
75
|
+
* @see {@link CreateRestoreTestingPlanCommandOutput} for command's `response` shape.
|
|
76
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
79
|
+
* <p>The required resource already exists.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ConflictException} (client fault)
|
|
82
|
+
* <p>Backup can't perform the action that you requested until it finishes
|
|
83
|
+
* performing a previous action. Try again later.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
86
|
+
* <p>Indicates that something is wrong with a parameter's value. For example, the value is
|
|
87
|
+
* out of range.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
90
|
+
* <p>A limit in the request has been exceeded; for example, a maximum number of items allowed
|
|
91
|
+
* in a request.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link MissingParameterValueException} (client fault)
|
|
94
|
+
* <p>Indicates that a required parameter is missing.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
97
|
+
* <p>The request failed due to a temporary failure of the server.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link BackupServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from Backup service.</p>
|
|
101
|
+
*
|
|
102
|
+
*/
|
|
103
|
+
export declare class CreateRestoreTestingPlanCommand extends $Command<CreateRestoreTestingPlanCommandInput, CreateRestoreTestingPlanCommandOutput, BackupClientResolvedConfig> {
|
|
104
|
+
readonly input: CreateRestoreTestingPlanCommandInput;
|
|
105
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
constructor(input: CreateRestoreTestingPlanCommandInput);
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
113
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRestoreTestingPlanCommandInput, CreateRestoreTestingPlanCommandOutput>;
|
|
114
|
+
/**
|
|
115
|
+
* @internal
|
|
116
|
+
*/
|
|
117
|
+
private serialize;
|
|
118
|
+
/**
|
|
119
|
+
* @internal
|
|
120
|
+
*/
|
|
121
|
+
private deserialize;
|
|
122
|
+
}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
|
+
import { CreateRestoreTestingSelectionInput, CreateRestoreTestingSelectionOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateRestoreTestingSelectionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateRestoreTestingSelectionCommandInput extends CreateRestoreTestingSelectionInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateRestoreTestingSelectionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateRestoreTestingSelectionCommandOutput extends CreateRestoreTestingSelectionOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>This request can be sent after CreateRestoreTestingPlan request
|
|
27
|
+
* returns successfully. This is the second part of creating a resource testing
|
|
28
|
+
* plan, and it must be completed sequentially.</p>
|
|
29
|
+
* <p>This consists of <code>RestoreTestingSelectionName</code>,
|
|
30
|
+
* <code>ProtectedResourceType</code>, and one of the following:</p>
|
|
31
|
+
* <ul>
|
|
32
|
+
* <li>
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>ProtectedResourceArns</code>
|
|
35
|
+
* </p>
|
|
36
|
+
* </li>
|
|
37
|
+
* <li>
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>ProtectedResourceConditions</code>
|
|
40
|
+
* </p>
|
|
41
|
+
* </li>
|
|
42
|
+
* </ul>
|
|
43
|
+
* <p>Each protected resource type can have one single value.</p>
|
|
44
|
+
* <p>A restore testing selection can include a wildcard value ("*") for
|
|
45
|
+
* <code>ProtectedResourceArns</code> along with <code>ProtectedResourceConditions</code>.
|
|
46
|
+
* Alternatively, you can include up to 30 specific protected resource ARNs in
|
|
47
|
+
* <code>ProtectedResourceArns</code>.</p>
|
|
48
|
+
* <p>Cannot select by both protected resource types AND specific ARNs.
|
|
49
|
+
* Request will fail if both are included.</p>
|
|
50
|
+
* @example
|
|
51
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
52
|
+
* ```javascript
|
|
53
|
+
* import { BackupClient, CreateRestoreTestingSelectionCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
54
|
+
* // const { BackupClient, CreateRestoreTestingSelectionCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
55
|
+
* const client = new BackupClient(config);
|
|
56
|
+
* const input = { // CreateRestoreTestingSelectionInput
|
|
57
|
+
* CreatorRequestId: "STRING_VALUE",
|
|
58
|
+
* RestoreTestingPlanName: "STRING_VALUE", // required
|
|
59
|
+
* RestoreTestingSelection: { // RestoreTestingSelectionForCreate
|
|
60
|
+
* IamRoleArn: "STRING_VALUE", // required
|
|
61
|
+
* ProtectedResourceArns: [ // stringList
|
|
62
|
+
* "STRING_VALUE",
|
|
63
|
+
* ],
|
|
64
|
+
* ProtectedResourceConditions: { // ProtectedResourceConditions
|
|
65
|
+
* StringEquals: [ // KeyValueList
|
|
66
|
+
* { // KeyValue
|
|
67
|
+
* Key: "STRING_VALUE", // required
|
|
68
|
+
* Value: "STRING_VALUE", // required
|
|
69
|
+
* },
|
|
70
|
+
* ],
|
|
71
|
+
* StringNotEquals: [
|
|
72
|
+
* {
|
|
73
|
+
* Key: "STRING_VALUE", // required
|
|
74
|
+
* Value: "STRING_VALUE", // required
|
|
75
|
+
* },
|
|
76
|
+
* ],
|
|
77
|
+
* },
|
|
78
|
+
* ProtectedResourceType: "STRING_VALUE", // required
|
|
79
|
+
* RestoreMetadataOverrides: { // SensitiveStringMap
|
|
80
|
+
* "<keys>": "STRING_VALUE",
|
|
81
|
+
* },
|
|
82
|
+
* RestoreTestingSelectionName: "STRING_VALUE", // required
|
|
83
|
+
* ValidationWindowHours: Number("int"),
|
|
84
|
+
* },
|
|
85
|
+
* };
|
|
86
|
+
* const command = new CreateRestoreTestingSelectionCommand(input);
|
|
87
|
+
* const response = await client.send(command);
|
|
88
|
+
* // { // CreateRestoreTestingSelectionOutput
|
|
89
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
90
|
+
* // RestoreTestingPlanArn: "STRING_VALUE", // required
|
|
91
|
+
* // RestoreTestingPlanName: "STRING_VALUE", // required
|
|
92
|
+
* // RestoreTestingSelectionName: "STRING_VALUE", // required
|
|
93
|
+
* // };
|
|
94
|
+
*
|
|
95
|
+
* ```
|
|
96
|
+
*
|
|
97
|
+
* @param CreateRestoreTestingSelectionCommandInput - {@link CreateRestoreTestingSelectionCommandInput}
|
|
98
|
+
* @returns {@link CreateRestoreTestingSelectionCommandOutput}
|
|
99
|
+
* @see {@link CreateRestoreTestingSelectionCommandInput} for command's `input` shape.
|
|
100
|
+
* @see {@link CreateRestoreTestingSelectionCommandOutput} for command's `response` shape.
|
|
101
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
104
|
+
* <p>The required resource already exists.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
107
|
+
* <p>Indicates that something is wrong with a parameter's value. For example, the value is
|
|
108
|
+
* out of range.</p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
111
|
+
* <p>A limit in the request has been exceeded; for example, a maximum number of items allowed
|
|
112
|
+
* in a request.</p>
|
|
113
|
+
*
|
|
114
|
+
* @throws {@link MissingParameterValueException} (client fault)
|
|
115
|
+
* <p>Indicates that a required parameter is missing.</p>
|
|
116
|
+
*
|
|
117
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
118
|
+
* <p>A resource that is required for the action doesn't exist.</p>
|
|
119
|
+
*
|
|
120
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
121
|
+
* <p>The request failed due to a temporary failure of the server.</p>
|
|
122
|
+
*
|
|
123
|
+
* @throws {@link BackupServiceException}
|
|
124
|
+
* <p>Base exception class for all service exceptions from Backup service.</p>
|
|
125
|
+
*
|
|
126
|
+
*/
|
|
127
|
+
export declare class CreateRestoreTestingSelectionCommand extends $Command<CreateRestoreTestingSelectionCommandInput, CreateRestoreTestingSelectionCommandOutput, BackupClientResolvedConfig> {
|
|
128
|
+
readonly input: CreateRestoreTestingSelectionCommandInput;
|
|
129
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
130
|
+
/**
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
constructor(input: CreateRestoreTestingSelectionCommandInput);
|
|
134
|
+
/**
|
|
135
|
+
* @internal
|
|
136
|
+
*/
|
|
137
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRestoreTestingSelectionCommandInput, CreateRestoreTestingSelectionCommandOutput>;
|
|
138
|
+
/**
|
|
139
|
+
* @internal
|
|
140
|
+
*/
|
|
141
|
+
private serialize;
|
|
142
|
+
/**
|
|
143
|
+
* @internal
|
|
144
|
+
*/
|
|
145
|
+
private deserialize;
|
|
146
|
+
}
|