| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodePipeline.Types.StageState
Description
Synopsis
- data StageState = StageState' {}
- newStageState :: StageState
- stageState_actionStates :: Lens' StageState (Maybe [ActionState])
- stageState_inboundExecution :: Lens' StageState (Maybe StageExecution)
- stageState_inboundTransitionState :: Lens' StageState (Maybe TransitionState)
- stageState_latestExecution :: Lens' StageState (Maybe StageExecution)
- stageState_stageName :: Lens' StageState (Maybe Text)
Documentation
data StageState Source #
Represents information about the state of the stage.
See: newStageState smart constructor.
Constructors
| StageState' | |
Fields
| |
Instances
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:actionStates:StageState', stageState_actionStates - The state of the stage.
$sel:inboundExecution:StageState', stageState_inboundExecution - Undocumented member.
$sel:inboundTransitionState:StageState', stageState_inboundTransitionState - The state of the inbound transition, which is either enabled or
disabled.
StageState, stageState_latestExecution - Information about the latest execution in the stage, including its ID
and status.
$sel:stageName:StageState', stageState_stageName - The name of the stage.
stageState_actionStates :: Lens' StageState (Maybe [ActionState]) Source #
The state of the stage.
stageState_inboundExecution :: Lens' StageState (Maybe StageExecution) Source #
Undocumented member.
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.
stageState_stageName :: Lens' StageState (Maybe Text) Source #
The name of the stage.