amazonka-ses-1.3.3.1: 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.CreateReceiptRule

Contents

Description

Creates a receipt rule.

For information about setting up receipt rules, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

See: AWS API Reference for CreateReceiptRule.

Synopsis

Creating a Request

createReceiptRule Source

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

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

Request Lenses

crrAfter :: Lens' CreateReceiptRule (Maybe Text) Source

The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

crrRuleSetName :: Lens' CreateReceiptRule Text Source

The name of the rule set to which to add the rule.

crrRule :: Lens' CreateReceiptRule ReceiptRule Source

A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

Destructuring the Response

createReceiptRuleResponse Source

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

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

Response Lenses