@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
55 lines (54 loc) • 4.3 kB
TypeScript
export { FrameworkArgs, FrameworkState } from "./framework";
export type Framework = import("./framework").Framework;
export declare const Framework: typeof import("./framework").Framework;
export { GetFrameworkArgs, GetFrameworkResult, GetFrameworkOutputArgs } from "./getFramework";
export declare const getFramework: typeof import("./getFramework").getFramework;
export declare const getFrameworkOutput: typeof import("./getFramework").getFrameworkOutput;
export { GetPlanArgs, GetPlanResult, GetPlanOutputArgs } from "./getPlan";
export declare const getPlan: typeof import("./getPlan").getPlan;
export declare const getPlanOutput: typeof import("./getPlan").getPlanOutput;
export { GetReportPlanArgs, GetReportPlanResult, GetReportPlanOutputArgs } from "./getReportPlan";
export declare const getReportPlan: typeof import("./getReportPlan").getReportPlan;
export declare const getReportPlanOutput: typeof import("./getReportPlan").getReportPlanOutput;
export { GetSelectionArgs, GetSelectionResult, GetSelectionOutputArgs } from "./getSelection";
export declare const getSelection: typeof import("./getSelection").getSelection;
export declare const getSelectionOutput: typeof import("./getSelection").getSelectionOutput;
export { GetVaultArgs, GetVaultResult, GetVaultOutputArgs } from "./getVault";
export declare const getVault: typeof import("./getVault").getVault;
export declare const getVaultOutput: typeof import("./getVault").getVaultOutput;
export { GlobalSettingsArgs, GlobalSettingsState } from "./globalSettings";
export type GlobalSettings = import("./globalSettings").GlobalSettings;
export declare const GlobalSettings: typeof import("./globalSettings").GlobalSettings;
export { LogicallyAirGappedVaultArgs, LogicallyAirGappedVaultState } from "./logicallyAirGappedVault";
export type LogicallyAirGappedVault = import("./logicallyAirGappedVault").LogicallyAirGappedVault;
export declare const LogicallyAirGappedVault: typeof import("./logicallyAirGappedVault").LogicallyAirGappedVault;
export { PlanArgs, PlanState } from "./plan";
export type Plan = import("./plan").Plan;
export declare const Plan: typeof import("./plan").Plan;
export { RegionSettingsArgs, RegionSettingsState } from "./regionSettings";
export type RegionSettings = import("./regionSettings").RegionSettings;
export declare const RegionSettings: typeof import("./regionSettings").RegionSettings;
export { ReportPlanArgs, ReportPlanState } from "./reportPlan";
export type ReportPlan = import("./reportPlan").ReportPlan;
export declare const ReportPlan: typeof import("./reportPlan").ReportPlan;
export { RestoreTestingPlanArgs, RestoreTestingPlanState } from "./restoreTestingPlan";
export type RestoreTestingPlan = import("./restoreTestingPlan").RestoreTestingPlan;
export declare const RestoreTestingPlan: typeof import("./restoreTestingPlan").RestoreTestingPlan;
export { RestoreTestingSelectionArgs, RestoreTestingSelectionState } from "./restoreTestingSelection";
export type RestoreTestingSelection = import("./restoreTestingSelection").RestoreTestingSelection;
export declare const RestoreTestingSelection: typeof import("./restoreTestingSelection").RestoreTestingSelection;
export { SelectionArgs, SelectionState } from "./selection";
export type Selection = import("./selection").Selection;
export declare const Selection: typeof import("./selection").Selection;
export { VaultArgs, VaultState } from "./vault";
export type Vault = import("./vault").Vault;
export declare const Vault: typeof import("./vault").Vault;
export { VaultLockConfigurationArgs, VaultLockConfigurationState } from "./vaultLockConfiguration";
export type VaultLockConfiguration = import("./vaultLockConfiguration").VaultLockConfiguration;
export declare const VaultLockConfiguration: typeof import("./vaultLockConfiguration").VaultLockConfiguration;
export { VaultNotificationsArgs, VaultNotificationsState } from "./vaultNotifications";
export type VaultNotifications = import("./vaultNotifications").VaultNotifications;
export declare const VaultNotifications: typeof import("./vaultNotifications").VaultNotifications;
export { VaultPolicyArgs, VaultPolicyState } from "./vaultPolicy";
export type VaultPolicy = import("./vaultPolicy").VaultPolicy;
export declare const VaultPolicy: typeof import("./vaultPolicy").VaultPolicy;