amazonka-ses-0.3.5: Amazon Simple Email Service SDK.

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.

http://docs.aws.amazon.com/ses/latest/APIReference/API_ListIdentities.html

Synopsis

Request

Request constructor

listIdentities :: ListIdentities Source

ListIdentities constructor.

The fields accessible through corresponding lenses are:

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.

liMaxItems :: Lens' ListIdentities (Maybe Int) Source

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

liNextToken :: Lens' ListIdentities (Maybe Text) Source

The token to use for pagination.

Response

Response constructor

listIdentitiesResponse :: ListIdentitiesResponse Source

ListIdentitiesResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

lirNextToken :: Lens' ListIdentitiesResponse (Maybe Text) Source

The token used for pagination.