amazonka-ec2-1.4.5: 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.DisableVGWRoutePropagation

Contents

Description

Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.

Synopsis

Creating a Request

disableVGWRoutePropagation Source #

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

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

data DisableVGWRoutePropagation Source #

Contains the parameters for DisableVgwRoutePropagation.

See: disableVGWRoutePropagation smart constructor.

Instances

Eq DisableVGWRoutePropagation Source # 
Data DisableVGWRoutePropagation Source # 

Methods

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

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

toConstr :: DisableVGWRoutePropagation -> Constr #

dataTypeOf :: DisableVGWRoutePropagation -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisableVGWRoutePropagation Source # 
Show DisableVGWRoutePropagation Source # 
Generic DisableVGWRoutePropagation Source # 
Hashable DisableVGWRoutePropagation Source # 
NFData DisableVGWRoutePropagation Source # 
AWSRequest DisableVGWRoutePropagation Source # 
ToPath DisableVGWRoutePropagation Source # 
ToHeaders DisableVGWRoutePropagation Source # 
ToQuery DisableVGWRoutePropagation Source # 
type Rep DisableVGWRoutePropagation Source # 
type Rep DisableVGWRoutePropagation = D1 (MetaData "DisableVGWRoutePropagation" "Network.AWS.EC2.DisableVGWRoutePropagation" "amazonka-ec2-1.4.5-4J1X1aohvSR7xjHvMmTrf6" False) (C1 (MetaCons "DisableVGWRoutePropagation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dvrpRouteTableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dvrpGatewayId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DisableVGWRoutePropagation Source # 

Request Lenses

dvrpGatewayId :: Lens' DisableVGWRoutePropagation Text Source #

The ID of the virtual private gateway.

Destructuring the Response

disableVGWRoutePropagationResponse :: DisableVGWRoutePropagationResponse Source #

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

data DisableVGWRoutePropagationResponse Source #

See: disableVGWRoutePropagationResponse smart constructor.

Instances

Eq DisableVGWRoutePropagationResponse Source # 
Data DisableVGWRoutePropagationResponse Source # 

Methods

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

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

toConstr :: DisableVGWRoutePropagationResponse -> Constr #

dataTypeOf :: DisableVGWRoutePropagationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisableVGWRoutePropagationResponse Source # 
Show DisableVGWRoutePropagationResponse Source # 
Generic DisableVGWRoutePropagationResponse Source # 
NFData DisableVGWRoutePropagationResponse Source # 
type Rep DisableVGWRoutePropagationResponse Source # 
type Rep DisableVGWRoutePropagationResponse = D1 (MetaData "DisableVGWRoutePropagationResponse" "Network.AWS.EC2.DisableVGWRoutePropagation" "amazonka-ec2-1.4.5-4J1X1aohvSR7xjHvMmTrf6" False) (C1 (MetaCons "DisableVGWRoutePropagationResponse'" PrefixI False) U1)