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

DescribePipelinesOutput

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

Contains the output of DescribePipelines.

interface DescribePipelinesOutput {
pipelineDescriptionList: PipelineDescription[];
}

§Properties

§
pipelineDescriptionList: PipelineDescription[]
[src]

An array of descriptions for the specified pipelines.