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 PointInTimeRecoveryDescription = PointInTimeRecoveryDescription' {}
- newPointInTimeRecoveryDescription :: PointInTimeRecoveryDescription
- pointInTimeRecoveryDescription_pointInTimeRecoveryStatus :: Lens' PointInTimeRecoveryDescription (Maybe PointInTimeRecoveryStatus)
- pointInTimeRecoveryDescription_earliestRestorableDateTime :: Lens' PointInTimeRecoveryDescription (Maybe UTCTime)
- pointInTimeRecoveryDescription_latestRestorableDateTime :: Lens' PointInTimeRecoveryDescription (Maybe UTCTime)
Documentation
data PointInTimeRecoveryDescription Source #
The description of the point in time settings applied to the table.
See: newPointInTimeRecoveryDescription
smart constructor.
PointInTimeRecoveryDescription' | |
|
Instances
newPointInTimeRecoveryDescription :: PointInTimeRecoveryDescription Source #
Create a value of PointInTimeRecoveryDescription
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:pointInTimeRecoveryStatus:PointInTimeRecoveryDescription'
, pointInTimeRecoveryDescription_pointInTimeRecoveryStatus
- The current state of point in time recovery:
ENABLING
- Point in time recovery is being enabled.ENABLED
- Point in time recovery is enabled.DISABLED
- Point in time recovery is disabled.
$sel:earliestRestorableDateTime:PointInTimeRecoveryDescription'
, pointInTimeRecoveryDescription_earliestRestorableDateTime
- Specifies the earliest point in time you can restore your table to. You
can restore your table to any point in time during the last 35 days.
$sel:latestRestorableDateTime:PointInTimeRecoveryDescription'
, pointInTimeRecoveryDescription_latestRestorableDateTime
- LatestRestorableDateTime
is typically 5 minutes before the current
time.
pointInTimeRecoveryDescription_pointInTimeRecoveryStatus :: Lens' PointInTimeRecoveryDescription (Maybe PointInTimeRecoveryStatus) Source #
The current state of point in time recovery:
ENABLING
- Point in time recovery is being enabled.ENABLED
- Point in time recovery is enabled.DISABLED
- Point in time recovery is disabled.
pointInTimeRecoveryDescription_earliestRestorableDateTime :: Lens' PointInTimeRecoveryDescription (Maybe UTCTime) Source #
Specifies the earliest point in time you can restore your table to. You can restore your table to any point in time during the last 35 days.
pointInTimeRecoveryDescription_latestRestorableDateTime :: Lens' PointInTimeRecoveryDescription (Maybe UTCTime) Source #
LatestRestorableDateTime
is typically 5 minutes before the current
time.