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

MobileAnalytics

import { MobileAnalytics } from "https://aws-api.deno.dev/v0.3/services/mobileanalytics.ts?docs=full";
class MobileAnalytics {
constructor(apiFactory: client.ApiFactory);
async putEvents(params: PutEventsInput, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new MobileAnalytics(apiFactory: client.ApiFactory)
[src]

§Methods

§
putEvents(params: PutEventsInput, opts?: client.RequestOptions): Promise<void>
[src]

The PutEvents operation records one or more events. You can have up to 1,500 unique custom events per app, any combination of up to 40 attributes and metrics per custom event, and any number of attribute or metric values.

§Static Properties