amazonka-ec2-1.4.4: 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.EnableVGWRoutePropagation

Contents

Description

Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.

Synopsis

Creating a Request

enableVGWRoutePropagation Source #

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

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

data EnableVGWRoutePropagation Source #

Contains the parameters for EnableVgwRoutePropagation.

See: enableVGWRoutePropagation smart constructor.

Instances

Eq EnableVGWRoutePropagation Source # 
Data EnableVGWRoutePropagation Source # 

Methods

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

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

toConstr :: EnableVGWRoutePropagation -> Constr #

dataTypeOf :: EnableVGWRoutePropagation -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

evrpGatewayId :: Lens' EnableVGWRoutePropagation Text Source #

The ID of the virtual private gateway.

Destructuring the Response

enableVGWRoutePropagationResponse :: EnableVGWRoutePropagationResponse Source #

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

data EnableVGWRoutePropagationResponse Source #

See: enableVGWRoutePropagationResponse smart constructor.

Instances

Eq EnableVGWRoutePropagationResponse Source # 
Data EnableVGWRoutePropagationResponse Source # 

Methods

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

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

toConstr :: EnableVGWRoutePropagationResponse -> Constr #

dataTypeOf :: EnableVGWRoutePropagationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read EnableVGWRoutePropagationResponse Source # 
Show EnableVGWRoutePropagationResponse Source # 
Generic EnableVGWRoutePropagationResponse Source # 
NFData EnableVGWRoutePropagationResponse Source # 
type Rep EnableVGWRoutePropagationResponse Source # 
type Rep EnableVGWRoutePropagationResponse = D1 (MetaData "EnableVGWRoutePropagationResponse" "Network.AWS.EC2.EnableVGWRoutePropagation" "amazonka-ec2-1.4.4-4aYNmHv73MpJXVQjlVKYjQ" False) (C1 (MetaCons "EnableVGWRoutePropagationResponse'" PrefixI False) U1)