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 StepStatus = StepStatus' {}
- newStepStatus :: StepStatus
- stepStatus_state :: Lens' StepStatus (Maybe StepState)
- stepStatus_failureDetails :: Lens' StepStatus (Maybe FailureDetails)
- stepStatus_stateChangeReason :: Lens' StepStatus (Maybe StepStateChangeReason)
- stepStatus_timeline :: Lens' StepStatus (Maybe StepTimeline)
Documentation
data StepStatus Source #
The execution status details of the cluster step.
See: newStepStatus
smart constructor.
StepStatus' | |
|
Instances
newStepStatus :: StepStatus Source #
Create a value of StepStatus
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:state:StepStatus'
, stepStatus_state
- The execution state of the cluster step.
$sel:failureDetails:StepStatus'
, stepStatus_failureDetails
- The details for the step failure including reason, message, and log file
path where the root cause was identified.
$sel:stateChangeReason:StepStatus'
, stepStatus_stateChangeReason
- The reason for the step execution status change.
$sel:timeline:StepStatus'
, stepStatus_timeline
- The timeline of the cluster step status over time.
stepStatus_state :: Lens' StepStatus (Maybe StepState) Source #
The execution state of the cluster step.
stepStatus_failureDetails :: Lens' StepStatus (Maybe FailureDetails) Source #
The details for the step failure including reason, message, and log file path where the root cause was identified.
stepStatus_stateChangeReason :: Lens' StepStatus (Maybe StepStateChangeReason) Source #
The reason for the step execution status change.
stepStatus_timeline :: Lens' StepStatus (Maybe StepTimeline) Source #
The timeline of the cluster step status over time.