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.CacheNodeUpdateStatus

Description

 
Synopsis

Documentation

data CacheNodeUpdateStatus Source #

The status of the service update on the cache node

See: newCacheNodeUpdateStatus smart constructor.

Constructors

CacheNodeUpdateStatus' 

Fields

Instances

Instances details
Eq CacheNodeUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeUpdateStatus

Read CacheNodeUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeUpdateStatus

Show CacheNodeUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeUpdateStatus

Generic CacheNodeUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeUpdateStatus

Associated Types

type Rep CacheNodeUpdateStatus :: Type -> Type #

NFData CacheNodeUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeUpdateStatus

Methods

rnf :: CacheNodeUpdateStatus -> () #

Hashable CacheNodeUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeUpdateStatus

FromXML CacheNodeUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeUpdateStatus

type Rep CacheNodeUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheNodeUpdateStatus

type Rep CacheNodeUpdateStatus = D1 ('MetaData "CacheNodeUpdateStatus" "Amazonka.ElastiCache.Types.CacheNodeUpdateStatus" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "CacheNodeUpdateStatus'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nodeUpdateEndDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "nodeUpdateInitiatedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeUpdateInitiatedBy))) :*: (S1 ('MetaSel ('Just "nodeUpdateStatusModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "cacheNodeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "nodeUpdateInitiatedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "nodeUpdateStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "nodeUpdateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeUpdateStatus)) :*: S1 ('MetaSel ('Just "nodeDeletionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))))

newCacheNodeUpdateStatus :: CacheNodeUpdateStatus Source #

Create a value of CacheNodeUpdateStatus 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:nodeUpdateEndDate:CacheNodeUpdateStatus', cacheNodeUpdateStatus_nodeUpdateEndDate - The end date of the update for a node

$sel:nodeUpdateInitiatedBy:CacheNodeUpdateStatus', cacheNodeUpdateStatus_nodeUpdateInitiatedBy - Reflects whether the update was initiated by the customer or automatically applied

$sel:nodeUpdateStatusModifiedDate:CacheNodeUpdateStatus', cacheNodeUpdateStatus_nodeUpdateStatusModifiedDate - The date when the NodeUpdateStatus was last modified>

$sel:cacheNodeId:CacheNodeUpdateStatus', cacheNodeUpdateStatus_cacheNodeId - The node ID of the cache cluster

$sel:nodeUpdateInitiatedDate:CacheNodeUpdateStatus', cacheNodeUpdateStatus_nodeUpdateInitiatedDate - The date when the update is triggered

$sel:nodeUpdateStartDate:CacheNodeUpdateStatus', cacheNodeUpdateStatus_nodeUpdateStartDate - The start date of the update for a node

$sel:nodeUpdateStatus:CacheNodeUpdateStatus', cacheNodeUpdateStatus_nodeUpdateStatus - The update status of the node

$sel:nodeDeletionDate:CacheNodeUpdateStatus', cacheNodeUpdateStatus_nodeDeletionDate - The deletion date of the node

cacheNodeUpdateStatus_nodeUpdateInitiatedBy :: Lens' CacheNodeUpdateStatus (Maybe NodeUpdateInitiatedBy) Source #

Reflects whether the update was initiated by the customer or automatically applied

cacheNodeUpdateStatus_nodeUpdateStatusModifiedDate :: Lens' CacheNodeUpdateStatus (Maybe UTCTime) Source #

The date when the NodeUpdateStatus was last modified>