amazonka-mgn-2.0: Amazon Application Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MGN.Types.DataReplicationInfo

Description

 
Synopsis

Documentation

data DataReplicationInfo Source #

Request data replication info.

See: newDataReplicationInfo smart constructor.

Constructors

DataReplicationInfo' 

Fields

Instances

Instances details
FromJSON DataReplicationInfo Source # 
Instance details

Defined in Amazonka.MGN.Types.DataReplicationInfo

Generic DataReplicationInfo Source # 
Instance details

Defined in Amazonka.MGN.Types.DataReplicationInfo

Associated Types

type Rep DataReplicationInfo :: Type -> Type #

Read DataReplicationInfo Source # 
Instance details

Defined in Amazonka.MGN.Types.DataReplicationInfo

Show DataReplicationInfo Source # 
Instance details

Defined in Amazonka.MGN.Types.DataReplicationInfo

NFData DataReplicationInfo Source # 
Instance details

Defined in Amazonka.MGN.Types.DataReplicationInfo

Methods

rnf :: DataReplicationInfo -> () #

Eq DataReplicationInfo Source # 
Instance details

Defined in Amazonka.MGN.Types.DataReplicationInfo

Hashable DataReplicationInfo Source # 
Instance details

Defined in Amazonka.MGN.Types.DataReplicationInfo

type Rep DataReplicationInfo Source # 
Instance details

Defined in Amazonka.MGN.Types.DataReplicationInfo

type Rep DataReplicationInfo = D1 ('MetaData "DataReplicationInfo" "Amazonka.MGN.Types.DataReplicationInfo" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "DataReplicationInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataReplicationError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataReplicationError)) :*: (S1 ('MetaSel ('Just "dataReplicationInitiation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataReplicationInitiation)) :*: S1 ('MetaSel ('Just "dataReplicationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataReplicationState)))) :*: ((S1 ('MetaSel ('Just "etaDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lagDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastSnapshotDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicatedDisks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataReplicationInfoReplicatedDisk]))))))

newDataReplicationInfo :: DataReplicationInfo Source #

Create a value of DataReplicationInfo 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:dataReplicationError:DataReplicationInfo', dataReplicationInfo_dataReplicationError - Error in obtaining data replication info.

$sel:dataReplicationInitiation:DataReplicationInfo', dataReplicationInfo_dataReplicationInitiation - Request to query whether data replication has been initiated.

$sel:dataReplicationState:DataReplicationInfo', dataReplicationInfo_dataReplicationState - Request to query the data replication state.

$sel:etaDateTime:DataReplicationInfo', dataReplicationInfo_etaDateTime - Request to query the time when data replication will be complete.

$sel:lagDuration:DataReplicationInfo', dataReplicationInfo_lagDuration - Request to query data replication lag duration.

$sel:lastSnapshotDateTime:DataReplicationInfo', dataReplicationInfo_lastSnapshotDateTime - Request to query data replication last snapshot time.

$sel:replicatedDisks:DataReplicationInfo', dataReplicationInfo_replicatedDisks - Request to query disks replicated.

dataReplicationInfo_dataReplicationInitiation :: Lens' DataReplicationInfo (Maybe DataReplicationInitiation) Source #

Request to query whether data replication has been initiated.

dataReplicationInfo_etaDateTime :: Lens' DataReplicationInfo (Maybe Text) Source #

Request to query the time when data replication will be complete.

dataReplicationInfo_lagDuration :: Lens' DataReplicationInfo (Maybe Text) Source #

Request to query data replication lag duration.

dataReplicationInfo_lastSnapshotDateTime :: Lens' DataReplicationInfo (Maybe Text) Source #

Request to query data replication last snapshot time.