amazonka-codepipeline-1.3.5: Amazon CodePipeline SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodePipeline.EnableStageTransition

Contents

Description

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

See: AWS API Reference for EnableStageTransition.

Synopsis

Creating a Request

enableStageTransition Source

Creates a value of EnableStageTransition with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

estPipelineName :: Lens' EnableStageTransition Text Source

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

estStageName :: Lens' EnableStageTransition Text Source

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).

estTransitionType :: Lens' EnableStageTransition StageTransitionType Source

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

Destructuring the Response

enableStageTransitionResponse :: EnableStageTransitionResponse Source

Creates a value of EnableStageTransitionResponse with the minimum fields required to make a request.