Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

optional
stageName: string | null
optional
inboundTransitionState: TransitionState | null
optional
actionStates: ActionState[] | null
optional
latestExecution: StageExecution | null