@aws-sdk/client-backup 3.458.0 → 3.459.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +112 -0
- package/dist-cjs/Backup.js +28 -0
- package/dist-cjs/commands/CreateRestoreTestingPlanCommand.js +52 -0
- package/dist-cjs/commands/CreateRestoreTestingSelectionCommand.js +52 -0
- package/dist-cjs/commands/DeleteRestoreTestingPlanCommand.js +51 -0
- package/dist-cjs/commands/DeleteRestoreTestingSelectionCommand.js +51 -0
- package/dist-cjs/commands/GetRestoreJobMetadataCommand.js +52 -0
- package/dist-cjs/commands/GetRestoreTestingInferredMetadataCommand.js +51 -0
- package/dist-cjs/commands/GetRestoreTestingPlanCommand.js +51 -0
- package/dist-cjs/commands/GetRestoreTestingSelectionCommand.js +52 -0
- package/dist-cjs/commands/ListRestoreJobsByProtectedResourceCommand.js +51 -0
- package/dist-cjs/commands/ListRestoreTestingPlansCommand.js +51 -0
- package/dist-cjs/commands/ListRestoreTestingSelectionsCommand.js +51 -0
- package/dist-cjs/commands/PutRestoreValidationResultCommand.js +51 -0
- package/dist-cjs/commands/UpdateRestoreTestingPlanCommand.js +51 -0
- package/dist-cjs/commands/UpdateRestoreTestingSelectionCommand.js +52 -0
- package/dist-cjs/commands/index.js +14 -0
- package/dist-cjs/models/models_0.js +67 -1
- package/dist-cjs/pagination/ListRestoreJobsByProtectedResourcePaginator.js +29 -0
- package/dist-cjs/pagination/ListRestoreTestingPlansPaginator.js +29 -0
- package/dist-cjs/pagination/ListRestoreTestingSelectionsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1059 -71
- package/dist-es/Backup.js +28 -0
- package/dist-es/commands/CreateRestoreTestingPlanCommand.js +48 -0
- package/dist-es/commands/CreateRestoreTestingSelectionCommand.js +48 -0
- package/dist-es/commands/DeleteRestoreTestingPlanCommand.js +47 -0
- package/dist-es/commands/DeleteRestoreTestingSelectionCommand.js +47 -0
- package/dist-es/commands/GetRestoreJobMetadataCommand.js +48 -0
- package/dist-es/commands/GetRestoreTestingInferredMetadataCommand.js +47 -0
- package/dist-es/commands/GetRestoreTestingPlanCommand.js +47 -0
- package/dist-es/commands/GetRestoreTestingSelectionCommand.js +48 -0
- package/dist-es/commands/ListRestoreJobsByProtectedResourceCommand.js +47 -0
- package/dist-es/commands/ListRestoreTestingPlansCommand.js +47 -0
- package/dist-es/commands/ListRestoreTestingSelectionsCommand.js +47 -0
- package/dist-es/commands/PutRestoreValidationResultCommand.js +47 -0
- package/dist-es/commands/UpdateRestoreTestingPlanCommand.js +47 -0
- package/dist-es/commands/UpdateRestoreTestingSelectionCommand.js +48 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/models/models_0.js +57 -0
- package/dist-es/pagination/ListRestoreJobsByProtectedResourcePaginator.js +25 -0
- package/dist-es/pagination/ListRestoreTestingPlansPaginator.js +25 -0
- package/dist-es/pagination/ListRestoreTestingSelectionsPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +1023 -63
- package/dist-types/Backup.d.ts +98 -0
- package/dist-types/BackupClient.d.ts +16 -2
- package/dist-types/commands/CreateBackupPlanCommand.d.ts +2 -0
- package/dist-types/commands/CreateRestoreTestingPlanCommand.d.ts +122 -0
- package/dist-types/commands/CreateRestoreTestingSelectionCommand.d.ts +146 -0
- package/dist-types/commands/DeleteRestoreTestingPlanCommand.d.ts +80 -0
- package/dist-types/commands/DeleteRestoreTestingSelectionCommand.d.ts +81 -0
- package/dist-types/commands/DescribeBackupJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +5 -0
- package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRestoreJobCommand.d.ts +8 -0
- package/dist-types/commands/GetBackupPlanCommand.d.ts +2 -0
- package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +2 -0
- package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +1 -0
- package/dist-types/commands/GetRestoreJobMetadataCommand.d.ts +89 -0
- package/dist-types/commands/GetRestoreTestingInferredMetadataCommand.d.ts +93 -0
- package/dist-types/commands/GetRestoreTestingPlanCommand.d.ts +104 -0
- package/dist-types/commands/GetRestoreTestingSelectionCommand.d.ts +109 -0
- package/dist-types/commands/ListBackupJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListProtectedResourcesByBackupVaultCommand.d.ts +2 -0
- package/dist-types/commands/ListProtectedResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +1 -0
- package/dist-types/commands/ListRestoreJobsByProtectedResourceCommand.d.ts +120 -0
- package/dist-types/commands/ListRestoreJobsCommand.d.ts +9 -0
- package/dist-types/commands/ListRestoreTestingPlansCommand.d.ts +93 -0
- package/dist-types/commands/ListRestoreTestingSelectionsCommand.d.ts +96 -0
- package/dist-types/commands/PutRestoreValidationResultCommand.d.ts +94 -0
- package/dist-types/commands/StartBackupJobCommand.d.ts +1 -0
- package/dist-types/commands/StartCopyJobCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBackupPlanCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRestoreTestingPlanCommand.d.ts +142 -0
- package/dist-types/commands/UpdateRestoreTestingSelectionCommand.d.ts +126 -0
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +1481 -78
- package/dist-types/pagination/ListRestoreJobsByProtectedResourcePaginator.d.ts +7 -0
- package/dist-types/pagination/ListRestoreTestingPlansPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRestoreTestingSelectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/Backup.d.ts +250 -0
- package/dist-types/ts3.4/BackupClient.d.ts +86 -2
- package/dist-types/ts3.4/commands/CreateRestoreTestingPlanCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateRestoreTestingSelectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRestoreTestingPlanCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteRestoreTestingSelectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetRestoreJobMetadataCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRestoreTestingInferredMetadataCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRestoreTestingPlanCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRestoreTestingSelectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRestoreJobsByProtectedResourceCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRestoreTestingPlansCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRestoreTestingSelectionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutRestoreValidationResultCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateRestoreTestingPlanCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateRestoreTestingSelectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/models/models_0.d.ts +276 -0
- package/dist-types/ts3.4/pagination/ListRestoreJobsByProtectedResourcePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRestoreTestingPlansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRestoreTestingSelectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +1 -1
|
@@ -0,0 +1,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 { PutRestoreValidationResultInput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface PutRestoreValidationResultCommandInput
|
|
17
|
+
extends PutRestoreValidationResultInput {}
|
|
18
|
+
export interface PutRestoreValidationResultCommandOutput
|
|
19
|
+
extends __MetadataBearer {}
|
|
20
|
+
export declare class PutRestoreValidationResultCommand extends $Command<
|
|
21
|
+
PutRestoreValidationResultCommandInput,
|
|
22
|
+
PutRestoreValidationResultCommandOutput,
|
|
23
|
+
BackupClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: PutRestoreValidationResultCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: PutRestoreValidationResultCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: BackupClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<
|
|
33
|
+
PutRestoreValidationResultCommandInput,
|
|
34
|
+
PutRestoreValidationResultCommandOutput
|
|
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
|
+
UpdateRestoreTestingPlanInput,
|
|
16
|
+
UpdateRestoreTestingPlanOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateRestoreTestingPlanCommandInput
|
|
20
|
+
extends UpdateRestoreTestingPlanInput {}
|
|
21
|
+
export interface UpdateRestoreTestingPlanCommandOutput
|
|
22
|
+
extends UpdateRestoreTestingPlanOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateRestoreTestingPlanCommand extends $Command<
|
|
25
|
+
UpdateRestoreTestingPlanCommandInput,
|
|
26
|
+
UpdateRestoreTestingPlanCommandOutput,
|
|
27
|
+
BackupClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateRestoreTestingPlanCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateRestoreTestingPlanCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: BackupClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateRestoreTestingPlanCommandInput,
|
|
38
|
+
UpdateRestoreTestingPlanCommandOutput
|
|
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
|
+
UpdateRestoreTestingSelectionInput,
|
|
16
|
+
UpdateRestoreTestingSelectionOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateRestoreTestingSelectionCommandInput
|
|
20
|
+
extends UpdateRestoreTestingSelectionInput {}
|
|
21
|
+
export interface UpdateRestoreTestingSelectionCommandOutput
|
|
22
|
+
extends UpdateRestoreTestingSelectionOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateRestoreTestingSelectionCommand extends $Command<
|
|
25
|
+
UpdateRestoreTestingSelectionCommandInput,
|
|
26
|
+
UpdateRestoreTestingSelectionCommandOutput,
|
|
27
|
+
BackupClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateRestoreTestingSelectionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateRestoreTestingSelectionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: BackupClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateRestoreTestingSelectionCommandInput,
|
|
38
|
+
UpdateRestoreTestingSelectionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -6,6 +6,8 @@ export * from "./CreateFrameworkCommand";
|
|
|
6
6
|
export * from "./CreateLegalHoldCommand";
|
|
7
7
|
export * from "./CreateLogicallyAirGappedBackupVaultCommand";
|
|
8
8
|
export * from "./CreateReportPlanCommand";
|
|
9
|
+
export * from "./CreateRestoreTestingPlanCommand";
|
|
10
|
+
export * from "./CreateRestoreTestingSelectionCommand";
|
|
9
11
|
export * from "./DeleteBackupPlanCommand";
|
|
10
12
|
export * from "./DeleteBackupSelectionCommand";
|
|
11
13
|
export * from "./DeleteBackupVaultAccessPolicyCommand";
|
|
@@ -15,6 +17,8 @@ export * from "./DeleteBackupVaultNotificationsCommand";
|
|
|
15
17
|
export * from "./DeleteFrameworkCommand";
|
|
16
18
|
export * from "./DeleteRecoveryPointCommand";
|
|
17
19
|
export * from "./DeleteReportPlanCommand";
|
|
20
|
+
export * from "./DeleteRestoreTestingPlanCommand";
|
|
21
|
+
export * from "./DeleteRestoreTestingSelectionCommand";
|
|
18
22
|
export * from "./DescribeBackupJobCommand";
|
|
19
23
|
export * from "./DescribeBackupVaultCommand";
|
|
20
24
|
export * from "./DescribeCopyJobCommand";
|
|
@@ -37,6 +41,10 @@ export * from "./GetBackupVaultAccessPolicyCommand";
|
|
|
37
41
|
export * from "./GetBackupVaultNotificationsCommand";
|
|
38
42
|
export * from "./GetLegalHoldCommand";
|
|
39
43
|
export * from "./GetRecoveryPointRestoreMetadataCommand";
|
|
44
|
+
export * from "./GetRestoreJobMetadataCommand";
|
|
45
|
+
export * from "./GetRestoreTestingInferredMetadataCommand";
|
|
46
|
+
export * from "./GetRestoreTestingPlanCommand";
|
|
47
|
+
export * from "./GetRestoreTestingSelectionCommand";
|
|
40
48
|
export * from "./GetSupportedResourceTypesCommand";
|
|
41
49
|
export * from "./ListBackupJobSummariesCommand";
|
|
42
50
|
export * from "./ListBackupJobsCommand";
|
|
@@ -57,11 +65,15 @@ export * from "./ListRecoveryPointsByResourceCommand";
|
|
|
57
65
|
export * from "./ListReportJobsCommand";
|
|
58
66
|
export * from "./ListReportPlansCommand";
|
|
59
67
|
export * from "./ListRestoreJobSummariesCommand";
|
|
68
|
+
export * from "./ListRestoreJobsByProtectedResourceCommand";
|
|
60
69
|
export * from "./ListRestoreJobsCommand";
|
|
70
|
+
export * from "./ListRestoreTestingPlansCommand";
|
|
71
|
+
export * from "./ListRestoreTestingSelectionsCommand";
|
|
61
72
|
export * from "./ListTagsCommand";
|
|
62
73
|
export * from "./PutBackupVaultAccessPolicyCommand";
|
|
63
74
|
export * from "./PutBackupVaultLockConfigurationCommand";
|
|
64
75
|
export * from "./PutBackupVaultNotificationsCommand";
|
|
76
|
+
export * from "./PutRestoreValidationResultCommand";
|
|
65
77
|
export * from "./StartBackupJobCommand";
|
|
66
78
|
export * from "./StartCopyJobCommand";
|
|
67
79
|
export * from "./StartReportJobCommand";
|
|
@@ -75,3 +87,5 @@ export * from "./UpdateGlobalSettingsCommand";
|
|
|
75
87
|
export * from "./UpdateRecoveryPointLifecycleCommand";
|
|
76
88
|
export * from "./UpdateRegionSettingsCommand";
|
|
77
89
|
export * from "./UpdateReportPlanCommand";
|
|
90
|
+
export * from "./UpdateRestoreTestingPlanCommand";
|
|
91
|
+
export * from "./UpdateRestoreTestingSelectionCommand";
|
|
@@ -67,6 +67,7 @@ export interface BackupJob {
|
|
|
67
67
|
ParentJobId?: string;
|
|
68
68
|
IsParent?: boolean;
|
|
69
69
|
ResourceName?: string;
|
|
70
|
+
InitiationDate?: Date;
|
|
70
71
|
MessageCategory?: string;
|
|
71
72
|
}
|
|
72
73
|
export declare const BackupJobStatus: {
|
|
@@ -97,6 +98,7 @@ export interface BackupJobSummary {
|
|
|
97
98
|
export interface Lifecycle {
|
|
98
99
|
MoveToColdStorageAfterDays?: number;
|
|
99
100
|
DeleteAfterDays?: number;
|
|
101
|
+
OptInToArchiveForSupportedResources?: boolean;
|
|
100
102
|
}
|
|
101
103
|
export interface CopyAction {
|
|
102
104
|
Lifecycle?: Lifecycle;
|
|
@@ -508,6 +510,70 @@ export interface CreateReportPlanOutput {
|
|
|
508
510
|
ReportPlanArn?: string;
|
|
509
511
|
CreationTime?: Date;
|
|
510
512
|
}
|
|
513
|
+
export declare const RestoreTestingRecoveryPointSelectionAlgorithm: {
|
|
514
|
+
readonly LATEST_WITHIN_WINDOW: "LATEST_WITHIN_WINDOW";
|
|
515
|
+
readonly RANDOM_WITHIN_WINDOW: "RANDOM_WITHIN_WINDOW";
|
|
516
|
+
};
|
|
517
|
+
export type RestoreTestingRecoveryPointSelectionAlgorithm =
|
|
518
|
+
(typeof RestoreTestingRecoveryPointSelectionAlgorithm)[keyof typeof RestoreTestingRecoveryPointSelectionAlgorithm];
|
|
519
|
+
export declare const RestoreTestingRecoveryPointType: {
|
|
520
|
+
readonly CONTINUOUS: "CONTINUOUS";
|
|
521
|
+
readonly SNAPSHOT: "SNAPSHOT";
|
|
522
|
+
};
|
|
523
|
+
export type RestoreTestingRecoveryPointType =
|
|
524
|
+
(typeof RestoreTestingRecoveryPointType)[keyof typeof RestoreTestingRecoveryPointType];
|
|
525
|
+
export interface RestoreTestingRecoveryPointSelection {
|
|
526
|
+
Algorithm?: RestoreTestingRecoveryPointSelectionAlgorithm;
|
|
527
|
+
ExcludeVaults?: string[];
|
|
528
|
+
IncludeVaults?: string[];
|
|
529
|
+
RecoveryPointTypes?: RestoreTestingRecoveryPointType[];
|
|
530
|
+
SelectionWindowDays?: number;
|
|
531
|
+
}
|
|
532
|
+
export interface RestoreTestingPlanForCreate {
|
|
533
|
+
RecoveryPointSelection: RestoreTestingRecoveryPointSelection | undefined;
|
|
534
|
+
RestoreTestingPlanName: string | undefined;
|
|
535
|
+
ScheduleExpression: string | undefined;
|
|
536
|
+
ScheduleExpressionTimezone?: string;
|
|
537
|
+
StartWindowHours?: number;
|
|
538
|
+
}
|
|
539
|
+
export interface CreateRestoreTestingPlanInput {
|
|
540
|
+
CreatorRequestId?: string;
|
|
541
|
+
RestoreTestingPlan: RestoreTestingPlanForCreate | undefined;
|
|
542
|
+
Tags?: Record<string, string>;
|
|
543
|
+
}
|
|
544
|
+
export interface CreateRestoreTestingPlanOutput {
|
|
545
|
+
CreationTime: Date | undefined;
|
|
546
|
+
RestoreTestingPlanArn: string | undefined;
|
|
547
|
+
RestoreTestingPlanName: string | undefined;
|
|
548
|
+
}
|
|
549
|
+
export interface KeyValue {
|
|
550
|
+
Key: string | undefined;
|
|
551
|
+
Value: string | undefined;
|
|
552
|
+
}
|
|
553
|
+
export interface ProtectedResourceConditions {
|
|
554
|
+
StringEquals?: KeyValue[];
|
|
555
|
+
StringNotEquals?: KeyValue[];
|
|
556
|
+
}
|
|
557
|
+
export interface RestoreTestingSelectionForCreate {
|
|
558
|
+
IamRoleArn: string | undefined;
|
|
559
|
+
ProtectedResourceArns?: string[];
|
|
560
|
+
ProtectedResourceConditions?: ProtectedResourceConditions;
|
|
561
|
+
ProtectedResourceType: string | undefined;
|
|
562
|
+
RestoreMetadataOverrides?: Record<string, string>;
|
|
563
|
+
RestoreTestingSelectionName: string | undefined;
|
|
564
|
+
ValidationWindowHours?: number;
|
|
565
|
+
}
|
|
566
|
+
export interface CreateRestoreTestingSelectionInput {
|
|
567
|
+
CreatorRequestId?: string;
|
|
568
|
+
RestoreTestingPlanName: string | undefined;
|
|
569
|
+
RestoreTestingSelection: RestoreTestingSelectionForCreate | undefined;
|
|
570
|
+
}
|
|
571
|
+
export interface CreateRestoreTestingSelectionOutput {
|
|
572
|
+
CreationTime: Date | undefined;
|
|
573
|
+
RestoreTestingPlanArn: string | undefined;
|
|
574
|
+
RestoreTestingPlanName: string | undefined;
|
|
575
|
+
RestoreTestingSelectionName: string | undefined;
|
|
576
|
+
}
|
|
511
577
|
export interface DeleteBackupPlanInput {
|
|
512
578
|
BackupPlanId: string | undefined;
|
|
513
579
|
}
|
|
@@ -543,6 +609,13 @@ export interface DeleteRecoveryPointInput {
|
|
|
543
609
|
export interface DeleteReportPlanInput {
|
|
544
610
|
ReportPlanName: string | undefined;
|
|
545
611
|
}
|
|
612
|
+
export interface DeleteRestoreTestingPlanInput {
|
|
613
|
+
RestoreTestingPlanName: string | undefined;
|
|
614
|
+
}
|
|
615
|
+
export interface DeleteRestoreTestingSelectionInput {
|
|
616
|
+
RestoreTestingPlanName: string | undefined;
|
|
617
|
+
RestoreTestingSelectionName: string | undefined;
|
|
618
|
+
}
|
|
546
619
|
export declare class DependencyFailureException extends __BaseException {
|
|
547
620
|
readonly name: "DependencyFailureException";
|
|
548
621
|
readonly $fault: "server";
|
|
@@ -583,6 +656,7 @@ export interface DescribeBackupJobOutput {
|
|
|
583
656
|
NumberOfChildJobs?: number;
|
|
584
657
|
ChildJobsInState?: Partial<Record<BackupJobState, number>>;
|
|
585
658
|
ResourceName?: string;
|
|
659
|
+
InitiationDate?: Date;
|
|
586
660
|
MessageCategory?: string;
|
|
587
661
|
}
|
|
588
662
|
export interface DescribeBackupVaultInput {
|
|
@@ -639,6 +713,11 @@ export interface DescribeProtectedResourceOutput {
|
|
|
639
713
|
ResourceType?: string;
|
|
640
714
|
LastBackupTime?: Date;
|
|
641
715
|
ResourceName?: string;
|
|
716
|
+
LastBackupVaultArn?: string;
|
|
717
|
+
LastRecoveryPointArn?: string;
|
|
718
|
+
LatestRestoreExecutionTimeMinutes?: number;
|
|
719
|
+
LatestRestoreJobCreationDate?: Date;
|
|
720
|
+
LatestRestoreRecoveryPointCreationDate?: Date;
|
|
642
721
|
}
|
|
643
722
|
export interface DescribeRecoveryPointInput {
|
|
644
723
|
BackupVaultName: string | undefined;
|
|
@@ -729,6 +808,16 @@ export interface DescribeReportPlanOutput {
|
|
|
729
808
|
export interface DescribeRestoreJobInput {
|
|
730
809
|
RestoreJobId: string | undefined;
|
|
731
810
|
}
|
|
811
|
+
export interface RestoreJobCreator {
|
|
812
|
+
RestoreTestingPlanArn?: string;
|
|
813
|
+
}
|
|
814
|
+
export declare const RestoreDeletionStatus: {
|
|
815
|
+
readonly DELETING: "DELETING";
|
|
816
|
+
readonly FAILED: "FAILED";
|
|
817
|
+
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
818
|
+
};
|
|
819
|
+
export type RestoreDeletionStatus =
|
|
820
|
+
(typeof RestoreDeletionStatus)[keyof typeof RestoreDeletionStatus];
|
|
732
821
|
export declare const RestoreJobStatus: {
|
|
733
822
|
readonly ABORTED: "ABORTED";
|
|
734
823
|
readonly COMPLETED: "COMPLETED";
|
|
@@ -738,6 +827,14 @@ export declare const RestoreJobStatus: {
|
|
|
738
827
|
};
|
|
739
828
|
export type RestoreJobStatus =
|
|
740
829
|
(typeof RestoreJobStatus)[keyof typeof RestoreJobStatus];
|
|
830
|
+
export declare const RestoreValidationStatus: {
|
|
831
|
+
readonly FAILED: "FAILED";
|
|
832
|
+
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
833
|
+
readonly TIMED_OUT: "TIMED_OUT";
|
|
834
|
+
readonly VALIDATING: "VALIDATING";
|
|
835
|
+
};
|
|
836
|
+
export type RestoreValidationStatus =
|
|
837
|
+
(typeof RestoreValidationStatus)[keyof typeof RestoreValidationStatus];
|
|
741
838
|
export interface DescribeRestoreJobOutput {
|
|
742
839
|
AccountId?: string;
|
|
743
840
|
RestoreJobId?: string;
|
|
@@ -752,6 +849,12 @@ export interface DescribeRestoreJobOutput {
|
|
|
752
849
|
ExpectedCompletionTimeMinutes?: number;
|
|
753
850
|
CreatedResourceArn?: string;
|
|
754
851
|
ResourceType?: string;
|
|
852
|
+
RecoveryPointCreationDate?: Date;
|
|
853
|
+
CreatedBy?: RestoreJobCreator;
|
|
854
|
+
ValidationStatus?: RestoreValidationStatus;
|
|
855
|
+
ValidationStatusMessage?: string;
|
|
856
|
+
DeletionStatus?: RestoreDeletionStatus;
|
|
857
|
+
DeletionStatusMessage?: string;
|
|
755
858
|
}
|
|
756
859
|
export interface DisassociateRecoveryPointInput {
|
|
757
860
|
BackupVaultName: string | undefined;
|
|
@@ -846,6 +949,59 @@ export interface GetRecoveryPointRestoreMetadataOutput {
|
|
|
846
949
|
BackupVaultArn?: string;
|
|
847
950
|
RecoveryPointArn?: string;
|
|
848
951
|
RestoreMetadata?: Record<string, string>;
|
|
952
|
+
ResourceType?: string;
|
|
953
|
+
}
|
|
954
|
+
export interface GetRestoreJobMetadataInput {
|
|
955
|
+
RestoreJobId: string | undefined;
|
|
956
|
+
}
|
|
957
|
+
export interface GetRestoreJobMetadataOutput {
|
|
958
|
+
RestoreJobId?: string;
|
|
959
|
+
Metadata?: Record<string, string>;
|
|
960
|
+
}
|
|
961
|
+
export interface GetRestoreTestingInferredMetadataInput {
|
|
962
|
+
BackupVaultAccountId?: string;
|
|
963
|
+
BackupVaultName: string | undefined;
|
|
964
|
+
RecoveryPointArn: string | undefined;
|
|
965
|
+
}
|
|
966
|
+
export interface GetRestoreTestingInferredMetadataOutput {
|
|
967
|
+
InferredMetadata: Record<string, string> | undefined;
|
|
968
|
+
}
|
|
969
|
+
export interface GetRestoreTestingPlanInput {
|
|
970
|
+
RestoreTestingPlanName: string | undefined;
|
|
971
|
+
}
|
|
972
|
+
export interface RestoreTestingPlanForGet {
|
|
973
|
+
CreationTime: Date | undefined;
|
|
974
|
+
CreatorRequestId?: string;
|
|
975
|
+
LastExecutionTime?: Date;
|
|
976
|
+
LastUpdateTime?: Date;
|
|
977
|
+
RecoveryPointSelection: RestoreTestingRecoveryPointSelection | undefined;
|
|
978
|
+
RestoreTestingPlanArn: string | undefined;
|
|
979
|
+
RestoreTestingPlanName: string | undefined;
|
|
980
|
+
ScheduleExpression: string | undefined;
|
|
981
|
+
ScheduleExpressionTimezone?: string;
|
|
982
|
+
StartWindowHours?: number;
|
|
983
|
+
}
|
|
984
|
+
export interface GetRestoreTestingPlanOutput {
|
|
985
|
+
RestoreTestingPlan: RestoreTestingPlanForGet | undefined;
|
|
986
|
+
}
|
|
987
|
+
export interface GetRestoreTestingSelectionInput {
|
|
988
|
+
RestoreTestingPlanName: string | undefined;
|
|
989
|
+
RestoreTestingSelectionName: string | undefined;
|
|
990
|
+
}
|
|
991
|
+
export interface RestoreTestingSelectionForGet {
|
|
992
|
+
CreationTime: Date | undefined;
|
|
993
|
+
CreatorRequestId?: string;
|
|
994
|
+
IamRoleArn: string | undefined;
|
|
995
|
+
ProtectedResourceArns?: string[];
|
|
996
|
+
ProtectedResourceConditions?: ProtectedResourceConditions;
|
|
997
|
+
ProtectedResourceType: string | undefined;
|
|
998
|
+
RestoreMetadataOverrides?: Record<string, string>;
|
|
999
|
+
RestoreTestingPlanName: string | undefined;
|
|
1000
|
+
RestoreTestingSelectionName: string | undefined;
|
|
1001
|
+
ValidationWindowHours?: number;
|
|
1002
|
+
}
|
|
1003
|
+
export interface GetRestoreTestingSelectionOutput {
|
|
1004
|
+
RestoreTestingSelection: RestoreTestingSelectionForGet | undefined;
|
|
849
1005
|
}
|
|
850
1006
|
export interface GetSupportedResourceTypesOutput {
|
|
851
1007
|
ResourceTypes?: string[];
|
|
@@ -1003,6 +1159,8 @@ export interface ProtectedResource {
|
|
|
1003
1159
|
ResourceType?: string;
|
|
1004
1160
|
LastBackupTime?: Date;
|
|
1005
1161
|
ResourceName?: string;
|
|
1162
|
+
LastBackupVaultArn?: string;
|
|
1163
|
+
LastRecoveryPointArn?: string;
|
|
1006
1164
|
}
|
|
1007
1165
|
export interface ListProtectedResourcesOutput {
|
|
1008
1166
|
Results?: ProtectedResource[];
|
|
@@ -1123,6 +1281,7 @@ export interface ListRestoreJobsInput {
|
|
|
1123
1281
|
ByStatus?: RestoreJobStatus;
|
|
1124
1282
|
ByCompleteBefore?: Date;
|
|
1125
1283
|
ByCompleteAfter?: Date;
|
|
1284
|
+
ByRestoreTestingPlanArn?: string;
|
|
1126
1285
|
}
|
|
1127
1286
|
export interface RestoreJobsListMember {
|
|
1128
1287
|
AccountId?: string;
|
|
@@ -1138,11 +1297,29 @@ export interface RestoreJobsListMember {
|
|
|
1138
1297
|
ExpectedCompletionTimeMinutes?: number;
|
|
1139
1298
|
CreatedResourceArn?: string;
|
|
1140
1299
|
ResourceType?: string;
|
|
1300
|
+
RecoveryPointCreationDate?: Date;
|
|
1301
|
+
CreatedBy?: RestoreJobCreator;
|
|
1302
|
+
ValidationStatus?: RestoreValidationStatus;
|
|
1303
|
+
ValidationStatusMessage?: string;
|
|
1304
|
+
DeletionStatus?: RestoreDeletionStatus;
|
|
1305
|
+
DeletionStatusMessage?: string;
|
|
1141
1306
|
}
|
|
1142
1307
|
export interface ListRestoreJobsOutput {
|
|
1143
1308
|
RestoreJobs?: RestoreJobsListMember[];
|
|
1144
1309
|
NextToken?: string;
|
|
1145
1310
|
}
|
|
1311
|
+
export interface ListRestoreJobsByProtectedResourceInput {
|
|
1312
|
+
ResourceArn: string | undefined;
|
|
1313
|
+
ByStatus?: RestoreJobStatus;
|
|
1314
|
+
ByRecoveryPointCreationDateAfter?: Date;
|
|
1315
|
+
ByRecoveryPointCreationDateBefore?: Date;
|
|
1316
|
+
NextToken?: string;
|
|
1317
|
+
MaxResults?: number;
|
|
1318
|
+
}
|
|
1319
|
+
export interface ListRestoreJobsByProtectedResourceOutput {
|
|
1320
|
+
RestoreJobs?: RestoreJobsListMember[];
|
|
1321
|
+
NextToken?: string;
|
|
1322
|
+
}
|
|
1146
1323
|
export declare const RestoreJobState: {
|
|
1147
1324
|
readonly ABORTED: "ABORTED";
|
|
1148
1325
|
readonly AGGREGATE_ALL: "AGGREGATE_ALL";
|
|
@@ -1177,6 +1354,41 @@ export interface ListRestoreJobSummariesOutput {
|
|
|
1177
1354
|
AggregationPeriod?: string;
|
|
1178
1355
|
NextToken?: string;
|
|
1179
1356
|
}
|
|
1357
|
+
export interface ListRestoreTestingPlansInput {
|
|
1358
|
+
MaxResults?: number;
|
|
1359
|
+
NextToken?: string;
|
|
1360
|
+
}
|
|
1361
|
+
export interface RestoreTestingPlanForList {
|
|
1362
|
+
CreationTime: Date | undefined;
|
|
1363
|
+
LastExecutionTime?: Date;
|
|
1364
|
+
LastUpdateTime?: Date;
|
|
1365
|
+
RestoreTestingPlanArn: string | undefined;
|
|
1366
|
+
RestoreTestingPlanName: string | undefined;
|
|
1367
|
+
ScheduleExpression: string | undefined;
|
|
1368
|
+
ScheduleExpressionTimezone?: string;
|
|
1369
|
+
StartWindowHours?: number;
|
|
1370
|
+
}
|
|
1371
|
+
export interface ListRestoreTestingPlansOutput {
|
|
1372
|
+
NextToken?: string;
|
|
1373
|
+
RestoreTestingPlans: RestoreTestingPlanForList[] | undefined;
|
|
1374
|
+
}
|
|
1375
|
+
export interface ListRestoreTestingSelectionsInput {
|
|
1376
|
+
MaxResults?: number;
|
|
1377
|
+
NextToken?: string;
|
|
1378
|
+
RestoreTestingPlanName: string | undefined;
|
|
1379
|
+
}
|
|
1380
|
+
export interface RestoreTestingSelectionForList {
|
|
1381
|
+
CreationTime: Date | undefined;
|
|
1382
|
+
IamRoleArn: string | undefined;
|
|
1383
|
+
ProtectedResourceType: string | undefined;
|
|
1384
|
+
RestoreTestingPlanName: string | undefined;
|
|
1385
|
+
RestoreTestingSelectionName: string | undefined;
|
|
1386
|
+
ValidationWindowHours?: number;
|
|
1387
|
+
}
|
|
1388
|
+
export interface ListRestoreTestingSelectionsOutput {
|
|
1389
|
+
NextToken?: string;
|
|
1390
|
+
RestoreTestingSelections: RestoreTestingSelectionForList[] | undefined;
|
|
1391
|
+
}
|
|
1180
1392
|
export interface ListTagsInput {
|
|
1181
1393
|
ResourceArn: string | undefined;
|
|
1182
1394
|
NextToken?: string;
|
|
@@ -1201,6 +1413,11 @@ export interface PutBackupVaultNotificationsInput {
|
|
|
1201
1413
|
SNSTopicArn: string | undefined;
|
|
1202
1414
|
BackupVaultEvents: BackupVaultEvent[] | undefined;
|
|
1203
1415
|
}
|
|
1416
|
+
export interface PutRestoreValidationResultInput {
|
|
1417
|
+
RestoreJobId: string | undefined;
|
|
1418
|
+
ValidationStatus: RestoreValidationStatus | undefined;
|
|
1419
|
+
ValidationStatusMessage?: string;
|
|
1420
|
+
}
|
|
1204
1421
|
export interface StartBackupJobInput {
|
|
1205
1422
|
BackupVaultName: string | undefined;
|
|
1206
1423
|
ResourceArn: string | undefined;
|
|
@@ -1312,6 +1529,41 @@ export interface UpdateReportPlanOutput {
|
|
|
1312
1529
|
ReportPlanArn?: string;
|
|
1313
1530
|
CreationTime?: Date;
|
|
1314
1531
|
}
|
|
1532
|
+
export interface RestoreTestingPlanForUpdate {
|
|
1533
|
+
RecoveryPointSelection?: RestoreTestingRecoveryPointSelection;
|
|
1534
|
+
ScheduleExpression?: string;
|
|
1535
|
+
ScheduleExpressionTimezone?: string;
|
|
1536
|
+
StartWindowHours?: number;
|
|
1537
|
+
}
|
|
1538
|
+
export interface UpdateRestoreTestingPlanInput {
|
|
1539
|
+
RestoreTestingPlan: RestoreTestingPlanForUpdate | undefined;
|
|
1540
|
+
RestoreTestingPlanName: string | undefined;
|
|
1541
|
+
}
|
|
1542
|
+
export interface UpdateRestoreTestingPlanOutput {
|
|
1543
|
+
CreationTime: Date | undefined;
|
|
1544
|
+
RestoreTestingPlanArn: string | undefined;
|
|
1545
|
+
RestoreTestingPlanName: string | undefined;
|
|
1546
|
+
UpdateTime: Date | undefined;
|
|
1547
|
+
}
|
|
1548
|
+
export interface RestoreTestingSelectionForUpdate {
|
|
1549
|
+
IamRoleArn?: string;
|
|
1550
|
+
ProtectedResourceArns?: string[];
|
|
1551
|
+
ProtectedResourceConditions?: ProtectedResourceConditions;
|
|
1552
|
+
RestoreMetadataOverrides?: Record<string, string>;
|
|
1553
|
+
ValidationWindowHours?: number;
|
|
1554
|
+
}
|
|
1555
|
+
export interface UpdateRestoreTestingSelectionInput {
|
|
1556
|
+
RestoreTestingPlanName: string | undefined;
|
|
1557
|
+
RestoreTestingSelection: RestoreTestingSelectionForUpdate | undefined;
|
|
1558
|
+
RestoreTestingSelectionName: string | undefined;
|
|
1559
|
+
}
|
|
1560
|
+
export interface UpdateRestoreTestingSelectionOutput {
|
|
1561
|
+
CreationTime: Date | undefined;
|
|
1562
|
+
RestoreTestingPlanArn: string | undefined;
|
|
1563
|
+
RestoreTestingPlanName: string | undefined;
|
|
1564
|
+
RestoreTestingSelectionName: string | undefined;
|
|
1565
|
+
UpdateTime: Date | undefined;
|
|
1566
|
+
}
|
|
1315
1567
|
export declare const BackupRuleFilterSensitiveLog: (obj: BackupRule) => any;
|
|
1316
1568
|
export declare const BackupPlanFilterSensitiveLog: (obj: BackupPlan) => any;
|
|
1317
1569
|
export declare const BackupRuleInputFilterSensitiveLog: (
|
|
@@ -1332,6 +1584,15 @@ export declare const CreateLegalHoldInputFilterSensitiveLog: (
|
|
|
1332
1584
|
export declare const CreateLogicallyAirGappedBackupVaultInputFilterSensitiveLog: (
|
|
1333
1585
|
obj: CreateLogicallyAirGappedBackupVaultInput
|
|
1334
1586
|
) => any;
|
|
1587
|
+
export declare const CreateRestoreTestingPlanInputFilterSensitiveLog: (
|
|
1588
|
+
obj: CreateRestoreTestingPlanInput
|
|
1589
|
+
) => any;
|
|
1590
|
+
export declare const RestoreTestingSelectionForCreateFilterSensitiveLog: (
|
|
1591
|
+
obj: RestoreTestingSelectionForCreate
|
|
1592
|
+
) => any;
|
|
1593
|
+
export declare const CreateRestoreTestingSelectionInputFilterSensitiveLog: (
|
|
1594
|
+
obj: CreateRestoreTestingSelectionInput
|
|
1595
|
+
) => any;
|
|
1335
1596
|
export declare const GetBackupPlanOutputFilterSensitiveLog: (
|
|
1336
1597
|
obj: GetBackupPlanOutput
|
|
1337
1598
|
) => any;
|
|
@@ -1344,6 +1605,15 @@ export declare const GetBackupPlanFromTemplateOutputFilterSensitiveLog: (
|
|
|
1344
1605
|
export declare const GetRecoveryPointRestoreMetadataOutputFilterSensitiveLog: (
|
|
1345
1606
|
obj: GetRecoveryPointRestoreMetadataOutput
|
|
1346
1607
|
) => any;
|
|
1608
|
+
export declare const GetRestoreJobMetadataOutputFilterSensitiveLog: (
|
|
1609
|
+
obj: GetRestoreJobMetadataOutput
|
|
1610
|
+
) => any;
|
|
1611
|
+
export declare const RestoreTestingSelectionForGetFilterSensitiveLog: (
|
|
1612
|
+
obj: RestoreTestingSelectionForGet
|
|
1613
|
+
) => any;
|
|
1614
|
+
export declare const GetRestoreTestingSelectionOutputFilterSensitiveLog: (
|
|
1615
|
+
obj: GetRestoreTestingSelectionOutput
|
|
1616
|
+
) => any;
|
|
1347
1617
|
export declare const ListTagsOutputFilterSensitiveLog: (
|
|
1348
1618
|
obj: ListTagsOutput
|
|
1349
1619
|
) => any;
|
|
@@ -1362,3 +1632,9 @@ export declare const UntagResourceInputFilterSensitiveLog: (
|
|
|
1362
1632
|
export declare const UpdateBackupPlanInputFilterSensitiveLog: (
|
|
1363
1633
|
obj: UpdateBackupPlanInput
|
|
1364
1634
|
) => any;
|
|
1635
|
+
export declare const RestoreTestingSelectionForUpdateFilterSensitiveLog: (
|
|
1636
|
+
obj: RestoreTestingSelectionForUpdate
|
|
1637
|
+
) => any;
|
|
1638
|
+
export declare const UpdateRestoreTestingSelectionInputFilterSensitiveLog: (
|
|
1639
|
+
obj: UpdateRestoreTestingSelectionInput
|
|
1640
|
+
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRestoreJobsByProtectedResourceCommandInput,
|
|
4
|
+
ListRestoreJobsByProtectedResourceCommandOutput,
|
|
5
|
+
} from "../commands/ListRestoreJobsByProtectedResourceCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRestoreJobsByProtectedResource(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListRestoreJobsByProtectedResourceCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRestoreJobsByProtectedResourceCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRestoreTestingPlansCommandInput,
|
|
4
|
+
ListRestoreTestingPlansCommandOutput,
|
|
5
|
+
} from "../commands/ListRestoreTestingPlansCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRestoreTestingPlans(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListRestoreTestingPlansCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRestoreTestingPlansCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRestoreTestingSelectionsCommandInput,
|
|
4
|
+
ListRestoreTestingSelectionsCommandOutput,
|
|
5
|
+
} from "../commands/ListRestoreTestingSelectionsCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRestoreTestingSelections(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListRestoreTestingSelectionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRestoreTestingSelectionsCommandOutput>;
|
|
@@ -18,5 +18,8 @@ export * from "./ListRecoveryPointsByResourcePaginator";
|
|
|
18
18
|
export * from "./ListReportJobsPaginator";
|
|
19
19
|
export * from "./ListReportPlansPaginator";
|
|
20
20
|
export * from "./ListRestoreJobSummariesPaginator";
|
|
21
|
+
export * from "./ListRestoreJobsByProtectedResourcePaginator";
|
|
21
22
|
export * from "./ListRestoreJobsPaginator";
|
|
23
|
+
export * from "./ListRestoreTestingPlansPaginator";
|
|
24
|
+
export * from "./ListRestoreTestingSelectionsPaginator";
|
|
22
25
|
export * from "./ListTagsPaginator";
|