@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)
14 lines (13 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 } from "./replicationSet";
export type ReplicationSet = import("./replicationSet").ReplicationSet;
export declare const ReplicationSet: typeof import("./replicationSet").ReplicationSet;
export { ResponsePlanArgs } from "./responsePlan";
export type ResponsePlan = import("./responsePlan").ResponsePlan;
export declare const ResponsePlan: typeof import("./responsePlan").ResponsePlan;
export * from "../types/enums/ssmincidents";