Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ListPipelineExecutionsOutput

Represents the output of a ListPipelineExecutions action.

Hierarchy

Properties

nextToken?: string

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[]

A list of executions in the history of a pipeline.