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

IngestedEventsDetail

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

The details of the ingested event.

interface IngestedEventsDetail {
ingestedEventsTimeWindow: IngestedEventsTimeWindow;
}

§Properties

§
ingestedEventsTimeWindow: IngestedEventsTimeWindow
[src]

The start and stop time of the ingested events.