Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ReplicationTaskStats = ReplicationTaskStats' {
- stopDate :: Maybe POSIX
- fullLoadProgressPercent :: Maybe Int
- fullLoadStartDate :: Maybe POSIX
- elapsedTimeMillis :: Maybe Integer
- startDate :: Maybe POSIX
- tablesErrored :: Maybe Int
- fullLoadFinishDate :: Maybe POSIX
- tablesLoaded :: Maybe Int
- tablesQueued :: Maybe Int
- tablesLoading :: Maybe Int
- freshStartDate :: Maybe POSIX
- newReplicationTaskStats :: ReplicationTaskStats
- replicationTaskStats_stopDate :: Lens' ReplicationTaskStats (Maybe UTCTime)
- replicationTaskStats_fullLoadProgressPercent :: Lens' ReplicationTaskStats (Maybe Int)
- replicationTaskStats_fullLoadStartDate :: Lens' ReplicationTaskStats (Maybe UTCTime)
- replicationTaskStats_elapsedTimeMillis :: Lens' ReplicationTaskStats (Maybe Integer)
- replicationTaskStats_startDate :: Lens' ReplicationTaskStats (Maybe UTCTime)
- replicationTaskStats_tablesErrored :: Lens' ReplicationTaskStats (Maybe Int)
- replicationTaskStats_fullLoadFinishDate :: Lens' ReplicationTaskStats (Maybe UTCTime)
- replicationTaskStats_tablesLoaded :: Lens' ReplicationTaskStats (Maybe Int)
- replicationTaskStats_tablesQueued :: Lens' ReplicationTaskStats (Maybe Int)
- replicationTaskStats_tablesLoading :: Lens' ReplicationTaskStats (Maybe Int)
- replicationTaskStats_freshStartDate :: Lens' ReplicationTaskStats (Maybe UTCTime)
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.
ReplicationTaskStats' | |
|
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: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.