UNPKG

@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)

26 lines (25 loc) 2.03 kB
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 { FileSystemPolicyArgs } from "./fileSystemPolicy"; export type FileSystemPolicy = import("./fileSystemPolicy").FileSystemPolicy; export declare const FileSystemPolicy: typeof import("./fileSystemPolicy").FileSystemPolicy; 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 { GetFileSystemPolicyArgs, GetFileSystemPolicyResult, GetFileSystemPolicyOutputArgs } from "./getFileSystemPolicy"; export declare const getFileSystemPolicy: typeof import("./getFileSystemPolicy").getFileSystemPolicy; export declare const getFileSystemPolicyOutput: typeof import("./getFileSystemPolicy").getFileSystemPolicyOutput; 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/s3files";