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

EventsBatch

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

Specifies a batch of endpoints and events to process.

interface EventsBatch {
Endpoint: PublicEndpoint;
Events: {
[key: string]: Event | null | undefined;
}
;
}

§Properties

§

A set of properties and attributes that are associated with the endpoint.

§
Events: {
[key: string]: Event | null | undefined;
}
[src]

A set of properties that are associated with the event.