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

GetDeleteEventsByEventTypeStatusResult

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

§Properties

§
eventsDeletionStatus?: AsyncJobStatus | null
[src]

The deletion status.

§
eventTypeName?: string | null
[src]

The event type name.