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 # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

Data DeleteNetworkACLEntry # 
Instance details

Defined in Network.AWS.EC2.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 # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

Show DeleteNetworkACLEntry # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

Generic DeleteNetworkACLEntry # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

Associated Types

type Rep DeleteNetworkACLEntry :: * -> * #

Hashable DeleteNetworkACLEntry # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

AWSRequest DeleteNetworkACLEntry # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

Associated Types

type Rs DeleteNetworkACLEntry :: * #

ToHeaders DeleteNetworkACLEntry # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

ToPath DeleteNetworkACLEntry # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

ToQuery DeleteNetworkACLEntry # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

NFData DeleteNetworkACLEntry # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

Methods

rnf :: DeleteNetworkACLEntry -> () #

type Rep DeleteNetworkACLEntry # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

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

Defined in Network.AWS.EC2.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 # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

Data DeleteNetworkACLEntryResponse # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

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 # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

Show DeleteNetworkACLEntryResponse # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

Generic DeleteNetworkACLEntryResponse # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

Associated Types

type Rep DeleteNetworkACLEntryResponse :: * -> * #

NFData DeleteNetworkACLEntryResponse # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

type Rep DeleteNetworkACLEntryResponse # 
Instance details

Defined in Network.AWS.EC2.DeleteNetworkACLEntry

type Rep DeleteNetworkACLEntryResponse = D1 (MetaData "DeleteNetworkACLEntryResponse" "Network.AWS.EC2.DeleteNetworkACLEntry" "amazonka-ec2-1.6.0-G6ppxISnQxeI7PhDx9p8Zy" False) (C1 (MetaCons "DeleteNetworkACLEntryResponse'" PrefixI False) (U1 :: * -> *))