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

CloudTrailData

import { CloudTrailData } from "https://aws-api.deno.dev/v0.4/services/cloudtraildata.ts?docs=full";
class CloudTrailData {
constructor(apiFactory: client.ApiFactory);
async putAuditEvents(params: PutAuditEventsRequest, opts?: client.RequestOptions): Promise<PutAuditEventsResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

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

§Methods

§

Ingests your application events into CloudTrail Lake. A required parameter, auditEvents, accepts the JSON records (also called payload) of events that you want CloudTrail to ingest. You can add up to 100 of these events (or up to 1 MB) per PutAuditEvents request.

§Static Properties