python-botocore/tests/unit/response_parsing/xml/responses/ses-get-send-statistics.xml
2015-11-24 20:34:53 +09:00

24 lines
759 B
XML

<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>
</SendDataPoints>
</GetSendStatisticsResult>
<ResponseMetadata>
<RequestId>c2b66ee5-c866-11e0-b17f-cddb0ab334db</RequestId>
</ResponseMetadata>
</GetSendStatisticsResponse>