amazonka-ec2-1.6.1: Amazon Elastic Compute Cloud 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.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 # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

Data DeleteVPNConnectionRoute Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

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

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

Show DeleteVPNConnectionRoute Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

Generic DeleteVPNConnectionRoute Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

Associated Types

type Rep DeleteVPNConnectionRoute :: Type -> Type #

Hashable DeleteVPNConnectionRoute Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

AWSRequest DeleteVPNConnectionRoute Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

Associated Types

type Rs DeleteVPNConnectionRoute :: Type #

ToHeaders DeleteVPNConnectionRoute Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

ToPath DeleteVPNConnectionRoute Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

ToQuery DeleteVPNConnectionRoute Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

NFData DeleteVPNConnectionRoute Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

type Rep DeleteVPNConnectionRoute Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

type Rep DeleteVPNConnectionRoute = D1 (MetaData "DeleteVPNConnectionRoute" "Network.AWS.EC2.DeleteVPNConnectionRoute" "amazonka-ec2-1.6.1-GgG1M0FWcBrE5I5IM2QktE" False) (C1 (MetaCons "DeleteVPNConnectionRoute'" PrefixI True) (S1 (MetaSel (Just "_dvcrDestinationCidrBlock") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dvcrVPNConnectionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeleteVPNConnectionRoute Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

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

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

Data DeleteVPNConnectionRouteResponse Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

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

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

Show DeleteVPNConnectionRouteResponse Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

Generic DeleteVPNConnectionRouteResponse Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

Associated Types

type Rep DeleteVPNConnectionRouteResponse :: Type -> Type #

NFData DeleteVPNConnectionRouteResponse Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

type Rep DeleteVPNConnectionRouteResponse Source # 
Instance details

Defined in Network.AWS.EC2.DeleteVPNConnectionRoute

type Rep DeleteVPNConnectionRouteResponse = D1 (MetaData "DeleteVPNConnectionRouteResponse" "Network.AWS.EC2.DeleteVPNConnectionRoute" "amazonka-ec2-1.6.1-GgG1M0FWcBrE5I5IM2QktE" False) (C1 (MetaCons "DeleteVPNConnectionRouteResponse'" PrefixI False) (U1 :: Type -> Type))