UNPKG

@pulumi/aws

Version:

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

10 lines (9 loc) 623 B
export { ConnectionArgs, ConnectionState } from "./connection"; export type Connection = import("./connection").Connection; export declare const Connection: typeof import("./connection").Connection; export { GetConnectionArgs, GetConnectionResult, GetConnectionOutputArgs } from "./getConnection"; export declare const getConnection: typeof import("./getConnection").getConnection; export declare const getConnectionOutput: typeof import("./getConnection").getConnectionOutput; export { HostArgs, HostState } from "./host"; export type Host = import("./host").Host; export declare const Host: typeof import("./host").Host;