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

Amazonka.CodePipeline.Types.StageState

Description

 
Synopsis

Documentation

data StageState Source #

Represents information about the state of the stage.

See: newStageState smart constructor.

Constructors

StageState' 

Fields

Instances

Instances details
Eq StageState Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageState

Read StageState Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageState

Show StageState Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageState

Generic StageState Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageState

Associated Types

type Rep StageState :: Type -> Type #

NFData StageState Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageState

Methods

rnf :: StageState -> () #

Hashable StageState Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageState

FromJSON StageState Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageState

type Rep StageState Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageState

type Rep StageState = D1 ('MetaData "StageState" "Amazonka.CodePipeline.Types.StageState" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "StageState'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inboundExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StageExecution)) :*: S1 ('MetaSel ('Just "inboundTransitionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitionState))) :*: (S1 ('MetaSel ('Just "actionStates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ActionState])) :*: (S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "latestExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StageExecution))))))

newStageState :: StageState Source #

Create a value of StageState with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:inboundExecution:StageState', stageState_inboundExecution - Undocumented member.

$sel:inboundTransitionState:StageState', stageState_inboundTransitionState - The state of the inbound transition, which is either enabled or disabled.

$sel:actionStates:StageState', stageState_actionStates - The state of the stage.

$sel:stageName:StageState', stageState_stageName - The name of the stage.

$sel:latestExecution:StageState', stageState_latestExecution - Information about the latest execution in the stage, including its ID and status.

stageState_inboundTransitionState :: Lens' StageState (Maybe TransitionState) Source #

The state of the inbound transition, which is either enabled or disabled.

stageState_latestExecution :: Lens' StageState (Maybe StageExecution) Source #

Information about the latest execution in the stage, including its ID and status.