| 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.TransitionState
Description
Synopsis
- data TransitionState = TransitionState' {}
- newTransitionState :: TransitionState
- transitionState_disabledReason :: Lens' TransitionState (Maybe Text)
- transitionState_enabled :: Lens' TransitionState (Maybe Bool)
- transitionState_lastChangedAt :: Lens' TransitionState (Maybe UTCTime)
- transitionState_lastChangedBy :: Lens' TransitionState (Maybe Text)
Documentation
data TransitionState Source #
Represents information about the state of transitions between one stage and another stage.
See: newTransitionState smart constructor.
Constructors
| TransitionState' | |
Fields
| |
Instances
newTransitionState :: TransitionState Source #
Create a value of TransitionState 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:disabledReason:TransitionState', transitionState_disabledReason - The user-specified reason why the transition between two stages of a
pipeline was disabled.
$sel:enabled:TransitionState', transitionState_enabled - Whether the transition between stages is enabled (true) or disabled
(false).
$sel:lastChangedAt:TransitionState', transitionState_lastChangedAt - The timestamp when the transition state was last changed.
$sel:lastChangedBy:TransitionState', transitionState_lastChangedBy - The ID of the user who last changed the transition state.
transitionState_disabledReason :: Lens' TransitionState (Maybe Text) Source #
The user-specified reason why the transition between two stages of a pipeline was disabled.
transitionState_enabled :: Lens' TransitionState (Maybe Bool) Source #
Whether the transition between stages is enabled (true) or disabled (false).
transitionState_lastChangedAt :: Lens' TransitionState (Maybe UTCTime) Source #
The timestamp when the transition state was last changed.
transitionState_lastChangedBy :: Lens' TransitionState (Maybe Text) Source #
The ID of the user who last changed the transition state.