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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.EnableVolumeIO

Contents

Description

Enables IO operations for a volume that had IO operations disabled because the data on the volume was potentially inconsistent.

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

Synopsis

Request

Request constructor

enableVolumeIO Source

EnableVolumeIO constructor.

The fields accessible through corresponding lenses are:

Request lenses

evioVolumeId :: Lens' EnableVolumeIO Text Source

The ID of the volume.

Response

Response constructor