Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EvaluateExpressionOutput

import type { EvaluateExpressionOutput } from "https://aws-api.deno.dev/v0.4/services/datapipeline.ts?docs=full";

Contains the output of EvaluateExpression.

interface EvaluateExpressionOutput {
evaluatedExpression: string;
}

§Properties

§
evaluatedExpression: string
[src]

The evaluated expression.