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

Usage

import * as mod from "https://aws-api.deno.dev/v0.3/services/rum.ts?docs=full";

§Classes

RUM

§Interfaces

AppMonitor

A RUM app monitor collects telemetry data from your application and sends that data to RUM. The data includes performance and reliability information such as page load time, client-side errors, and user behavior.

AppMonitorConfiguration

This structure contains much of the configuration data for the app monitor.

AppMonitorDetails

A structure that contains information about the RUM app monitor.

AppMonitorSummary

A structure that includes some data about app monitors and their settings.

CreateAppMonitorRequest
CreateAppMonitorResponse
CwLog

A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.

DataStorage

A structure that contains information about whether this app monitor stores a copy of the telemetry data that RUM collects using CloudWatch Logs.

DeleteAppMonitorRequest
GetAppMonitorDataRequest
GetAppMonitorDataResponse
GetAppMonitorRequest
GetAppMonitorResponse
ListAppMonitorsRequest
ListAppMonitorsResponse
ListTagsForResourceRequest
ListTagsForResourceResponse
PutRumEventsRequest
QueryFilter

A structure that defines a key and values that you can use to filter the results. The only performance events that are returned are those that have values matching the ones that you specify in one of your QueryFilter structures.

RumEvent

A structure that contains the information for one performance event that RUM collects from a user session with your application.

TagResourceRequest
TimeRange

A structure that defines the time range that you want to retrieve results from.

UntagResourceRequest
UpdateAppMonitorRequest
UserDetails

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

§Type Aliases

StateEnum
Telemetry