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

Description

 

Documentation

newtype ContainerFormat Source #

Constructors

ContainerFormat' 

Bundled Patterns

pattern ContainerFormat_Ova :: ContainerFormat 

Instances

Instances details
FromJSON ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

FromJSONKey ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

ToJSON ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

ToJSONKey ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

ToByteString ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

ToHeader ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

ToLog ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

ToQuery ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

FromText ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

ToText ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

FromXML ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

ToXML ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

Methods

toXML :: ContainerFormat -> XML #

Generic ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

Associated Types

type Rep ContainerFormat :: Type -> Type #

Read ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

Show ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

NFData ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

Methods

rnf :: ContainerFormat -> () #

Eq ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

Ord ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

Hashable ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

type Rep ContainerFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.ContainerFormat

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