Safe Haskell | None |
---|---|
Language | Haskell2010 |
This operation updates a gateway's weekly maintenance start time information, including day and time of the week. The maintenance time is the time in your gateway's time zone.
http://docs.aws.amazon.com/storagegateway/latest/APIReference/API_UpdateMaintenanceStartTime.html
- data UpdateMaintenanceStartTime
- updateMaintenanceStartTime :: Text -> Natural -> Natural -> Natural -> UpdateMaintenanceStartTime
- umstDayOfWeek :: Lens' UpdateMaintenanceStartTime Natural
- umstGatewayARN :: Lens' UpdateMaintenanceStartTime Text
- umstHourOfDay :: Lens' UpdateMaintenanceStartTime Natural
- umstMinuteOfHour :: Lens' UpdateMaintenanceStartTime Natural
- data UpdateMaintenanceStartTimeResponse
- updateMaintenanceStartTimeResponse :: UpdateMaintenanceStartTimeResponse
- umstrGatewayARN :: Lens' UpdateMaintenanceStartTimeResponse (Maybe Text)
Request
data UpdateMaintenanceStartTime Source
Request constructor
updateMaintenanceStartTime Source
:: Text | |
-> Natural | |
-> Natural | |
-> Natural | |
-> UpdateMaintenanceStartTime |
UpdateMaintenanceStartTime
constructor.
The fields accessible through corresponding lenses are:
Request lenses
umstDayOfWeek :: Lens' UpdateMaintenanceStartTime Natural Source
The maintenance start time day of the week.
umstHourOfDay :: Lens' UpdateMaintenanceStartTime Natural Source
The hour component of the maintenance start time represented as hh, where hh is the hour (00 to 23). The hour of the day is in the time zone of the gateway.
umstMinuteOfHour :: Lens' UpdateMaintenanceStartTime Natural Source
The minute component of the maintenance start time represented as mm, where mm is the minute (00 to 59). The minute of the hour is in the time zone of the gateway.
Response
Response constructor
updateMaintenanceStartTimeResponse :: UpdateMaintenanceStartTimeResponse Source
UpdateMaintenanceStartTimeResponse
constructor.
The fields accessible through corresponding lenses are: