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

ExecutionDetails

import type { ExecutionDetails } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";

The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.

interface ExecutionDetails {
externalExecutionId?: string | null;
percentComplete?: number | null;
summary?: string | null;
}

§Properties

§
externalExecutionId?: string | null
[src]

The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.

§
percentComplete?: number | null
[src]

The percentage of work completed on the action, represented on a scale of 0 to 100 percent.

§
summary?: string | null
[src]

The summary of the current status of the actions.