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

GetPipelineDefinitionOutput

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

Contains the output of GetPipelineDefinition.

interface GetPipelineDefinitionOutput {
parameterObjects?: ParameterObject[] | null;
parameterValues?: ParameterValue[] | null;
pipelineObjects?: PipelineObject[] | null;
}

§Properties

§
parameterObjects?: ParameterObject[] | null
[src]

The parameter objects used in the pipeline definition.

§
parameterValues?: ParameterValue[] | null
[src]

The parameter values used in the pipeline definition.

§
pipelineObjects?: PipelineObject[] | null
[src]

The objects defined in the pipeline.