amazonka-ses-1.3.3: 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.ListReceiptRuleSets

Contents

Description

Lists the receipt rule sets that exist under your AWS account. If there are additional receipt rule sets to be retrieved, you will receive a NextToken that you can provide to the next call to ListReceiptRuleSets to retrieve the additional entries.

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

Synopsis

Creating a Request

listReceiptRuleSets :: ListReceiptRuleSets Source

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

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

Request Lenses

lrrsNextToken :: Lens' ListReceiptRuleSets (Maybe Text) Source

A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

Destructuring the Response

listReceiptRuleSetsResponse Source

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

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

Response Lenses

lrrsrsRuleSets :: Lens' ListReceiptRuleSetsResponse [ReceiptRuleSetMetadata] Source

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

lrrsrsNextToken :: Lens' ListReceiptRuleSetsResponse (Maybe Text) Source

A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.