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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DeleteNetworkAcl

Contents

Description

Deletes the specified network ACL. You can't delete the ACL if it's associated with any subnets. You can't delete the default network ACL.

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

Synopsis

Request

Request constructor

deleteNetworkAcl Source

DeleteNetworkAcl constructor.

The fields accessible through corresponding lenses are:

Request lenses

dnaNetworkAclId :: Lens' DeleteNetworkAcl Text Source

The ID of the network ACL.

Response

Response constructor