ActionExecution
import type { ActionExecution } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/codepipeline.ts";interface ActionExecution {
actionExecutionId?: string | null;
errorDetails?: ErrorDetails | null;
externalExecutionId?: string | null;
externalExecutionUrl?: string | null;
lastStatusChange?: Date | number | null;
lastUpdatedBy?: string | null;
percentComplete?: number | null;
status?: ActionExecutionStatus | null;
summary?: string | null;
token?: string | null;
}