@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
34 lines (33 loc) • 2.48 kB
TypeScript
export { CacheArgs, CacheState } from "./cache";
export type Cache = import("./cache").Cache;
export declare const Cache: typeof import("./cache").Cache;
export { CachesIscsiVolumeArgs, CachesIscsiVolumeState } from "./cachesIscsiVolume";
export type CachesIscsiVolume = import("./cachesIscsiVolume").CachesIscsiVolume;
export declare const CachesIscsiVolume: typeof import("./cachesIscsiVolume").CachesIscsiVolume;
export { FileSystemAssociationArgs, FileSystemAssociationState } from "./fileSystemAssociation";
export type FileSystemAssociation = import("./fileSystemAssociation").FileSystemAssociation;
export declare const FileSystemAssociation: typeof import("./fileSystemAssociation").FileSystemAssociation;
export { GatewayArgs, GatewayState } from "./gateway";
export type Gateway = import("./gateway").Gateway;
export declare const Gateway: typeof import("./gateway").Gateway;
export { GetLocalDiskArgs, GetLocalDiskResult, GetLocalDiskOutputArgs } from "./getLocalDisk";
export declare const getLocalDisk: typeof import("./getLocalDisk").getLocalDisk;
export declare const getLocalDiskOutput: typeof import("./getLocalDisk").getLocalDiskOutput;
export { NfsFileShareArgs, NfsFileShareState } from "./nfsFileShare";
export type NfsFileShare = import("./nfsFileShare").NfsFileShare;
export declare const NfsFileShare: typeof import("./nfsFileShare").NfsFileShare;
export { SmbFileShareArgs, SmbFileShareState } from "./smbFileShare";
export type SmbFileShare = import("./smbFileShare").SmbFileShare;
export declare const SmbFileShare: typeof import("./smbFileShare").SmbFileShare;
export { StoredIscsiVolumeArgs, StoredIscsiVolumeState } from "./storedIscsiVolume";
export type StoredIscsiVolume = import("./storedIscsiVolume").StoredIscsiVolume;
export declare const StoredIscsiVolume: typeof import("./storedIscsiVolume").StoredIscsiVolume;
export { TapePoolArgs, TapePoolState } from "./tapePool";
export type TapePool = import("./tapePool").TapePool;
export declare const TapePool: typeof import("./tapePool").TapePool;
export { UploadBufferArgs, UploadBufferState } from "./uploadBuffer";
export type UploadBuffer = import("./uploadBuffer").UploadBuffer;
export declare const UploadBuffer: typeof import("./uploadBuffer").UploadBuffer;
export { WorkingStorageArgs, WorkingStorageState } from "./workingStorage";
export type WorkingStorage = import("./workingStorage").WorkingStorage;
export declare const WorkingStorage: typeof import("./workingStorage").WorkingStorage;