amazonka-ses-1.4.5: Amazon Simple Email Service SDK.

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

Network.AWS.SES.DeleteReceiptRuleSet

Contents

Description

Deletes the specified receipt rule set and all of the receipt rules it contains.

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

This action is throttled at one request per second.

Synopsis

Creating a Request

deleteReceiptRuleSet #

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

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

data DeleteReceiptRuleSet #

Represents a request to delete a receipt rule set and all of the receipt rules it contains. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide .

See: deleteReceiptRuleSet smart constructor.

Instances

Eq DeleteReceiptRuleSet # 
Data DeleteReceiptRuleSet # 

Methods

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

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

toConstr :: DeleteReceiptRuleSet -> Constr #

dataTypeOf :: DeleteReceiptRuleSet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteReceiptRuleSet # 
Show DeleteReceiptRuleSet # 
Generic DeleteReceiptRuleSet # 
Hashable DeleteReceiptRuleSet # 
NFData DeleteReceiptRuleSet # 

Methods

rnf :: DeleteReceiptRuleSet -> () #

AWSRequest DeleteReceiptRuleSet # 
ToQuery DeleteReceiptRuleSet # 
ToPath DeleteReceiptRuleSet # 
ToHeaders DeleteReceiptRuleSet # 
type Rep DeleteReceiptRuleSet # 
type Rep DeleteReceiptRuleSet = D1 (MetaData "DeleteReceiptRuleSet" "Network.AWS.SES.DeleteReceiptRuleSet" "amazonka-ses-1.4.5-3falpmOnSQqGxdmHFkoFDA" True) (C1 (MetaCons "DeleteReceiptRuleSet'" PrefixI True) (S1 (MetaSel (Just Symbol "_dRuleSetName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteReceiptRuleSet # 

Request Lenses

dRuleSetName :: Lens' DeleteReceiptRuleSet Text #

The name of the receipt rule set to delete.

Destructuring the Response

deleteReceiptRuleSetResponse #

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

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

data DeleteReceiptRuleSetResponse #

An empty element returned on a successful request.

See: deleteReceiptRuleSetResponse smart constructor.

Instances

Eq DeleteReceiptRuleSetResponse # 
Data DeleteReceiptRuleSetResponse # 

Methods

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

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

toConstr :: DeleteReceiptRuleSetResponse -> Constr #

dataTypeOf :: DeleteReceiptRuleSetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteReceiptRuleSetResponse # 
Show DeleteReceiptRuleSetResponse # 
Generic DeleteReceiptRuleSetResponse # 
NFData DeleteReceiptRuleSetResponse # 
type Rep DeleteReceiptRuleSetResponse # 
type Rep DeleteReceiptRuleSetResponse = D1 (MetaData "DeleteReceiptRuleSetResponse" "Network.AWS.SES.DeleteReceiptRuleSet" "amazonka-ses-1.4.5-3falpmOnSQqGxdmHFkoFDA" True) (C1 (MetaCons "DeleteReceiptRuleSetResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_drrsrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses