amazonka-ses-1.3.4: 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.DescribeReceiptRule

Contents

Description

Returns the details of the specified 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 DescribeReceiptRule.

Synopsis

Creating a Request

describeReceiptRule Source

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

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

Request Lenses

drrRuleSetName :: Lens' DescribeReceiptRule Text Source

The name of the receipt rule set to which the receipt rule belongs.

drrRuleName :: Lens' DescribeReceiptRule Text Source

The name of the receipt rule.

Destructuring the Response

describeReceiptRuleResponse Source

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

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

Response Lenses

drrrsRule :: Lens' DescribeReceiptRuleResponse (Maybe ReceiptRule) Source

A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.