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.AssociateRouteTable

Contents

Description

Associates a subnet with a route table. The subnet and route table must be in the same VPC. This association causes traffic originating from the subnet to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table from the subnet later. A route table can be associated with multiple subnets.

For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide .

Synopsis

Creating a Request

associateRouteTable #

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

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

  • artDryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation . Otherwise, it is UnauthorizedOperation .
  • artSubnetId - The ID of the subnet.
  • artRouteTableId - The ID of the route table.

data AssociateRouteTable #

Contains the parameters for AssociateRouteTable.

See: associateRouteTable smart constructor.

Instances

Eq AssociateRouteTable # 
Data AssociateRouteTable # 

Methods

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

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

toConstr :: AssociateRouteTable -> Constr #

dataTypeOf :: AssociateRouteTable -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AssociateRouteTable # 
Show AssociateRouteTable # 
Generic AssociateRouteTable # 
Hashable AssociateRouteTable # 
NFData AssociateRouteTable # 

Methods

rnf :: AssociateRouteTable -> () #

AWSRequest AssociateRouteTable # 
ToQuery AssociateRouteTable # 
ToPath AssociateRouteTable # 
ToHeaders AssociateRouteTable # 
type Rep AssociateRouteTable # 
type Rep AssociateRouteTable = D1 (MetaData "AssociateRouteTable" "Network.AWS.EC2.AssociateRouteTable" "amazonka-ec2-1.4.5-C4CR35JggG2GhWFrIiKGhu" False) (C1 (MetaCons "AssociateRouteTable'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_artDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_artSubnetId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_artRouteTableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs AssociateRouteTable # 

Request Lenses

artDryRun :: Lens' AssociateRouteTable (Maybe Bool) #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation . Otherwise, it is UnauthorizedOperation .

artSubnetId :: Lens' AssociateRouteTable Text #

The ID of the subnet.

artRouteTableId :: Lens' AssociateRouteTable Text #

The ID of the route table.

Destructuring the Response

associateRouteTableResponse #

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

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

data AssociateRouteTableResponse #

Contains the output of AssociateRouteTable.

See: associateRouteTableResponse smart constructor.

Instances

Eq AssociateRouteTableResponse # 
Data AssociateRouteTableResponse # 

Methods

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

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

toConstr :: AssociateRouteTableResponse -> Constr #

dataTypeOf :: AssociateRouteTableResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AssociateRouteTableResponse # 
Show AssociateRouteTableResponse # 
Generic AssociateRouteTableResponse # 
NFData AssociateRouteTableResponse # 
type Rep AssociateRouteTableResponse # 
type Rep AssociateRouteTableResponse = D1 (MetaData "AssociateRouteTableResponse" "Network.AWS.EC2.AssociateRouteTable" "amazonka-ec2-1.4.5-C4CR35JggG2GhWFrIiKGhu" False) (C1 (MetaCons "AssociateRouteTableResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_artrsAssociationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_artrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

artrsAssociationId :: Lens' AssociateRouteTableResponse (Maybe Text) #

The route table association ID (needed to disassociate the route table).