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

EventsRequest

import type { EventsRequest } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Specifies a batch of events to process.

interface EventsRequest {
BatchItem: {
[key: string]: EventsBatch | null | undefined;
}
;
}

§Properties

§
BatchItem: {
[key: string]: EventsBatch | null | undefined;
}
[src]

The batch of events to process. For each item in a batch, the endpoint ID acts as a key that has an EventsBatch object as its value.