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

StartDetectorModelAnalysisResponse

import type { StartDetectorModelAnalysisResponse } from "https://aws-api.deno.dev/v0.3/services/iotevents.ts?docs=full";
interface StartDetectorModelAnalysisResponse {
analysisId?: string | null;
}

§Properties

§
analysisId?: string | null
[src]

The ID that you can use to retrieve the analysis result.