@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) • 742 B
TypeScript
export { GetLinkArgs, GetLinkResult, GetLinkOutputArgs } from "./getLink";
export declare const getLink: typeof import("./getLink").getLink;
export declare const getLinkOutput: typeof import("./getLink").getLinkOutput;
export { GetSinkArgs, GetSinkResult, GetSinkOutputArgs } from "./getSink";
export declare const getSink: typeof import("./getSink").getSink;
export declare const getSinkOutput: typeof import("./getSink").getSinkOutput;
export { LinkArgs } from "./link";
export type Link = import("./link").Link;
export declare const Link: typeof import("./link").Link;
export { SinkArgs } from "./sink";
export type Sink = import("./sink").Sink;
export declare const Sink: typeof import("./sink").Sink;
export * from "../types/enums/oam";