diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
17 lines (16 loc) • 1.74 kB
TypeScript
export declare function CloudDevelopmentKit(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Cloud9Resource(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Cloud9(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Cloudshell(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Codeartifact(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Codebuild(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Codecommit(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Codedeploy(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Codepipeline(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Codestar(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CommandLineInterface(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DeveloperTools(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ToolsAndSdks(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function XRay(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const CLI: typeof CommandLineInterface;
export declare const DevTools: typeof DeveloperTools;