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

Contents

Description

Lists the IP address filters associated with your account.

For information about managing IP address filters, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

See: AWS API Reference for ListReceiptFilters.

Synopsis

Creating a Request

listReceiptFilters :: ListReceiptFilters Source

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

Destructuring the Response

listReceiptFiltersResponse Source

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

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

Response Lenses

lrfrsFilters :: Lens' ListReceiptFiltersResponse [ReceiptFilter] Source

A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.