amazonka-cloudsearch-2.0: Amazon CloudSearch 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.CloudSearch.Types.PartitionInstanceType

Description

 
Synopsis

Documentation

newtype PartitionInstanceType Source #

The instance type (such as search.m1.small) on which an index partition is hosted.

Instances

Instances details
FromJSON PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

FromJSONKey PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

ToJSON PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

ToJSONKey PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

ToByteString PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

ToHeader PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

ToLog PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

ToQuery PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

FromText PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

ToText PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

FromXML PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

ToXML PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

Generic PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

Associated Types

type Rep PartitionInstanceType :: Type -> Type #

Read PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

Show PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

NFData PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

Methods

rnf :: PartitionInstanceType -> () #

Eq PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

Ord PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

Hashable PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

type Rep PartitionInstanceType Source # 
Instance details

Defined in Amazonka.CloudSearch.Types.PartitionInstanceType

type Rep PartitionInstanceType = D1 ('MetaData "PartitionInstanceType" "Amazonka.CloudSearch.Types.PartitionInstanceType" "amazonka-cloudsearch-2.0-A2SXRDW2ivUDvdOgQgoVJQ" 'True) (C1 ('MetaCons "PartitionInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPartitionInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))