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

12 lines
508 B
JSON

{"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"}]}