| 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.MediaLive.Types.MaintenanceCreateSettings
Description
Synopsis
- data MaintenanceCreateSettings = MaintenanceCreateSettings' {}
- newMaintenanceCreateSettings :: MaintenanceCreateSettings
- maintenanceCreateSettings_maintenanceDay :: Lens' MaintenanceCreateSettings (Maybe MaintenanceDay)
- maintenanceCreateSettings_maintenanceStartTime :: Lens' MaintenanceCreateSettings (Maybe Text)
Documentation
data MaintenanceCreateSettings Source #
Placeholder documentation for MaintenanceCreateSettings
See: newMaintenanceCreateSettings smart constructor.
Constructors
| MaintenanceCreateSettings' | |
Fields
| |
Instances
newMaintenanceCreateSettings :: MaintenanceCreateSettings Source #
Create a value of MaintenanceCreateSettings 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:MaintenanceCreateSettings', maintenanceCreateSettings_maintenanceDay - Choose one day of the week for maintenance. The chosen day is used for
all future maintenance windows.
$sel:maintenanceStartTime:MaintenanceCreateSettings', maintenanceCreateSettings_maintenanceStartTime - Choose the hour that maintenance will start. The chosen time is used for
all future maintenance windows.
maintenanceCreateSettings_maintenanceDay :: Lens' MaintenanceCreateSettings (Maybe MaintenanceDay) Source #
Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
maintenanceCreateSettings_maintenanceStartTime :: Lens' MaintenanceCreateSettings (Maybe Text) Source #
Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.