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

GetPipelineDefinitionInput

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

Contains the parameters for GetPipelineDefinition.

interface GetPipelineDefinitionInput {
pipelineId: string;
version?: string | null;
}

§Properties

§
pipelineId: string
[src]

The ID of the pipeline.

§
version?: string | null
[src]

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.