@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)
26 lines (25 loc) • 1.76 kB
TypeScript
export { ContactArgs } from "./contact";
export type Contact = import("./contact").Contact;
export declare const Contact: typeof import("./contact").Contact;
export { ContactChannelArgs } from "./contactChannel";
export type ContactChannel = import("./contactChannel").ContactChannel;
export declare const ContactChannel: typeof import("./contactChannel").ContactChannel;
export { GetContactArgs, GetContactResult, GetContactOutputArgs } from "./getContact";
export declare const getContact: typeof import("./getContact").getContact;
export declare const getContactOutput: typeof import("./getContact").getContactOutput;
export { GetContactChannelArgs, GetContactChannelResult, GetContactChannelOutputArgs } from "./getContactChannel";
export declare const getContactChannel: typeof import("./getContactChannel").getContactChannel;
export declare const getContactChannelOutput: typeof import("./getContactChannel").getContactChannelOutput;
export { GetPlanArgs, GetPlanResult, GetPlanOutputArgs } from "./getPlan";
export declare const getPlan: typeof import("./getPlan").getPlan;
export declare const getPlanOutput: typeof import("./getPlan").getPlanOutput;
export { GetRotationArgs, GetRotationResult, GetRotationOutputArgs } from "./getRotation";
export declare const getRotation: typeof import("./getRotation").getRotation;
export declare const getRotationOutput: typeof import("./getRotation").getRotationOutput;
export { PlanArgs } from "./plan";
export type Plan = import("./plan").Plan;
export declare const Plan: typeof import("./plan").Plan;
export { RotationArgs } from "./rotation";
export type Rotation = import("./rotation").Rotation;
export declare const Rotation: typeof import("./rotation").Rotation;
export * from "../types/enums/ssmcontacts";