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 ExecutionRecord = ExecutionRecord' {}
- newExecutionRecord :: ExecutionRecord
- executionRecord_executionId :: Lens' ExecutionRecord (Maybe Text)
- executionRecord_lastUpdatedAt :: Lens' ExecutionRecord (Maybe UTCTime)
- executionRecord_dataPullStartTime :: Lens' ExecutionRecord (Maybe UTCTime)
- executionRecord_executionStatus :: Lens' ExecutionRecord (Maybe ExecutionStatus)
- executionRecord_startedAt :: Lens' ExecutionRecord (Maybe UTCTime)
- executionRecord_dataPullEndTime :: Lens' ExecutionRecord (Maybe UTCTime)
- executionRecord_executionResult :: Lens' ExecutionRecord (Maybe ExecutionResult)
Documentation
data ExecutionRecord Source #
Specifies information about the past flow run instances for a given flow.
See: newExecutionRecord
smart constructor.
ExecutionRecord' | |
|
Instances
newExecutionRecord :: ExecutionRecord Source #
Create a value of ExecutionRecord
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:executionId:ExecutionRecord'
, executionRecord_executionId
- Specifies the identifier of the given flow run.
$sel:lastUpdatedAt:ExecutionRecord'
, executionRecord_lastUpdatedAt
- Specifies the time of the most recent update.
$sel:dataPullStartTime:ExecutionRecord'
, executionRecord_dataPullStartTime
- The timestamp that determines the first new or updated record to be
transferred in the flow run.
$sel:executionStatus:ExecutionRecord'
, executionRecord_executionStatus
- Specifies the flow run status and whether it is in progress, has
completed successfully, or has failed.
$sel:startedAt:ExecutionRecord'
, executionRecord_startedAt
- Specifies the start time of the flow run.
$sel:dataPullEndTime:ExecutionRecord'
, executionRecord_dataPullEndTime
- The timestamp that indicates the last new or updated record to be
transferred in the flow run.
$sel:executionResult:ExecutionRecord'
, executionRecord_executionResult
- Describes the result of the given flow run.
executionRecord_executionId :: Lens' ExecutionRecord (Maybe Text) Source #
Specifies the identifier of the given flow run.
executionRecord_lastUpdatedAt :: Lens' ExecutionRecord (Maybe UTCTime) Source #
Specifies the time of the most recent update.
executionRecord_dataPullStartTime :: Lens' ExecutionRecord (Maybe UTCTime) Source #
The timestamp that determines the first new or updated record to be transferred in the flow run.
executionRecord_executionStatus :: Lens' ExecutionRecord (Maybe ExecutionStatus) Source #
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
executionRecord_startedAt :: Lens' ExecutionRecord (Maybe UTCTime) Source #
Specifies the start time of the flow run.
executionRecord_dataPullEndTime :: Lens' ExecutionRecord (Maybe UTCTime) Source #
The timestamp that indicates the last new or updated record to be transferred in the flow run.
executionRecord_executionResult :: Lens' ExecutionRecord (Maybe ExecutionResult) Source #
Describes the result of the given flow run.