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

ActionExecutionResult

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

Execution result information, such as the external execution ID.

interface ActionExecutionResult {
externalExecutionId?: string | null;
externalExecutionSummary?: string | null;
externalExecutionUrl?: string | null;
}

§Properties

§
externalExecutionId?: string | null
[src]

The action provider's external ID for the action execution.

§
externalExecutionSummary?: string | null
[src]

The action provider's summary for the action execution.

§
externalExecutionUrl?: string | null
[src]

The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.