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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DisassociateRouteTable

Contents

Description

Disassociates a subnet from a route table.

After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see Route Tables in the Amazon VirtualPrivate Cloud User Guide.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DisassociateRouteTable.html

Synopsis

Request

Request constructor

disassociateRouteTable Source

DisassociateRouteTable constructor.

The fields accessible through corresponding lenses are:

Request lenses

drtAssociationId :: Lens' DisassociateRouteTable Text Source

The association ID representing the current association between the route table and subnet.

drtDryRun :: Lens' DisassociateRouteTable (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.

Response

Response constructor