| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.OpsWorks.DeregisterElasticIP
Description
Deregisters a specified Elastic IP address. The address can then be registered by another 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 .
Creating a Request
Arguments
| :: Text | |
| -> DeregisterElasticIP |
Creates a value of DeregisterElasticIP with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
deipElasticIP- The Elastic IP address.
data DeregisterElasticIP Source #
See: deregisterElasticIP smart constructor.
Instances
Request Lenses
deipElasticIP :: Lens' DeregisterElasticIP Text Source #
The Elastic IP address.
Destructuring the Response
deregisterElasticIPResponse :: DeregisterElasticIPResponse Source #
Creates a value of DeregisterElasticIPResponse with the minimum fields required to make a request.
data DeregisterElasticIPResponse Source #
See: deregisterElasticIPResponse smart constructor.
Instances