| Did this page help you? Yes No Tell us about it... |
Returns the user's sending statistics. 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.
GetSendStatisticsResult
structure.
| Name | Description |
|---|---|
SendDataPoints
|
Type: SendDataPoint list |
POST / HTTP/1.1
Date: Thu, 18 Aug 2011 22:23:01 GMT
Host: email.us-east-1.amazonaws.com
Content-Type: application/x-www-form-urlencoded
X-Amzn-Authorization: AWS3 AWSAccessKeyId=AKIAIOSFODNN7EXAMPLE, Signature=kwuk4eraA9HSfHySflgDKR6xK0JXjATIE7Uu5/FB4x4=, Algorithm=HmacSHA256, SignedHeaders=Date;Host
Content-Length: 99
AWSAccessKeyId=AKIAIOSFODNN7EXAMPLE&Action=GetSendStatistics&Timestamp=2011-
08-18T22%3A23%3A01.000Z
<GetSendStatisticsResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
<GetSendStatisticsResult>
<SendDataPoints>
<member>
<DeliveryAttempts>8</DeliveryAttempts>
<Timestamp>2011-08-03T19:23:00Z</Timestamp>
<Rejects>0</Rejects>
<Bounces>0</Bounces>
<Complaints>0</Complaints>
</member>
<member>
<DeliveryAttempts>7</DeliveryAttempts>
<Timestamp>2011-08-03T06:53:00Z</Timestamp>
<Rejects>0</Rejects>
<Bounces>0</Bounces>
<Complaints>0</Complaints>
</member>
.
.
.
.
</GetSendStatisticsResult>
<ResponseMetadata>
<RequestId>c2b66ee5-c866-11e0-b17f-cddb0ab334db</RequestId>
</ResponseMetadata>
</GetSendStatisticsResponse>