diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
31 lines (30 loc) • 3.52 kB
TypeScript
export declare function AmazonOpensearchService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Analytics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Athena(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudsearchSearchDocuments(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Cloudsearch(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataLakeResource(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataPipeline(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElasticsearchService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function EMRCluster(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function EMREngineMaprM3(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function EMREngineMaprM5(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function EMREngineMaprM7(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function EMREngine(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function EMRHdfsCluster(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function EMR(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function GlueCrawlers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function GlueDataCatalog(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Glue(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function KinesisDataAnalytics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function KinesisDataFirehose(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function KinesisDataStreams(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function KinesisVideoStreams(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Kinesis(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function LakeFormation(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ManagedStreamingForKafka(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Quicksight(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RedshiftDenseComputeNode(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RedshiftDenseStorageNode(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Redshift(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const ES: typeof ElasticsearchService;