@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
50 lines (49 loc) • 4.54 kB
TypeScript
export { BackupPlanArgs } from "./backupPlan";
export type BackupPlan = import("./backupPlan").BackupPlan;
export declare const BackupPlan: typeof import("./backupPlan").BackupPlan;
export { BackupSelectionArgs } from "./backupSelection";
export type BackupSelection = import("./backupSelection").BackupSelection;
export declare const BackupSelection: typeof import("./backupSelection").BackupSelection;
export { BackupVaultArgs } from "./backupVault";
export type BackupVault = import("./backupVault").BackupVault;
export declare const BackupVault: typeof import("./backupVault").BackupVault;
export { FrameworkArgs } from "./framework";
export type Framework = import("./framework").Framework;
export declare const Framework: typeof import("./framework").Framework;
export { GetBackupPlanArgs, GetBackupPlanResult, GetBackupPlanOutputArgs } from "./getBackupPlan";
export declare const getBackupPlan: typeof import("./getBackupPlan").getBackupPlan;
export declare const getBackupPlanOutput: typeof import("./getBackupPlan").getBackupPlanOutput;
export { GetBackupSelectionArgs, GetBackupSelectionResult, GetBackupSelectionOutputArgs } from "./getBackupSelection";
export declare const getBackupSelection: typeof import("./getBackupSelection").getBackupSelection;
export declare const getBackupSelectionOutput: typeof import("./getBackupSelection").getBackupSelectionOutput;
export { GetBackupVaultArgs, GetBackupVaultResult, GetBackupVaultOutputArgs } from "./getBackupVault";
export declare const getBackupVault: typeof import("./getBackupVault").getBackupVault;
export declare const getBackupVaultOutput: typeof import("./getBackupVault").getBackupVaultOutput;
export { GetFrameworkArgs, GetFrameworkResult, GetFrameworkOutputArgs } from "./getFramework";
export declare const getFramework: typeof import("./getFramework").getFramework;
export declare const getFrameworkOutput: typeof import("./getFramework").getFrameworkOutput;
export { GetLogicallyAirGappedBackupVaultArgs, GetLogicallyAirGappedBackupVaultResult, GetLogicallyAirGappedBackupVaultOutputArgs } from "./getLogicallyAirGappedBackupVault";
export declare const getLogicallyAirGappedBackupVault: typeof import("./getLogicallyAirGappedBackupVault").getLogicallyAirGappedBackupVault;
export declare const getLogicallyAirGappedBackupVaultOutput: typeof import("./getLogicallyAirGappedBackupVault").getLogicallyAirGappedBackupVaultOutput;
export { GetReportPlanArgs, GetReportPlanResult, GetReportPlanOutputArgs } from "./getReportPlan";
export declare const getReportPlan: typeof import("./getReportPlan").getReportPlan;
export declare const getReportPlanOutput: typeof import("./getReportPlan").getReportPlanOutput;
export { GetRestoreTestingPlanArgs, GetRestoreTestingPlanResult, GetRestoreTestingPlanOutputArgs } from "./getRestoreTestingPlan";
export declare const getRestoreTestingPlan: typeof import("./getRestoreTestingPlan").getRestoreTestingPlan;
export declare const getRestoreTestingPlanOutput: typeof import("./getRestoreTestingPlan").getRestoreTestingPlanOutput;
export { GetRestoreTestingSelectionArgs, GetRestoreTestingSelectionResult, GetRestoreTestingSelectionOutputArgs } from "./getRestoreTestingSelection";
export declare const getRestoreTestingSelection: typeof import("./getRestoreTestingSelection").getRestoreTestingSelection;
export declare const getRestoreTestingSelectionOutput: typeof import("./getRestoreTestingSelection").getRestoreTestingSelectionOutput;
export { LogicallyAirGappedBackupVaultArgs } from "./logicallyAirGappedBackupVault";
export type LogicallyAirGappedBackupVault = import("./logicallyAirGappedBackupVault").LogicallyAirGappedBackupVault;
export declare const LogicallyAirGappedBackupVault: typeof import("./logicallyAirGappedBackupVault").LogicallyAirGappedBackupVault;
export { ReportPlanArgs } from "./reportPlan";
export type ReportPlan = import("./reportPlan").ReportPlan;
export declare const ReportPlan: typeof import("./reportPlan").ReportPlan;
export { RestoreTestingPlanArgs } from "./restoreTestingPlan";
export type RestoreTestingPlan = import("./restoreTestingPlan").RestoreTestingPlan;
export declare const RestoreTestingPlan: typeof import("./restoreTestingPlan").RestoreTestingPlan;
export { RestoreTestingSelectionArgs } from "./restoreTestingSelection";
export type RestoreTestingSelection = import("./restoreTestingSelection").RestoreTestingSelection;
export declare const RestoreTestingSelection: typeof import("./restoreTestingSelection").RestoreTestingSelection;
export * from "../types/enums/backup";