libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder
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.ImageBuilder.Types.ContainerType

Description

 

Documentation

newtype ContainerType Source #

Constructors

ContainerType' 

Bundled Patterns

pattern ContainerType_DOCKER :: ContainerType 

Instances

Instances details
Eq ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

Ord ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

Read ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

Show ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

Generic ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

Associated Types

type Rep ContainerType :: Type -> Type #

NFData ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

Methods

rnf :: ContainerType -> () #

Hashable ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

ToJSON ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

ToJSONKey ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

FromJSON ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

FromJSONKey ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

ToLog ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

ToHeader ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

ToQuery ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

FromXML ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

ToXML ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

Methods

toXML :: ContainerType -> XML #

ToByteString ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

FromText ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

ToText ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

Methods

toText :: ContainerType -> Text #

type Rep ContainerType Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerType

type Rep ContainerType = D1 ('MetaData "ContainerType" "Amazonka.ImageBuilder.Types.ContainerType" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'True) (C1 ('MetaCons "ContainerType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContainerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))