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

AuditEventResultEntry

import type { AuditEventResultEntry } from "https://aws-api.deno.dev/v0.4/services/cloudtraildata.ts?docs=full";

A response that includes successful and failed event results.

interface AuditEventResultEntry {
eventID: string;
id: string;
}

§Properties

§
eventID: string
[src]

The event ID assigned by CloudTrail.

§
id: string
[src]

The original event ID from the source event.