libZSservicesZSamazonka-memorydbZSamazonka-memorydb
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.MemoryDb.Types.ShardDetail

Description

 
Synopsis

Documentation

data ShardDetail Source #

Provides details of a shard in a snapshot

See: newShardDetail smart constructor.

Constructors

ShardDetail' 

Fields

Instances

Instances details
Eq ShardDetail Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ShardDetail

Read ShardDetail Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ShardDetail

Show ShardDetail Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ShardDetail

Generic ShardDetail Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ShardDetail

Associated Types

type Rep ShardDetail :: Type -> Type #

NFData ShardDetail Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ShardDetail

Methods

rnf :: ShardDetail -> () #

Hashable ShardDetail Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ShardDetail

FromJSON ShardDetail Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ShardDetail

type Rep ShardDetail Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ShardDetail

type Rep ShardDetail = D1 ('MetaData "ShardDetail" "Amazonka.MemoryDb.Types.ShardDetail" "libZSservicesZSamazonka-memorydbZSamazonka-memorydb" 'False) (C1 ('MetaCons "ShardDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "snapshotCreationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShardConfiguration)))))

newShardDetail :: ShardDetail Source #

Create a value of ShardDetail 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:size:ShardDetail', shardDetail_size - The size of the shard's snapshot

$sel:snapshotCreationTime:ShardDetail', shardDetail_snapshotCreationTime - The date and time that the shard's snapshot was created

$sel:name:ShardDetail', shardDetail_name - The name of the shard

$sel:configuration:ShardDetail', shardDetail_configuration - The configuration details of the shard

shardDetail_size :: Lens' ShardDetail (Maybe Text) Source #

The size of the shard's snapshot

shardDetail_snapshotCreationTime :: Lens' ShardDetail (Maybe UTCTime) Source #

The date and time that the shard's snapshot was created

shardDetail_name :: Lens' ShardDetail (Maybe Text) Source #

The name of the shard

shardDetail_configuration :: Lens' ShardDetail (Maybe ShardConfiguration) Source #

The configuration details of the shard