amazonka-wellarchitected-2.0: Amazon Well-Architected Tool 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.WellArchitected.Types.LensType

Description

 

Documentation

newtype LensType Source #

Constructors

LensType' 

Fields

Bundled Patterns

pattern LensType_AWS_OFFICIAL :: LensType 
pattern LensType_CUSTOM_SELF :: LensType 
pattern LensType_CUSTOM_SHARED :: LensType 

Instances

Instances details
FromJSON LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

FromJSONKey LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

ToJSON LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

ToJSONKey LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

ToByteString LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

Methods

toBS :: LensType -> ByteString #

ToHeader LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

Methods

toHeader :: HeaderName -> LensType -> [Header] #

ToLog LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

ToQuery LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

FromText LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

ToText LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

Methods

toText :: LensType -> Text #

FromXML LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

ToXML LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

Methods

toXML :: LensType -> XML #

Generic LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

Associated Types

type Rep LensType :: Type -> Type #

Methods

from :: LensType -> Rep LensType x #

to :: Rep LensType x -> LensType #

Read LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

Show LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

NFData LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

Methods

rnf :: LensType -> () #

Eq LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

Ord LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

Hashable LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

Methods

hashWithSalt :: Int -> LensType -> Int #

hash :: LensType -> Int #

type Rep LensType Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensType

type Rep LensType = D1 ('MetaData "LensType" "Amazonka.WellArchitected.Types.LensType" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'True) (C1 ('MetaCons "LensType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLensType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))