ses_list_identities: Returns a list containing all of the identities (email...

View source: R/ses_operations.R

ses_list_identitiesR Documentation

Returns a list containing all of the identities (email addresses and domains) for your Amazon Web Services account in the current Amazon Web Services Region, regardless of verification status

Description

Returns a list containing all of the identities (email addresses and domains) for your Amazon Web Services account in the current Amazon Web Services Region, regardless of verification status.

See https://www.paws-r-sdk.com/docs/ses_list_identities/ for full documentation.

Usage

ses_list_identities(IdentityType = NULL, NextToken = NULL, MaxItems = NULL)

Arguments

IdentityType

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

NextToken

The token to use for pagination.

MaxItems

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


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.