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

UpdateDetectorVersionRequest

import type { UpdateDetectorVersionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/frauddetector.ts";
interface UpdateDetectorVersionRequest {
description?: string | null;
detectorId: string;
detectorVersionId: string;
externalModelEndpoints: string[];
modelVersions?: ModelVersion[] | null;
ruleExecutionMode?: RuleExecutionMode | null;
rules: Rule[];
}

§Properties

§
description?: string | null
[src]
§
detectorId: string
[src]
§
detectorVersionId: string
[src]
§
externalModelEndpoints: string[]
[src]
§
modelVersions?: ModelVersion[] | null
[src]
§
ruleExecutionMode?: RuleExecutionMode | null
[src]
§
rules: Rule[]
[src]