amazonka-outposts-2.0: Amazon Outposts 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.Outposts.Types.PowerPhase

Description

 

Documentation

newtype PowerPhase Source #

Constructors

PowerPhase' 

Fields

Bundled Patterns

pattern PowerPhase_SINGLE_PHASE :: PowerPhase 
pattern PowerPhase_THREE_PHASE :: PowerPhase 

Instances

Instances details
FromJSON PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

FromJSONKey PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToJSON PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToJSONKey PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToByteString PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToHeader PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToLog PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToQuery PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

FromText PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToText PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

Methods

toText :: PowerPhase -> Text #

FromXML PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToXML PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

Methods

toXML :: PowerPhase -> XML #

Generic PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

Associated Types

type Rep PowerPhase :: Type -> Type #

Read PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

Show PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

NFData PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

Methods

rnf :: PowerPhase -> () #

Eq PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

Ord PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

Hashable PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

type Rep PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

type Rep PowerPhase = D1 ('MetaData "PowerPhase" "Amazonka.Outposts.Types.PowerPhase" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "PowerPhase'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPowerPhase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))