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

Description

 
Synopsis

Documentation

data NodeGroupMemberUpdateStatus Source #

The status of the service update on the node group member

See: newNodeGroupMemberUpdateStatus smart constructor.

Constructors

NodeGroupMemberUpdateStatus' 

Fields

Instances

Instances details
Eq NodeGroupMemberUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeGroupMemberUpdateStatus

Read NodeGroupMemberUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeGroupMemberUpdateStatus

Show NodeGroupMemberUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeGroupMemberUpdateStatus

Generic NodeGroupMemberUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeGroupMemberUpdateStatus

Associated Types

type Rep NodeGroupMemberUpdateStatus :: Type -> Type #

NFData NodeGroupMemberUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeGroupMemberUpdateStatus

Hashable NodeGroupMemberUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeGroupMemberUpdateStatus

FromXML NodeGroupMemberUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeGroupMemberUpdateStatus

type Rep NodeGroupMemberUpdateStatus Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeGroupMemberUpdateStatus

type Rep NodeGroupMemberUpdateStatus = D1 ('MetaData "NodeGroupMemberUpdateStatus" "Amazonka.ElastiCache.Types.NodeGroupMemberUpdateStatus" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "NodeGroupMemberUpdateStatus'" '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 "cacheClusterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((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)))))))

newNodeGroupMemberUpdateStatus :: NodeGroupMemberUpdateStatus Source #

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

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

$sel:nodeUpdateStatusModifiedDate:NodeGroupMemberUpdateStatus', nodeGroupMemberUpdateStatus_nodeUpdateStatusModifiedDate - The date when the NodeUpdateStatus was last modified

$sel:cacheClusterId:NodeGroupMemberUpdateStatus', nodeGroupMemberUpdateStatus_cacheClusterId - The cache cluster ID

$sel:cacheNodeId:NodeGroupMemberUpdateStatus', nodeGroupMemberUpdateStatus_cacheNodeId - The node ID of the cache cluster

$sel:nodeUpdateInitiatedDate:NodeGroupMemberUpdateStatus', nodeGroupMemberUpdateStatus_nodeUpdateInitiatedDate - The date when the update is triggered

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

$sel:nodeUpdateStatus:NodeGroupMemberUpdateStatus', nodeGroupMemberUpdateStatus_nodeUpdateStatus - The update status of the node

$sel:nodeDeletionDate:NodeGroupMemberUpdateStatus', nodeGroupMemberUpdateStatus_nodeDeletionDate - The deletion date of the node

nodeGroupMemberUpdateStatus_nodeUpdateInitiatedBy :: Lens' NodeGroupMemberUpdateStatus (Maybe NodeUpdateInitiatedBy) Source #

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