UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

19 lines (18 loc) 1.34 kB
export { ContactArgs, ContactState } from "./contact"; export type Contact = import("./contact").Contact; export declare const Contact: typeof import("./contact").Contact; export { ContactChannelArgs, ContactChannelState } 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 { PlanArgs, PlanState } from "./plan"; export type Plan = import("./plan").Plan; export declare const Plan: typeof import("./plan").Plan;