libZSservicesZSamazonka-emrZSamazonka-emr
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.EMR.Types.StepStatus

Description

 
Synopsis

Documentation

data StepStatus Source #

The execution status details of the cluster step.

See: newStepStatus smart constructor.

Constructors

StepStatus' 

Fields

Instances

Instances details
Eq StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

Read StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

Show StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

Generic StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

Associated Types

type Rep StepStatus :: Type -> Type #

NFData StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

Methods

rnf :: StepStatus -> () #

Hashable StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

FromJSON StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

type Rep StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

type Rep StepStatus = D1 ('MetaData "StepStatus" "Amazonka.EMR.Types.StepStatus" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "StepStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepState)) :*: S1 ('MetaSel ('Just "failureDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureDetails))) :*: (S1 ('MetaSel ('Just "stateChangeReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepStateChangeReason)) :*: S1 ('MetaSel ('Just "timeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepTimeline)))))

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.