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 ListActionExecutionsCommandInputProtected

Hierarchy

Properties

Input information used to filter action execution history.

maxResults?: number

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100.

Detailed execution history is available for executions run on or after February 21, 2019.

nextToken?: string

The token that was returned from the previous ListActionExecutions call, which can be used to return the next set of action executions in the list.

pipelineName: undefined | string

The name of the pipeline for which you want to list action execution history.