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 ActionSummary = ActionSummary' {}
- newActionSummary :: ActionSummary
- actionSummary_creationTime :: Lens' ActionSummary (Maybe UTCTime)
- actionSummary_status :: Lens' ActionSummary (Maybe ActionStatus)
- actionSummary_lastModifiedTime :: Lens' ActionSummary (Maybe UTCTime)
- actionSummary_actionName :: Lens' ActionSummary (Maybe Text)
- actionSummary_source :: Lens' ActionSummary (Maybe ActionSource)
- actionSummary_actionArn :: Lens' ActionSummary (Maybe Text)
- actionSummary_actionType :: Lens' ActionSummary (Maybe Text)
Documentation
data ActionSummary Source #
Lists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.
See: newActionSummary
smart constructor.
ActionSummary' | |
|
Instances
newActionSummary :: ActionSummary Source #
Create a value of ActionSummary
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:creationTime:ActionSummary'
, actionSummary_creationTime
- When the action was created.
$sel:status:ActionSummary'
, actionSummary_status
- The status of the action.
$sel:lastModifiedTime:ActionSummary'
, actionSummary_lastModifiedTime
- When the action was last modified.
$sel:actionName:ActionSummary'
, actionSummary_actionName
- The name of the action.
$sel:source:ActionSummary'
, actionSummary_source
- The source of the action.
$sel:actionArn:ActionSummary'
, actionSummary_actionArn
- The Amazon Resource Name (ARN) of the action.
$sel:actionType:ActionSummary'
, actionSummary_actionType
- The type of the action.
actionSummary_creationTime :: Lens' ActionSummary (Maybe UTCTime) Source #
When the action was created.
actionSummary_status :: Lens' ActionSummary (Maybe ActionStatus) Source #
The status of the action.
actionSummary_lastModifiedTime :: Lens' ActionSummary (Maybe UTCTime) Source #
When the action was last modified.
actionSummary_actionName :: Lens' ActionSummary (Maybe Text) Source #
The name of the action.
actionSummary_source :: Lens' ActionSummary (Maybe ActionSource) Source #
The source of the action.
actionSummary_actionArn :: Lens' ActionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the action.
actionSummary_actionType :: Lens' ActionSummary (Maybe Text) Source #
The type of the action.