@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)
43 lines (42 loc) • 4.34 kB
TypeScript
export { ConnectionArgs } from "./connection";
export type Connection = import("./connection").Connection;
export declare const Connection: typeof import("./connection").Connection;
export { DirectConnectGatewayArgs } from "./directConnectGateway";
export type DirectConnectGateway = import("./directConnectGateway").DirectConnectGateway;
export declare const DirectConnectGateway: typeof import("./directConnectGateway").DirectConnectGateway;
export { DirectConnectGatewayAssociationArgs } from "./directConnectGatewayAssociation";
export type DirectConnectGatewayAssociation = import("./directConnectGatewayAssociation").DirectConnectGatewayAssociation;
export declare const DirectConnectGatewayAssociation: typeof import("./directConnectGatewayAssociation").DirectConnectGatewayAssociation;
export { GetConnectionArgs, GetConnectionResult, GetConnectionOutputArgs } from "./getConnection";
export declare const getConnection: typeof import("./getConnection").getConnection;
export declare const getConnectionOutput: typeof import("./getConnection").getConnectionOutput;
export { GetDirectConnectGatewayArgs, GetDirectConnectGatewayResult, GetDirectConnectGatewayOutputArgs } from "./getDirectConnectGateway";
export declare const getDirectConnectGateway: typeof import("./getDirectConnectGateway").getDirectConnectGateway;
export declare const getDirectConnectGatewayOutput: typeof import("./getDirectConnectGateway").getDirectConnectGatewayOutput;
export { GetDirectConnectGatewayAssociationArgs, GetDirectConnectGatewayAssociationResult, GetDirectConnectGatewayAssociationOutputArgs } from "./getDirectConnectGatewayAssociation";
export declare const getDirectConnectGatewayAssociation: typeof import("./getDirectConnectGatewayAssociation").getDirectConnectGatewayAssociation;
export declare const getDirectConnectGatewayAssociationOutput: typeof import("./getDirectConnectGatewayAssociation").getDirectConnectGatewayAssociationOutput;
export { GetLagArgs, GetLagResult, GetLagOutputArgs } from "./getLag";
export declare const getLag: typeof import("./getLag").getLag;
export declare const getLagOutput: typeof import("./getLag").getLagOutput;
export { GetPrivateVirtualInterfaceArgs, GetPrivateVirtualInterfaceResult, GetPrivateVirtualInterfaceOutputArgs } from "./getPrivateVirtualInterface";
export declare const getPrivateVirtualInterface: typeof import("./getPrivateVirtualInterface").getPrivateVirtualInterface;
export declare const getPrivateVirtualInterfaceOutput: typeof import("./getPrivateVirtualInterface").getPrivateVirtualInterfaceOutput;
export { GetPublicVirtualInterfaceArgs, GetPublicVirtualInterfaceResult, GetPublicVirtualInterfaceOutputArgs } from "./getPublicVirtualInterface";
export declare const getPublicVirtualInterface: typeof import("./getPublicVirtualInterface").getPublicVirtualInterface;
export declare const getPublicVirtualInterfaceOutput: typeof import("./getPublicVirtualInterface").getPublicVirtualInterfaceOutput;
export { GetTransitVirtualInterfaceArgs, GetTransitVirtualInterfaceResult, GetTransitVirtualInterfaceOutputArgs } from "./getTransitVirtualInterface";
export declare const getTransitVirtualInterface: typeof import("./getTransitVirtualInterface").getTransitVirtualInterface;
export declare const getTransitVirtualInterfaceOutput: typeof import("./getTransitVirtualInterface").getTransitVirtualInterfaceOutput;
export { LagArgs } from "./lag";
export type Lag = import("./lag").Lag;
export declare const Lag: typeof import("./lag").Lag;
export { PrivateVirtualInterfaceArgs } from "./privateVirtualInterface";
export type PrivateVirtualInterface = import("./privateVirtualInterface").PrivateVirtualInterface;
export declare const PrivateVirtualInterface: typeof import("./privateVirtualInterface").PrivateVirtualInterface;
export { PublicVirtualInterfaceArgs } from "./publicVirtualInterface";
export type PublicVirtualInterface = import("./publicVirtualInterface").PublicVirtualInterface;
export declare const PublicVirtualInterface: typeof import("./publicVirtualInterface").PublicVirtualInterface;
export { TransitVirtualInterfaceArgs } from "./transitVirtualInterface";
export type TransitVirtualInterface = import("./transitVirtualInterface").TransitVirtualInterface;
export declare const TransitVirtualInterface: typeof import("./transitVirtualInterface").TransitVirtualInterface;