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 ActionExecution = ActionExecution' {}
- newActionExecution :: ActionExecution
- actionExecution_lastUpdatedBy :: Lens' ActionExecution (Maybe Text)
- actionExecution_summary :: Lens' ActionExecution (Maybe Text)
- actionExecution_status :: Lens' ActionExecution (Maybe ActionExecutionStatus)
- actionExecution_lastStatusChange :: Lens' ActionExecution (Maybe UTCTime)
- actionExecution_token :: Lens' ActionExecution (Maybe Text)
- actionExecution_externalExecutionUrl :: Lens' ActionExecution (Maybe Text)
- actionExecution_externalExecutionId :: Lens' ActionExecution (Maybe Text)
- actionExecution_errorDetails :: Lens' ActionExecution (Maybe ErrorDetails)
- actionExecution_percentComplete :: Lens' ActionExecution (Maybe Natural)
- actionExecution_actionExecutionId :: Lens' ActionExecution (Maybe Text)
Documentation
data ActionExecution Source #
Represents information about the run of an action.
See: newActionExecution
smart constructor.
ActionExecution' | |
|
Instances
newActionExecution :: ActionExecution Source #
Create a value of ActionExecution
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:lastUpdatedBy:ActionExecution'
, actionExecution_lastUpdatedBy
- The ARN of the user who last changed the pipeline.
$sel:summary:ActionExecution'
, actionExecution_summary
- A summary of the run of the action.
$sel:status:ActionExecution'
, actionExecution_status
- The status of the action, or for a completed action, the last status of
the action.
$sel:lastStatusChange:ActionExecution'
, actionExecution_lastStatusChange
- The last status change of the action.
$sel:token:ActionExecution'
, actionExecution_token
- The system-generated token used to identify a unique approval request.
The token for each open approval request can be obtained using the
GetPipelineState
command. It is used to validate that the approval
request corresponding to this token is still valid.
$sel:externalExecutionUrl:ActionExecution'
, actionExecution_externalExecutionUrl
- The URL of a resource external to AWS that is used when running the
action (for example, an external repository URL).
$sel:externalExecutionId:ActionExecution'
, actionExecution_externalExecutionId
- The external ID of the run of the action.
$sel:errorDetails:ActionExecution'
, actionExecution_errorDetails
- The details of an error returned by a URL external to AWS.
$sel:percentComplete:ActionExecution'
, actionExecution_percentComplete
- A percentage of completeness of the action as it runs.
$sel:actionExecutionId:ActionExecution'
, actionExecution_actionExecutionId
- ID of the workflow action execution in the current stage. Use the
GetPipelineState action to retrieve the current action execution details
of the current stage.
For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.
actionExecution_lastUpdatedBy :: Lens' ActionExecution (Maybe Text) Source #
The ARN of the user who last changed the pipeline.
actionExecution_summary :: Lens' ActionExecution (Maybe Text) Source #
A summary of the run of the action.
actionExecution_status :: Lens' ActionExecution (Maybe ActionExecutionStatus) Source #
The status of the action, or for a completed action, the last status of the action.
actionExecution_lastStatusChange :: Lens' ActionExecution (Maybe UTCTime) Source #
The last status change of the action.
actionExecution_token :: Lens' ActionExecution (Maybe Text) Source #
The system-generated token used to identify a unique approval request.
The token for each open approval request can be obtained using the
GetPipelineState
command. It is used to validate that the approval
request corresponding to this token is still valid.
actionExecution_externalExecutionUrl :: Lens' ActionExecution (Maybe Text) Source #
The URL of a resource external to AWS that is used when running the action (for example, an external repository URL).
actionExecution_externalExecutionId :: Lens' ActionExecution (Maybe Text) Source #
The external ID of the run of the action.
actionExecution_errorDetails :: Lens' ActionExecution (Maybe ErrorDetails) Source #
The details of an error returned by a URL external to AWS.
actionExecution_percentComplete :: Lens' ActionExecution (Maybe Natural) Source #
A percentage of completeness of the action as it runs.
actionExecution_actionExecutionId :: Lens' ActionExecution (Maybe Text) Source #
ID of the workflow action execution in the current stage. Use the GetPipelineState action to retrieve the current action execution details of the current stage.
For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.