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

ListPipelinesOutput

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

Represents the output of a ListPipelines action.

interface ListPipelinesOutput {
nextToken?: string | null;
pipelines?: PipelineSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list pipelines call to return the next set of pipelines in the list.

§
pipelines?: PipelineSummary[] | null
[src]

The list of pipelines.