UNPKG

diagrams-js

Version:

A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code

37 lines (36 loc) 4.15 kB
export declare function Backup(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CloudendureDisasterRecovery(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EFSInfrequentaccessPrimaryBg(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EFSStandardPrimaryBg(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ElasticBlockStoreEBSSnapshot(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ElasticBlockStoreEBSVolume(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ElasticBlockStoreEBS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ElasticFileSystemEFSFileSystem(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ElasticFileSystemEFS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function FsxForLustre(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function FsxForWindowsFileServer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Fsx(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MultipleVolumesResource(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function S3AccessPoints(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function S3GlacierArchive(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function S3GlacierVault(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function S3Glacier(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function S3ObjectLambdaAccessPoints(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SimpleStorageServiceS3BucketWithObjects(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SimpleStorageServiceS3Bucket(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SimpleStorageServiceS3Object(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SimpleStorageServiceS3(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SnowFamilySnowballImportExport(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SnowballEdge(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Snowball(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Snowmobile(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function StorageGatewayCachedVolume(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function StorageGatewayNonCachedVolume(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function StorageGatewayVirtualTapeLibrary(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function StorageGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Storage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const CDR: typeof CloudendureDisasterRecovery; export declare const EBS: typeof ElasticBlockStoreEBS; export declare const EFS: typeof ElasticFileSystemEFS; export declare const FSx: typeof Fsx; export declare const S3: typeof SimpleStorageServiceS3;