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

DescribeDetectorModelAnalysisResponse

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

§Properties

§
status?: AnalysisStatus | null
[src]

The status of the analysis activity. The status can be one of the following values:

  • RUNNING - AWS IoT Events is analyzing your detector model. This process can take several minutes to complete.
  • COMPLETE - AWS IoT Events finished analyzing your detector model.
  • FAILED - AWS IoT Events couldn't analyze your detector model. Try again later.