Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.EC2.DeleteNetworkACLEntry
Description
Deletes the specified ingress or egress entry (rule) from the specified network ACL.
- deleteNetworkACLEntry :: Text -> Int -> Bool -> DeleteNetworkACLEntry
- data DeleteNetworkACLEntry
- dnaeDryRun :: Lens' DeleteNetworkACLEntry (Maybe Bool)
- dnaeNetworkACLId :: Lens' DeleteNetworkACLEntry Text
- dnaeRuleNumber :: Lens' DeleteNetworkACLEntry Int
- dnaeEgress :: Lens' DeleteNetworkACLEntry Bool
- deleteNetworkACLEntryResponse :: DeleteNetworkACLEntryResponse
- data DeleteNetworkACLEntryResponse
Creating a Request
Arguments
:: Text | |
-> Int | |
-> Bool | |
-> DeleteNetworkACLEntry |
Creates a value of DeleteNetworkACLEntry
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dnaeDryRun
- 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 isDryRunOperation
. Otherwise, it isUnauthorizedOperation
.dnaeNetworkACLId
- The ID of the network ACL.dnaeRuleNumber
- The rule number of the entry to delete.dnaeEgress
- Indicates whether the rule is an egress rule.
data DeleteNetworkACLEntry #
Contains the parameters for DeleteNetworkAclEntry.
See: deleteNetworkACLEntry
smart constructor.
Instances
Request Lenses
dnaeDryRun :: Lens' DeleteNetworkACLEntry (Maybe Bool) #
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
.
dnaeNetworkACLId :: Lens' DeleteNetworkACLEntry Text #
The ID of the network ACL.
dnaeRuleNumber :: Lens' DeleteNetworkACLEntry Int #
The rule number of the entry to delete.
dnaeEgress :: Lens' DeleteNetworkACLEntry Bool #
Indicates whether the rule is an egress rule.
Destructuring the Response
deleteNetworkACLEntryResponse :: DeleteNetworkACLEntryResponse #
Creates a value of DeleteNetworkACLEntryResponse
with the minimum fields required to make a request.
data DeleteNetworkACLEntryResponse #
See: deleteNetworkACLEntryResponse
smart constructor.