diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
14 lines (13 loc) • 1.59 kB
TypeScript
export declare function ElasticTranscoder(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElementalConductor(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElementalDelta(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElementalLive(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElementalMediaconnect(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElementalMediaconvert(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElementalMedialive(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElementalMediapackage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElementalMediastore(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElementalMediatailor(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElementalServer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function KinesisVideoStreams(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MediaServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;