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 ExecutionResult = ExecutionResult' {}
- newExecutionResult :: ExecutionResult
- executionResult_recordsProcessed :: Lens' ExecutionResult (Maybe Integer)
- executionResult_bytesWritten :: Lens' ExecutionResult (Maybe Integer)
- executionResult_bytesProcessed :: Lens' ExecutionResult (Maybe Integer)
- executionResult_errorInfo :: Lens' ExecutionResult (Maybe ErrorInfo)
Documentation
data ExecutionResult Source #
Specifies the end result of the flow run.
See: newExecutionResult
smart constructor.
ExecutionResult' | |
|
Instances
newExecutionResult :: ExecutionResult Source #
Create a value of ExecutionResult
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:recordsProcessed:ExecutionResult'
, executionResult_recordsProcessed
- The number of records processed in the flow run.
$sel:bytesWritten:ExecutionResult'
, executionResult_bytesWritten
- The total number of bytes written as a result of the flow run.
$sel:bytesProcessed:ExecutionResult'
, executionResult_bytesProcessed
- The total number of bytes processed by the flow run.
$sel:errorInfo:ExecutionResult'
, executionResult_errorInfo
- Provides any error message information related to the flow run.
executionResult_recordsProcessed :: Lens' ExecutionResult (Maybe Integer) Source #
The number of records processed in the flow run.
executionResult_bytesWritten :: Lens' ExecutionResult (Maybe Integer) Source #
The total number of bytes written as a result of the flow run.
executionResult_bytesProcessed :: Lens' ExecutionResult (Maybe Integer) Source #
The total number of bytes processed by the flow run.
executionResult_errorInfo :: Lens' ExecutionResult (Maybe ErrorInfo) Source #
Provides any error message information related to the flow run.