| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DMS.Types.ReplicationTaskStats
Description
Synopsis
- data ReplicationTaskStats = ReplicationTaskStats' {
- elapsedTimeMillis :: Maybe Integer
- freshStartDate :: Maybe POSIX
- fullLoadFinishDate :: Maybe POSIX
- fullLoadProgressPercent :: Maybe Int
- fullLoadStartDate :: Maybe POSIX
- startDate :: Maybe POSIX
- stopDate :: Maybe POSIX
- tablesErrored :: Maybe Int
- tablesLoaded :: Maybe Int
- tablesLoading :: Maybe Int
- tablesQueued :: Maybe Int
- newReplicationTaskStats :: ReplicationTaskStats
- replicationTaskStats_elapsedTimeMillis :: Lens' ReplicationTaskStats (Maybe Integer)
- replicationTaskStats_freshStartDate :: Lens' ReplicationTaskStats (Maybe UTCTime)
- replicationTaskStats_fullLoadFinishDate :: Lens' ReplicationTaskStats (Maybe UTCTime)
- replicationTaskStats_fullLoadProgressPercent :: Lens' ReplicationTaskStats (Maybe Int)
- replicationTaskStats_fullLoadStartDate :: Lens' ReplicationTaskStats (Maybe UTCTime)
- replicationTaskStats_startDate :: Lens' ReplicationTaskStats (Maybe UTCTime)
- replicationTaskStats_stopDate :: Lens' ReplicationTaskStats (Maybe UTCTime)
- replicationTaskStats_tablesErrored :: Lens' ReplicationTaskStats (Maybe Int)
- replicationTaskStats_tablesLoaded :: Lens' ReplicationTaskStats (Maybe Int)
- replicationTaskStats_tablesLoading :: Lens' ReplicationTaskStats (Maybe Int)
- replicationTaskStats_tablesQueued :: Lens' ReplicationTaskStats (Maybe Int)
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
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:elapsedTimeMillis:ReplicationTaskStats', replicationTaskStats_elapsedTimeMillis - The elapsed time of the task, in milliseconds.
$sel:freshStartDate:ReplicationTaskStats', replicationTaskStats_freshStartDate - The date the replication task was started either with a fresh start or a
target reload.
$sel:fullLoadFinishDate:ReplicationTaskStats', replicationTaskStats_fullLoadFinishDate - The date the replication task full load was completed.
$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: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:stopDate:ReplicationTaskStats', replicationTaskStats_stopDate - The date the replication task was stopped.
$sel:tablesErrored:ReplicationTaskStats', replicationTaskStats_tablesErrored - The number of errors that have occurred during this task.
$sel:tablesLoaded:ReplicationTaskStats', replicationTaskStats_tablesLoaded - The number of tables loaded for this task.
$sel:tablesLoading:ReplicationTaskStats', replicationTaskStats_tablesLoading - The number of tables currently loading for this task.
$sel:tablesQueued:ReplicationTaskStats', replicationTaskStats_tablesQueued - The number of tables queued for this task.
replicationTaskStats_elapsedTimeMillis :: Lens' ReplicationTaskStats (Maybe Integer) Source #
The elapsed time of the task, in milliseconds.
replicationTaskStats_freshStartDate :: Lens' ReplicationTaskStats (Maybe UTCTime) Source #
The date the replication task was started either with a fresh start or a target reload.
replicationTaskStats_fullLoadFinishDate :: Lens' ReplicationTaskStats (Maybe UTCTime) Source #
The date the replication task full load was completed.
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_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_stopDate :: Lens' ReplicationTaskStats (Maybe UTCTime) Source #
The date the replication task was stopped.
replicationTaskStats_tablesErrored :: Lens' ReplicationTaskStats (Maybe Int) Source #
The number of errors that have occurred during this task.
replicationTaskStats_tablesLoaded :: Lens' ReplicationTaskStats (Maybe Int) Source #
The number of tables loaded for this task.
replicationTaskStats_tablesLoading :: Lens' ReplicationTaskStats (Maybe Int) Source #
The number of tables currently loading for this task.
replicationTaskStats_tablesQueued :: Lens' ReplicationTaskStats (Maybe Int) Source #
The number of tables queued for this task.