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

CreateDetectorVersionResult

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

§Properties

§
detectorId?: string | null
[src]

The ID for the created version's parent detector.

§
detectorVersionId?: string | null
[src]

The ID for the created detector.

§

The status of the detector version.