
update-snapshot-schedule
************************


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 shapshot 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.


SYNOPSIS
========

   aws storagegateway update-snapshot-schedule
     --recurrence-in-hours <value>
     --start-at <value>
     --volume-arn <value>
     [--description <value>]


REQUIRED PARAMETERS
===================

"--recurrence-in-hours"  (integer)

"--start-at"  (integer)

"--volume-arn"  (string)


OPTIONAL PARAMETERS
===================

"--description"  (string)
