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 PipelineExecutionStep = PipelineExecutionStep' {}
- newPipelineExecutionStep :: PipelineExecutionStep
- pipelineExecutionStep_failureReason :: Lens' PipelineExecutionStep (Maybe Text)
- pipelineExecutionStep_startTime :: Lens' PipelineExecutionStep (Maybe UTCTime)
- pipelineExecutionStep_stepName :: Lens' PipelineExecutionStep (Maybe Text)
- pipelineExecutionStep_stepStatus :: Lens' PipelineExecutionStep (Maybe StepStatus)
- pipelineExecutionStep_endTime :: Lens' PipelineExecutionStep (Maybe UTCTime)
- pipelineExecutionStep_metadata :: Lens' PipelineExecutionStep (Maybe PipelineExecutionStepMetadata)
- pipelineExecutionStep_cacheHitResult :: Lens' PipelineExecutionStep (Maybe CacheHitResult)
Documentation
data PipelineExecutionStep Source #
An execution of a step in a pipeline.
See: newPipelineExecutionStep
smart constructor.
PipelineExecutionStep' | |
|
Instances
newPipelineExecutionStep :: PipelineExecutionStep Source #
Create a value of PipelineExecutionStep
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:failureReason:PipelineExecutionStep'
, pipelineExecutionStep_failureReason
- The reason why the step failed execution. This is only returned if the
step failed its execution.
$sel:startTime:PipelineExecutionStep'
, pipelineExecutionStep_startTime
- The time that the step started executing.
$sel:stepName:PipelineExecutionStep'
, pipelineExecutionStep_stepName
- The name of the step that is executed.
$sel:stepStatus:PipelineExecutionStep'
, pipelineExecutionStep_stepStatus
- The status of the step execution.
$sel:endTime:PipelineExecutionStep'
, pipelineExecutionStep_endTime
- The time that the step stopped executing.
$sel:metadata:PipelineExecutionStep'
, pipelineExecutionStep_metadata
- Metadata for the step execution.
$sel:cacheHitResult:PipelineExecutionStep'
, pipelineExecutionStep_cacheHitResult
- If this pipeline execution step was cached, details on the cache hit.
pipelineExecutionStep_failureReason :: Lens' PipelineExecutionStep (Maybe Text) Source #
The reason why the step failed execution. This is only returned if the step failed its execution.
pipelineExecutionStep_startTime :: Lens' PipelineExecutionStep (Maybe UTCTime) Source #
The time that the step started executing.
pipelineExecutionStep_stepName :: Lens' PipelineExecutionStep (Maybe Text) Source #
The name of the step that is executed.
pipelineExecutionStep_stepStatus :: Lens' PipelineExecutionStep (Maybe StepStatus) Source #
The status of the step execution.
pipelineExecutionStep_endTime :: Lens' PipelineExecutionStep (Maybe UTCTime) Source #
The time that the step stopped executing.
pipelineExecutionStep_metadata :: Lens' PipelineExecutionStep (Maybe PipelineExecutionStepMetadata) Source #
Metadata for the step execution.
pipelineExecutionStep_cacheHitResult :: Lens' PipelineExecutionStep (Maybe CacheHitResult) Source #
If this pipeline execution step was cached, details on the cache hit.