amazonka-opsworks-1.2.0: Amazon OpsWorks SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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 User Permissions.

See: AWS API Reference for UpdateVolume.

Synopsis

Creating a Request

updateVolume Source

Arguments

:: Text

uVolumeId

-> UpdateVolume 

Creates a value of UpdateVolume with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

uMountPoint :: Lens' UpdateVolume (Maybe Text) Source

The new mount point.

Destructuring the Response

updateVolumeResponse :: UpdateVolumeResponse Source

Creates a value of UpdateVolumeResponse with the minimum fields required to make a request.