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

Contents

Description

Returns the details of the specified receipt rule set.

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

Synopsis

Creating a Request

describeReceiptRuleSet Source

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

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

Request Lenses

drrsRuleSetName :: Lens' DescribeReceiptRuleSet Text Source

The name of the receipt rule set to describe.

Destructuring the Response

describeReceiptRuleSetResponse Source

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

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

Response Lenses

desrsRules :: Lens' DescribeReceiptRuleSetResponse [ReceiptRule] Source

A list of the receipt rules that belong to the specified receipt rule set.

desrsMetadata :: Lens' DescribeReceiptRuleSetResponse (Maybe ReceiptRuleSetMetadata) Source

The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.