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

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DeleteNetworkACLEntry

Contents

Description

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

Synopsis

Creating a Request

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 is DryRunOperation . Otherwise, it is UnauthorizedOperation .
  • dnaeEgress - Indicates whether the rule is an egress rule.
  • dnaeNetworkACLId - The ID of the network ACL.
  • dnaeRuleNumber - The rule number of the entry to delete.

data DeleteNetworkACLEntry #

Contains the parameters for DeleteNetworkAclEntry.

See: deleteNetworkACLEntry smart constructor.

Instances

Eq DeleteNetworkACLEntry # 
Data DeleteNetworkACLEntry # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteNetworkACLEntry -> c DeleteNetworkACLEntry #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteNetworkACLEntry #

toConstr :: DeleteNetworkACLEntry -> Constr #

dataTypeOf :: DeleteNetworkACLEntry -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteNetworkACLEntry) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteNetworkACLEntry) #

gmapT :: (forall b. Data b => b -> b) -> DeleteNetworkACLEntry -> DeleteNetworkACLEntry #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteNetworkACLEntry -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteNetworkACLEntry -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteNetworkACLEntry -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteNetworkACLEntry -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteNetworkACLEntry -> m DeleteNetworkACLEntry #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteNetworkACLEntry -> m DeleteNetworkACLEntry #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteNetworkACLEntry -> m DeleteNetworkACLEntry #

Read DeleteNetworkACLEntry # 
Show DeleteNetworkACLEntry # 
Generic DeleteNetworkACLEntry # 
Hashable DeleteNetworkACLEntry # 
NFData DeleteNetworkACLEntry # 

Methods

rnf :: DeleteNetworkACLEntry -> () #

AWSRequest DeleteNetworkACLEntry # 
ToHeaders DeleteNetworkACLEntry # 
ToPath DeleteNetworkACLEntry # 
ToQuery DeleteNetworkACLEntry # 
type Rep DeleteNetworkACLEntry # 
type Rep DeleteNetworkACLEntry = D1 * (MetaData "DeleteNetworkACLEntry" "Network.AWS.EC2.DeleteNetworkACLEntry" "amazonka-ec2-1.6.0-Dm9BQRbqSOK72xbfLZMG4m" False) (C1 * (MetaCons "DeleteNetworkACLEntry'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dnaeDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "_dnaeEgress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Bool))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dnaeNetworkACLId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_dnaeRuleNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))
type Rs DeleteNetworkACLEntry # 

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 .

dnaeEgress :: Lens' DeleteNetworkACLEntry Bool #

Indicates whether the rule is an egress rule.

dnaeNetworkACLId :: Lens' DeleteNetworkACLEntry Text #

The ID of the network ACL.

dnaeRuleNumber :: Lens' DeleteNetworkACLEntry Int #

The rule number of the entry to delete.

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.

Instances

Eq DeleteNetworkACLEntryResponse # 
Data DeleteNetworkACLEntryResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteNetworkACLEntryResponse -> c DeleteNetworkACLEntryResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteNetworkACLEntryResponse #

toConstr :: DeleteNetworkACLEntryResponse -> Constr #

dataTypeOf :: DeleteNetworkACLEntryResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteNetworkACLEntryResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteNetworkACLEntryResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeleteNetworkACLEntryResponse -> DeleteNetworkACLEntryResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteNetworkACLEntryResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteNetworkACLEntryResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteNetworkACLEntryResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteNetworkACLEntryResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteNetworkACLEntryResponse -> m DeleteNetworkACLEntryResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteNetworkACLEntryResponse -> m DeleteNetworkACLEntryResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteNetworkACLEntryResponse -> m DeleteNetworkACLEntryResponse #

Read DeleteNetworkACLEntryResponse # 
Show DeleteNetworkACLEntryResponse # 
Generic DeleteNetworkACLEntryResponse # 
NFData DeleteNetworkACLEntryResponse # 
type Rep DeleteNetworkACLEntryResponse # 
type Rep DeleteNetworkACLEntryResponse = D1 * (MetaData "DeleteNetworkACLEntryResponse" "Network.AWS.EC2.DeleteNetworkACLEntry" "amazonka-ec2-1.6.0-Dm9BQRbqSOK72xbfLZMG4m" False) (C1 * (MetaCons "DeleteNetworkACLEntryResponse'" PrefixI False) (U1 *))