-
Notifications
You must be signed in to change notification settings - Fork 11
ses.getSendStatistics
Jordan Ryan Moore edited this page May 13, 2011
·
4 revisions
Returns the user's sending statistics. 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.
ses.getSendStatistics has no request properties.
Property | Type | Description |
---|---|---|
requestId | String | The ID of the request. |
bounces | Number | Number of emails that have bounced. |
complaints | Number | Number of unwanted emails that were rejected by recipients. |
deliveryAttempts | Number | Number of emails that have been enqueued for sending. |
rejects | Number | Number of emails rejected by Amazon SES. |
timestamp | Date | Time of the data point. |
{}
{
requestId: "fd3ae762-2563-11df-8cd4-6d4e828a9ae8",
dataPoints: [
{
deliveryAttempts: 5,
timestamp: new Date("2011-05-04T15:55:00Z"),
rejects: 0,
bounces: 0,
complaints: 0,
},
],
}
- ec2.allocateAddress
- ec2.associateAddress
- ec2.createKeyPair
- ec2.deleteKeyPair
- ec2.describeAddresses
- ec2.describeAvailabilityZones
- ec2.describeInstanceAttribute
- ec2.describeInstances
- ec2.describeKeyPairs
- ec2.describeRegions
- ec2.disassociateAddress
- ec2.getConsoleOutput
- ec2.importKeyPair
- ec2.rebootInstances
- ec2.releaseAddress
- ec2.startInstances
- ec2.stopInstances
- ec2.terminateInstances
- route53.changeResourceRecordSets
- route53.createHostedZone
- route53.deleteHostedZone
- route53.getChange
- route53.getHostedZone
- route53.listHostedZones
- route53.listResourceRecordSets
- s3.createBucket
- s3.deleteBucket
- s3.deleteObject
- s3.getObject
- s3.listAllMyBuckets
- s3.listBucket
- s3.putObject