amazonka-ec2-1.4.1: Amazon Elastic Compute Cloud 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.EC2.DeleteVPNConnectionRoute

Contents

Description

Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.

Synopsis

Creating a Request

deleteVPNConnectionRoute Source #

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

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

data DeleteVPNConnectionRoute Source #

Contains the parameters for DeleteVpnConnectionRoute.

See: deleteVPNConnectionRoute smart constructor.

Instances

Eq DeleteVPNConnectionRoute Source # 
Data DeleteVPNConnectionRoute Source # 

Methods

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

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

toConstr :: DeleteVPNConnectionRoute -> Constr #

dataTypeOf :: DeleteVPNConnectionRoute -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteVPNConnectionRoute Source # 
Show DeleteVPNConnectionRoute Source # 
Generic DeleteVPNConnectionRoute Source # 
Hashable DeleteVPNConnectionRoute Source # 
NFData DeleteVPNConnectionRoute Source # 
AWSRequest DeleteVPNConnectionRoute Source # 
ToQuery DeleteVPNConnectionRoute Source # 
ToPath DeleteVPNConnectionRoute Source # 
ToHeaders DeleteVPNConnectionRoute Source # 
type Rep DeleteVPNConnectionRoute Source # 
type Rep DeleteVPNConnectionRoute = D1 (MetaData "DeleteVPNConnectionRoute" "Network.AWS.EC2.DeleteVPNConnectionRoute" "amazonka-ec2-1.4.1-5DlWz6no0BoLQhxZVyzMyd" False) (C1 (MetaCons "DeleteVPNConnectionRoute'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dvcrVPNConnectionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dvcrDestinationCIdRBlock") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeleteVPNConnectionRoute Source # 

Request Lenses

dvcrDestinationCIdRBlock :: Lens' DeleteVPNConnectionRoute Text Source #

The CIDR block associated with the local subnet of the customer network.

Destructuring the Response

deleteVPNConnectionRouteResponse :: DeleteVPNConnectionRouteResponse Source #

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

data DeleteVPNConnectionRouteResponse Source #

See: deleteVPNConnectionRouteResponse smart constructor.

Instances

Eq DeleteVPNConnectionRouteResponse Source # 
Data DeleteVPNConnectionRouteResponse Source # 

Methods

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

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

toConstr :: DeleteVPNConnectionRouteResponse -> Constr #

dataTypeOf :: DeleteVPNConnectionRouteResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteVPNConnectionRouteResponse Source # 
Show DeleteVPNConnectionRouteResponse Source # 
Generic DeleteVPNConnectionRouteResponse Source # 
NFData DeleteVPNConnectionRouteResponse Source # 
type Rep DeleteVPNConnectionRouteResponse Source # 
type Rep DeleteVPNConnectionRouteResponse = D1 (MetaData "DeleteVPNConnectionRouteResponse" "Network.AWS.EC2.DeleteVPNConnectionRoute" "amazonka-ec2-1.4.1-5DlWz6no0BoLQhxZVyzMyd" False) (C1 (MetaCons "DeleteVPNConnectionRouteResponse'" PrefixI False) U1)