PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
ses
**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
[-] verify-domain-identity.rst
[edit]
[-] set-identity-dkim-enabled.rst
[edit]
[+]
..
[-] set-identity-feedback-forwarding-enabled.rst
[edit]
[-] get-identity-notification-attributes.rst
[edit]
[-] get-send-quota.rst
[edit]
[-] get-send-statistics.rst
[edit]
[-] verify-domain-dkim.rst
[edit]
[-] get-identity-dkim-attributes.rst
[edit]
[-] get-identity-verification-attributes.rst
[edit]
[-] set-identity-notification-topic.rst
[edit]
[-] send-raw-email.rst
[edit]
[-] verify-email-identity.rst
[edit]
[-] delete-identity.rst
[edit]
[-] list-identities.rst
[edit]
[-] send-email.rst
[edit]