404

[ Avaa Bypassed ]




Upload:

Command:

botdev@13.58.146.48: ~ $
**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

Filemanager

Name Type Size Permission Actions
delete-identity.rst File 529 B 0644
get-identity-dkim-attributes.rst File 1.13 KB 0644
get-identity-notification-attributes.rst File 1.34 KB 0644
get-identity-verification-attributes.rst File 997 B 0644
get-send-quota.rst File 1.23 KB 0644
get-send-statistics.rst File 1.16 KB 0644
list-identities.rst File 906 B 0644
send-email.rst File 2.23 KB 0644
send-raw-email.rst File 2.07 KB 0644
set-identity-dkim-enabled.rst File 498 B 0644
set-identity-feedback-forwarding-enabled.rst File 890 B 0644
set-identity-notification-topic.rst File 728 B 0644
verify-domain-dkim.rst File 820 B 0644
verify-domain-identity.rst File 630 B 0644
verify-email-identity.rst File 970 B 0644