libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch
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.ElasticSearch.Types.StorageType

Description

 
Synopsis

Documentation

data StorageType Source #

StorageTypes represents the list of storage related types and their attributes that are available for given InstanceType.

See: newStorageType smart constructor.

Constructors

StorageType' 

Fields

Instances

Instances details
Eq StorageType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.StorageType

Read StorageType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.StorageType

Show StorageType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.StorageType

Generic StorageType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.StorageType

Associated Types

type Rep StorageType :: Type -> Type #

NFData StorageType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.StorageType

Methods

rnf :: StorageType -> () #

Hashable StorageType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.StorageType

FromJSON StorageType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.StorageType

type Rep StorageType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.StorageType

type Rep StorageType = D1 ('MetaData "StorageType" "Amazonka.ElasticSearch.Types.StorageType" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "StorageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "storageTypeLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StorageTypeLimit])) :*: (S1 ('MetaSel ('Just "storageSubTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newStorageType :: StorageType Source #

Create a value of StorageType 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:storageTypeLimits:StorageType', storageType_storageTypeLimits - List of limits that are applicable for given storage type.

$sel:storageSubTypeName:StorageType', storageType_storageSubTypeName - Undocumented member.

$sel:storageTypeName:StorageType', storageType_storageTypeName - Undocumented member.

storageType_storageTypeLimits :: Lens' StorageType (Maybe [StorageTypeLimit]) Source #

List of limits that are applicable for given storage type.