amazonka-elbv2-1.6.1: Amazon Elastic Load Balancing 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.ELBv2.DeleteRule

Contents

Description

Deletes the specified rule.

Synopsis

Creating a Request

deleteRule Source #

Arguments

:: Text

drRuleARN

-> DeleteRule 

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

Use one of the following lenses to modify other fields as desired:

  • drRuleARN - The Amazon Resource Name (ARN) of the rule.

data DeleteRule Source #

See: deleteRule smart constructor.

Instances
Eq DeleteRule Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Data DeleteRule Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Methods

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

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

toConstr :: DeleteRule -> Constr #

dataTypeOf :: DeleteRule -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteRule Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Show DeleteRule Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Generic DeleteRule Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Associated Types

type Rep DeleteRule :: Type -> Type #

Hashable DeleteRule Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

AWSRequest DeleteRule Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Associated Types

type Rs DeleteRule :: Type #

ToHeaders DeleteRule Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Methods

toHeaders :: DeleteRule -> [Header] #

ToPath DeleteRule Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

ToQuery DeleteRule Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

NFData DeleteRule Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Methods

rnf :: DeleteRule -> () #

type Rep DeleteRule Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

type Rep DeleteRule = D1 (MetaData "DeleteRule" "Network.AWS.ELBv2.DeleteRule" "amazonka-elbv2-1.6.1-E4uu6EqNDMk4f08ZYDVKwx" True) (C1 (MetaCons "DeleteRule'" PrefixI True) (S1 (MetaSel (Just "_drRuleARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteRule Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Request Lenses

drRuleARN :: Lens' DeleteRule Text Source #

The Amazon Resource Name (ARN) of the rule.

Destructuring the Response

deleteRuleResponse Source #

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

Use one of the following lenses to modify other fields as desired:

data DeleteRuleResponse Source #

See: deleteRuleResponse smart constructor.

Instances
Eq DeleteRuleResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Data DeleteRuleResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Methods

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

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

toConstr :: DeleteRuleResponse -> Constr #

dataTypeOf :: DeleteRuleResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteRuleResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Show DeleteRuleResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Generic DeleteRuleResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Associated Types

type Rep DeleteRuleResponse :: Type -> Type #

NFData DeleteRuleResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

Methods

rnf :: DeleteRuleResponse -> () #

type Rep DeleteRuleResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.DeleteRule

type Rep DeleteRuleResponse = D1 (MetaData "DeleteRuleResponse" "Network.AWS.ELBv2.DeleteRule" "amazonka-elbv2-1.6.1-E4uu6EqNDMk4f08ZYDVKwx" True) (C1 (MetaCons "DeleteRuleResponse'" PrefixI True) (S1 (MetaSel (Just "_drrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

drrsResponseStatus :: Lens' DeleteRuleResponse Int Source #

  • - | The response status code.