amazonka-resource-explorer-v2-2.0: Amazon Resource Explorer 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.ResourceExplorer2.Types.IndexType

Description

 

Documentation

newtype IndexType Source #

Constructors

IndexType' 

Fields

Bundled Patterns

pattern IndexType_AGGREGATOR :: IndexType 
pattern IndexType_LOCAL :: IndexType 

Instances

Instances details
FromJSON IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

FromJSONKey IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

ToJSON IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

ToJSONKey IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

ToByteString IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

Methods

toBS :: IndexType -> ByteString #

ToHeader IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

ToLog IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

ToQuery IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

FromText IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

ToText IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

Methods

toText :: IndexType -> Text #

FromXML IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

ToXML IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

Methods

toXML :: IndexType -> XML #

Generic IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

Associated Types

type Rep IndexType :: Type -> Type #

Read IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

Show IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

NFData IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

Methods

rnf :: IndexType -> () #

Eq IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

Ord IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

Hashable IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

type Rep IndexType Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IndexType

type Rep IndexType = D1 ('MetaData "IndexType" "Amazonka.ResourceExplorer2.Types.IndexType" "amazonka-resource-explorer-v2-2.0-DYDynTzMYCcKX3QLWjH6Yt" 'True) (C1 ('MetaCons "IndexType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIndexType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))