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.StepStateChangeReason

Description

 
Synopsis

Documentation

data StepStateChangeReason Source #

The details of the step state change reason.

See: newStepStateChangeReason smart constructor.

Constructors

StepStateChangeReason' 

Fields

Instances

Instances details
Eq StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Read StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Show StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Generic StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Associated Types

type Rep StepStateChangeReason :: Type -> Type #

NFData StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Methods

rnf :: StepStateChangeReason -> () #

Hashable StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

FromJSON StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

type Rep StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

type Rep StepStateChangeReason = D1 ('MetaData "StepStateChangeReason" "Amazonka.EMR.Types.StepStateChangeReason" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "StepStateChangeReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepStateChangeReasonCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStepStateChangeReason :: StepStateChangeReason Source #

Create a value of StepStateChangeReason 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:code:StepStateChangeReason', stepStateChangeReason_code - The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.

$sel:message:StepStateChangeReason', stepStateChangeReason_message - The descriptive message for the state change reason.

stepStateChangeReason_code :: Lens' StepStateChangeReason (Maybe StepStateChangeReasonCode) Source #

The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.

stepStateChangeReason_message :: Lens' StepStateChangeReason (Maybe Text) Source #

The descriptive message for the state change reason.