New API Documentation - Developer Preview Available
We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.
Returns a list containing all of the identities (email addresses and domains) for your
AWS account in the current AWS Region, regardless of verification status.
You can execute this operation no more than once per second.
Example
Use a bare-bones client and the command you need to make an API call.
Base exception class for all service exceptions from SES service.
Example
ListIdentities
// The following example lists the email address identities that have been submitted for verification with Amazon SES: constinput = { "IdentityType":"EmailAddress", "MaxItems":123, "NextToken":"" }; constcommand = newListIdentitiesCommand(input); constresponse = awaitclient.send(command); /* response == { "Identities": [ "user@example.com" ], "NextToken": "" } */ // example id: listidentities-1469048638493
Returns a list containing all of the identities (email addresses and domains) for your AWS account in the current AWS Region, regardless of verification status.
You can execute this operation no more than once per second.
Example
Use a bare-bones client and the command you need to make an API call.
Param
ListIdentitiesCommandInput
Returns
ListIdentitiesCommandOutput
See
input
shape.response
shape.config
shape.Throws
SESServiceException
Base exception class for all service exceptions from SES service.
Example
ListIdentities