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

Copyright(c) 2013-2015 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.SetActiveReceiptRuleSet

Contents

Description

Sets the specified receipt rule set as the active receipt rule set.

To disable your email-receiving through Amazon SES completely, you can call this API with RuleSetName set to null.

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

This action is throttled at one request per second.

See: AWS API Reference for SetActiveReceiptRuleSet.

Synopsis

Creating a Request

setActiveReceiptRuleSet :: SetActiveReceiptRuleSet Source

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

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

Request Lenses

sarrsRuleSetName :: Lens' SetActiveReceiptRuleSet (Maybe Text) Source

The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

Destructuring the Response

setActiveReceiptRuleSetResponse Source

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

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

Response Lenses