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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DeleteCustomerGateway

Contents

Description

Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.

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

Synopsis

Request

Request constructor

deleteCustomerGateway Source

DeleteCustomerGateway constructor.

The fields accessible through corresponding lenses are:

Request lenses

dcg1CustomerGatewayId :: Lens' DeleteCustomerGateway Text Source

The ID of the customer gateway.

Response

Response constructor