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 ActionState = ActionState' {}
- newActionState :: ActionState
- actionState_revisionUrl :: Lens' ActionState (Maybe Text)
- actionState_entityUrl :: Lens' ActionState (Maybe Text)
- actionState_actionName :: Lens' ActionState (Maybe Text)
- actionState_currentRevision :: Lens' ActionState (Maybe ActionRevision)
- actionState_latestExecution :: Lens' ActionState (Maybe ActionExecution)
Documentation
data ActionState Source #
Represents information about the state of an action.
See: newActionState
smart constructor.
ActionState' | |
|
Instances
newActionState :: ActionState Source #
Create a value of ActionState
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:revisionUrl:ActionState'
, actionState_revisionUrl
- A URL link for more information about the revision, such as a commit
details page.
$sel:entityUrl:ActionState'
, actionState_entityUrl
- A URL link for more information about the state of the action, such as a
deployment group details page.
$sel:actionName:ActionState'
, actionState_actionName
- The name of the action.
$sel:currentRevision:ActionState'
, actionState_currentRevision
- Represents information about the version (or revision) of an action.
$sel:latestExecution:ActionState'
, actionState_latestExecution
- Represents information about the run of an action.
actionState_revisionUrl :: Lens' ActionState (Maybe Text) Source #
A URL link for more information about the revision, such as a commit details page.
actionState_entityUrl :: Lens' ActionState (Maybe Text) Source #
A URL link for more information about the state of the action, such as a deployment group details page.
actionState_actionName :: Lens' ActionState (Maybe Text) Source #
The name of the action.
actionState_currentRevision :: Lens' ActionState (Maybe ActionRevision) Source #
Represents information about the version (or revision) of an action.
actionState_latestExecution :: Lens' ActionState (Maybe ActionExecution) Source #
Represents information about the run of an action.