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