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

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

Data DisableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

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

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

Show DisableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

Generic DisableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

Associated Types

type Rep DisableVGWRoutePropagation :: Type -> Type #

Hashable DisableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

AWSRequest DisableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

Associated Types

type Rs DisableVGWRoutePropagation :: Type #

ToHeaders DisableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

ToPath DisableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

ToQuery DisableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

NFData DisableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

type Rep DisableVGWRoutePropagation Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

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

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

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

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

Data DisableVGWRoutePropagationResponse Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

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

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

Show DisableVGWRoutePropagationResponse Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

Generic DisableVGWRoutePropagationResponse Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

Associated Types

type Rep DisableVGWRoutePropagationResponse :: Type -> Type #

NFData DisableVGWRoutePropagationResponse Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

type Rep DisableVGWRoutePropagationResponse Source # 
Instance details

Defined in Network.AWS.EC2.DisableVGWRoutePropagation

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