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 |
Synopsis
- data MaintenanceUpdateSettings = MaintenanceUpdateSettings' {}
- newMaintenanceUpdateSettings :: MaintenanceUpdateSettings
- maintenanceUpdateSettings_maintenanceDay :: Lens' MaintenanceUpdateSettings (Maybe MaintenanceDay)
- maintenanceUpdateSettings_maintenanceScheduledDate :: Lens' MaintenanceUpdateSettings (Maybe Text)
- maintenanceUpdateSettings_maintenanceStartTime :: Lens' MaintenanceUpdateSettings (Maybe Text)
Documentation
data MaintenanceUpdateSettings Source #
Placeholder documentation for MaintenanceUpdateSettings
See: newMaintenanceUpdateSettings
smart constructor.
MaintenanceUpdateSettings' | |
|
Instances
newMaintenanceUpdateSettings :: MaintenanceUpdateSettings Source #
Create a value of MaintenanceUpdateSettings
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:maintenanceDay:MaintenanceUpdateSettings'
, maintenanceUpdateSettings_maintenanceDay
- Choose one day of the week for maintenance. The chosen day is used for
all future maintenance windows.
$sel:maintenanceScheduledDate:MaintenanceUpdateSettings'
, maintenanceUpdateSettings_maintenanceScheduledDate
- Choose a specific date for maintenance to occur. The chosen date is used
for the next maintenance window only.
$sel:maintenanceStartTime:MaintenanceUpdateSettings'
, maintenanceUpdateSettings_maintenanceStartTime
- Choose the hour that maintenance will start. The chosen time is used for
all future maintenance windows.
maintenanceUpdateSettings_maintenanceDay :: Lens' MaintenanceUpdateSettings (Maybe MaintenanceDay) Source #
Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
maintenanceUpdateSettings_maintenanceScheduledDate :: Lens' MaintenanceUpdateSettings (Maybe Text) Source #
Choose a specific date for maintenance to occur. The chosen date is used for the next maintenance window only.
maintenanceUpdateSettings_maintenanceStartTime :: Lens' MaintenanceUpdateSettings (Maybe Text) Source #
Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.