amazonka-codepipeline-1.6.1: Amazon CodePipeline SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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.

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:

  • estPipelineName - The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
  • estStageName - 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 - 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).

data EnableStageTransition Source #

Represents the input of an EnableStageTransition action.

See: enableStageTransition smart constructor.

Instances
Eq EnableStageTransition Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

Data EnableStageTransition Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnableStageTransition -> c EnableStageTransition #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnableStageTransition #

toConstr :: EnableStageTransition -> Constr #

dataTypeOf :: EnableStageTransition -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EnableStageTransition) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnableStageTransition) #

gmapT :: (forall b. Data b => b -> b) -> EnableStageTransition -> EnableStageTransition #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnableStageTransition -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnableStageTransition -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnableStageTransition -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnableStageTransition -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnableStageTransition -> m EnableStageTransition #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnableStageTransition -> m EnableStageTransition #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnableStageTransition -> m EnableStageTransition #

Read EnableStageTransition Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

Show EnableStageTransition Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

Generic EnableStageTransition Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

Associated Types

type Rep EnableStageTransition :: Type -> Type #

Hashable EnableStageTransition Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

ToJSON EnableStageTransition Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

AWSRequest EnableStageTransition Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

Associated Types

type Rs EnableStageTransition :: Type #

ToHeaders EnableStageTransition Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

ToPath EnableStageTransition Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

ToQuery EnableStageTransition Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

NFData EnableStageTransition Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

Methods

rnf :: EnableStageTransition -> () #

type Rep EnableStageTransition Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

type Rep EnableStageTransition = D1 (MetaData "EnableStageTransition" "Network.AWS.CodePipeline.EnableStageTransition" "amazonka-codepipeline-1.6.1-F3QDNRTP6GQJdBGUcFnM9u" False) (C1 (MetaCons "EnableStageTransition'" PrefixI True) (S1 (MetaSel (Just "_estPipelineName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_estStageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_estTransitionType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 StageTransitionType))))
type Rs EnableStageTransition Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

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
Eq EnableStageTransitionResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

Data EnableStageTransitionResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnableStageTransitionResponse -> c EnableStageTransitionResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnableStageTransitionResponse #

toConstr :: EnableStageTransitionResponse -> Constr #

dataTypeOf :: EnableStageTransitionResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EnableStageTransitionResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnableStageTransitionResponse) #

gmapT :: (forall b. Data b => b -> b) -> EnableStageTransitionResponse -> EnableStageTransitionResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnableStageTransitionResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnableStageTransitionResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnableStageTransitionResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnableStageTransitionResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnableStageTransitionResponse -> m EnableStageTransitionResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnableStageTransitionResponse -> m EnableStageTransitionResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnableStageTransitionResponse -> m EnableStageTransitionResponse #

Read EnableStageTransitionResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

Show EnableStageTransitionResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

Generic EnableStageTransitionResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

Associated Types

type Rep EnableStageTransitionResponse :: Type -> Type #

NFData EnableStageTransitionResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

type Rep EnableStageTransitionResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.EnableStageTransition

type Rep EnableStageTransitionResponse = D1 (MetaData "EnableStageTransitionResponse" "Network.AWS.CodePipeline.EnableStageTransition" "amazonka-codepipeline-1.6.1-F3QDNRTP6GQJdBGUcFnM9u" False) (C1 (MetaCons "EnableStageTransitionResponse'" PrefixI False) (U1 :: Type -> Type))