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

PutRumEventsRequest

import type { PutRumEventsRequest } from "https://aws-api.deno.dev/v0.3/services/rum.ts?docs=full";
interface PutRumEventsRequest {
AppMonitorDetails: AppMonitorDetails;
BatchId: string;
Id: string;
RumEvents: RumEvent[];
UserDetails: UserDetails;
}

§Properties

§
AppMonitorDetails: AppMonitorDetails
[src]

A structure that contains information about the app monitor that collected this telemetry information.

§
BatchId: string
[src]

A unique identifier for this batch of RUM event data.

§
Id: string
[src]

The ID of the app monitor that is sending this data.

§
RumEvents: RumEvent[]
[src]

An array of structures that contain the telemetry event data.

§
UserDetails: UserDetails
[src]

A structure that contains information about the user session that this batch of events was collected from.