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

GetApplicationDateRangeKpiRequest

import type { GetApplicationDateRangeKpiRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface GetApplicationDateRangeKpiRequest {
ApplicationId: string;
EndTime?: Date | number | null;
KpiName: string;
NextToken?: string | null;
PageSize?: string | null;
StartTime?: Date | number | null;
}

§Properties

§
ApplicationId: string
[src]
§
EndTime?: Date | number | null
[src]
§
KpiName: string
[src]
§
NextToken?: string | null
[src]
§
PageSize?: string | null
[src]
§
StartTime?: Date | number | null
[src]