| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.EC2.DeleteCustomerGateway
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
Request
data DeleteCustomerGateway Source
Instances
| Eq DeleteCustomerGateway | |
| Ord DeleteCustomerGateway | |
| Read DeleteCustomerGateway | |
| Show DeleteCustomerGateway | |
| AWSRequest DeleteCustomerGateway | |
| ToQuery DeleteCustomerGateway | |
| ToPath DeleteCustomerGateway | |
| ToHeaders DeleteCustomerGateway | |
| type Sv DeleteCustomerGateway = EC2 | |
| type Rs DeleteCustomerGateway = DeleteCustomerGatewayResponse |
Request constructor
Arguments
| :: Text | |
| -> DeleteCustomerGateway |
DeleteCustomerGateway constructor.
The fields accessible through corresponding lenses are:
Request lenses
dcg1CustomerGatewayId :: Lens' DeleteCustomerGateway Text Source
The ID of the customer gateway.