@aws-sdk/client-backup 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Backup.d.ts +1132 -335
- package/dist-types/ts3.4/BackupClient.d.ts +500 -139
- package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +66 -66
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/BackupServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1423 -1910
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListBackupJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlanTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlanVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupSelectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupVaultsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCopyJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFrameworksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProtectedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecoveryPointsByResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportPlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRestoreJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +16 -16
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Backup } from "../Backup";
|
|
3
|
-
import { BackupClient } from "../BackupClient";
|
|
4
|
-
export interface BackupPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Backup } from "../Backup";
|
|
3
|
+
import { BackupClient } from "../BackupClient";
|
|
4
|
+
export interface BackupPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: Backup | BackupClient;
|
|
6
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBackupJobsCommandInput,
|
|
4
|
+
ListBackupJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListBackupJobsCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListBackupJobs(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListBackupJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListBackupJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBackupPlanTemplatesCommandInput,
|
|
4
|
+
ListBackupPlanTemplatesCommandOutput,
|
|
5
|
+
} from "../commands/ListBackupPlanTemplatesCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListBackupPlanTemplates(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListBackupPlanTemplatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListBackupPlanTemplatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBackupPlanVersionsCommandInput,
|
|
4
|
+
ListBackupPlanVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListBackupPlanVersionsCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListBackupPlanVersions(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListBackupPlanVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListBackupPlanVersionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBackupPlansCommandInput,
|
|
4
|
+
ListBackupPlansCommandOutput,
|
|
5
|
+
} from "../commands/ListBackupPlansCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListBackupPlans(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListBackupPlansCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListBackupPlansCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBackupSelectionsCommandInput,
|
|
4
|
+
ListBackupSelectionsCommandOutput,
|
|
5
|
+
} from "../commands/ListBackupSelectionsCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListBackupSelections(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListBackupSelectionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListBackupSelectionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBackupVaultsCommandInput,
|
|
4
|
+
ListBackupVaultsCommandOutput,
|
|
5
|
+
} from "../commands/ListBackupVaultsCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListBackupVaults(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListBackupVaultsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListBackupVaultsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCopyJobsCommandInput,
|
|
4
|
+
ListCopyJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListCopyJobsCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListCopyJobs(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListCopyJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListCopyJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListFrameworksCommandInput,
|
|
4
|
+
ListFrameworksCommandOutput,
|
|
5
|
+
} from "../commands/ListFrameworksCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListFrameworks(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListFrameworksCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListFrameworksCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListProtectedResourcesCommandInput,
|
|
4
|
+
ListProtectedResourcesCommandOutput,
|
|
5
|
+
} from "../commands/ListProtectedResourcesCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListProtectedResources(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListProtectedResourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListProtectedResourcesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRecoveryPointsByBackupVaultCommandInput,
|
|
4
|
+
ListRecoveryPointsByBackupVaultCommandOutput,
|
|
5
|
+
} from "../commands/ListRecoveryPointsByBackupVaultCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRecoveryPointsByBackupVault(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListRecoveryPointsByBackupVaultCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRecoveryPointsByBackupVaultCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRecoveryPointsByResourceCommandInput,
|
|
4
|
+
ListRecoveryPointsByResourceCommandOutput,
|
|
5
|
+
} from "../commands/ListRecoveryPointsByResourceCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRecoveryPointsByResource(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListRecoveryPointsByResourceCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRecoveryPointsByResourceCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListReportJobsCommandInput,
|
|
4
|
+
ListReportJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListReportJobsCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListReportJobs(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListReportJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListReportJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListReportPlansCommandInput,
|
|
4
|
+
ListReportPlansCommandOutput,
|
|
5
|
+
} from "../commands/ListReportPlansCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListReportPlans(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListReportPlansCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListReportPlansCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRestoreJobsCommandInput,
|
|
4
|
+
ListRestoreJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListRestoreJobsCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRestoreJobs(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListRestoreJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRestoreJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTagsCommandInput,
|
|
4
|
+
ListTagsCommandOutput,
|
|
5
|
+
} from "../commands/ListTagsCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTags(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListTagsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTagsCommandOutput>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListBackupJobsPaginator";
|
|
3
|
-
export * from "./ListBackupPlanTemplatesPaginator";
|
|
4
|
-
export * from "./ListBackupPlanVersionsPaginator";
|
|
5
|
-
export * from "./ListBackupPlansPaginator";
|
|
6
|
-
export * from "./ListBackupSelectionsPaginator";
|
|
7
|
-
export * from "./ListBackupVaultsPaginator";
|
|
8
|
-
export * from "./ListCopyJobsPaginator";
|
|
9
|
-
export * from "./ListFrameworksPaginator";
|
|
10
|
-
export * from "./ListProtectedResourcesPaginator";
|
|
11
|
-
export * from "./ListRecoveryPointsByBackupVaultPaginator";
|
|
12
|
-
export * from "./ListRecoveryPointsByResourcePaginator";
|
|
13
|
-
export * from "./ListReportJobsPaginator";
|
|
14
|
-
export * from "./ListReportPlansPaginator";
|
|
15
|
-
export * from "./ListRestoreJobsPaginator";
|
|
16
|
-
export * from "./ListTagsPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListBackupJobsPaginator";
|
|
3
|
+
export * from "./ListBackupPlanTemplatesPaginator";
|
|
4
|
+
export * from "./ListBackupPlanVersionsPaginator";
|
|
5
|
+
export * from "./ListBackupPlansPaginator";
|
|
6
|
+
export * from "./ListBackupSelectionsPaginator";
|
|
7
|
+
export * from "./ListBackupVaultsPaginator";
|
|
8
|
+
export * from "./ListCopyJobsPaginator";
|
|
9
|
+
export * from "./ListFrameworksPaginator";
|
|
10
|
+
export * from "./ListProtectedResourcesPaginator";
|
|
11
|
+
export * from "./ListRecoveryPointsByBackupVaultPaginator";
|
|
12
|
+
export * from "./ListRecoveryPointsByResourcePaginator";
|
|
13
|
+
export * from "./ListReportJobsPaginator";
|
|
14
|
+
export * from "./ListReportPlansPaginator";
|
|
15
|
+
export * from "./ListRestoreJobsPaginator";
|
|
16
|
+
export * from "./ListTagsPaginator";
|