amazonka-ec2-0.3.6: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DeleteRoute

Contents

Description

Synopsis

Request

Request constructor

deleteRoute Source

DeleteRoute constructor.

The fields accessible through corresponding lenses are:

Request lenses

drDestinationCidrBlock :: Lens' DeleteRoute Text Source

The CIDR range for the route. The value you specify must match the CIDR for the route exactly.

drDryRun :: Lens' DeleteRoute (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.

drRouteTableId :: Lens' DeleteRoute Text Source

The ID of the route table.

Response

Response constructor