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 StepSummary = StepSummary' {}
- newStepSummary :: StepSummary
- stepSummary_status :: Lens' StepSummary (Maybe StepStatus)
- stepSummary_actionOnFailure :: Lens' StepSummary (Maybe ActionOnFailure)
- stepSummary_config :: Lens' StepSummary (Maybe HadoopStepConfig)
- stepSummary_name :: Lens' StepSummary (Maybe Text)
- stepSummary_id :: Lens' StepSummary (Maybe Text)
Documentation
data StepSummary Source #
The summary of the cluster step.
See: newStepSummary
smart constructor.
StepSummary' | |
|
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:status:StepSummary'
, stepSummary_status
- The current execution status details of the cluster step.
$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:name:StepSummary'
, stepSummary_name
- The name of the cluster step.
$sel:id:StepSummary'
, stepSummary_id
- The identifier of the cluster step.
stepSummary_status :: Lens' StepSummary (Maybe StepStatus) Source #
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_name :: Lens' StepSummary (Maybe Text) Source #
The name of the cluster step.
stepSummary_id :: Lens' StepSummary (Maybe Text) Source #
The identifier of the cluster step.