Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/codepipeline@2015-07-09/mod.ts>ActionExecution

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface ActionExecution
import { type ActionExecution } from "https://deno.land/x/aws_api@v0.1.0/services/codepipeline@2015-07-09/mod.ts";

Properties

optional
status: ActionExecutionStatus | null
optional
summary: string | null
optional
lastStatusChange: Date | number | null
optional
token: string | null
optional
lastUpdatedBy: string | null
optional
externalExecutionId: string | null
optional
externalExecutionUrl: string | null
optional
percentComplete: number | null
optional
errorDetails: ErrorDetails | null