@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
13 lines (12 loc) • 1.07 kB
TypeScript
export { GetReplicationSetArgs, GetReplicationSetResult, GetReplicationSetOutputArgs } from "./getReplicationSet";
export declare const getReplicationSet: typeof import("./getReplicationSet").getReplicationSet;
export declare const getReplicationSetOutput: typeof import("./getReplicationSet").getReplicationSetOutput;
export { GetResponsePlanArgs, GetResponsePlanResult, GetResponsePlanOutputArgs } from "./getResponsePlan";
export declare const getResponsePlan: typeof import("./getResponsePlan").getResponsePlan;
export declare const getResponsePlanOutput: typeof import("./getResponsePlan").getResponsePlanOutput;
export { ReplicationSetArgs, ReplicationSetState } from "./replicationSet";
export type ReplicationSet = import("./replicationSet").ReplicationSet;
export declare const ReplicationSet: typeof import("./replicationSet").ReplicationSet;
export { ResponsePlanArgs, ResponsePlanState } from "./responsePlan";
export type ResponsePlan = import("./responsePlan").ResponsePlan;
export declare const ResponsePlan: typeof import("./responsePlan").ResponsePlan;