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

ListPipelineExecutionsOutput

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

Represents the output of a ListPipelineExecutions action.

interface ListPipelineExecutionsOutput {
nextToken?: string | null;
pipelineExecutionSummaries?: PipelineExecutionSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

A token that can be used in the next ListPipelineExecutions call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

§
pipelineExecutionSummaries?: PipelineExecutionSummary[] | null
[src]

A list of executions in the history of a pipeline.