diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
62 lines (61 loc) • 7.45 kB
TypeScript
export declare function AmazonDevopsGuru(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AmazonManagedGrafana(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AmazonManagedPrometheus(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AmazonManagedWorkflowsApacheAirflow(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AutoScaling(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Chatbot(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudformationChangeSet(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudformationStack(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudformationTemplate(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Cloudformation(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Cloudtrail(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudwatchAlarm(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudwatchEventEventBased(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudwatchEventTimeBased(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudwatchLogs(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudwatchRule(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Cloudwatch(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Codeguru(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 Config(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ControlTower(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function LicenseManager(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ManagedServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ManagementAndGovernance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ManagementConsole(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OpsworksApps(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OpsworksDeployments(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OpsworksInstances(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OpsworksLayers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OpsworksMonitoring(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OpsworksPermissions(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OpsworksResources(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OpsworksStack(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Opsworks(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OrganizationsAccount(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OrganizationsOrganizationalUnit(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Organizations(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function PersonalHealthDashboard(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Proton(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ServiceCatalog(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SystemsManagerAppConfig(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SystemsManagerAutomation(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SystemsManagerDocuments(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SystemsManagerInventory(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SystemsManagerMaintenanceWindows(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SystemsManagerOpscenter(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SystemsManagerParameterStore(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SystemsManagerPatchManager(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SystemsManagerRunCommand(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SystemsManagerStateManager(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SystemsManager(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TrustedAdvisorChecklistCost(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TrustedAdvisorChecklistFaultTolerant(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TrustedAdvisorChecklistPerformance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TrustedAdvisorChecklistSecurity(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TrustedAdvisorChecklist(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TrustedAdvisor(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function UserNotifications(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function WellArchitectedTool(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const SSM: typeof SystemsManager;
export declare const ParameterStore: typeof SystemsManagerParameterStore;