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.UnpeerVPC

Contents

Description

Attempts to unpeer the Lightsail VPC from the user's default VPC.

Synopsis

Creating a Request

unpeerVPC :: UnpeerVPC Source #

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

data UnpeerVPC Source #

See: unpeerVPC smart constructor.

Instances

Eq UnpeerVPC Source # 
Data UnpeerVPC Source # 

Methods

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

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

toConstr :: UnpeerVPC -> Constr #

dataTypeOf :: UnpeerVPC -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UnpeerVPC Source # 
Show UnpeerVPC Source # 
Generic UnpeerVPC Source # 

Associated Types

type Rep UnpeerVPC :: * -> * #

Hashable UnpeerVPC Source # 
ToJSON UnpeerVPC Source # 
NFData UnpeerVPC Source # 

Methods

rnf :: UnpeerVPC -> () #

AWSRequest UnpeerVPC Source # 
ToPath UnpeerVPC Source # 
ToHeaders UnpeerVPC Source # 

Methods

toHeaders :: UnpeerVPC -> [Header] #

ToQuery UnpeerVPC Source # 
type Rep UnpeerVPC Source # 
type Rep UnpeerVPC = D1 (MetaData "UnpeerVPC" "Network.AWS.Lightsail.UnpeerVPC" "amazonka-lightsail-1.4.5-5jz0XqtfwkUBGV0E8NKblJ" False) (C1 (MetaCons "UnpeerVPC'" PrefixI False) U1)
type Rs UnpeerVPC Source # 

Destructuring the Response

unpeerVPCResponse Source #

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

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

data UnpeerVPCResponse Source #

See: unpeerVPCResponse smart constructor.

Instances

Eq UnpeerVPCResponse Source # 
Data UnpeerVPCResponse Source # 

Methods

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

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

toConstr :: UnpeerVPCResponse -> Constr #

dataTypeOf :: UnpeerVPCResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UnpeerVPCResponse Source # 
Show UnpeerVPCResponse Source # 
Generic UnpeerVPCResponse Source # 
NFData UnpeerVPCResponse Source # 

Methods

rnf :: UnpeerVPCResponse -> () #

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

Response Lenses

uvrsOperation :: Lens' UnpeerVPCResponse (Maybe Operation) Source #

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

uvrsResponseStatus :: Lens' UnpeerVPCResponse Int Source #

  • - | The response status code.