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

ListEventPredictionsRequest

import type { ListEventPredictionsRequest } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";
interface ListEventPredictionsRequest {
detectorId?: FilterCondition | null;
detectorVersionId?: FilterCondition | null;
eventId?: FilterCondition | null;
eventType?: FilterCondition | null;
maxResults?: number | null;
nextToken?: string | null;
predictionTimeRange?: PredictionTimeRange | null;
}

§Properties

§
detectorId?: FilterCondition | null
[src]

The detector ID.

§
detectorVersionId?: FilterCondition | null
[src]

The detector version ID.

§
eventId?: FilterCondition | null
[src]

The event ID.

§
eventType?: FilterCondition | null
[src]

The event type associated with the detector.

§
maxResults?: number | null
[src]

The maximum number of predictions to return for the request.

§
nextToken?: string | null
[src]

Identifies the next page of results to return. Use the token to make the call again to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.

§
predictionTimeRange?: PredictionTimeRange | null
[src]

The time period for when the predictions were generated.