UNPKG

diagrams-js

Version:

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

13 lines (12 loc) 1.43 kB
export declare function ActivityLog(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ApplicationInsights(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AutoScale(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AzureMonitorsForSAPSolutions(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AzureWorkbooks(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ChangeAnalysis(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DiagnosticsSettings(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function LogAnalyticsWorkspaces(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Logs(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Metrics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Monitor(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function NetworkWatcher(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;