Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface ListIdentitiesRequest

Represents a request to return a list of all identities (email addresses and domains) that you have attempted to verify under your Amazon Web Services account, regardless of verification status.

Hierarchy

Properties

IdentityType?: string

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

MaxItems?: number

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

NextToken?: string

The token to use for pagination.