ListSuppressedDestinationsRequest

public struct ListSuppressedDestinationsRequest : AWSShape
extension SESV2.ListSuppressedDestinationsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list before a specific date. The date that you specify should be in Unix time format.

    Declaration

    Swift

    public let endDate: TimeStamp?
  • A token returned from a previous call to ListSuppressedDestinations to indicate the position in the list of suppressed email addresses.

    Declaration

    Swift

    public let nextToken: String?
  • The number of results to show in a single call to ListSuppressedDestinations. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.

    Declaration

    Swift

    public let pageSize: Int?
  • The factors that caused the email address to be added to .

    Declaration

    Swift

    public let reasons: [SuppressionListReason]?
  • Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list after a specific date. The date that you specify should be in Unix time format.

    Declaration

    Swift

    public let startDate: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(endDate: TimeStamp? = nil, nextToken: String? = nil, pageSize: Int? = nil, reasons: [SuppressionListReason]? = nil, startDate: TimeStamp? = nil)
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> SESV2.ListSuppressedDestinationsRequest