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

UpdateEventLabelRequest

import type { UpdateEventLabelRequest } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface UpdateEventLabelRequest {
assignedLabel: string;
eventId: string;
eventTypeName: string;
labelTimestamp: string;
}

§Properties

§
assignedLabel: string
[src]

The new label to assign to the event.

§
eventId: string
[src]

The ID of the event associated with the label to update.

§
eventTypeName: string
[src]

The event type of the event associated with the label to update.

§
labelTimestamp: string
[src]

The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in UTC.