| 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.EMR.Types.StepStatus
Description
Synopsis
- data StepStatus = StepStatus' {}
- newStepStatus :: StepStatus
- stepStatus_failureDetails :: Lens' StepStatus (Maybe FailureDetails)
- stepStatus_state :: Lens' StepStatus (Maybe StepState)
- 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.
Constructors
| StepStatus' | |
Fields
| |
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:failureDetails:StepStatus', stepStatus_failureDetails - The details for the step failure including reason, message, and log file
path where the root cause was identified.
$sel:state:StepStatus', stepStatus_state - The execution state of the cluster step.
$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_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_state :: Lens' StepStatus (Maybe StepState) Source #
The execution state of the cluster step.
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.