Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface GetSendQuotaResponse

Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails you have sent in the last 24 hours.

Hierarchy

Properties

Max24HourSend?: number

The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

MaxSendRate?: number

The maximum number of emails that Amazon SES can accept from the user's account per second.

The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

SentLast24Hours?: number

The number of emails sent during the previous 24 hours.