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

PutAuditEventsResponse

import type { PutAuditEventsResponse } from "https://aws-api.deno.dev/v0.4/services/cloudtraildata.ts?docs=full";
interface PutAuditEventsResponse {
failed: ResultErrorEntry[];
successful: AuditEventResultEntry[];
}

§Properties

§

Lists events in the provided event payload that could not be ingested into CloudTrail, and includes the error code and error message returned for events that could not be ingested.

§

Lists events in the provided event payload that were successfully ingested into CloudTrail.