@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)
32 lines (31 loc) • 2.8 kB
TypeScript
export { GetInboundExternalLinkArgs, GetInboundExternalLinkResult, GetInboundExternalLinkOutputArgs } from "./getInboundExternalLink";
export declare const getInboundExternalLink: typeof import("./getInboundExternalLink").getInboundExternalLink;
export declare const getInboundExternalLinkOutput: typeof import("./getInboundExternalLink").getInboundExternalLinkOutput;
export { GetLinkArgs, GetLinkResult, GetLinkOutputArgs } from "./getLink";
export declare const getLink: typeof import("./getLink").getLink;
export declare const getLinkOutput: typeof import("./getLink").getLinkOutput;
export { GetOutboundExternalLinkArgs, GetOutboundExternalLinkResult, GetOutboundExternalLinkOutputArgs } from "./getOutboundExternalLink";
export declare const getOutboundExternalLink: typeof import("./getOutboundExternalLink").getOutboundExternalLink;
export declare const getOutboundExternalLinkOutput: typeof import("./getOutboundExternalLink").getOutboundExternalLinkOutput;
export { GetRequesterGatewayArgs, GetRequesterGatewayResult, GetRequesterGatewayOutputArgs } from "./getRequesterGateway";
export declare const getRequesterGateway: typeof import("./getRequesterGateway").getRequesterGateway;
export declare const getRequesterGatewayOutput: typeof import("./getRequesterGateway").getRequesterGatewayOutput;
export { GetResponderGatewayArgs, GetResponderGatewayResult, GetResponderGatewayOutputArgs } from "./getResponderGateway";
export declare const getResponderGateway: typeof import("./getResponderGateway").getResponderGateway;
export declare const getResponderGatewayOutput: typeof import("./getResponderGateway").getResponderGatewayOutput;
export { InboundExternalLinkArgs } from "./inboundExternalLink";
export type InboundExternalLink = import("./inboundExternalLink").InboundExternalLink;
export declare const InboundExternalLink: typeof import("./inboundExternalLink").InboundExternalLink;
export { LinkArgs } from "./link";
export type Link = import("./link").Link;
export declare const Link: typeof import("./link").Link;
export { OutboundExternalLinkArgs } from "./outboundExternalLink";
export type OutboundExternalLink = import("./outboundExternalLink").OutboundExternalLink;
export declare const OutboundExternalLink: typeof import("./outboundExternalLink").OutboundExternalLink;
export { RequesterGatewayArgs } from "./requesterGateway";
export type RequesterGateway = import("./requesterGateway").RequesterGateway;
export declare const RequesterGateway: typeof import("./requesterGateway").RequesterGateway;
export { ResponderGatewayArgs } from "./responderGateway";
export type ResponderGateway = import("./responderGateway").ResponderGateway;
export declare const ResponderGateway: typeof import("./responderGateway").ResponderGateway;
export * from "../types/enums/rtbfabric";