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

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

Data EnableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

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

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

Show EnableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

Generic EnableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

Associated Types

type Rep EnableVGWRoutePropagation :: Type -> Type #

Hashable EnableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

AWSRequest EnableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

Associated Types

type Rs EnableVGWRoutePropagation :: Type #

ToHeaders EnableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

ToPath EnableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

ToQuery EnableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

NFData EnableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

type Rep EnableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

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

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

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

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

Data EnableVGWRoutePropagationResponse Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

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

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

Show EnableVGWRoutePropagationResponse Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

Generic EnableVGWRoutePropagationResponse Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

Associated Types

type Rep EnableVGWRoutePropagationResponse :: Type -> Type #

NFData EnableVGWRoutePropagationResponse Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

type Rep EnableVGWRoutePropagationResponse Source # 
Instance details

Defined in Network.AWS.EC2.EnableVGWRoutePropagation

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