@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
13 lines (12 loc) • 988 B
TypeScript
export { AlternativeContactArgs, AlternativeContactState } from "./alternativeContact";
export type AlternativeContact = import("./alternativeContact").AlternativeContact;
export declare const AlternativeContact: typeof import("./alternativeContact").AlternativeContact;
export { GetPrimaryContactArgs, GetPrimaryContactResult, GetPrimaryContactOutputArgs } from "./getPrimaryContact";
export declare const getPrimaryContact: typeof import("./getPrimaryContact").getPrimaryContact;
export declare const getPrimaryContactOutput: typeof import("./getPrimaryContact").getPrimaryContactOutput;
export { PrimaryContactArgs, PrimaryContactState } from "./primaryContact";
export type PrimaryContact = import("./primaryContact").PrimaryContact;
export declare const PrimaryContact: typeof import("./primaryContact").PrimaryContact;
export { RegionArgs, RegionState } from "./region";
export type Region = import("./region").Region;
export declare const Region: typeof import("./region").Region;