amazonka-codepipeline-1.2.0.1: 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.DisableStageTransition

Contents

Description

Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.

See: AWS API Reference for DisableStageTransition.

Synopsis

Creating a Request

disableStageTransition Source

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

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

Request Lenses

dstPipelineName :: Lens' DisableStageTransition Text Source

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

dstStageName :: Lens' DisableStageTransition Text Source

The name of the stage where you want to disable the inbound or outbound transition of artifacts.

dstTransitionType :: Lens' DisableStageTransition StageTransitionType Source

Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound).

dstReason :: Lens' DisableStageTransition Text Source

The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests. This message is displayed in the pipeline console UI.

Destructuring the Response

disableStageTransitionResponse :: DisableStageTransitionResponse Source

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