amazonka-ses-1.6.0: Amazon Simple Email Service 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.SES.DeleteReceiptRule

Contents

Description

Deletes the specified receipt rule.

For information about managing receipt rules, see the Amazon SES Developer Guide .

You can execute this operation no more than once per second.

Synopsis

Creating a Request

deleteReceiptRule #

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

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

  • delRuleSetName - The name of the receipt rule set that contains the receipt rule to delete.
  • delRuleName - The name of the receipt rule to delete.

data DeleteReceiptRule #

Represents a request to delete a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide .

See: deleteReceiptRule smart constructor.

Instances

Eq DeleteReceiptRule # 
Data DeleteReceiptRule # 

Methods

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

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

toConstr :: DeleteReceiptRule -> Constr #

dataTypeOf :: DeleteReceiptRule -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteReceiptRule # 
Show DeleteReceiptRule # 
Generic DeleteReceiptRule # 
Hashable DeleteReceiptRule # 
NFData DeleteReceiptRule # 

Methods

rnf :: DeleteReceiptRule -> () #

AWSRequest DeleteReceiptRule # 
ToHeaders DeleteReceiptRule # 
ToPath DeleteReceiptRule # 
ToQuery DeleteReceiptRule # 
type Rep DeleteReceiptRule # 
type Rep DeleteReceiptRule = D1 * (MetaData "DeleteReceiptRule" "Network.AWS.SES.DeleteReceiptRule" "amazonka-ses-1.6.0-5nUPGbFUhEuKgCCmp7O4es" False) (C1 * (MetaCons "DeleteReceiptRule'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_delRuleSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_delRuleName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs DeleteReceiptRule # 

Request Lenses

delRuleSetName :: Lens' DeleteReceiptRule Text #

The name of the receipt rule set that contains the receipt rule to delete.

delRuleName :: Lens' DeleteReceiptRule Text #

The name of the receipt rule to delete.

Destructuring the Response

deleteReceiptRuleResponse #

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

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

data DeleteReceiptRuleResponse #

An empty element returned on a successful request.

See: deleteReceiptRuleResponse smart constructor.

Instances

Eq DeleteReceiptRuleResponse # 
Data DeleteReceiptRuleResponse # 

Methods

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

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

toConstr :: DeleteReceiptRuleResponse -> Constr #

dataTypeOf :: DeleteReceiptRuleResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteReceiptRuleResponse # 
Show DeleteReceiptRuleResponse # 
Generic DeleteReceiptRuleResponse # 
NFData DeleteReceiptRuleResponse # 
type Rep DeleteReceiptRuleResponse # 
type Rep DeleteReceiptRuleResponse = D1 * (MetaData "DeleteReceiptRuleResponse" "Network.AWS.SES.DeleteReceiptRule" "amazonka-ses-1.6.0-5nUPGbFUhEuKgCCmp7O4es" True) (C1 * (MetaCons "DeleteReceiptRuleResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_delrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses

delrsResponseStatus :: Lens' DeleteReceiptRuleResponse Int #

  • - | The response status code.