amazonka-ses-1.6.1: 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.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 # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

Data DeleteConfigurationSet Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

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

Defined in Network.AWS.SES.DeleteConfigurationSet

Show DeleteConfigurationSet Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

Generic DeleteConfigurationSet Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

Associated Types

type Rep DeleteConfigurationSet :: Type -> Type #

Hashable DeleteConfigurationSet Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

AWSRequest DeleteConfigurationSet Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

Associated Types

type Rs DeleteConfigurationSet :: Type #

ToHeaders DeleteConfigurationSet Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

ToPath DeleteConfigurationSet Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

ToQuery DeleteConfigurationSet Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

NFData DeleteConfigurationSet Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

Methods

rnf :: DeleteConfigurationSet -> () #

type Rep DeleteConfigurationSet Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

type Rep DeleteConfigurationSet = D1 (MetaData "DeleteConfigurationSet" "Network.AWS.SES.DeleteConfigurationSet" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" True) (C1 (MetaCons "DeleteConfigurationSet'" PrefixI True) (S1 (MetaSel (Just "_dConfigurationSetName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteConfigurationSet Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

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

Defined in Network.AWS.SES.DeleteConfigurationSet

Data DeleteConfigurationSetResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

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

Defined in Network.AWS.SES.DeleteConfigurationSet

Show DeleteConfigurationSetResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

Generic DeleteConfigurationSetResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

Associated Types

type Rep DeleteConfigurationSetResponse :: Type -> Type #

NFData DeleteConfigurationSetResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

type Rep DeleteConfigurationSetResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSet

type Rep DeleteConfigurationSetResponse = D1 (MetaData "DeleteConfigurationSetResponse" "Network.AWS.SES.DeleteConfigurationSet" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" True) (C1 (MetaCons "DeleteConfigurationSetResponse'" PrefixI True) (S1 (MetaSel (Just "_drsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses