libZSservicesZSamazonka-elasticacheZSamazonka-elasticache
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.ElastiCache.Types.CacheNodeTypeSpecificValue

Description

 
Synopsis

Documentation

data CacheNodeTypeSpecificValue Source #

A value that applies only to a certain cache node type.

See: newCacheNodeTypeSpecificValue smart constructor.

Constructors

CacheNodeTypeSpecificValue' 

Fields

Instances

Instances details
Eq CacheNodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeTypeSpecificValue

Read CacheNodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeTypeSpecificValue

Show CacheNodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeTypeSpecificValue

Generic CacheNodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeTypeSpecificValue

Associated Types

type Rep CacheNodeTypeSpecificValue :: Type -> Type #

NFData CacheNodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeTypeSpecificValue

Hashable CacheNodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeTypeSpecificValue

FromXML CacheNodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeTypeSpecificValue

type Rep CacheNodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeTypeSpecificValue

type Rep CacheNodeTypeSpecificValue = D1 ('MetaData "CacheNodeTypeSpecificValue" "Amazonka.ElastiCache.Types.CacheNodeTypeSpecificValue" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "CacheNodeTypeSpecificValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cacheNodeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCacheNodeTypeSpecificValue :: CacheNodeTypeSpecificValue Source #

Create a value of CacheNodeTypeSpecificValue 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:cacheNodeType:CacheNodeTypeSpecificValue', cacheNodeTypeSpecificValue_cacheNodeType - The cache node type for which this value applies.

$sel:value:CacheNodeTypeSpecificValue', cacheNodeTypeSpecificValue_value - The value for the cache node type.

cacheNodeTypeSpecificValue_cacheNodeType :: Lens' CacheNodeTypeSpecificValue (Maybe Text) Source #

The cache node type for which this value applies.