Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.EC2.DisassociateRouteTable
Description
Disassociates a subnet or gateway 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 Virtual Private Cloud User Guide.
Synopsis
- data DisassociateRouteTable = DisassociateRouteTable' {
- dryRun :: Maybe Bool
- associationId :: Text
- newDisassociateRouteTable :: Text -> DisassociateRouteTable
- disassociateRouteTable_dryRun :: Lens' DisassociateRouteTable (Maybe Bool)
- disassociateRouteTable_associationId :: Lens' DisassociateRouteTable Text
- data DisassociateRouteTableResponse = DisassociateRouteTableResponse' {
- newDisassociateRouteTableResponse :: DisassociateRouteTableResponse
Creating a Request
data DisassociateRouteTable Source #
See: newDisassociateRouteTable
smart constructor.
Constructors
DisassociateRouteTable' | |
Fields
|
Instances
newDisassociateRouteTable Source #
Arguments
:: Text | |
-> DisassociateRouteTable |
Create a value of DisassociateRouteTable
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dryRun:DisassociateRouteTable'
, disassociateRouteTable_dryRun
- 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
.
DisassociateRouteTable
, disassociateRouteTable_associationId
- The association ID representing the current association between the
route table and subnet or gateway.
Request Lenses
disassociateRouteTable_dryRun :: 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
.
disassociateRouteTable_associationId :: Lens' DisassociateRouteTable Text Source #
The association ID representing the current association between the route table and subnet or gateway.
Destructuring the Response
data DisassociateRouteTableResponse Source #
See: newDisassociateRouteTableResponse
smart constructor.
Constructors
DisassociateRouteTableResponse' | |
Instances
Generic DisassociateRouteTableResponse Source # | |
Defined in Amazonka.EC2.DisassociateRouteTable Associated Types type Rep DisassociateRouteTableResponse :: Type -> Type # | |
Read DisassociateRouteTableResponse Source # | |
Show DisassociateRouteTableResponse Source # | |
Defined in Amazonka.EC2.DisassociateRouteTable Methods showsPrec :: Int -> DisassociateRouteTableResponse -> ShowS # show :: DisassociateRouteTableResponse -> String # showList :: [DisassociateRouteTableResponse] -> ShowS # | |
NFData DisassociateRouteTableResponse Source # | |
Defined in Amazonka.EC2.DisassociateRouteTable Methods rnf :: DisassociateRouteTableResponse -> () # | |
Eq DisassociateRouteTableResponse Source # | |
Defined in Amazonka.EC2.DisassociateRouteTable | |
type Rep DisassociateRouteTableResponse Source # | |
Defined in Amazonka.EC2.DisassociateRouteTable |
newDisassociateRouteTableResponse :: DisassociateRouteTableResponse Source #
Create a value of DisassociateRouteTableResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.