amazonka-emr-2.0: Amazon EMR SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EMR.Types.InstanceStateChangeReason

Description

 
Synopsis

Documentation

data InstanceStateChangeReason Source #

The details of the status change reason for the instance.

See: newInstanceStateChangeReason smart constructor.

Constructors

InstanceStateChangeReason' 

Fields

Instances

Instances details
FromJSON InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

Generic InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

Associated Types

type Rep InstanceStateChangeReason :: Type -> Type #

Read InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

Show InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

NFData InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

Eq InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

Hashable InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

type Rep InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

type Rep InstanceStateChangeReason = D1 ('MetaData "InstanceStateChangeReason" "Amazonka.EMR.Types.InstanceStateChangeReason" "amazonka-emr-2.0-B3cWhP6sdymF3IBUMdPGcd" 'False) (C1 ('MetaCons "InstanceStateChangeReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceStateChangeReasonCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInstanceStateChangeReason :: InstanceStateChangeReason Source #

Create a value of InstanceStateChangeReason 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:InstanceStateChangeReason', instanceStateChangeReason_code - The programmable code for the state change reason.

$sel:message:InstanceStateChangeReason', instanceStateChangeReason_message - The status change reason description.