| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.OpsWorks.DisassociateElasticIP
Description
Disassociates an Elastic IP address from its instance. The address remains registered with the stack. 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 DisassociateElasticIP.
Creating a Request
Arguments
| :: Text | |
| -> DisassociateElasticIP |
Creates a value of DisassociateElasticIP with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DisassociateElasticIP Source
See: disassociateElasticIP smart constructor.
Instances
Request Lenses
deiElasticIP :: Lens' DisassociateElasticIP Text Source
The Elastic IP address.
Destructuring the Response
disassociateElasticIPResponse :: DisassociateElasticIPResponse Source
Creates a value of DisassociateElasticIPResponse with the minimum fields required to make a request.
data DisassociateElasticIPResponse Source
See: disassociateElasticIPResponse smart constructor.