amazonka-opsworks-0.3.2: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.UpdateElasticIp

Contents

Description

Updates a registered Elastic IP address's name. 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_UpdateElasticIp.html

Synopsis

Request

Request constructor

updateElasticIp Source

Arguments

:: Text

ueiElasticIp

-> UpdateElasticIp 

UpdateElasticIp constructor.

The fields accessible through corresponding lenses are:

Request lenses

ueiElasticIp :: Lens' UpdateElasticIp Text Source

The address.

ueiName :: Lens' UpdateElasticIp (Maybe Text) Source

The new name.

Response

Response constructor