amazonka-storagegateway-0.0.3: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.UpdateMaintenanceStartTime

Contents

Description

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

Synopsis

Request

Request constructor

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

Response lenses