Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.
- deleteVPNConnectionRoute :: Text -> Text -> DeleteVPNConnectionRoute
- data DeleteVPNConnectionRoute
- dvcrVPNConnectionId :: Lens' DeleteVPNConnectionRoute Text
- dvcrDestinationCIdRBlock :: Lens' DeleteVPNConnectionRoute Text
- deleteVPNConnectionRouteResponse :: DeleteVPNConnectionRouteResponse
- data DeleteVPNConnectionRouteResponse
Creating a Request
deleteVPNConnectionRoute Source #
Creates a value of DeleteVPNConnectionRoute
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteVPNConnectionRoute Source #
Contains the parameters for DeleteVpnConnectionRoute.
See: deleteVPNConnectionRoute
smart constructor.
Request Lenses
dvcrVPNConnectionId :: Lens' DeleteVPNConnectionRoute Text Source #
The ID of the VPN connection.
dvcrDestinationCIdRBlock :: Lens' DeleteVPNConnectionRoute Text Source #
The CIDR block associated with the local subnet of the customer network.
Destructuring the Response
deleteVPNConnectionRouteResponse :: DeleteVPNConnectionRouteResponse Source #
Creates a value of DeleteVPNConnectionRouteResponse
with the minimum fields required to make a request.
data DeleteVPNConnectionRouteResponse Source #
See: deleteVPNConnectionRouteResponse
smart constructor.