StageState
import type { StageState } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/codepipeline.ts";interface StageState {
actionStates?: ActionState[] | null;
inboundExecution?: StageExecution | null;
inboundTransitionState?: TransitionState | null;
latestExecution?: StageExecution | null;
stageName?: string | null;
}§Properties
§
actionStates?: ActionState[] | null
[src]§
inboundExecution?: StageExecution | null
[src]§
inboundTransitionState?: TransitionState | null
[src]§
latestExecution?: StageExecution | null
[src]