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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for DeleteCustomerGateway.

Synopsis

Creating a Request

deleteCustomerGateway Source

Creates a value of DeleteCustomerGateway with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dcgcDryRun :: Lens' DeleteCustomerGateway (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.

dcgcCustomerGatewayId :: Lens' DeleteCustomerGateway Text Source

The ID of the customer gateway.

Destructuring the Response

deleteCustomerGatewayResponse :: DeleteCustomerGatewayResponse Source

Creates a value of DeleteCustomerGatewayResponse with the minimum fields required to make a request.