| 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.FSx.Types.DataRepositoryTaskStatus
Description
Synopsis
- data DataRepositoryTaskStatus = DataRepositoryTaskStatus' {}
- newDataRepositoryTaskStatus :: DataRepositoryTaskStatus
- dataRepositoryTaskStatus_failedCount :: Lens' DataRepositoryTaskStatus (Maybe Integer)
- dataRepositoryTaskStatus_lastUpdatedTime :: Lens' DataRepositoryTaskStatus (Maybe UTCTime)
- dataRepositoryTaskStatus_releasedCapacity :: Lens' DataRepositoryTaskStatus (Maybe Integer)
- dataRepositoryTaskStatus_succeededCount :: Lens' DataRepositoryTaskStatus (Maybe Integer)
- dataRepositoryTaskStatus_totalCount :: Lens' DataRepositoryTaskStatus (Maybe Integer)
Documentation
data DataRepositoryTaskStatus Source #
Provides the task status showing a running total of the total number of files to be processed, the number successfully processed, and the number of files the task failed to process.
See: newDataRepositoryTaskStatus smart constructor.
Constructors
| DataRepositoryTaskStatus' | |
Fields
| |
Instances
newDataRepositoryTaskStatus :: DataRepositoryTaskStatus Source #
Create a value of DataRepositoryTaskStatus 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:failedCount:DataRepositoryTaskStatus', dataRepositoryTaskStatus_failedCount - A running total of the number of files that the task failed to process.
$sel:lastUpdatedTime:DataRepositoryTaskStatus', dataRepositoryTaskStatus_lastUpdatedTime - The time at which the task status was last updated.
$sel:releasedCapacity:DataRepositoryTaskStatus', dataRepositoryTaskStatus_releasedCapacity - The total amount of data, in GiB, released by an Amazon File Cache
AUTO_RELEASE_DATA task that automatically releases files from the cache.
$sel:succeededCount:DataRepositoryTaskStatus', dataRepositoryTaskStatus_succeededCount - A running total of the number of files that the task has successfully
processed.
$sel:totalCount:DataRepositoryTaskStatus', dataRepositoryTaskStatus_totalCount - The total number of files that the task will process. While a task is
executing, the sum of SucceededCount plus FailedCount may not equal
TotalCount. When the task is complete, TotalCount equals the sum of
SucceededCount plus FailedCount.
dataRepositoryTaskStatus_failedCount :: Lens' DataRepositoryTaskStatus (Maybe Integer) Source #
A running total of the number of files that the task failed to process.
dataRepositoryTaskStatus_lastUpdatedTime :: Lens' DataRepositoryTaskStatus (Maybe UTCTime) Source #
The time at which the task status was last updated.
dataRepositoryTaskStatus_releasedCapacity :: Lens' DataRepositoryTaskStatus (Maybe Integer) Source #
The total amount of data, in GiB, released by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.
dataRepositoryTaskStatus_succeededCount :: Lens' DataRepositoryTaskStatus (Maybe Integer) Source #
A running total of the number of files that the task has successfully processed.
dataRepositoryTaskStatus_totalCount :: Lens' DataRepositoryTaskStatus (Maybe Integer) Source #
The total number of files that the task will process. While a task is
executing, the sum of SucceededCount plus FailedCount may not equal
TotalCount. When the task is complete, TotalCount equals the sum of
SucceededCount plus FailedCount.