UNPKG

diagrams-js

Version:

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

43 lines (42 loc) 4.61 kB
export declare function AuroraInstance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Aurora(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DatabaseMigrationServiceDatabaseMigrationWorkflow(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DatabaseMigrationService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Database(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DocumentdbMongodbCompatibility(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DynamodbAttribute(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DynamodbAttributes(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DynamodbDax(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DynamodbGlobalSecondaryIndex(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DynamodbItem(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DynamodbItems(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DynamodbStreams(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DynamodbTable(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Dynamodb(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ElasticacheCacheNode(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ElasticacheForMemcached(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ElasticacheForRedis(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Elasticache(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function KeyspacesManagedApacheCassandraService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Neptune(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function QuantumLedgerDatabaseQldb(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RDSInstance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RDSMariadbInstance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RDSMysqlInstance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RDSOnVmware(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RDSOracleInstance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RDSPostgresqlInstance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RDSSqlServerInstance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RDS(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 function Timestream(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const DMS: typeof DatabaseMigrationService; export declare const DocumentDB: typeof DocumentdbMongodbCompatibility; export declare const DAX: typeof DynamodbDax; export declare const DynamodbGSI: typeof DynamodbGlobalSecondaryIndex; export declare const DB: typeof Database; export declare const DDB: typeof Dynamodb; export declare const ElastiCache: typeof Elasticache; export declare const QLDB: typeof QuantumLedgerDatabaseQldb;