UNPKG

diagrams-js

Version:

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

27 lines (26 loc) 3.1 kB
export declare function ApplicationIntegration(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Appsync(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ConsoleMobileApplication(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EventResource(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EventbridgeCustomEventBusResource(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EventbridgeDefaultEventBusResource(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EventbridgeEvent(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EventbridgePipes(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EventbridgeRule(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EventbridgeSaasPartnerEventBusResource(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EventbridgeScheduler(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EventbridgeSchema(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Eventbridge(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ExpressWorkflows(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MQ(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SimpleNotificationServiceSnsEmailNotification(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SimpleNotificationServiceSnsHttpNotification(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SimpleNotificationServiceSnsTopic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SimpleNotificationServiceSns(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SimpleQueueServiceSqsMessage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SimpleQueueServiceSqsQueue(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SimpleQueueServiceSqs(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function StepFunctions(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const SNS: typeof SimpleNotificationServiceSns; export declare const SQS: typeof SimpleQueueServiceSqs; export declare const SF: typeof StepFunctions;