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

GetDomainStatisticsReportRequest

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

A request to obtain deliverability metrics for a domain.

interface GetDomainStatisticsReportRequest {
Domain: string;
EndDate: Date | number;
StartDate: Date | number;
}

§Properties

§
Domain: string
[src]

The domain that you want to obtain deliverability metrics for.

§
EndDate: Date | number
[src]

The last day (in Unix time) that you want to obtain domain deliverability metrics for. The EndDate that you specify has to be less than or equal to 30 days after the StartDate.

§
StartDate: Date | number
[src]

The first day (in Unix time) that you want to obtain domain deliverability metrics for.