UNPKG

@pulumi/aws

Version:

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

40 lines (39 loc) 3.06 kB
export { AgentArgs, AgentState } from "./agent"; export type Agent = import("./agent").Agent; export declare const Agent: typeof import("./agent").Agent; export { EfsLocationArgs, EfsLocationState } from "./efsLocation"; export type EfsLocation = import("./efsLocation").EfsLocation; export declare const EfsLocation: typeof import("./efsLocation").EfsLocation; export { FsxOpenZfsFileSystemArgs, FsxOpenZfsFileSystemState } from "./fsxOpenZfsFileSystem"; export type FsxOpenZfsFileSystem = import("./fsxOpenZfsFileSystem").FsxOpenZfsFileSystem; export declare const FsxOpenZfsFileSystem: typeof import("./fsxOpenZfsFileSystem").FsxOpenZfsFileSystem; export { LocationAzureBlobArgs, LocationAzureBlobState } from "./locationAzureBlob"; export type LocationAzureBlob = import("./locationAzureBlob").LocationAzureBlob; export declare const LocationAzureBlob: typeof import("./locationAzureBlob").LocationAzureBlob; export { LocationFsxLustreArgs, LocationFsxLustreState } from "./locationFsxLustre"; export type LocationFsxLustre = import("./locationFsxLustre").LocationFsxLustre; export declare const LocationFsxLustre: typeof import("./locationFsxLustre").LocationFsxLustre; export { LocationFsxOntapFileSystemArgs, LocationFsxOntapFileSystemState } from "./locationFsxOntapFileSystem"; export type LocationFsxOntapFileSystem = import("./locationFsxOntapFileSystem").LocationFsxOntapFileSystem; export declare const LocationFsxOntapFileSystem: typeof import("./locationFsxOntapFileSystem").LocationFsxOntapFileSystem; export { LocationFsxWindowsArgs, LocationFsxWindowsState } from "./locationFsxWindows"; export type LocationFsxWindows = import("./locationFsxWindows").LocationFsxWindows; export declare const LocationFsxWindows: typeof import("./locationFsxWindows").LocationFsxWindows; export { LocationHdfsArgs, LocationHdfsState } from "./locationHdfs"; export type LocationHdfs = import("./locationHdfs").LocationHdfs; export declare const LocationHdfs: typeof import("./locationHdfs").LocationHdfs; export { LocationObjectStorageArgs, LocationObjectStorageState } from "./locationObjectStorage"; export type LocationObjectStorage = import("./locationObjectStorage").LocationObjectStorage; export declare const LocationObjectStorage: typeof import("./locationObjectStorage").LocationObjectStorage; export { LocationSmbArgs, LocationSmbState } from "./locationSmb"; export type LocationSmb = import("./locationSmb").LocationSmb; export declare const LocationSmb: typeof import("./locationSmb").LocationSmb; export { NfsLocationArgs, NfsLocationState } from "./nfsLocation"; export type NfsLocation = import("./nfsLocation").NfsLocation; export declare const NfsLocation: typeof import("./nfsLocation").NfsLocation; export { S3LocationArgs, S3LocationState } from "./s3location"; export type S3Location = import("./s3location").S3Location; export declare const S3Location: typeof import("./s3location").S3Location; export { TaskArgs, TaskState } from "./task"; export type Task = import("./task").Task; export declare const Task: typeof import("./task").Task;