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

Copyright(c) 2013-2017 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.DeleteConfigurationSet

Contents

Description

Deletes a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .

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

Synopsis

Creating a Request

deleteConfigurationSet Source #

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

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

data DeleteConfigurationSet Source #

Represents a request to delete a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .

See: deleteConfigurationSet smart constructor.

Instances

Eq DeleteConfigurationSet Source # 
Data DeleteConfigurationSet Source # 

Methods

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

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

toConstr :: DeleteConfigurationSet -> Constr #

dataTypeOf :: DeleteConfigurationSet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteConfigurationSet Source # 
Show DeleteConfigurationSet Source # 
Generic DeleteConfigurationSet Source # 
Hashable DeleteConfigurationSet Source # 
NFData DeleteConfigurationSet Source # 

Methods

rnf :: DeleteConfigurationSet -> () #

AWSRequest DeleteConfigurationSet Source # 
ToQuery DeleteConfigurationSet Source # 
ToPath DeleteConfigurationSet Source # 
ToHeaders DeleteConfigurationSet Source # 
type Rep DeleteConfigurationSet Source # 
type Rep DeleteConfigurationSet = D1 (MetaData "DeleteConfigurationSet" "Network.AWS.SES.DeleteConfigurationSet" "amazonka-ses-1.5.0-IX6fk8AIUZF8NF0Dlao5KP" True) (C1 (MetaCons "DeleteConfigurationSet'" PrefixI True) (S1 (MetaSel (Just Symbol "_dConfigurationSetName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteConfigurationSet Source # 

Request Lenses

dConfigurationSetName :: Lens' DeleteConfigurationSet Text Source #

The name of the configuration set to delete.

Destructuring the Response

deleteConfigurationSetResponse Source #

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

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

data DeleteConfigurationSetResponse Source #

An empty element returned on a successful request.

See: deleteConfigurationSetResponse smart constructor.

Instances

Eq DeleteConfigurationSetResponse Source # 
Data DeleteConfigurationSetResponse Source # 

Methods

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

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

toConstr :: DeleteConfigurationSetResponse -> Constr #

dataTypeOf :: DeleteConfigurationSetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteConfigurationSetResponse Source # 
Show DeleteConfigurationSetResponse Source # 
Generic DeleteConfigurationSetResponse Source # 
NFData DeleteConfigurationSetResponse Source # 
type Rep DeleteConfigurationSetResponse Source # 
type Rep DeleteConfigurationSetResponse = D1 (MetaData "DeleteConfigurationSetResponse" "Network.AWS.SES.DeleteConfigurationSet" "amazonka-ses-1.5.0-IX6fk8AIUZF8NF0Dlao5KP" True) (C1 (MetaCons "DeleteConfigurationSetResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_drsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses