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

EvaluateExpressionInput

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

Contains the parameters for EvaluateExpression.

interface EvaluateExpressionInput {
expression: string;
objectId: string;
pipelineId: string;
}

§Properties

§
expression: string
[src]

The expression to evaluate.

§
objectId: string
[src]

The ID of the object.

§
pipelineId: string
[src]

The ID of the pipeline.