amazonka-ses-1.0.0: 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.ListIdentities

Contents

Description

Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.

This action is throttled at one request per second.

See: AWS API Reference for ListIdentities.

This operation returns paginated results.

Synopsis

Creating a Request

listIdentities :: ListIdentities Source

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

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

Request Lenses

liIdentityType :: Lens' ListIdentities (Maybe IdentityType) Source

The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.

liNextToken :: Lens' ListIdentities (Maybe Text) Source

The token to use for pagination.

liMaxItems :: Lens' ListIdentities (Maybe Int) Source

The maximum number of identities per page. Possible values are 1-1000 inclusive.

Destructuring the Response

listIdentitiesResponse Source

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

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

Response Lenses

lirsNextToken :: Lens' ListIdentitiesResponse (Maybe Text) Source

The token used for pagination.

lirsStatus :: Lens' ListIdentitiesResponse Int Source

The response status code.