amazonka-opsworks-1.4.5: Amazon OpsWorks SDK.

Copyright(c) 2013-2016 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.DeregisterElasticIP

Contents

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 .

Synopsis

Creating a Request

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:

data DeregisterElasticIP #

See: deregisterElasticIP smart constructor.

Instances

Eq DeregisterElasticIP # 
Data DeregisterElasticIP # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeregisterElasticIP -> c DeregisterElasticIP #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeregisterElasticIP #

toConstr :: DeregisterElasticIP -> Constr #

dataTypeOf :: DeregisterElasticIP -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeregisterElasticIP) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeregisterElasticIP) #

gmapT :: (forall b. Data b => b -> b) -> DeregisterElasticIP -> DeregisterElasticIP #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeregisterElasticIP -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeregisterElasticIP -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeregisterElasticIP -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeregisterElasticIP -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeregisterElasticIP -> m DeregisterElasticIP #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeregisterElasticIP -> m DeregisterElasticIP #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeregisterElasticIP -> m DeregisterElasticIP #

Read DeregisterElasticIP # 
Show DeregisterElasticIP # 
Generic DeregisterElasticIP # 
Hashable DeregisterElasticIP # 
ToJSON DeregisterElasticIP # 
NFData DeregisterElasticIP # 

Methods

rnf :: DeregisterElasticIP -> () #

AWSRequest DeregisterElasticIP # 
ToQuery DeregisterElasticIP # 
ToPath DeregisterElasticIP # 
ToHeaders DeregisterElasticIP # 
type Rep DeregisterElasticIP # 
type Rep DeregisterElasticIP = D1 (MetaData "DeregisterElasticIP" "Network.AWS.OpsWorks.DeregisterElasticIP" "amazonka-opsworks-1.4.5-JiFrWEFhyqOE1ZKfkjkheh" True) (C1 (MetaCons "DeregisterElasticIP'" PrefixI True) (S1 (MetaSel (Just Symbol "_deipElasticIP") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeregisterElasticIP # 

Request Lenses

deipElasticIP :: Lens' DeregisterElasticIP Text #

The Elastic IP address.

Destructuring the Response

deregisterElasticIPResponse :: DeregisterElasticIPResponse #

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

data DeregisterElasticIPResponse #

See: deregisterElasticIPResponse smart constructor.

Instances

Eq DeregisterElasticIPResponse # 
Data DeregisterElasticIPResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeregisterElasticIPResponse -> c DeregisterElasticIPResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeregisterElasticIPResponse #

toConstr :: DeregisterElasticIPResponse -> Constr #

dataTypeOf :: DeregisterElasticIPResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeregisterElasticIPResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeregisterElasticIPResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeregisterElasticIPResponse -> DeregisterElasticIPResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeregisterElasticIPResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeregisterElasticIPResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeregisterElasticIPResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeregisterElasticIPResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeregisterElasticIPResponse -> m DeregisterElasticIPResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeregisterElasticIPResponse -> m DeregisterElasticIPResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeregisterElasticIPResponse -> m DeregisterElasticIPResponse #

Read DeregisterElasticIPResponse # 
Show DeregisterElasticIPResponse # 
Generic DeregisterElasticIPResponse # 
NFData DeregisterElasticIPResponse # 
type Rep DeregisterElasticIPResponse # 
type Rep DeregisterElasticIPResponse = D1 (MetaData "DeregisterElasticIPResponse" "Network.AWS.OpsWorks.DeregisterElasticIP" "amazonka-opsworks-1.4.5-JiFrWEFhyqOE1ZKfkjkheh" False) (C1 (MetaCons "DeregisterElasticIPResponse'" PrefixI False) U1)