diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
25 lines (24 loc) • 2.48 kB
TypeScript
export declare function AntiBotService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AntiDdosBasic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AntiDdosPro(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AntifraudService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BastionHost(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudFirewall(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudSecurityScanner(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ContentModeration(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CrowdsourcedSecurityTesting(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataEncryptionService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DbAudit(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function GameShield(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function IdVerification(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ManagedSecurityService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SecurityCenter(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ServerGuard(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SslCertificates(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function WebApplicationFirewall(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const ABS: typeof AntiBotService;
export declare const AS: typeof AntifraudService;
export declare const CFW: typeof CloudFirewall;
export declare const CM: typeof ContentModeration;
export declare const DES: typeof DataEncryptionService;
export declare const WAF: typeof WebApplicationFirewall;