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