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

Description

 
Synopsis

Documentation

data NodeSnapshot Source #

Represents an individual cache node in a snapshot of a cluster.

See: newNodeSnapshot smart constructor.

Constructors

NodeSnapshot' 

Fields

Instances

Instances details
Eq NodeSnapshot Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeSnapshot

Read NodeSnapshot Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeSnapshot

Show NodeSnapshot Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeSnapshot

Generic NodeSnapshot Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeSnapshot

Associated Types

type Rep NodeSnapshot :: Type -> Type #

NFData NodeSnapshot Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeSnapshot

Methods

rnf :: NodeSnapshot -> () #

Hashable NodeSnapshot Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeSnapshot

FromXML NodeSnapshot Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeSnapshot

type Rep NodeSnapshot Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.NodeSnapshot

type Rep NodeSnapshot = D1 ('MetaData "NodeSnapshot" "Amazonka.ElastiCache.Types.NodeSnapshot" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "NodeSnapshot'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nodeGroupConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeGroupConfiguration)) :*: (S1 ('MetaSel ('Just "cacheNodeCreateTime") '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 "nodeGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "snapshotCreateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "cacheSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newNodeSnapshot :: NodeSnapshot Source #

Create a value of NodeSnapshot 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:nodeGroupConfiguration:NodeSnapshot', nodeSnapshot_nodeGroupConfiguration - The configuration for the source node group (shard).

$sel:cacheNodeCreateTime:NodeSnapshot', nodeSnapshot_cacheNodeCreateTime - The date and time when the cache node was created in the source cluster.

$sel:cacheClusterId:NodeSnapshot', nodeSnapshot_cacheClusterId - A unique identifier for the source cluster.

$sel:cacheNodeId:NodeSnapshot', nodeSnapshot_cacheNodeId - The cache node identifier for the node in the source cluster.

$sel:nodeGroupId:NodeSnapshot', nodeSnapshot_nodeGroupId - A unique identifier for the source node group (shard).

$sel:snapshotCreateTime:NodeSnapshot', nodeSnapshot_snapshotCreateTime - The date and time when the source node's metadata and cache data set was obtained for the snapshot.

$sel:cacheSize:NodeSnapshot', nodeSnapshot_cacheSize - The size of the cache on the source cache node.

nodeSnapshot_nodeGroupConfiguration :: Lens' NodeSnapshot (Maybe NodeGroupConfiguration) Source #

The configuration for the source node group (shard).

nodeSnapshot_cacheNodeCreateTime :: Lens' NodeSnapshot (Maybe UTCTime) Source #

The date and time when the cache node was created in the source cluster.

nodeSnapshot_cacheClusterId :: Lens' NodeSnapshot (Maybe Text) Source #

A unique identifier for the source cluster.

nodeSnapshot_cacheNodeId :: Lens' NodeSnapshot (Maybe Text) Source #

The cache node identifier for the node in the source cluster.

nodeSnapshot_nodeGroupId :: Lens' NodeSnapshot (Maybe Text) Source #

A unique identifier for the source node group (shard).

nodeSnapshot_snapshotCreateTime :: Lens' NodeSnapshot (Maybe UTCTime) Source #

The date and time when the source node's metadata and cache data set was obtained for the snapshot.

nodeSnapshot_cacheSize :: Lens' NodeSnapshot (Maybe Text) Source #

The size of the cache on the source cache node.