amazonka-ec2-0.3.5: 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

dnaDryRun :: Lens' DeleteNetworkAcl (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.

dnaNetworkAclId :: Lens' DeleteNetworkAcl Text Source

The ID of the network ACL.

Response

Response constructor