amazonka-elasticache-2.0: Amazon ElastiCache 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.ElastiCache.Types.CacheParameterGroupStatus

Description

 
Synopsis

Documentation

data CacheParameterGroupStatus Source #

Status of the cache parameter group.

See: newCacheParameterGroupStatus smart constructor.

Constructors

CacheParameterGroupStatus' 

Fields

Instances

Instances details
FromXML CacheParameterGroupStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheParameterGroupStatus

Generic CacheParameterGroupStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheParameterGroupStatus

Associated Types

type Rep CacheParameterGroupStatus :: Type -> Type #

Read CacheParameterGroupStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheParameterGroupStatus

Show CacheParameterGroupStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheParameterGroupStatus

NFData CacheParameterGroupStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheParameterGroupStatus

Eq CacheParameterGroupStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheParameterGroupStatus

Hashable CacheParameterGroupStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheParameterGroupStatus

type Rep CacheParameterGroupStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheParameterGroupStatus

type Rep CacheParameterGroupStatus = D1 ('MetaData "CacheParameterGroupStatus" "Amazonka.ElastiCache.Types.CacheParameterGroupStatus" "amazonka-elasticache-2.0-DTWyHgx8JwY7IlNovngF22" 'False) (C1 ('MetaCons "CacheParameterGroupStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cacheNodeIdsToReboot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "cacheParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterApplyStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCacheParameterGroupStatus :: CacheParameterGroupStatus Source #

Create a value of CacheParameterGroupStatus 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:cacheNodeIdsToReboot:CacheParameterGroupStatus', cacheParameterGroupStatus_cacheNodeIdsToReboot - A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

$sel:cacheParameterGroupName:CacheParameterGroupStatus', cacheParameterGroupStatus_cacheParameterGroupName - The name of the cache parameter group.

$sel:parameterApplyStatus:CacheParameterGroupStatus', cacheParameterGroupStatus_parameterApplyStatus - The status of parameter updates.

cacheParameterGroupStatus_cacheNodeIdsToReboot :: Lens' CacheParameterGroupStatus (Maybe [Text]) Source #

A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).