libZSservicesZSamazonka-cloudsearchZSamazonka-cloudsearch
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.CloudSearch.Types.IndexFieldType

Description

 
Synopsis

Documentation

newtype IndexFieldType Source #

The type of field. The valid options for a field depend on the field type. For more information about the supported field types, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

Constructors

IndexFieldType' 

Instances

Instances details
Eq IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

Ord IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

Read IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

Show IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

Generic IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

Associated Types

type Rep IndexFieldType :: Type -> Type #

NFData IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

Methods

rnf :: IndexFieldType -> () #

Hashable IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

ToJSON IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

ToJSONKey IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

FromJSON IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

FromJSONKey IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

ToLog IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

ToHeader IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

ToQuery IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

FromXML IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

ToXML IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

Methods

toXML :: IndexFieldType -> XML #

ToByteString IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

FromText IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

ToText IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

type Rep IndexFieldType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.IndexFieldType

type Rep IndexFieldType = D1 ('MetaData "IndexFieldType" "Amazonka.CloudSearch.Types.IndexFieldType" "libZSservicesZSamazonka-cloudsearchZSamazonka-cloudsearch" 'True) (C1 ('MetaCons "IndexFieldType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIndexFieldType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))