@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
52 lines (51 loc) • 4.94 kB
TypeScript
export { BackupArgs, BackupState } from "./backup";
export type Backup = import("./backup").Backup;
export declare const Backup: typeof import("./backup").Backup;
export { DataRepositoryAssociationArgs, DataRepositoryAssociationState } from "./dataRepositoryAssociation";
export type DataRepositoryAssociation = import("./dataRepositoryAssociation").DataRepositoryAssociation;
export declare const DataRepositoryAssociation: typeof import("./dataRepositoryAssociation").DataRepositoryAssociation;
export { FileCacheArgs, FileCacheState } from "./fileCache";
export type FileCache = import("./fileCache").FileCache;
export declare const FileCache: typeof import("./fileCache").FileCache;
export { GetOntapFileSystemArgs, GetOntapFileSystemResult, GetOntapFileSystemOutputArgs } from "./getOntapFileSystem";
export declare const getOntapFileSystem: typeof import("./getOntapFileSystem").getOntapFileSystem;
export declare const getOntapFileSystemOutput: typeof import("./getOntapFileSystem").getOntapFileSystemOutput;
export { GetOntapStorageVirtualMachineArgs, GetOntapStorageVirtualMachineResult, GetOntapStorageVirtualMachineOutputArgs } from "./getOntapStorageVirtualMachine";
export declare const getOntapStorageVirtualMachine: typeof import("./getOntapStorageVirtualMachine").getOntapStorageVirtualMachine;
export declare const getOntapStorageVirtualMachineOutput: typeof import("./getOntapStorageVirtualMachine").getOntapStorageVirtualMachineOutput;
export { GetOntapStorageVirtualMachinesArgs, GetOntapStorageVirtualMachinesResult, GetOntapStorageVirtualMachinesOutputArgs } from "./getOntapStorageVirtualMachines";
export declare const getOntapStorageVirtualMachines: typeof import("./getOntapStorageVirtualMachines").getOntapStorageVirtualMachines;
export declare const getOntapStorageVirtualMachinesOutput: typeof import("./getOntapStorageVirtualMachines").getOntapStorageVirtualMachinesOutput;
export { GetOpenZfsSnapshotArgs, GetOpenZfsSnapshotResult, GetOpenZfsSnapshotOutputArgs } from "./getOpenZfsSnapshot";
export declare const getOpenZfsSnapshot: typeof import("./getOpenZfsSnapshot").getOpenZfsSnapshot;
export declare const getOpenZfsSnapshotOutput: typeof import("./getOpenZfsSnapshot").getOpenZfsSnapshotOutput;
export { GetWindowsFileSystemArgs, GetWindowsFileSystemResult, GetWindowsFileSystemOutputArgs } from "./getWindowsFileSystem";
export declare const getWindowsFileSystem: typeof import("./getWindowsFileSystem").getWindowsFileSystem;
export declare const getWindowsFileSystemOutput: typeof import("./getWindowsFileSystem").getWindowsFileSystemOutput;
export { LustreFileSystemArgs, LustreFileSystemState } from "./lustreFileSystem";
export type LustreFileSystem = import("./lustreFileSystem").LustreFileSystem;
export declare const LustreFileSystem: typeof import("./lustreFileSystem").LustreFileSystem;
export { OntapFileSystemArgs, OntapFileSystemState } from "./ontapFileSystem";
export type OntapFileSystem = import("./ontapFileSystem").OntapFileSystem;
export declare const OntapFileSystem: typeof import("./ontapFileSystem").OntapFileSystem;
export { OntapStorageVirtualMachineArgs, OntapStorageVirtualMachineState } from "./ontapStorageVirtualMachine";
export type OntapStorageVirtualMachine = import("./ontapStorageVirtualMachine").OntapStorageVirtualMachine;
export declare const OntapStorageVirtualMachine: typeof import("./ontapStorageVirtualMachine").OntapStorageVirtualMachine;
export { OntapVolumeArgs, OntapVolumeState } from "./ontapVolume";
export type OntapVolume = import("./ontapVolume").OntapVolume;
export declare const OntapVolume: typeof import("./ontapVolume").OntapVolume;
export { OpenZfsFileSystemArgs, OpenZfsFileSystemState } from "./openZfsFileSystem";
export type OpenZfsFileSystem = import("./openZfsFileSystem").OpenZfsFileSystem;
export declare const OpenZfsFileSystem: typeof import("./openZfsFileSystem").OpenZfsFileSystem;
export { OpenZfsSnapshotArgs, OpenZfsSnapshotState } from "./openZfsSnapshot";
export type OpenZfsSnapshot = import("./openZfsSnapshot").OpenZfsSnapshot;
export declare const OpenZfsSnapshot: typeof import("./openZfsSnapshot").OpenZfsSnapshot;
export { OpenZfsVolumeArgs, OpenZfsVolumeState } from "./openZfsVolume";
export type OpenZfsVolume = import("./openZfsVolume").OpenZfsVolume;
export declare const OpenZfsVolume: typeof import("./openZfsVolume").OpenZfsVolume;
export { S3AccessPointAttachmentArgs, S3AccessPointAttachmentState } from "./s3accessPointAttachment";
export type S3AccessPointAttachment = import("./s3accessPointAttachment").S3AccessPointAttachment;
export declare const S3AccessPointAttachment: typeof import("./s3accessPointAttachment").S3AccessPointAttachment;
export { WindowsFileSystemArgs, WindowsFileSystemState } from "./windowsFileSystem";
export type WindowsFileSystem = import("./windowsFileSystem").WindowsFileSystem;
export declare const WindowsFileSystem: typeof import("./windowsFileSystem").WindowsFileSystem;