UNPKG

@pulumi/aws

Version:

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

25 lines (24 loc) 1.73 kB
export { DirectoryConfigArgs, DirectoryConfigState } from "./directoryConfig"; export type DirectoryConfig = import("./directoryConfig").DirectoryConfig; export declare const DirectoryConfig: typeof import("./directoryConfig").DirectoryConfig; export { FleetArgs, FleetState } from "./fleet"; export type Fleet = import("./fleet").Fleet; export declare const Fleet: typeof import("./fleet").Fleet; export { FleetStackAssociationArgs, FleetStackAssociationState } from "./fleetStackAssociation"; export type FleetStackAssociation = import("./fleetStackAssociation").FleetStackAssociation; export declare const FleetStackAssociation: typeof import("./fleetStackAssociation").FleetStackAssociation; export { GetImageArgs, GetImageResult, GetImageOutputArgs } from "./getImage"; export declare const getImage: typeof import("./getImage").getImage; export declare const getImageOutput: typeof import("./getImage").getImageOutput; export { ImageBuilderArgs, ImageBuilderState } from "./imageBuilder"; export type ImageBuilder = import("./imageBuilder").ImageBuilder; export declare const ImageBuilder: typeof import("./imageBuilder").ImageBuilder; export { StackArgs, StackState } from "./stack"; export type Stack = import("./stack").Stack; export declare const Stack: typeof import("./stack").Stack; export { UserArgs, UserState } from "./user"; export type User = import("./user").User; export declare const User: typeof import("./user").User; export { UserStackAssociationArgs, UserStackAssociationState } from "./userStackAssociation"; export type UserStackAssociation = import("./userStackAssociation").UserStackAssociation; export declare const UserStackAssociation: typeof import("./userStackAssociation").UserStackAssociation;