@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)
8 lines (7 loc) • 401 B
TypeScript
export { GetPlanArgs, GetPlanResult, GetPlanOutputArgs } from "./getPlan";
export declare const getPlan: typeof import("./getPlan").getPlan;
export declare const getPlanOutput: typeof import("./getPlan").getPlanOutput;
export { PlanArgs } from "./plan";
export type Plan = import("./plan").Plan;
export declare const Plan: typeof import("./plan").Plan;
export * from "../types/enums/arcregionswitch";