| 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.DataSync.Types.TaskExecutionResultDetail
Description
Synopsis
- data TaskExecutionResultDetail = TaskExecutionResultDetail' {}
 - newTaskExecutionResultDetail :: TaskExecutionResultDetail
 - taskExecutionResultDetail_errorCode :: Lens' TaskExecutionResultDetail (Maybe Text)
 - taskExecutionResultDetail_errorDetail :: Lens' TaskExecutionResultDetail (Maybe Text)
 - taskExecutionResultDetail_prepareDuration :: Lens' TaskExecutionResultDetail (Maybe Natural)
 - taskExecutionResultDetail_prepareStatus :: Lens' TaskExecutionResultDetail (Maybe PhaseStatus)
 - taskExecutionResultDetail_totalDuration :: Lens' TaskExecutionResultDetail (Maybe Natural)
 - taskExecutionResultDetail_transferDuration :: Lens' TaskExecutionResultDetail (Maybe Natural)
 - taskExecutionResultDetail_transferStatus :: Lens' TaskExecutionResultDetail (Maybe PhaseStatus)
 - taskExecutionResultDetail_verifyDuration :: Lens' TaskExecutionResultDetail (Maybe Natural)
 - taskExecutionResultDetail_verifyStatus :: Lens' TaskExecutionResultDetail (Maybe PhaseStatus)
 
Documentation
data TaskExecutionResultDetail Source #
Describes the detailed result of a TaskExecution operation. This
 result includes the time in milliseconds spent in each phase, the status
 of the task execution, and the errors encountered.
See: newTaskExecutionResultDetail smart constructor.
Constructors
| TaskExecutionResultDetail' | |
Fields 
  | |
Instances
newTaskExecutionResultDetail :: TaskExecutionResultDetail Source #
Create a value of TaskExecutionResultDetail 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:errorCode:TaskExecutionResultDetail', taskExecutionResultDetail_errorCode - Errors that DataSync encountered during execution of the task. You can
 use this error code to help troubleshoot issues.
$sel:errorDetail:TaskExecutionResultDetail', taskExecutionResultDetail_errorDetail - Detailed description of an error that was encountered during the task
 execution. You can use this information to help troubleshoot issues.
$sel:prepareDuration:TaskExecutionResultDetail', taskExecutionResultDetail_prepareDuration - The total time in milliseconds that DataSync spent in the PREPARING
 phase.
$sel:prepareStatus:TaskExecutionResultDetail', taskExecutionResultDetail_prepareStatus - The status of the PREPARING phase.
$sel:totalDuration:TaskExecutionResultDetail', taskExecutionResultDetail_totalDuration - The total time in milliseconds that DataSync took to transfer the file
 from the source to the destination location.
$sel:transferDuration:TaskExecutionResultDetail', taskExecutionResultDetail_transferDuration - The total time in milliseconds that DataSync spent in the TRANSFERRING
 phase.
$sel:transferStatus:TaskExecutionResultDetail', taskExecutionResultDetail_transferStatus - The status of the TRANSFERRING phase.
$sel:verifyDuration:TaskExecutionResultDetail', taskExecutionResultDetail_verifyDuration - The total time in milliseconds that DataSync spent in the VERIFYING
 phase.
$sel:verifyStatus:TaskExecutionResultDetail', taskExecutionResultDetail_verifyStatus - The status of the VERIFYING phase.
taskExecutionResultDetail_errorCode :: Lens' TaskExecutionResultDetail (Maybe Text) Source #
Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.
taskExecutionResultDetail_errorDetail :: Lens' TaskExecutionResultDetail (Maybe Text) Source #
Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues.
taskExecutionResultDetail_prepareDuration :: Lens' TaskExecutionResultDetail (Maybe Natural) Source #
The total time in milliseconds that DataSync spent in the PREPARING phase.
taskExecutionResultDetail_prepareStatus :: Lens' TaskExecutionResultDetail (Maybe PhaseStatus) Source #
The status of the PREPARING phase.
taskExecutionResultDetail_totalDuration :: Lens' TaskExecutionResultDetail (Maybe Natural) Source #
The total time in milliseconds that DataSync took to transfer the file from the source to the destination location.
taskExecutionResultDetail_transferDuration :: Lens' TaskExecutionResultDetail (Maybe Natural) Source #
The total time in milliseconds that DataSync spent in the TRANSFERRING phase.
taskExecutionResultDetail_transferStatus :: Lens' TaskExecutionResultDetail (Maybe PhaseStatus) Source #
The status of the TRANSFERRING phase.
taskExecutionResultDetail_verifyDuration :: Lens' TaskExecutionResultDetail (Maybe Natural) Source #
The total time in milliseconds that DataSync spent in the VERIFYING phase.
taskExecutionResultDetail_verifyStatus :: Lens' TaskExecutionResultDetail (Maybe PhaseStatus) Source #
The status of the VERIFYING phase.