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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DeleteVpnGateway

Contents

Description

Deletes the specified virtual private gateway. We recommend that before you delete a virtual private gateway, you detach it from the VPC and delete the VPN connection. Note that you don't need to delete the virtual private gateway if you plan to delete and recreate the VPN connection between your VPC and your network.

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

Synopsis

Request

Request constructor

deleteVpnGateway Source

DeleteVpnGateway constructor.

The fields accessible through corresponding lenses are:

Request lenses

dvgVpnGatewayId :: Lens' DeleteVpnGateway Text Source

The ID of the virtual private gateway.

Response

Response constructor