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

UpdateDetectorVersionMetadataRequest

import type { UpdateDetectorVersionMetadataRequest } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface UpdateDetectorVersionMetadataRequest {
description: string;
detectorId: string;
detectorVersionId: string;
}

§Properties

§
description: string
[src]

The description.

§
detectorId: string
[src]

The detector ID.

§
detectorVersionId: string
[src]

The detector version ID.