| 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.AppFlow.Types.ExecutionRecord
Description
Synopsis
- data ExecutionRecord = ExecutionRecord' {}
- newExecutionRecord :: ExecutionRecord
- executionRecord_dataPullEndTime :: Lens' ExecutionRecord (Maybe UTCTime)
- executionRecord_dataPullStartTime :: Lens' ExecutionRecord (Maybe UTCTime)
- executionRecord_executionId :: Lens' ExecutionRecord (Maybe Text)
- executionRecord_executionResult :: Lens' ExecutionRecord (Maybe ExecutionResult)
- executionRecord_executionStatus :: Lens' ExecutionRecord (Maybe ExecutionStatus)
- executionRecord_lastUpdatedAt :: Lens' ExecutionRecord (Maybe UTCTime)
- executionRecord_metadataCatalogDetails :: Lens' ExecutionRecord (Maybe [MetadataCatalogDetail])
- executionRecord_startedAt :: Lens' ExecutionRecord (Maybe UTCTime)
Documentation
data ExecutionRecord Source #
Specifies information about the past flow run instances for a given flow.
See: newExecutionRecord smart constructor.
Constructors
| ExecutionRecord' | |
Fields
| |
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:dataPullEndTime:ExecutionRecord', executionRecord_dataPullEndTime - The timestamp that indicates the last new or updated record to be
transferred in the flow run.
$sel:dataPullStartTime:ExecutionRecord', executionRecord_dataPullStartTime - The timestamp that determines the first new or updated record to be
transferred in the flow run.
$sel:executionId:ExecutionRecord', executionRecord_executionId - Specifies the identifier of the given flow run.
$sel:executionResult:ExecutionRecord', executionRecord_executionResult - Describes the result of the given 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:lastUpdatedAt:ExecutionRecord', executionRecord_lastUpdatedAt - Specifies the time of the most recent update.
$sel:metadataCatalogDetails:ExecutionRecord', executionRecord_metadataCatalogDetails - Describes the metadata catalog, metadata table, and data partitions that
Amazon AppFlow used for the associated flow run.
$sel:startedAt:ExecutionRecord', executionRecord_startedAt - 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_dataPullStartTime :: Lens' ExecutionRecord (Maybe UTCTime) Source #
The timestamp that determines the first new or updated record to be transferred in the flow run.
executionRecord_executionId :: Lens' ExecutionRecord (Maybe Text) Source #
Specifies the identifier of the given flow run.
executionRecord_executionResult :: Lens' ExecutionRecord (Maybe ExecutionResult) Source #
Describes the result of the given 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_lastUpdatedAt :: Lens' ExecutionRecord (Maybe UTCTime) Source #
Specifies the time of the most recent update.
executionRecord_metadataCatalogDetails :: Lens' ExecutionRecord (Maybe [MetadataCatalogDetail]) Source #
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
executionRecord_startedAt :: Lens' ExecutionRecord (Maybe UTCTime) Source #
Specifies the start time of the flow run.