amazonka-lightsail-2.0: Amazon Lightsail 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.Lightsail.Types.BlueprintType

Description

 

Documentation

newtype BlueprintType Source #

Constructors

BlueprintType' 

Bundled Patterns

pattern BlueprintType_App :: BlueprintType 
pattern BlueprintType_Os :: BlueprintType 

Instances

Instances details
FromJSON BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

FromJSONKey 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

ToByteString BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

ToHeader BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

ToLog BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

ToQuery 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 #

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 #

Generic BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

Associated Types

type Rep BlueprintType :: Type -> Type #

Read BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

Show BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

NFData BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

Methods

rnf :: BlueprintType -> () #

Eq BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

Ord BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

Hashable BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

type Rep BlueprintType Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BlueprintType

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