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

DescribePipelinesInput

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

Contains the parameters for DescribePipelines.

interface DescribePipelinesInput {
pipelineIds: string[];
}

§Properties

§
pipelineIds: string[]
[src]

The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call "ListPipelines".