amazonka-ec2-1.4.1: 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.CreateRoute

Contents

Description

Creates a route in a route table within a VPC.

You must specify one of the following targets: Internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, or network interface.

When determining how to route traffic, we use the route with the most specific match. For example, let's say the traffic is destined for '192.0.2.3', and the route table includes the following two routes:

  • '192.0.2.0\/24' (goes to some target A)
  • '192.0.2.0\/28' (goes to some target B)

Both routes apply to the traffic destined for '192.0.2.3'. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic.

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

Synopsis

Creating a Request

createRoute Source #

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

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

data CreateRoute Source #

Contains the parameters for CreateRoute.

See: createRoute smart constructor.

Instances

Eq CreateRoute Source # 
Data CreateRoute Source # 

Methods

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

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

toConstr :: CreateRoute -> Constr #

dataTypeOf :: CreateRoute -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateRoute Source # 
Show CreateRoute Source # 
Generic CreateRoute Source # 

Associated Types

type Rep CreateRoute :: * -> * #

Hashable CreateRoute Source # 
NFData CreateRoute Source # 

Methods

rnf :: CreateRoute -> () #

AWSRequest CreateRoute Source # 
ToQuery CreateRoute Source # 
ToPath CreateRoute Source # 
ToHeaders CreateRoute Source # 

Methods

toHeaders :: CreateRoute -> [Header] #

type Rep CreateRoute Source # 
type Rs CreateRoute Source # 

Request Lenses

crVPCPeeringConnectionId :: Lens' CreateRoute (Maybe Text) Source #

The ID of a VPC peering connection.

crInstanceId :: Lens' CreateRoute (Maybe Text) Source #

The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.

crNatGatewayId :: Lens' CreateRoute (Maybe Text) Source #

The ID of a NAT gateway.

crNetworkInterfaceId :: Lens' CreateRoute (Maybe Text) Source #

The ID of a network interface.

crGatewayId :: Lens' CreateRoute (Maybe Text) Source #

The ID of an Internet gateway or virtual private gateway attached to your VPC.

crDryRun :: Lens' CreateRoute (Maybe Bool) Source #

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.

crRouteTableId :: Lens' CreateRoute Text Source #

The ID of the route table for the route.

crDestinationCIdRBlock :: Lens' CreateRoute Text Source #

The CIDR address block used for the destination match. Routing decisions are based on the most specific match.

Destructuring the Response

createRouteResponse Source #

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

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

data CreateRouteResponse Source #

Contains the output of CreateRoute.

See: createRouteResponse smart constructor.

Instances

Eq CreateRouteResponse Source # 
Data CreateRouteResponse Source # 

Methods

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

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

toConstr :: CreateRouteResponse -> Constr #

dataTypeOf :: CreateRouteResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateRouteResponse Source # 
Show CreateRouteResponse Source # 
Generic CreateRouteResponse Source # 
NFData CreateRouteResponse Source # 

Methods

rnf :: CreateRouteResponse -> () #

type Rep CreateRouteResponse Source # 
type Rep CreateRouteResponse = D1 (MetaData "CreateRouteResponse" "Network.AWS.EC2.CreateRoute" "amazonka-ec2-1.4.1-5DlWz6no0BoLQhxZVyzMyd" False) (C1 (MetaCons "CreateRouteResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_crrsReturn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_crrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

crrsReturn :: Lens' CreateRouteResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.