paws.storage (version 0.1.0)

storagegateway_delete_snapshot_schedule: Deletes a snapshot of a volume

Description

Deletes a snapshot of a volume.

Usage

storagegateway_delete_snapshot_schedule(VolumeARN)

Arguments

VolumeARN

[required] The volume which snapshot schedule to delete.

Request syntax

svc$delete_snapshot_schedule(
  VolumeARN = "string"
)

Details

You can take snapshots of your gateway volumes on a scheduled or ad hoc basis. This API action enables you to delete a snapshot schedule for a volume. For more information, see Working with Snapshots. In the DeleteSnapshotSchedule request, you identify the volume by providing its Amazon Resource Name (ARN). This operation is only supported in stored and cached volume gateway types.

To list or delete a snapshot, you must use the Amazon EC2 API. in Amazon Elastic Compute Cloud API Reference.

Examples

Run this code
# NOT RUN {
# This action enables you to delete a snapshot schedule for a volume.
# }
# NOT RUN {
svc$delete_snapshot_schedule(
  VolumeARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol..."
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab