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 |
Documentation
data RestoreWindow Source #
Earliest and latest time an instance can be restored to:
See: newRestoreWindow
smart constructor.
RestoreWindow' | |
|
Instances
newRestoreWindow :: RestoreWindow Source #
Create a value of RestoreWindow
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:latestTime:RestoreWindow'
, restoreWindow_latestTime
- The latest time you can restore an instance to.
$sel:earliestTime:RestoreWindow'
, restoreWindow_earliestTime
- The earliest time you can restore an instance to.
restoreWindow_latestTime :: Lens' RestoreWindow (Maybe UTCTime) Source #
The latest time you can restore an instance to.
restoreWindow_earliestTime :: Lens' RestoreWindow (Maybe UTCTime) Source #
The earliest time you can restore an instance to.