| 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.IoTAnalytics.Types.ReprocessingSummary
Description
Synopsis
- data ReprocessingSummary = ReprocessingSummary' {}
- newReprocessingSummary :: ReprocessingSummary
- reprocessingSummary_creationTime :: Lens' ReprocessingSummary (Maybe UTCTime)
- reprocessingSummary_id :: Lens' ReprocessingSummary (Maybe Text)
- reprocessingSummary_status :: Lens' ReprocessingSummary (Maybe ReprocessingStatus)
Documentation
data ReprocessingSummary Source #
Information about pipeline reprocessing.
See: newReprocessingSummary smart constructor.
Constructors
| ReprocessingSummary' | |
Fields
| |
Instances
newReprocessingSummary :: ReprocessingSummary Source #
Create a value of ReprocessingSummary 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:creationTime:ReprocessingSummary', reprocessingSummary_creationTime - The time the pipeline reprocessing was created.
$sel:id:ReprocessingSummary', reprocessingSummary_id - The reprocessingId returned by StartPipelineReprocessing.
$sel:status:ReprocessingSummary', reprocessingSummary_status - The status of the pipeline reprocessing.
reprocessingSummary_creationTime :: Lens' ReprocessingSummary (Maybe UTCTime) Source #
The time the pipeline reprocessing was created.
reprocessingSummary_id :: Lens' ReprocessingSummary (Maybe Text) Source #
The reprocessingId returned by StartPipelineReprocessing.
reprocessingSummary_status :: Lens' ReprocessingSummary (Maybe ReprocessingStatus) Source #
The status of the pipeline reprocessing.