Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
Request
data DeleteNetworkAcl Source
Request constructor
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.