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

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?: {
[key: string]: string | null | undefined;
}
| null;
ClientSdkVersion?: string | null;
EventType: string;
Metrics?: {
[key: string]: number | null | undefined;
}
| null;
SdkName?: string | null;
Session?: Session | null;
Timestamp: string;
}

§Properties

§
AppPackageName?: string | null
[src]
§
AppTitle?: string | null
[src]
§
AppVersionCode?: string | null
[src]
§
Attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
ClientSdkVersion?: string | null
[src]
§
EventType: string
[src]
§
Metrics?: {
[key: string]: number | null | undefined;
}
| null
[src]
§
SdkName?: string | null
[src]
§
Session?: Session | null
[src]
§
Timestamp: string
[src]