Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TransitionState = TransitionState' {}
- newTransitionState :: TransitionState
- transitionState_enabled :: Lens' TransitionState (Maybe Bool)
- transitionState_disabledReason :: Lens' TransitionState (Maybe Text)
- 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.
TransitionState' | |
|
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:enabled:TransitionState'
, transitionState_enabled
- Whether the transition between stages is enabled (true) or disabled
(false).
$sel:disabledReason:TransitionState'
, transitionState_disabledReason
- The user-specified reason why the transition between two stages of a
pipeline was disabled.
$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_enabled :: Lens' TransitionState (Maybe Bool) Source #
Whether the transition between stages is enabled (true) or disabled (false).
transitionState_disabledReason :: Lens' TransitionState (Maybe Text) Source #
The user-specified reason why the transition between two stages of a pipeline was disabled.
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.