amazonka-ec2-0.0.6: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DeleteVolume

Contents

Description

Deletes the specified Amazon EBS volume. The volume must be in the available state (not attached to an instance).

For more information, see Deleting an Amazon EBS Volume in the AmazonElastic Compute Cloud User Guide.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DeleteVolume.html

Synopsis

Request

Request constructor

deleteVolume Source

DeleteVolume constructor.

The fields accessible through corresponding lenses are:

Request lenses

dv4VolumeId :: Lens' DeleteVolume Text Source

The ID of the volume.

Response

Response constructor