%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
**To get your Amazon SES sending statistics**
The following example uses the ``get-send-statistics`` command to return your Amazon SES sending statistics ::
aws ses get-send-statistics
Output::
{
"SendDataPoints": [
{
"Complaints": 0,
"Timestamp": "2013-06-12T19:32:00Z",
"DeliveryAttempts": 2,
"Bounces": 0,
"Rejects": 0
},
{
"Complaints": 0,
"Timestamp": "2013-06-12T00:47:00Z",
"DeliveryAttempts": 1,
"Bounces": 0,
"Rejects": 0
}
]
}
The result is a list of data points, representing the last two weeks of sending activity. Each data point in the list
contains statistics for a 15-minute interval.
In this example, there are only two data points because the only emails that the user sent in the last two weeks fell
within two 15-minute intervals.
For more information, see `Monitoring Your Amazon SES Usage Statistics`_ in the *Amazon Simple Email Service Developer Guide*.
.. _`Monitoring Your Amazon SES Usage Statistics`: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-usage-statistics.html