amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.AllocationType

Description

 

Documentation

newtype AllocationType Source #

Constructors

AllocationType' 

Bundled Patterns

pattern AllocationType_Used :: AllocationType 

Instances

Instances details
FromJSON AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

FromJSONKey AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

ToJSON AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

ToJSONKey AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

ToByteString AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

ToHeader AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

ToLog AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

ToQuery AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

FromText AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

ToText AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

FromXML AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

ToXML AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

Methods

toXML :: AllocationType -> XML #

Generic AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

Associated Types

type Rep AllocationType :: Type -> Type #

Read AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

Show AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

NFData AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

Methods

rnf :: AllocationType -> () #

Eq AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

Ord AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

Hashable AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

type Rep AllocationType Source # 
Instance details

Defined in Amazonka.EC2.Types.AllocationType

type Rep AllocationType = D1 ('MetaData "AllocationType" "Amazonka.EC2.Types.AllocationType" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'True) (C1 ('MetaCons "AllocationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAllocationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))