@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)
20 lines (19 loc) • 1.46 kB
TypeScript
export { AccessPointArgs } from "./accessPoint";
export type AccessPoint = import("./accessPoint").AccessPoint;
export declare const AccessPoint: typeof import("./accessPoint").AccessPoint;
export { FileSystemArgs } from "./fileSystem";
export type FileSystem = import("./fileSystem").FileSystem;
export declare const FileSystem: typeof import("./fileSystem").FileSystem;
export { GetAccessPointArgs, GetAccessPointResult, GetAccessPointOutputArgs } from "./getAccessPoint";
export declare const getAccessPoint: typeof import("./getAccessPoint").getAccessPoint;
export declare const getAccessPointOutput: typeof import("./getAccessPoint").getAccessPointOutput;
export { GetFileSystemArgs, GetFileSystemResult, GetFileSystemOutputArgs } from "./getFileSystem";
export declare const getFileSystem: typeof import("./getFileSystem").getFileSystem;
export declare const getFileSystemOutput: typeof import("./getFileSystem").getFileSystemOutput;
export { GetMountTargetArgs, GetMountTargetResult, GetMountTargetOutputArgs } from "./getMountTarget";
export declare const getMountTarget: typeof import("./getMountTarget").getMountTarget;
export declare const getMountTargetOutput: typeof import("./getMountTarget").getMountTargetOutput;
export { MountTargetArgs } from "./mountTarget";
export type MountTarget = import("./mountTarget").MountTarget;
export declare const MountTarget: typeof import("./mountTarget").MountTarget;
export * from "../types/enums/efs";