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

DeleteEventRequest

import type { DeleteEventRequest } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface DeleteEventRequest {
deleteAuditHistory?: boolean | null;
eventId: string;
eventTypeName: string;
}

§Properties

§
deleteAuditHistory?: boolean | null
[src]

Specifies whether or not to delete any predictions associated with the event.

§
eventId: string
[src]

The ID of the event to delete.

§
eventTypeName: string
[src]

The name of the event type.