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

Description

 
Synopsis

Documentation

data SlotMigration Source #

Represents the progress of an online resharding operation.

See: newSlotMigration smart constructor.

Constructors

SlotMigration' 

Fields

Instances

Instances details
Eq SlotMigration Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.SlotMigration

Read SlotMigration Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.SlotMigration

Show SlotMigration Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.SlotMigration

Generic SlotMigration Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.SlotMigration

Associated Types

type Rep SlotMigration :: Type -> Type #

NFData SlotMigration Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.SlotMigration

Methods

rnf :: SlotMigration -> () #

Hashable SlotMigration Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.SlotMigration

FromJSON SlotMigration Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.SlotMigration

type Rep SlotMigration Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.SlotMigration

type Rep SlotMigration = D1 ('MetaData "SlotMigration" "Amazonka.MemoryDb.Types.SlotMigration" "libZSservicesZSamazonka-memorydbZSamazonka-memorydb" 'False) (C1 ('MetaCons "SlotMigration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "progressPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newSlotMigration :: SlotMigration Source #

Create a value of SlotMigration 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:progressPercentage:SlotMigration', slotMigration_progressPercentage - The percentage of the slot migration that is complete.

slotMigration_progressPercentage :: Lens' SlotMigration (Maybe Double) Source #

The percentage of the slot migration that is complete.