amazonka-opsworks-0.3.2: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.UpdateVolume

Contents

Description

Updates an Amazon EBS volume's name or mount point. For more information, see Resource Management.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing UserPermissions.

http://docs.aws.amazon.com/opsworks/latest/APIReference/API_UpdateVolume.html

Synopsis

Request

Request constructor

updateVolume Source

Arguments

:: Text

uv1VolumeId

-> UpdateVolume 

UpdateVolume constructor.

The fields accessible through corresponding lenses are:

Request lenses

uv1MountPoint :: Lens' UpdateVolume (Maybe Text) Source

The new mount point.

uv1Name :: Lens' UpdateVolume (Maybe Text) Source

The new name.

uv1VolumeId :: Lens' UpdateVolume Text Source

The volume ID.

Response

Response constructor