amazonka-lightsail-1.6.1: Amazon Lightsail SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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 # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

Data UnpeerVPC Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

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 # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

Show UnpeerVPC Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

Generic UnpeerVPC Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

Associated Types

type Rep UnpeerVPC :: Type -> Type #

Hashable UnpeerVPC Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

ToJSON UnpeerVPC Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

AWSRequest UnpeerVPC Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

Associated Types

type Rs UnpeerVPC :: Type #

ToHeaders UnpeerVPC Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

Methods

toHeaders :: UnpeerVPC -> [Header] #

ToPath UnpeerVPC Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

ToQuery UnpeerVPC Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

NFData UnpeerVPC Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

Methods

rnf :: UnpeerVPC -> () #

type Rep UnpeerVPC Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

type Rep UnpeerVPC = D1 (MetaData "UnpeerVPC" "Network.AWS.Lightsail.UnpeerVPC" "amazonka-lightsail-1.6.1-1vuZhtZgkqE3h8gtLuAIA9" False) (C1 (MetaCons "UnpeerVPC'" PrefixI False) (U1 :: Type -> Type))
type Rs UnpeerVPC Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

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 # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

Data UnpeerVPCResponse Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

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 # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

Show UnpeerVPCResponse Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

Generic UnpeerVPCResponse Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

Associated Types

type Rep UnpeerVPCResponse :: Type -> Type #

NFData UnpeerVPCResponse Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

Methods

rnf :: UnpeerVPCResponse -> () #

type Rep UnpeerVPCResponse Source # 
Instance details

Defined in Network.AWS.Lightsail.UnpeerVPC

type Rep UnpeerVPCResponse = D1 (MetaData "UnpeerVPCResponse" "Network.AWS.Lightsail.UnpeerVPC" "amazonka-lightsail-1.6.1-1vuZhtZgkqE3h8gtLuAIA9" False) (C1 (MetaCons "UnpeerVPCResponse'" PrefixI True) (S1 (MetaSel (Just "_uvrsOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Operation)) :*: S1 (MetaSel (Just "_uvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (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.