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

Description

 

Documentation

newtype StepState Source #

Constructors

StepState' 

Fields

Instances

Instances details
Eq StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Ord StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Read StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Show StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Generic StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Associated Types

type Rep StepState :: Type -> Type #

NFData StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Methods

rnf :: StepState -> () #

Hashable StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

ToJSON StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

ToJSONKey StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

FromJSON StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

FromJSONKey StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

ToLog StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

ToHeader StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

ToQuery StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

FromXML StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

ToXML StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Methods

toXML :: StepState -> XML #

ToByteString StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Methods

toBS :: StepState -> ByteString #

FromText StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

ToText StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Methods

toText :: StepState -> Text #

type Rep StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

type Rep StepState = D1 ('MetaData "StepState" "Amazonka.EMR.Types.StepState" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "StepState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStepState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))