amazonka-storagegateway-1.4.0: Amazon Storage Gateway SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

Synopsis

Creating a Request

updateMaintenanceStartTime Source

Creates a value of UpdateMaintenanceStartTime with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

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.

umstDayOfWeek :: Lens' UpdateMaintenanceStartTime Natural Source

The maintenance start time day of the week.

Destructuring the Response

updateMaintenanceStartTimeResponse Source

Creates a value of UpdateMaintenanceStartTimeResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses