@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)
86 lines (85 loc) • 7.29 kB
TypeScript
export { AgentArgs } from "./agent";
export type Agent = import("./agent").Agent;
export declare const Agent: typeof import("./agent").Agent;
export { GetAgentArgs, GetAgentResult, GetAgentOutputArgs } from "./getAgent";
export declare const getAgent: typeof import("./getAgent").getAgent;
export declare const getAgentOutput: typeof import("./getAgent").getAgentOutput;
export { GetLocationAzureBlobArgs, GetLocationAzureBlobResult, GetLocationAzureBlobOutputArgs } from "./getLocationAzureBlob";
export declare const getLocationAzureBlob: typeof import("./getLocationAzureBlob").getLocationAzureBlob;
export declare const getLocationAzureBlobOutput: typeof import("./getLocationAzureBlob").getLocationAzureBlobOutput;
export { GetLocationEfsArgs, GetLocationEfsResult, GetLocationEfsOutputArgs } from "./getLocationEfs";
export declare const getLocationEfs: typeof import("./getLocationEfs").getLocationEfs;
export declare const getLocationEfsOutput: typeof import("./getLocationEfs").getLocationEfsOutput;
export { GetLocationFSxLustreArgs, GetLocationFSxLustreResult, GetLocationFSxLustreOutputArgs } from "./getLocationFSxLustre";
export declare const getLocationFSxLustre: typeof import("./getLocationFSxLustre").getLocationFSxLustre;
export declare const getLocationFSxLustreOutput: typeof import("./getLocationFSxLustre").getLocationFSxLustreOutput;
export { GetLocationFSxOntapArgs, GetLocationFSxOntapResult, GetLocationFSxOntapOutputArgs } from "./getLocationFSxOntap";
export declare const getLocationFSxOntap: typeof import("./getLocationFSxOntap").getLocationFSxOntap;
export declare const getLocationFSxOntapOutput: typeof import("./getLocationFSxOntap").getLocationFSxOntapOutput;
export { GetLocationFSxOpenZfsArgs, GetLocationFSxOpenZfsResult, GetLocationFSxOpenZfsOutputArgs } from "./getLocationFSxOpenZfs";
export declare const getLocationFSxOpenZfs: typeof import("./getLocationFSxOpenZfs").getLocationFSxOpenZfs;
export declare const getLocationFSxOpenZfsOutput: typeof import("./getLocationFSxOpenZfs").getLocationFSxOpenZfsOutput;
export { GetLocationFSxWindowsArgs, GetLocationFSxWindowsResult, GetLocationFSxWindowsOutputArgs } from "./getLocationFSxWindows";
export declare const getLocationFSxWindows: typeof import("./getLocationFSxWindows").getLocationFSxWindows;
export declare const getLocationFSxWindowsOutput: typeof import("./getLocationFSxWindows").getLocationFSxWindowsOutput;
export { GetLocationHdfsArgs, GetLocationHdfsResult, GetLocationHdfsOutputArgs } from "./getLocationHdfs";
export declare const getLocationHdfs: typeof import("./getLocationHdfs").getLocationHdfs;
export declare const getLocationHdfsOutput: typeof import("./getLocationHdfs").getLocationHdfsOutput;
export { GetLocationNfsArgs, GetLocationNfsResult, GetLocationNfsOutputArgs } from "./getLocationNfs";
export declare const getLocationNfs: typeof import("./getLocationNfs").getLocationNfs;
export declare const getLocationNfsOutput: typeof import("./getLocationNfs").getLocationNfsOutput;
export { GetLocationObjectStorageArgs, GetLocationObjectStorageResult, GetLocationObjectStorageOutputArgs } from "./getLocationObjectStorage";
export declare const getLocationObjectStorage: typeof import("./getLocationObjectStorage").getLocationObjectStorage;
export declare const getLocationObjectStorageOutput: typeof import("./getLocationObjectStorage").getLocationObjectStorageOutput;
export { GetLocationS3Args, GetLocationS3Result, GetLocationS3OutputArgs } from "./getLocationS3";
export declare const getLocationS3: typeof import("./getLocationS3").getLocationS3;
export declare const getLocationS3Output: typeof import("./getLocationS3").getLocationS3Output;
export { GetLocationSmbArgs, GetLocationSmbResult, GetLocationSmbOutputArgs } from "./getLocationSmb";
export declare const getLocationSmb: typeof import("./getLocationSmb").getLocationSmb;
export declare const getLocationSmbOutput: typeof import("./getLocationSmb").getLocationSmbOutput;
export { GetStorageSystemArgs, GetStorageSystemResult, GetStorageSystemOutputArgs } from "./getStorageSystem";
export declare const getStorageSystem: typeof import("./getStorageSystem").getStorageSystem;
export declare const getStorageSystemOutput: typeof import("./getStorageSystem").getStorageSystemOutput;
export { GetTaskArgs, GetTaskResult, GetTaskOutputArgs } from "./getTask";
export declare const getTask: typeof import("./getTask").getTask;
export declare const getTaskOutput: typeof import("./getTask").getTaskOutput;
export { LocationAzureBlobArgs } from "./locationAzureBlob";
export type LocationAzureBlob = import("./locationAzureBlob").LocationAzureBlob;
export declare const LocationAzureBlob: typeof import("./locationAzureBlob").LocationAzureBlob;
export { LocationEfsArgs } from "./locationEfs";
export type LocationEfs = import("./locationEfs").LocationEfs;
export declare const LocationEfs: typeof import("./locationEfs").LocationEfs;
export { LocationFSxLustreArgs } from "./locationFSxLustre";
export type LocationFSxLustre = import("./locationFSxLustre").LocationFSxLustre;
export declare const LocationFSxLustre: typeof import("./locationFSxLustre").LocationFSxLustre;
export { LocationFSxOntapArgs } from "./locationFSxOntap";
export type LocationFSxOntap = import("./locationFSxOntap").LocationFSxOntap;
export declare const LocationFSxOntap: typeof import("./locationFSxOntap").LocationFSxOntap;
export { LocationFSxOpenZfsArgs } from "./locationFSxOpenZfs";
export type LocationFSxOpenZfs = import("./locationFSxOpenZfs").LocationFSxOpenZfs;
export declare const LocationFSxOpenZfs: typeof import("./locationFSxOpenZfs").LocationFSxOpenZfs;
export { LocationFSxWindowsArgs } from "./locationFSxWindows";
export type LocationFSxWindows = import("./locationFSxWindows").LocationFSxWindows;
export declare const LocationFSxWindows: typeof import("./locationFSxWindows").LocationFSxWindows;
export { LocationHdfsArgs } from "./locationHdfs";
export type LocationHdfs = import("./locationHdfs").LocationHdfs;
export declare const LocationHdfs: typeof import("./locationHdfs").LocationHdfs;
export { LocationNfsArgs } from "./locationNfs";
export type LocationNfs = import("./locationNfs").LocationNfs;
export declare const LocationNfs: typeof import("./locationNfs").LocationNfs;
export { LocationObjectStorageArgs } from "./locationObjectStorage";
export type LocationObjectStorage = import("./locationObjectStorage").LocationObjectStorage;
export declare const LocationObjectStorage: typeof import("./locationObjectStorage").LocationObjectStorage;
export { LocationS3Args } from "./locationS3";
export type LocationS3 = import("./locationS3").LocationS3;
export declare const LocationS3: typeof import("./locationS3").LocationS3;
export { LocationSmbArgs } from "./locationSmb";
export type LocationSmb = import("./locationSmb").LocationSmb;
export declare const LocationSmb: typeof import("./locationSmb").LocationSmb;
export { StorageSystemArgs } from "./storageSystem";
export type StorageSystem = import("./storageSystem").StorageSystem;
export declare const StorageSystem: typeof import("./storageSystem").StorageSystem;
export { TaskArgs } from "./task";
export type Task = import("./task").Task;
export declare const Task: typeof import("./task").Task;
export * from "../types/enums/datasync";