Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Lists the IP address filters associated with your AWS account in the current AWS Region.
For information about managing IP address filters, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Synopsis
- data ListReceiptFilters = ListReceiptFilters' {
- newListReceiptFilters :: ListReceiptFilters
- data ListReceiptFiltersResponse = ListReceiptFiltersResponse' {
- filters :: Maybe [ReceiptFilter]
- httpStatus :: Int
- newListReceiptFiltersResponse :: Int -> ListReceiptFiltersResponse
- listReceiptFiltersResponse_filters :: Lens' ListReceiptFiltersResponse (Maybe [ReceiptFilter])
- listReceiptFiltersResponse_httpStatus :: Lens' ListReceiptFiltersResponse Int
Creating a Request
data ListReceiptFilters Source #
Represents a request to list the IP address filters that exist under your AWS account. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
See: newListReceiptFilters
smart constructor.
Instances
newListReceiptFilters :: ListReceiptFilters Source #
Create a value of ListReceiptFilters
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data ListReceiptFiltersResponse Source #
A list of IP address filters that exist under your AWS account.
See: newListReceiptFiltersResponse
smart constructor.
ListReceiptFiltersResponse' | |
|
Instances
newListReceiptFiltersResponse Source #
Create a value of ListReceiptFiltersResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:ListReceiptFiltersResponse'
, listReceiptFiltersResponse_filters
- 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.
$sel:httpStatus:ListReceiptFiltersResponse'
, listReceiptFiltersResponse_httpStatus
- The response's http status code.
Response Lenses
listReceiptFiltersResponse_filters :: Lens' ListReceiptFiltersResponse (Maybe [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.
listReceiptFiltersResponse_httpStatus :: Lens' ListReceiptFiltersResponse Int Source #
The response's http status code.