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

Contents

Description

Returns the metadata and receipt rules for the receipt rule set that is currently active.

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

This action is throttled at one request per second.

See: AWS API Reference for DescribeActiveReceiptRuleSet.

Synopsis

Creating a Request

describeActiveReceiptRuleSet :: DescribeActiveReceiptRuleSet Source

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

Destructuring the Response

describeActiveReceiptRuleSetResponse Source

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

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

Response Lenses

darrsrsRules :: Lens' DescribeActiveReceiptRuleSetResponse [ReceiptRule] Source

The receipt rules that belong to the active rule set.

darrsrsMetadata :: Lens' DescribeActiveReceiptRuleSetResponse (Maybe ReceiptRuleSetMetadata) Source

The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.