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 ActionExecutionDetail

Returns information about an execution of an action, including the action execution ID, and the name, version, and timing of the action.

Hierarchy

  • ActionExecutionDetail

Properties

actionExecutionId?: string

The action execution ID.

actionName?: string

The name of the action.

Input details for the action execution, such as role ARN, Region, and input artifacts.

lastUpdateTime?: Date

The last update time of the action execution.

Output details for the action execution, such as the action execution result.

pipelineExecutionId?: string

The pipeline execution ID for the action execution.

pipelineVersion?: number

The version of the pipeline where the action was run.

stageName?: string

The name of the stage that contains the action.

startTime?: Date

The start time of the action execution.

status?: string

The status of the action execution. Status categories are InProgress, Succeeded, and Failed.