Event
import type { Event } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";interface Event {
AppPackageName?: string | null;
AppTitle?: string | null;
AppVersionCode?: string | null;
Attributes?: {} | null;
[key: string]: string | null | undefined;
ClientSdkVersion?: string | null;
EventType: string;
Metrics?: {} | null;
[key: string]: number | null | undefined;
SdkName?: string | null;
Session?: Session | null;
Timestamp: string;
}