| 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.StepSummary
Description
Synopsis
- data StepSummary = StepSummary' {}
- newStepSummary :: StepSummary
- stepSummary_actionOnFailure :: Lens' StepSummary (Maybe ActionOnFailure)
- stepSummary_config :: Lens' StepSummary (Maybe HadoopStepConfig)
- stepSummary_id :: Lens' StepSummary (Maybe Text)
- stepSummary_name :: Lens' StepSummary (Maybe Text)
- stepSummary_status :: Lens' StepSummary (Maybe StepStatus)
Documentation
data StepSummary Source #
The summary of the cluster step.
See: newStepSummary smart constructor.
Constructors
| StepSummary' | |
Fields
| |
Instances
newStepSummary :: StepSummary Source #
Create a value of StepSummary 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:actionOnFailure:StepSummary', stepSummary_actionOnFailure - The action to take when the cluster step fails. Possible values are
TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is
available for backward compatibility.
$sel:config:StepSummary', stepSummary_config - The Hadoop job configuration of the cluster step.
$sel:id:StepSummary', stepSummary_id - The identifier of the cluster step.
$sel:name:StepSummary', stepSummary_name - The name of the cluster step.
$sel:status:StepSummary', stepSummary_status - The current execution status details of the cluster step.
stepSummary_actionOnFailure :: Lens' StepSummary (Maybe ActionOnFailure) Source #
The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.
stepSummary_config :: Lens' StepSummary (Maybe HadoopStepConfig) Source #
The Hadoop job configuration of the cluster step.
stepSummary_id :: Lens' StepSummary (Maybe Text) Source #
The identifier of the cluster step.
stepSummary_name :: Lens' StepSummary (Maybe Text) Source #
The name of the cluster step.
stepSummary_status :: Lens' StepSummary (Maybe StepStatus) Source #
The current execution status details of the cluster step.