amazonka-lightsail-1.4.5: Amazon Lightsail 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.Lightsail.ReleaseStaticIP

Contents

Description

Deletes a specific static IP from your account.

Synopsis

Creating a Request

releaseStaticIP Source #

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

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

data ReleaseStaticIP Source #

See: releaseStaticIP smart constructor.

Instances

Eq ReleaseStaticIP Source # 
Data ReleaseStaticIP Source # 

Methods

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

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

toConstr :: ReleaseStaticIP -> Constr #

dataTypeOf :: ReleaseStaticIP -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ReleaseStaticIP Source # 
Show ReleaseStaticIP Source # 
Generic ReleaseStaticIP Source # 
Hashable ReleaseStaticIP Source # 
ToJSON ReleaseStaticIP Source # 
NFData ReleaseStaticIP Source # 

Methods

rnf :: ReleaseStaticIP -> () #

AWSRequest ReleaseStaticIP Source # 
ToPath ReleaseStaticIP Source # 
ToHeaders ReleaseStaticIP Source # 
ToQuery ReleaseStaticIP Source # 
type Rep ReleaseStaticIP Source # 
type Rep ReleaseStaticIP = D1 (MetaData "ReleaseStaticIP" "Network.AWS.Lightsail.ReleaseStaticIP" "amazonka-lightsail-1.4.5-5jz0XqtfwkUBGV0E8NKblJ" True) (C1 (MetaCons "ReleaseStaticIP'" PrefixI True) (S1 (MetaSel (Just Symbol "_rsiStaticIPName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs ReleaseStaticIP Source # 

Request Lenses

rsiStaticIPName :: Lens' ReleaseStaticIP Text Source #

The name of the static IP to delete.

Destructuring the Response

releaseStaticIPResponse Source #

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

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

data ReleaseStaticIPResponse Source #

See: releaseStaticIPResponse smart constructor.

Instances

Eq ReleaseStaticIPResponse Source # 
Data ReleaseStaticIPResponse Source # 

Methods

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

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

toConstr :: ReleaseStaticIPResponse -> Constr #

dataTypeOf :: ReleaseStaticIPResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ReleaseStaticIPResponse Source # 
Show ReleaseStaticIPResponse Source # 
Generic ReleaseStaticIPResponse Source # 
NFData ReleaseStaticIPResponse Source # 

Methods

rnf :: ReleaseStaticIPResponse -> () #

type Rep ReleaseStaticIPResponse Source # 
type Rep ReleaseStaticIPResponse = D1 (MetaData "ReleaseStaticIPResponse" "Network.AWS.Lightsail.ReleaseStaticIP" "amazonka-lightsail-1.4.5-5jz0XqtfwkUBGV0E8NKblJ" False) (C1 (MetaCons "ReleaseStaticIPResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rsirsOperations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Operation]))) (S1 (MetaSel (Just Symbol "_rsirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

rsirsOperations :: Lens' ReleaseStaticIPResponse [Operation] Source #

An array of key-value pairs containing information about the request operation.