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

ListDetectorModelsResponse

import type { ListDetectorModelsResponse } from "https://aws-api.deno.dev/v0.3/services/iotevents.ts?docs=full";
interface ListDetectorModelsResponse {
detectorModelSummaries?: DetectorModelSummary[] | null;
nextToken?: string | null;
}

§Properties

§
detectorModelSummaries?: DetectorModelSummary[] | null
[src]

Summary information about the detector models.

§
nextToken?: string | null
[src]

The token that you can use to return the next set of results, or null if there are no more results.