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

StageExecution

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

Represents information about the run of a stage.

interface StageExecution {
pipelineExecutionId: string;
}

§Properties

§
pipelineExecutionId: string
[src]

The ID of the pipeline execution associated with the stage.

§

The status of the stage, or for a completed stage, the last status of the stage.

Note: A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.