EnableStageTransition
Source:
src/AWS/CodePipeline/EnableStageTransition.ts
Runtime binding for codepipeline:EnableStageTransition — re-opens a
transition into (Inbound) or out of (Outbound) a stage that was
previously disabled.
Operating Stages
Section titled “Operating Stages”const enableTransition = yield* AWS.CodePipeline.EnableStageTransition(pipeline);
yield* enableTransition({ stageName: "Deploy", transitionType: "Inbound",});