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.CloneReceiptRuleSet

Contents

Description

Creates a receipt rule set by cloning an existing one. All receipt rules and configurations are copied to the new receipt rule set and are completely independent of the source rule set.

For information about setting up rule sets, see the Amazon SES Developer Guide .

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

Synopsis

Creating a Request

cloneReceiptRuleSet Source #

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

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

  • cRuleSetName - The name of the rule set to create. The name must: * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). * Start and end with a letter or number. * Contain less than 64 characters.
  • cOriginalRuleSetName - The name of the rule set to clone.

data CloneReceiptRuleSet Source #

Represents a request to create a receipt rule set by cloning an existing one. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide .

See: cloneReceiptRuleSet smart constructor.

Instances
Eq CloneReceiptRuleSet Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

Data CloneReceiptRuleSet Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

Methods

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

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

toConstr :: CloneReceiptRuleSet -> Constr #

dataTypeOf :: CloneReceiptRuleSet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CloneReceiptRuleSet Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

Show CloneReceiptRuleSet Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

Generic CloneReceiptRuleSet Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

Associated Types

type Rep CloneReceiptRuleSet :: Type -> Type #

Hashable CloneReceiptRuleSet Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

AWSRequest CloneReceiptRuleSet Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

Associated Types

type Rs CloneReceiptRuleSet :: Type #

ToHeaders CloneReceiptRuleSet Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

ToPath CloneReceiptRuleSet Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

ToQuery CloneReceiptRuleSet Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

NFData CloneReceiptRuleSet Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

Methods

rnf :: CloneReceiptRuleSet -> () #

type Rep CloneReceiptRuleSet Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

type Rep CloneReceiptRuleSet = D1 (MetaData "CloneReceiptRuleSet" "Network.AWS.SES.CloneReceiptRuleSet" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" False) (C1 (MetaCons "CloneReceiptRuleSet'" PrefixI True) (S1 (MetaSel (Just "_cRuleSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_cOriginalRuleSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs CloneReceiptRuleSet Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

Request Lenses

cRuleSetName :: Lens' CloneReceiptRuleSet Text Source #

The name of the rule set to create. The name must: * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). * Start and end with a letter or number. * Contain less than 64 characters.

cOriginalRuleSetName :: Lens' CloneReceiptRuleSet Text Source #

The name of the rule set to clone.

Destructuring the Response

cloneReceiptRuleSetResponse Source #

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

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

data CloneReceiptRuleSetResponse Source #

An empty element returned on a successful request.

See: cloneReceiptRuleSetResponse smart constructor.

Instances
Eq CloneReceiptRuleSetResponse Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

Data CloneReceiptRuleSetResponse Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

Methods

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

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

toConstr :: CloneReceiptRuleSetResponse -> Constr #

dataTypeOf :: CloneReceiptRuleSetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CloneReceiptRuleSetResponse Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

Show CloneReceiptRuleSetResponse Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

Generic CloneReceiptRuleSetResponse Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

Associated Types

type Rep CloneReceiptRuleSetResponse :: Type -> Type #

NFData CloneReceiptRuleSetResponse Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

type Rep CloneReceiptRuleSetResponse Source # 
Instance details

Defined in Network.AWS.SES.CloneReceiptRuleSet

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

Response Lenses