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

PutEventsInput

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

A container for the data needed for a PutEvent operation

interface PutEventsInput {
clientContext: string;
clientContextEncoding?: string | null;
events: Event[];
}

§Properties

§
clientContext: string
[src]

The client context including the client ID, app title, app version and package name.

§
clientContextEncoding?: string | null
[src]

The encoding used for the client context.

§
events: Event[]
[src]

An array of Event JSON objects