diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
7 lines (6 loc) • 718 B
TypeScript
export declare function Budgets(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CostAndUsageReport(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CostExplorer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CostManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ReservedInstanceReporting(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SavingsPlans(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;