| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CodePipeline.EnableStageTransition
Description
Enables artifacts in a pipeline to transition to a stage in a pipeline.
- enableStageTransition :: Text -> Text -> StageTransitionType -> EnableStageTransition
- data EnableStageTransition
- estPipelineName :: Lens' EnableStageTransition Text
- estStageName :: Lens' EnableStageTransition Text
- estTransitionType :: Lens' EnableStageTransition StageTransitionType
- enableStageTransitionResponse :: EnableStageTransitionResponse
- data EnableStageTransitionResponse
Creating a Request
enableStageTransition Source #
Arguments
| :: Text | |
| -> Text | |
| -> StageTransitionType | |
| -> EnableStageTransition |
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:
data EnableStageTransition Source #
Represents the input of an enable stage transition action.
See: enableStageTransition smart constructor.
Instances
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.
data EnableStageTransitionResponse Source #
See: enableStageTransitionResponse smart constructor.
Instances