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

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;
}

§Properties

§
actionExecutionId?: string | null
[src]
§
errorDetails?: ErrorDetails | null
[src]
§
externalExecutionId?: string | null
[src]
§
externalExecutionUrl?: string | null
[src]
§
lastStatusChange?: Date | number | null
[src]
§
lastUpdatedBy?: string | null
[src]
§
percentComplete?: number | null
[src]
§
summary?: string | null
[src]
§
token?: string | null
[src]