UNPKG

diagrams-js

Version:

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

33 lines (32 loc) 3.67 kB
export declare function ApacheMxnetOnAWS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AugmentedAi(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Bedrock(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Comprehend(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DeepLearningAmis(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DeepLearningContainers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Deepcomposer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Deeplens(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Deepracer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ElasticInference(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Forecast(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function FraudDetector(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Kendra(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Lex(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MachineLearning(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Personalize(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Polly(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Q(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RekognitionImage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RekognitionVideo(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Rekognition(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SagemakerGroundTruth(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SagemakerModel(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SagemakerNotebook(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SagemakerTrainingJob(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Sagemaker(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function TensorflowOnAWS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Textract(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Transcribe(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Transform(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Translate(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const DLC: typeof DeepLearningContainers;