ISESV2ListSuppressedDestinationsResponse
Interface in AWS.SESV2
Interface for ListSuppressedDestinations responses.
Ancestors
Properties
SuppressedDestinationSummaries
property SuppressedDestinationSummaries: TList<ISESV2SuppressedDestinationSummary>
Type: ISESV2SuppressedDestinationSummary
The collection of suppressed email destination summaries returned by the listing operation.
Each suppressed destination summary contains essential information about an email address on the suppression list, including the email address itself, the reason for suppression, and the timestamp when the suppression occurred. This data provides comprehensive visibility into email deliverability issues and reputation management challenges. Suppressed destinations represent email addresses that Amazon SES has determined should not receive further email attempts due to hard bounces, spam complaints, or other delivery issues. Monitoring and managing these suppressions is crucial for maintaining good sender reputation and optimizing email deliverability performance. The number of suppressed destinations in this collection is limited by the PageSize parameter from the request and any applied filters such as suppression reasons or date ranges. If more suppressed destinations are available, the NextToken property will contain a pagination token. This collection may be empty if no suppressed destinations match the specified filtering criteria, such as when filtering by specific time ranges or suppression reasons, or if your Amazon SES account has no suppressed destinations (indicating excellent email deliverability performance).