libZSservicesZSamazonka-lightsailZSamazonka-lightsail
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.Lightsail.Types.BlueprintType

Description

 

Documentation

newtype BlueprintType Source #

Constructors

BlueprintType' 

Bundled Patterns

pattern BlueprintType_App :: BlueprintType 
pattern BlueprintType_Os :: BlueprintType 

Instances

Instances details
Eq BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

Ord BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

Read BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

Show BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

Generic BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

Associated Types

type Rep BlueprintType :: Type -> Type #

NFData BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

Methods

rnf :: BlueprintType -> () #

Hashable BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

ToJSON BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

ToJSONKey BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

FromJSON BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

FromJSONKey BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

ToLog BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

ToHeader BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

ToQuery BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

FromXML BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

ToXML BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

Methods

toXML :: BlueprintType -> XML #

ToByteString BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

FromText BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

ToText BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

Methods

toText :: BlueprintType -> Text #

type Rep BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

type Rep BlueprintType = D1 ('MetaData "BlueprintType" "Amazonka.Lightsail.Types.BlueprintType" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'True) (C1 ('MetaCons "BlueprintType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBlueprintType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))