@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
|
@@ -77,6 +77,14 @@ import {
|
|
|
77
77
|
CreateReportPlanCommandInput,
|
|
78
78
|
CreateReportPlanCommandOutput,
|
|
79
79
|
} from "./commands/CreateReportPlanCommand";
|
|
80
|
+
import {
|
|
81
|
+
CreateRestoreTestingPlanCommandInput,
|
|
82
|
+
CreateRestoreTestingPlanCommandOutput,
|
|
83
|
+
} from "./commands/CreateRestoreTestingPlanCommand";
|
|
84
|
+
import {
|
|
85
|
+
CreateRestoreTestingSelectionCommandInput,
|
|
86
|
+
CreateRestoreTestingSelectionCommandOutput,
|
|
87
|
+
} from "./commands/CreateRestoreTestingSelectionCommand";
|
|
80
88
|
import {
|
|
81
89
|
DeleteBackupPlanCommandInput,
|
|
82
90
|
DeleteBackupPlanCommandOutput,
|
|
@@ -113,6 +121,14 @@ import {
|
|
|
113
121
|
DeleteReportPlanCommandInput,
|
|
114
122
|
DeleteReportPlanCommandOutput,
|
|
115
123
|
} from "./commands/DeleteReportPlanCommand";
|
|
124
|
+
import {
|
|
125
|
+
DeleteRestoreTestingPlanCommandInput,
|
|
126
|
+
DeleteRestoreTestingPlanCommandOutput,
|
|
127
|
+
} from "./commands/DeleteRestoreTestingPlanCommand";
|
|
128
|
+
import {
|
|
129
|
+
DeleteRestoreTestingSelectionCommandInput,
|
|
130
|
+
DeleteRestoreTestingSelectionCommandOutput,
|
|
131
|
+
} from "./commands/DeleteRestoreTestingSelectionCommand";
|
|
116
132
|
import {
|
|
117
133
|
DescribeBackupJobCommandInput,
|
|
118
134
|
DescribeBackupJobCommandOutput,
|
|
@@ -201,6 +217,22 @@ import {
|
|
|
201
217
|
GetRecoveryPointRestoreMetadataCommandInput,
|
|
202
218
|
GetRecoveryPointRestoreMetadataCommandOutput,
|
|
203
219
|
} from "./commands/GetRecoveryPointRestoreMetadataCommand";
|
|
220
|
+
import {
|
|
221
|
+
GetRestoreJobMetadataCommandInput,
|
|
222
|
+
GetRestoreJobMetadataCommandOutput,
|
|
223
|
+
} from "./commands/GetRestoreJobMetadataCommand";
|
|
224
|
+
import {
|
|
225
|
+
GetRestoreTestingInferredMetadataCommandInput,
|
|
226
|
+
GetRestoreTestingInferredMetadataCommandOutput,
|
|
227
|
+
} from "./commands/GetRestoreTestingInferredMetadataCommand";
|
|
228
|
+
import {
|
|
229
|
+
GetRestoreTestingPlanCommandInput,
|
|
230
|
+
GetRestoreTestingPlanCommandOutput,
|
|
231
|
+
} from "./commands/GetRestoreTestingPlanCommand";
|
|
232
|
+
import {
|
|
233
|
+
GetRestoreTestingSelectionCommandInput,
|
|
234
|
+
GetRestoreTestingSelectionCommandOutput,
|
|
235
|
+
} from "./commands/GetRestoreTestingSelectionCommand";
|
|
204
236
|
import {
|
|
205
237
|
GetSupportedResourceTypesCommandInput,
|
|
206
238
|
GetSupportedResourceTypesCommandOutput,
|
|
@@ -277,6 +309,10 @@ import {
|
|
|
277
309
|
ListReportPlansCommandInput,
|
|
278
310
|
ListReportPlansCommandOutput,
|
|
279
311
|
} from "./commands/ListReportPlansCommand";
|
|
312
|
+
import {
|
|
313
|
+
ListRestoreJobsByProtectedResourceCommandInput,
|
|
314
|
+
ListRestoreJobsByProtectedResourceCommandOutput,
|
|
315
|
+
} from "./commands/ListRestoreJobsByProtectedResourceCommand";
|
|
280
316
|
import {
|
|
281
317
|
ListRestoreJobsCommandInput,
|
|
282
318
|
ListRestoreJobsCommandOutput,
|
|
@@ -285,6 +321,14 @@ import {
|
|
|
285
321
|
ListRestoreJobSummariesCommandInput,
|
|
286
322
|
ListRestoreJobSummariesCommandOutput,
|
|
287
323
|
} from "./commands/ListRestoreJobSummariesCommand";
|
|
324
|
+
import {
|
|
325
|
+
ListRestoreTestingPlansCommandInput,
|
|
326
|
+
ListRestoreTestingPlansCommandOutput,
|
|
327
|
+
} from "./commands/ListRestoreTestingPlansCommand";
|
|
328
|
+
import {
|
|
329
|
+
ListRestoreTestingSelectionsCommandInput,
|
|
330
|
+
ListRestoreTestingSelectionsCommandOutput,
|
|
331
|
+
} from "./commands/ListRestoreTestingSelectionsCommand";
|
|
288
332
|
import {
|
|
289
333
|
ListTagsCommandInput,
|
|
290
334
|
ListTagsCommandOutput,
|
|
@@ -301,6 +345,10 @@ import {
|
|
|
301
345
|
PutBackupVaultNotificationsCommandInput,
|
|
302
346
|
PutBackupVaultNotificationsCommandOutput,
|
|
303
347
|
} from "./commands/PutBackupVaultNotificationsCommand";
|
|
348
|
+
import {
|
|
349
|
+
PutRestoreValidationResultCommandInput,
|
|
350
|
+
PutRestoreValidationResultCommandOutput,
|
|
351
|
+
} from "./commands/PutRestoreValidationResultCommand";
|
|
304
352
|
import {
|
|
305
353
|
StartBackupJobCommandInput,
|
|
306
354
|
StartBackupJobCommandOutput,
|
|
@@ -353,6 +401,14 @@ import {
|
|
|
353
401
|
UpdateReportPlanCommandInput,
|
|
354
402
|
UpdateReportPlanCommandOutput,
|
|
355
403
|
} from "./commands/UpdateReportPlanCommand";
|
|
404
|
+
import {
|
|
405
|
+
UpdateRestoreTestingPlanCommandInput,
|
|
406
|
+
UpdateRestoreTestingPlanCommandOutput,
|
|
407
|
+
} from "./commands/UpdateRestoreTestingPlanCommand";
|
|
408
|
+
import {
|
|
409
|
+
UpdateRestoreTestingSelectionCommandInput,
|
|
410
|
+
UpdateRestoreTestingSelectionCommandOutput,
|
|
411
|
+
} from "./commands/UpdateRestoreTestingSelectionCommand";
|
|
356
412
|
import {
|
|
357
413
|
ClientInputEndpointParameters,
|
|
358
414
|
ClientResolvedEndpointParameters,
|
|
@@ -369,6 +425,8 @@ export type ServiceInputTypes =
|
|
|
369
425
|
| CreateLegalHoldCommandInput
|
|
370
426
|
| CreateLogicallyAirGappedBackupVaultCommandInput
|
|
371
427
|
| CreateReportPlanCommandInput
|
|
428
|
+
| CreateRestoreTestingPlanCommandInput
|
|
429
|
+
| CreateRestoreTestingSelectionCommandInput
|
|
372
430
|
| DeleteBackupPlanCommandInput
|
|
373
431
|
| DeleteBackupSelectionCommandInput
|
|
374
432
|
| DeleteBackupVaultAccessPolicyCommandInput
|
|
@@ -378,6 +436,8 @@ export type ServiceInputTypes =
|
|
|
378
436
|
| DeleteFrameworkCommandInput
|
|
379
437
|
| DeleteRecoveryPointCommandInput
|
|
380
438
|
| DeleteReportPlanCommandInput
|
|
439
|
+
| DeleteRestoreTestingPlanCommandInput
|
|
440
|
+
| DeleteRestoreTestingSelectionCommandInput
|
|
381
441
|
| DescribeBackupJobCommandInput
|
|
382
442
|
| DescribeBackupVaultCommandInput
|
|
383
443
|
| DescribeCopyJobCommandInput
|
|
@@ -400,6 +460,10 @@ export type ServiceInputTypes =
|
|
|
400
460
|
| GetBackupVaultNotificationsCommandInput
|
|
401
461
|
| GetLegalHoldCommandInput
|
|
402
462
|
| GetRecoveryPointRestoreMetadataCommandInput
|
|
463
|
+
| GetRestoreJobMetadataCommandInput
|
|
464
|
+
| GetRestoreTestingInferredMetadataCommandInput
|
|
465
|
+
| GetRestoreTestingPlanCommandInput
|
|
466
|
+
| GetRestoreTestingSelectionCommandInput
|
|
403
467
|
| GetSupportedResourceTypesCommandInput
|
|
404
468
|
| ListBackupJobSummariesCommandInput
|
|
405
469
|
| ListBackupJobsCommandInput
|
|
@@ -420,11 +484,15 @@ export type ServiceInputTypes =
|
|
|
420
484
|
| ListReportJobsCommandInput
|
|
421
485
|
| ListReportPlansCommandInput
|
|
422
486
|
| ListRestoreJobSummariesCommandInput
|
|
487
|
+
| ListRestoreJobsByProtectedResourceCommandInput
|
|
423
488
|
| ListRestoreJobsCommandInput
|
|
489
|
+
| ListRestoreTestingPlansCommandInput
|
|
490
|
+
| ListRestoreTestingSelectionsCommandInput
|
|
424
491
|
| ListTagsCommandInput
|
|
425
492
|
| PutBackupVaultAccessPolicyCommandInput
|
|
426
493
|
| PutBackupVaultLockConfigurationCommandInput
|
|
427
494
|
| PutBackupVaultNotificationsCommandInput
|
|
495
|
+
| PutRestoreValidationResultCommandInput
|
|
428
496
|
| StartBackupJobCommandInput
|
|
429
497
|
| StartCopyJobCommandInput
|
|
430
498
|
| StartReportJobCommandInput
|
|
@@ -437,7 +505,9 @@ export type ServiceInputTypes =
|
|
|
437
505
|
| UpdateGlobalSettingsCommandInput
|
|
438
506
|
| UpdateRecoveryPointLifecycleCommandInput
|
|
439
507
|
| UpdateRegionSettingsCommandInput
|
|
440
|
-
| UpdateReportPlanCommandInput
|
|
508
|
+
| UpdateReportPlanCommandInput
|
|
509
|
+
| UpdateRestoreTestingPlanCommandInput
|
|
510
|
+
| UpdateRestoreTestingSelectionCommandInput;
|
|
441
511
|
export type ServiceOutputTypes =
|
|
442
512
|
| CancelLegalHoldCommandOutput
|
|
443
513
|
| CreateBackupPlanCommandOutput
|
|
@@ -447,6 +517,8 @@ export type ServiceOutputTypes =
|
|
|
447
517
|
| CreateLegalHoldCommandOutput
|
|
448
518
|
| CreateLogicallyAirGappedBackupVaultCommandOutput
|
|
449
519
|
| CreateReportPlanCommandOutput
|
|
520
|
+
| CreateRestoreTestingPlanCommandOutput
|
|
521
|
+
| CreateRestoreTestingSelectionCommandOutput
|
|
450
522
|
| DeleteBackupPlanCommandOutput
|
|
451
523
|
| DeleteBackupSelectionCommandOutput
|
|
452
524
|
| DeleteBackupVaultAccessPolicyCommandOutput
|
|
@@ -456,6 +528,8 @@ export type ServiceOutputTypes =
|
|
|
456
528
|
| DeleteFrameworkCommandOutput
|
|
457
529
|
| DeleteRecoveryPointCommandOutput
|
|
458
530
|
| DeleteReportPlanCommandOutput
|
|
531
|
+
| DeleteRestoreTestingPlanCommandOutput
|
|
532
|
+
| DeleteRestoreTestingSelectionCommandOutput
|
|
459
533
|
| DescribeBackupJobCommandOutput
|
|
460
534
|
| DescribeBackupVaultCommandOutput
|
|
461
535
|
| DescribeCopyJobCommandOutput
|
|
@@ -478,6 +552,10 @@ export type ServiceOutputTypes =
|
|
|
478
552
|
| GetBackupVaultNotificationsCommandOutput
|
|
479
553
|
| GetLegalHoldCommandOutput
|
|
480
554
|
| GetRecoveryPointRestoreMetadataCommandOutput
|
|
555
|
+
| GetRestoreJobMetadataCommandOutput
|
|
556
|
+
| GetRestoreTestingInferredMetadataCommandOutput
|
|
557
|
+
| GetRestoreTestingPlanCommandOutput
|
|
558
|
+
| GetRestoreTestingSelectionCommandOutput
|
|
481
559
|
| GetSupportedResourceTypesCommandOutput
|
|
482
560
|
| ListBackupJobSummariesCommandOutput
|
|
483
561
|
| ListBackupJobsCommandOutput
|
|
@@ -498,11 +576,15 @@ export type ServiceOutputTypes =
|
|
|
498
576
|
| ListReportJobsCommandOutput
|
|
499
577
|
| ListReportPlansCommandOutput
|
|
500
578
|
| ListRestoreJobSummariesCommandOutput
|
|
579
|
+
| ListRestoreJobsByProtectedResourceCommandOutput
|
|
501
580
|
| ListRestoreJobsCommandOutput
|
|
581
|
+
| ListRestoreTestingPlansCommandOutput
|
|
582
|
+
| ListRestoreTestingSelectionsCommandOutput
|
|
502
583
|
| ListTagsCommandOutput
|
|
503
584
|
| PutBackupVaultAccessPolicyCommandOutput
|
|
504
585
|
| PutBackupVaultLockConfigurationCommandOutput
|
|
505
586
|
| PutBackupVaultNotificationsCommandOutput
|
|
587
|
+
| PutRestoreValidationResultCommandOutput
|
|
506
588
|
| StartBackupJobCommandOutput
|
|
507
589
|
| StartCopyJobCommandOutput
|
|
508
590
|
| StartReportJobCommandOutput
|
|
@@ -515,7 +597,9 @@ export type ServiceOutputTypes =
|
|
|
515
597
|
| UpdateGlobalSettingsCommandOutput
|
|
516
598
|
| UpdateRecoveryPointLifecycleCommandOutput
|
|
517
599
|
| UpdateRegionSettingsCommandOutput
|
|
518
|
-
| UpdateReportPlanCommandOutput
|
|
600
|
+
| UpdateReportPlanCommandOutput
|
|
601
|
+
| UpdateRestoreTestingPlanCommandOutput
|
|
602
|
+
| UpdateRestoreTestingSelectionCommandOutput;
|
|
519
603
|
export interface ClientDefaults
|
|
520
604
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
521
605
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateRestoreTestingPlanInput,
|
|
16
|
+
CreateRestoreTestingPlanOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateRestoreTestingPlanCommandInput
|
|
20
|
+
extends CreateRestoreTestingPlanInput {}
|
|
21
|
+
export interface CreateRestoreTestingPlanCommandOutput
|
|
22
|
+
extends CreateRestoreTestingPlanOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateRestoreTestingPlanCommand extends $Command<
|
|
25
|
+
CreateRestoreTestingPlanCommandInput,
|
|
26
|
+
CreateRestoreTestingPlanCommandOutput,
|
|
27
|
+
BackupClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateRestoreTestingPlanCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateRestoreTestingPlanCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: BackupClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateRestoreTestingPlanCommandInput,
|
|
38
|
+
CreateRestoreTestingPlanCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateRestoreTestingSelectionInput,
|
|
16
|
+
CreateRestoreTestingSelectionOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateRestoreTestingSelectionCommandInput
|
|
20
|
+
extends CreateRestoreTestingSelectionInput {}
|
|
21
|
+
export interface CreateRestoreTestingSelectionCommandOutput
|
|
22
|
+
extends CreateRestoreTestingSelectionOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateRestoreTestingSelectionCommand extends $Command<
|
|
25
|
+
CreateRestoreTestingSelectionCommandInput,
|
|
26
|
+
CreateRestoreTestingSelectionCommandOutput,
|
|
27
|
+
BackupClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateRestoreTestingSelectionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateRestoreTestingSelectionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: BackupClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateRestoreTestingSelectionCommandInput,
|
|
38
|
+
CreateRestoreTestingSelectionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupClient";
|
|
14
|
+
import { DeleteRestoreTestingPlanInput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteRestoreTestingPlanCommandInput
|
|
17
|
+
extends DeleteRestoreTestingPlanInput {}
|
|
18
|
+
export interface DeleteRestoreTestingPlanCommandOutput
|
|
19
|
+
extends __MetadataBearer {}
|
|
20
|
+
export declare class DeleteRestoreTestingPlanCommand extends $Command<
|
|
21
|
+
DeleteRestoreTestingPlanCommandInput,
|
|
22
|
+
DeleteRestoreTestingPlanCommandOutput,
|
|
23
|
+
BackupClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: DeleteRestoreTestingPlanCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: DeleteRestoreTestingPlanCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: BackupClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<
|
|
33
|
+
DeleteRestoreTestingPlanCommandInput,
|
|
34
|
+
DeleteRestoreTestingPlanCommandOutput
|
|
35
|
+
>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupClient";
|
|
14
|
+
import { DeleteRestoreTestingSelectionInput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteRestoreTestingSelectionCommandInput
|
|
17
|
+
extends DeleteRestoreTestingSelectionInput {}
|
|
18
|
+
export interface DeleteRestoreTestingSelectionCommandOutput
|
|
19
|
+
extends __MetadataBearer {}
|
|
20
|
+
export declare class DeleteRestoreTestingSelectionCommand extends $Command<
|
|
21
|
+
DeleteRestoreTestingSelectionCommandInput,
|
|
22
|
+
DeleteRestoreTestingSelectionCommandOutput,
|
|
23
|
+
BackupClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: DeleteRestoreTestingSelectionCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: DeleteRestoreTestingSelectionCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: BackupClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<
|
|
33
|
+
DeleteRestoreTestingSelectionCommandInput,
|
|
34
|
+
DeleteRestoreTestingSelectionCommandOutput
|
|
35
|
+
>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupClient";
|
|
14
|
+
import {
|
|
15
|
+
GetRestoreJobMetadataInput,
|
|
16
|
+
GetRestoreJobMetadataOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetRestoreJobMetadataCommandInput
|
|
20
|
+
extends GetRestoreJobMetadataInput {}
|
|
21
|
+
export interface GetRestoreJobMetadataCommandOutput
|
|
22
|
+
extends GetRestoreJobMetadataOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetRestoreJobMetadataCommand extends $Command<
|
|
25
|
+
GetRestoreJobMetadataCommandInput,
|
|
26
|
+
GetRestoreJobMetadataCommandOutput,
|
|
27
|
+
BackupClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetRestoreJobMetadataCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetRestoreJobMetadataCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: BackupClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetRestoreJobMetadataCommandInput,
|
|
38
|
+
GetRestoreJobMetadataCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupClient";
|
|
14
|
+
import {
|
|
15
|
+
GetRestoreTestingInferredMetadataInput,
|
|
16
|
+
GetRestoreTestingInferredMetadataOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetRestoreTestingInferredMetadataCommandInput
|
|
20
|
+
extends GetRestoreTestingInferredMetadataInput {}
|
|
21
|
+
export interface GetRestoreTestingInferredMetadataCommandOutput
|
|
22
|
+
extends GetRestoreTestingInferredMetadataOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetRestoreTestingInferredMetadataCommand extends $Command<
|
|
25
|
+
GetRestoreTestingInferredMetadataCommandInput,
|
|
26
|
+
GetRestoreTestingInferredMetadataCommandOutput,
|
|
27
|
+
BackupClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetRestoreTestingInferredMetadataCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetRestoreTestingInferredMetadataCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: BackupClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetRestoreTestingInferredMetadataCommandInput,
|
|
38
|
+
GetRestoreTestingInferredMetadataCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupClient";
|
|
14
|
+
import {
|
|
15
|
+
GetRestoreTestingPlanInput,
|
|
16
|
+
GetRestoreTestingPlanOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetRestoreTestingPlanCommandInput
|
|
20
|
+
extends GetRestoreTestingPlanInput {}
|
|
21
|
+
export interface GetRestoreTestingPlanCommandOutput
|
|
22
|
+
extends GetRestoreTestingPlanOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetRestoreTestingPlanCommand extends $Command<
|
|
25
|
+
GetRestoreTestingPlanCommandInput,
|
|
26
|
+
GetRestoreTestingPlanCommandOutput,
|
|
27
|
+
BackupClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetRestoreTestingPlanCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetRestoreTestingPlanCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: BackupClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetRestoreTestingPlanCommandInput,
|
|
38
|
+
GetRestoreTestingPlanCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupClient";
|
|
14
|
+
import {
|
|
15
|
+
GetRestoreTestingSelectionInput,
|
|
16
|
+
GetRestoreTestingSelectionOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetRestoreTestingSelectionCommandInput
|
|
20
|
+
extends GetRestoreTestingSelectionInput {}
|
|
21
|
+
export interface GetRestoreTestingSelectionCommandOutput
|
|
22
|
+
extends GetRestoreTestingSelectionOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetRestoreTestingSelectionCommand extends $Command<
|
|
25
|
+
GetRestoreTestingSelectionCommandInput,
|
|
26
|
+
GetRestoreTestingSelectionCommandOutput,
|
|
27
|
+
BackupClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetRestoreTestingSelectionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetRestoreTestingSelectionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: BackupClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetRestoreTestingSelectionCommandInput,
|
|
38
|
+
GetRestoreTestingSelectionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupClient";
|
|
14
|
+
import {
|
|
15
|
+
ListRestoreJobsByProtectedResourceInput,
|
|
16
|
+
ListRestoreJobsByProtectedResourceOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListRestoreJobsByProtectedResourceCommandInput
|
|
20
|
+
extends ListRestoreJobsByProtectedResourceInput {}
|
|
21
|
+
export interface ListRestoreJobsByProtectedResourceCommandOutput
|
|
22
|
+
extends ListRestoreJobsByProtectedResourceOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListRestoreJobsByProtectedResourceCommand extends $Command<
|
|
25
|
+
ListRestoreJobsByProtectedResourceCommandInput,
|
|
26
|
+
ListRestoreJobsByProtectedResourceCommandOutput,
|
|
27
|
+
BackupClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListRestoreJobsByProtectedResourceCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListRestoreJobsByProtectedResourceCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: BackupClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListRestoreJobsByProtectedResourceCommandInput,
|
|
38
|
+
ListRestoreJobsByProtectedResourceCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupClient";
|
|
14
|
+
import {
|
|
15
|
+
ListRestoreTestingPlansInput,
|
|
16
|
+
ListRestoreTestingPlansOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListRestoreTestingPlansCommandInput
|
|
20
|
+
extends ListRestoreTestingPlansInput {}
|
|
21
|
+
export interface ListRestoreTestingPlansCommandOutput
|
|
22
|
+
extends ListRestoreTestingPlansOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListRestoreTestingPlansCommand extends $Command<
|
|
25
|
+
ListRestoreTestingPlansCommandInput,
|
|
26
|
+
ListRestoreTestingPlansCommandOutput,
|
|
27
|
+
BackupClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListRestoreTestingPlansCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListRestoreTestingPlansCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: BackupClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListRestoreTestingPlansCommandInput,
|
|
38
|
+
ListRestoreTestingPlansCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupClient";
|
|
14
|
+
import {
|
|
15
|
+
ListRestoreTestingSelectionsInput,
|
|
16
|
+
ListRestoreTestingSelectionsOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListRestoreTestingSelectionsCommandInput
|
|
20
|
+
extends ListRestoreTestingSelectionsInput {}
|
|
21
|
+
export interface ListRestoreTestingSelectionsCommandOutput
|
|
22
|
+
extends ListRestoreTestingSelectionsOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListRestoreTestingSelectionsCommand extends $Command<
|
|
25
|
+
ListRestoreTestingSelectionsCommandInput,
|
|
26
|
+
ListRestoreTestingSelectionsCommandOutput,
|
|
27
|
+
BackupClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListRestoreTestingSelectionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListRestoreTestingSelectionsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: BackupClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListRestoreTestingSelectionsCommandInput,
|
|
38
|
+
ListRestoreTestingSelectionsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|