libZSservicesZSamazonka-dmsZSamazonka-dms
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.DMS.Types.ReplicationTaskStats

Description

 
Synopsis

Documentation

data ReplicationTaskStats Source #

In response to a request by the DescribeReplicationTasks operation, this object provides a collection of statistics about a replication task.

See: newReplicationTaskStats smart constructor.

Constructors

ReplicationTaskStats' 

Fields

Instances

Instances details
Eq ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

Read ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

Show ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

Generic ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

Associated Types

type Rep ReplicationTaskStats :: Type -> Type #

NFData ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

Methods

rnf :: ReplicationTaskStats -> () #

Hashable ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

FromJSON ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

type Rep ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

type Rep ReplicationTaskStats = D1 ('MetaData "ReplicationTaskStats" "Amazonka.DMS.Types.ReplicationTaskStats" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ReplicationTaskStats'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "stopDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "fullLoadProgressPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "fullLoadStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "elapsedTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "tablesErrored") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "fullLoadFinishDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "tablesLoaded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "tablesQueued") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "tablesLoading") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "freshStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

newReplicationTaskStats :: ReplicationTaskStats Source #

Create a value of ReplicationTaskStats 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:stopDate:ReplicationTaskStats', replicationTaskStats_stopDate - The date the replication task was stopped.

$sel:fullLoadProgressPercent:ReplicationTaskStats', replicationTaskStats_fullLoadProgressPercent - The percent complete for the full load migration task.

$sel:fullLoadStartDate:ReplicationTaskStats', replicationTaskStats_fullLoadStartDate - The date the replication task full load was started.

$sel:elapsedTimeMillis:ReplicationTaskStats', replicationTaskStats_elapsedTimeMillis - The elapsed time of the task, in milliseconds.

$sel:startDate:ReplicationTaskStats', replicationTaskStats_startDate - The date the replication task was started either with a fresh start or a resume. For more information, see StartReplicationTaskType.

$sel:tablesErrored:ReplicationTaskStats', replicationTaskStats_tablesErrored - The number of errors that have occurred during this task.

$sel:fullLoadFinishDate:ReplicationTaskStats', replicationTaskStats_fullLoadFinishDate - The date the replication task full load was completed.

$sel:tablesLoaded:ReplicationTaskStats', replicationTaskStats_tablesLoaded - The number of tables loaded for this task.

$sel:tablesQueued:ReplicationTaskStats', replicationTaskStats_tablesQueued - The number of tables queued for this task.

$sel:tablesLoading:ReplicationTaskStats', replicationTaskStats_tablesLoading - The number of tables currently loading for this task.

$sel:freshStartDate:ReplicationTaskStats', replicationTaskStats_freshStartDate - The date the replication task was started either with a fresh start or a target reload.

replicationTaskStats_stopDate :: Lens' ReplicationTaskStats (Maybe UTCTime) Source #

The date the replication task was stopped.

replicationTaskStats_fullLoadProgressPercent :: Lens' ReplicationTaskStats (Maybe Int) Source #

The percent complete for the full load migration task.

replicationTaskStats_fullLoadStartDate :: Lens' ReplicationTaskStats (Maybe UTCTime) Source #

The date the replication task full load was started.

replicationTaskStats_elapsedTimeMillis :: Lens' ReplicationTaskStats (Maybe Integer) Source #

The elapsed time of the task, in milliseconds.

replicationTaskStats_startDate :: Lens' ReplicationTaskStats (Maybe UTCTime) Source #

The date the replication task was started either with a fresh start or a resume. For more information, see StartReplicationTaskType.

replicationTaskStats_tablesErrored :: Lens' ReplicationTaskStats (Maybe Int) Source #

The number of errors that have occurred during this task.

replicationTaskStats_fullLoadFinishDate :: Lens' ReplicationTaskStats (Maybe UTCTime) Source #

The date the replication task full load was completed.

replicationTaskStats_tablesLoaded :: Lens' ReplicationTaskStats (Maybe Int) Source #

The number of tables loaded for this task.

replicationTaskStats_tablesQueued :: Lens' ReplicationTaskStats (Maybe Int) Source #

The number of tables queued for this task.

replicationTaskStats_tablesLoading :: Lens' ReplicationTaskStats (Maybe Int) Source #

The number of tables currently loading for this task.

replicationTaskStats_freshStartDate :: Lens' ReplicationTaskStats (Maybe UTCTime) Source #

The date the replication task was started either with a fresh start or a target reload.