Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetSendStatisticsResponse

import type { GetSendStatisticsResponse } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";

Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.

interface GetSendStatisticsResponse {
SendDataPoints: SendDataPoint[];
}

§Properties

§
SendDataPoints: SendDataPoint[]
[src]

A list of data points, each of which represents 15 minutes of activity.