v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439316188.1 KB

Enables artifacts in a pipeline to transition to a stage in a pipeline.

post/#X-Amz-Target=CodePipeline_20150709.EnableStageTransition

Headers

X-Amz-Target'CodePipeline_20150709.EnableStageTransition' required

Request body

pipelineNamestring required

The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.

stageNamestring required

The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).

transitionType'Inbound' | 'Outbound' required

Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).

Response

Success