| 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.KeySpaces.Types.PointInTimeRecoverySummary
Description
Synopsis
- data PointInTimeRecoverySummary = PointInTimeRecoverySummary' {}
- newPointInTimeRecoverySummary :: PointInTimeRecoveryStatus -> PointInTimeRecoverySummary
- pointInTimeRecoverySummary_earliestRestorableTimestamp :: Lens' PointInTimeRecoverySummary (Maybe UTCTime)
- pointInTimeRecoverySummary_status :: Lens' PointInTimeRecoverySummary PointInTimeRecoveryStatus
Documentation
data PointInTimeRecoverySummary Source #
The point-in-time recovery status of the specified table.
See: newPointInTimeRecoverySummary smart constructor.
Constructors
| PointInTimeRecoverySummary' | |
Fields
| |
Instances
newPointInTimeRecoverySummary Source #
Arguments
| :: PointInTimeRecoveryStatus | |
| -> PointInTimeRecoverySummary |
Create a value of PointInTimeRecoverySummary 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:earliestRestorableTimestamp:PointInTimeRecoverySummary', pointInTimeRecoverySummary_earliestRestorableTimestamp - Specifies the earliest possible restore point of the table in ISO 8601
format.
$sel:status:PointInTimeRecoverySummary', pointInTimeRecoverySummary_status - Shows if point-in-time recovery is enabled or disabled for the specified
table.
pointInTimeRecoverySummary_earliestRestorableTimestamp :: Lens' PointInTimeRecoverySummary (Maybe UTCTime) Source #
Specifies the earliest possible restore point of the table in ISO 8601 format.
pointInTimeRecoverySummary_status :: Lens' PointInTimeRecoverySummary PointInTimeRecoveryStatus Source #
Shows if point-in-time recovery is enabled or disabled for the specified table.