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.DeleteVpnConnectionRoute
Description
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.
Synopsis
- data DeleteVpnConnectionRoute = DeleteVpnConnectionRoute' {}
- newDeleteVpnConnectionRoute :: Text -> Text -> DeleteVpnConnectionRoute
- deleteVpnConnectionRoute_destinationCidrBlock :: Lens' DeleteVpnConnectionRoute Text
- deleteVpnConnectionRoute_vpnConnectionId :: Lens' DeleteVpnConnectionRoute Text
- data DeleteVpnConnectionRouteResponse = DeleteVpnConnectionRouteResponse' {
- newDeleteVpnConnectionRouteResponse :: DeleteVpnConnectionRouteResponse
Creating a Request
data DeleteVpnConnectionRoute Source #
Contains the parameters for DeleteVpnConnectionRoute.
See: newDeleteVpnConnectionRoute
smart constructor.
Constructors
DeleteVpnConnectionRoute' | |
Fields
|
Instances
newDeleteVpnConnectionRoute Source #
Create a value of DeleteVpnConnectionRoute
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:
DeleteVpnConnectionRoute
, deleteVpnConnectionRoute_destinationCidrBlock
- The CIDR block associated with the local subnet of the customer network.
DeleteVpnConnectionRoute
, deleteVpnConnectionRoute_vpnConnectionId
- The ID of the VPN connection.
Request Lenses
deleteVpnConnectionRoute_destinationCidrBlock :: Lens' DeleteVpnConnectionRoute Text Source #
The CIDR block associated with the local subnet of the customer network.
deleteVpnConnectionRoute_vpnConnectionId :: Lens' DeleteVpnConnectionRoute Text Source #
The ID of the VPN connection.
Destructuring the Response
data DeleteVpnConnectionRouteResponse Source #
See: newDeleteVpnConnectionRouteResponse
smart constructor.
Constructors
DeleteVpnConnectionRouteResponse' | |
Instances
Generic DeleteVpnConnectionRouteResponse Source # | |
Defined in Amazonka.EC2.DeleteVpnConnectionRoute Associated Types type Rep DeleteVpnConnectionRouteResponse :: Type -> Type # | |
Read DeleteVpnConnectionRouteResponse Source # | |
Show DeleteVpnConnectionRouteResponse Source # | |
Defined in Amazonka.EC2.DeleteVpnConnectionRoute Methods showsPrec :: Int -> DeleteVpnConnectionRouteResponse -> ShowS # | |
NFData DeleteVpnConnectionRouteResponse Source # | |
Defined in Amazonka.EC2.DeleteVpnConnectionRoute Methods rnf :: DeleteVpnConnectionRouteResponse -> () # | |
Eq DeleteVpnConnectionRouteResponse Source # | |
type Rep DeleteVpnConnectionRouteResponse Source # | |
Defined in Amazonka.EC2.DeleteVpnConnectionRoute |
newDeleteVpnConnectionRouteResponse :: DeleteVpnConnectionRouteResponse Source #
Create a value of DeleteVpnConnectionRouteResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.