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

ListDetectorsRequest

import type { ListDetectorsRequest } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";
interface ListDetectorsRequest {
detectorModelName: string;
maxResults?: number | null;
nextToken?: string | null;
stateName?: string | null;
}

§Properties

§
detectorModelName: string
[src]

The name of the detector model whose detectors (instances) are listed.

§
maxResults?: number | null
[src]

The maximum number of results to be returned per request.

§
nextToken?: string | null
[src]

The token that you can use to return the next set of results.

§
stateName?: string | null
[src]

A filter that limits results to those detectors (instances) in the given state.