amazonka-storagegateway-0.0.1: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.UpdateSnapshotSchedule

Contents

Description

This operation updates a snapshot schedule configured for a gateway volume. The default snapshot schedule for volume is once every 24 hours, starting at the creation time of the volume. You can use this API to change the snapshot schedule configured for the volume. In the request you must identify the gateway volume whose snapshot schedule you want to update, and the schedule information, including when you want the snapshot to begin on a day and the frequency (in hours) of snapshots.

http://docs.aws.amazon.com/storagegateway/latest/APIReference/API_UpdateSnapshotSchedule.html

Synopsis

Request

Request constructor

Request lenses

ussDescription :: Lens' UpdateSnapshotSchedule (Maybe Text) Source

Optional description of the snapshot that overwrites the existing description.

ussRecurrenceInHours :: Lens' UpdateSnapshotSchedule Natural Source

Frequency of snapshots. Specify the number of hours between snapshots.

ussStartAt :: Lens' UpdateSnapshotSchedule Natural Source

The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23). The hour of the day is in the time zone of the gateway.

ussVolumeARN :: Lens' UpdateSnapshotSchedule Text Source

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

Response

Response constructor

Response lenses