UNPKG

@pulumi/aws

Version:

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

25 lines (24 loc) 1.8 kB
export { ConnectionAliasArgs, ConnectionAliasState } from "./connectionAlias"; export type ConnectionAlias = import("./connectionAlias").ConnectionAlias; export declare const ConnectionAlias: typeof import("./connectionAlias").ConnectionAlias; export { DirectoryArgs, DirectoryState } from "./directory"; export type Directory = import("./directory").Directory; export declare const Directory: typeof import("./directory").Directory; export { GetBundleArgs, GetBundleResult, GetBundleOutputArgs } from "./getBundle"; export declare const getBundle: typeof import("./getBundle").getBundle; export declare const getBundleOutput: typeof import("./getBundle").getBundleOutput; export { GetDirectoryArgs, GetDirectoryResult, GetDirectoryOutputArgs } from "./getDirectory"; export declare const getDirectory: typeof import("./getDirectory").getDirectory; export declare const getDirectoryOutput: typeof import("./getDirectory").getDirectoryOutput; export { GetImageArgs, GetImageResult, GetImageOutputArgs } from "./getImage"; export declare const getImage: typeof import("./getImage").getImage; export declare const getImageOutput: typeof import("./getImage").getImageOutput; export { GetWorkspaceArgs, GetWorkspaceResult, GetWorkspaceOutputArgs } from "./getWorkspace"; export declare const getWorkspace: typeof import("./getWorkspace").getWorkspace; export declare const getWorkspaceOutput: typeof import("./getWorkspace").getWorkspaceOutput; export { IpGroupArgs, IpGroupState } from "./ipGroup"; export type IpGroup = import("./ipGroup").IpGroup; export declare const IpGroup: typeof import("./ipGroup").IpGroup; export { WorkspaceArgs, WorkspaceState } from "./workspace"; export type Workspace = import("./workspace").Workspace; export declare const Workspace: typeof import("./workspace").Workspace;