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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DeleteNetworkAclEntry

Contents

Description

Deletes the specified ingress or egress entry (rule) from the specified network ACL.

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

Synopsis

Request

Request constructor

Request lenses

dnaeDryRun :: Lens' DeleteNetworkAclEntry (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.

dnaeEgress :: Lens' DeleteNetworkAclEntry Bool Source

Indicates whether the rule is an egress rule.

dnaeRuleNumber :: Lens' DeleteNetworkAclEntry Int Source

The rule number of the entry to delete.

Response

Response constructor