ISESV2ListSuppressedDestinationsRequest
Interface in AWS.SESV2
Interface for ListSuppressedDestinations requests.
Ancestors
Properties
EndDate
property EndDate: TOptional<TDate>
The end date for filtering suppressed email destinations by their addition time.
This filter restricts the results to email addresses that were added to the suppression list before the specified date and time. Use this parameter in combination with StartDate to define a specific time range for suppression list analysis and reporting. This filtering capability is useful for analyzing suppression patterns over time, generating historical reports, and understanding the impact of email campaigns on suppression rates during specific periods. This property is optional. If not specified, no end date filtering will be applied, and results will include all suppressed destinations up to the current time.
Reasons
property Reasons: TList<string>
The suppression reasons to filter by when retrieving suppressed destinations.
This filter allows you to retrieve only email addresses that were suppressed for specific reasons. This is particularly useful for analyzing different types of email delivery issues and implementing targeted remediation strategies for different suppression causes. Valid suppression reasons:
BOUNCE– Email addresses suppressed due to hard bounces, indicating permanent delivery failures.COMPLAINT– Email addresses suppressed due to spam complaints from recipients. You can specify multiple reasons to retrieve addresses suppressed for any of the specified causes. This property is optional and when not specified, all suppressed destinations will be returned regardless of their suppression reason.
StartDate
property StartDate: TOptional<TDate>
The start date for filtering suppressed email destinations by their addition time.
This filter restricts the results to email addresses that were added to the suppression list after the specified date and time. Use this parameter in combination with EndDate to define a specific time range for suppression list analysis and monitoring. Date-based filtering enables effective suppression list management by allowing you to focus on recently suppressed addresses, analyze suppression trends over time, and generate time-based reports for deliverability monitoring and improvement initiatives. This property is optional. If not specified, no start date filtering will be applied, and results will include all suppressed destinations from the beginning of your suppression list.