| 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.ActionExecutionDetail
Description
Synopsis
- data ActionExecutionDetail = ActionExecutionDetail' {
- actionExecutionId :: Maybe Text
- actionName :: Maybe Text
- input :: Maybe ActionExecutionInput
- lastUpdateTime :: Maybe POSIX
- output :: Maybe ActionExecutionOutput
- pipelineExecutionId :: Maybe Text
- pipelineVersion :: Maybe Natural
- stageName :: Maybe Text
- startTime :: Maybe POSIX
- status :: Maybe ActionExecutionStatus
- newActionExecutionDetail :: ActionExecutionDetail
- actionExecutionDetail_actionExecutionId :: Lens' ActionExecutionDetail (Maybe Text)
- actionExecutionDetail_actionName :: Lens' ActionExecutionDetail (Maybe Text)
- actionExecutionDetail_input :: Lens' ActionExecutionDetail (Maybe ActionExecutionInput)
- actionExecutionDetail_lastUpdateTime :: Lens' ActionExecutionDetail (Maybe UTCTime)
- actionExecutionDetail_output :: Lens' ActionExecutionDetail (Maybe ActionExecutionOutput)
- actionExecutionDetail_pipelineExecutionId :: Lens' ActionExecutionDetail (Maybe Text)
- actionExecutionDetail_pipelineVersion :: Lens' ActionExecutionDetail (Maybe Natural)
- actionExecutionDetail_stageName :: Lens' ActionExecutionDetail (Maybe Text)
- actionExecutionDetail_startTime :: Lens' ActionExecutionDetail (Maybe UTCTime)
- actionExecutionDetail_status :: Lens' ActionExecutionDetail (Maybe ActionExecutionStatus)
Documentation
data ActionExecutionDetail Source #
Returns information about an execution of an action, including the action execution ID, and the name, version, and timing of the action.
See: newActionExecutionDetail smart constructor.
Constructors
| ActionExecutionDetail' | |
Fields
| |
Instances
newActionExecutionDetail :: ActionExecutionDetail Source #
Create a value of ActionExecutionDetail 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:actionExecutionId:ActionExecutionDetail', actionExecutionDetail_actionExecutionId - The action execution ID.
$sel:actionName:ActionExecutionDetail', actionExecutionDetail_actionName - The name of the action.
$sel:input:ActionExecutionDetail', actionExecutionDetail_input - Input details for the action execution, such as role ARN, Region, and
input artifacts.
$sel:lastUpdateTime:ActionExecutionDetail', actionExecutionDetail_lastUpdateTime - The last update time of the action execution.
$sel:output:ActionExecutionDetail', actionExecutionDetail_output - Output details for the action execution, such as the action execution
result.
$sel:pipelineExecutionId:ActionExecutionDetail', actionExecutionDetail_pipelineExecutionId - The pipeline execution ID for the action execution.
$sel:pipelineVersion:ActionExecutionDetail', actionExecutionDetail_pipelineVersion - The version of the pipeline where the action was run.
$sel:stageName:ActionExecutionDetail', actionExecutionDetail_stageName - The name of the stage that contains the action.
$sel:startTime:ActionExecutionDetail', actionExecutionDetail_startTime - The start time of the action execution.
$sel:status:ActionExecutionDetail', actionExecutionDetail_status - The status of the action execution. Status categories are InProgress,
Succeeded, and Failed.
actionExecutionDetail_actionExecutionId :: Lens' ActionExecutionDetail (Maybe Text) Source #
The action execution ID.
actionExecutionDetail_actionName :: Lens' ActionExecutionDetail (Maybe Text) Source #
The name of the action.
actionExecutionDetail_input :: Lens' ActionExecutionDetail (Maybe ActionExecutionInput) Source #
Input details for the action execution, such as role ARN, Region, and input artifacts.
actionExecutionDetail_lastUpdateTime :: Lens' ActionExecutionDetail (Maybe UTCTime) Source #
The last update time of the action execution.
actionExecutionDetail_output :: Lens' ActionExecutionDetail (Maybe ActionExecutionOutput) Source #
Output details for the action execution, such as the action execution result.
actionExecutionDetail_pipelineExecutionId :: Lens' ActionExecutionDetail (Maybe Text) Source #
The pipeline execution ID for the action execution.
actionExecutionDetail_pipelineVersion :: Lens' ActionExecutionDetail (Maybe Natural) Source #
The version of the pipeline where the action was run.
actionExecutionDetail_stageName :: Lens' ActionExecutionDetail (Maybe Text) Source #
The name of the stage that contains the action.
actionExecutionDetail_startTime :: Lens' ActionExecutionDetail (Maybe UTCTime) Source #
The start time of the action execution.
actionExecutionDetail_status :: Lens' ActionExecutionDetail (Maybe ActionExecutionStatus) Source #
The status of the action execution. Status categories are InProgress,
Succeeded, and Failed.