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 Source #

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 Source #

Contains the parameters for DeleteNetworkAclEntry.

See: deleteNetworkACLEntry smart constructor.

Instances

Eq DeleteNetworkACLEntry Source # 
Data DeleteNetworkACLEntry Source # 

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 Source # 
Show DeleteNetworkACLEntry Source # 
Generic DeleteNetworkACLEntry Source # 
Hashable DeleteNetworkACLEntry Source # 
NFData DeleteNetworkACLEntry Source # 

Methods

rnf :: DeleteNetworkACLEntry -> () #

AWSRequest DeleteNetworkACLEntry Source # 
ToHeaders DeleteNetworkACLEntry Source # 
ToPath DeleteNetworkACLEntry Source # 
ToQuery DeleteNetworkACLEntry Source # 
type Rep DeleteNetworkACLEntry Source # 
type Rep DeleteNetworkACLEntry = D1 * (MetaData "DeleteNetworkACLEntry" "Network.AWS.EC2.DeleteNetworkACLEntry" "amazonka-ec2-1.6.0-Kkew7Kpgof6EYi20Z0WOzs" 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 Source # 

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.

Destructuring the Response

deleteNetworkACLEntryResponse :: DeleteNetworkACLEntryResponse Source #

Creates a value of DeleteNetworkACLEntryResponse with the minimum fields required to make a request.

data DeleteNetworkACLEntryResponse Source #

See: deleteNetworkACLEntryResponse smart constructor.

Instances

Eq DeleteNetworkACLEntryResponse Source # 
Data DeleteNetworkACLEntryResponse Source # 

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 Source # 
Show DeleteNetworkACLEntryResponse Source # 
Generic DeleteNetworkACLEntryResponse Source # 
NFData DeleteNetworkACLEntryResponse Source # 
type Rep DeleteNetworkACLEntryResponse Source # 
type Rep DeleteNetworkACLEntryResponse = D1 * (MetaData "DeleteNetworkACLEntryResponse" "Network.AWS.EC2.DeleteNetworkACLEntry" "amazonka-ec2-1.6.0-Kkew7Kpgof6EYi20Z0WOzs" False) (C1 * (MetaCons "DeleteNetworkACLEntryResponse'" PrefixI False) (U1 *))