amazonka-elasticsearch-2.0: Amazon Elasticsearch Service 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.ElasticSearch.Types.InstanceLimits

Description

 
Synopsis

Documentation

data InstanceLimits Source #

InstanceLimits represents the list of instance related attributes that are available for given InstanceType.

See: newInstanceLimits smart constructor.

Instances

Instances details
FromJSON InstanceLimits Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.InstanceLimits

Generic InstanceLimits Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.InstanceLimits

Associated Types

type Rep InstanceLimits :: Type -> Type #

Read InstanceLimits Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.InstanceLimits

Show InstanceLimits Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.InstanceLimits

NFData InstanceLimits Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.InstanceLimits

Methods

rnf :: InstanceLimits -> () #

Eq InstanceLimits Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.InstanceLimits

Hashable InstanceLimits Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.InstanceLimits

type Rep InstanceLimits Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.InstanceLimits

type Rep InstanceLimits = D1 ('MetaData "InstanceLimits" "Amazonka.ElasticSearch.Types.InstanceLimits" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "InstanceLimits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceCountLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceCountLimits))))

newInstanceLimits :: InstanceLimits Source #

Create a value of InstanceLimits with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:instanceCountLimits:InstanceLimits', instanceLimits_instanceCountLimits - Undocumented member.