python-botocore/tests/unit/response_parsing/xml/responses/ses-get-send-statistics.json

12 lines
508 B
JSON
Raw Normal View History

{"ResponseMetadata": {"RequestId": "c2b66ee5-c866-11e0-b17f-cddb0ab334db"},
"SendDataPoints": [{"Bounces": 0,
"Complaints": 0,
"DeliveryAttempts": 8,
"Rejects": 0,
"Timestamp": "2011-08-03T19:23:00Z"},
{"Bounces": 0,
"Complaints": 0,
"DeliveryAttempts": 7,
"Rejects": 0,
"Timestamp": "2011-08-03T06:53:00Z"}]}