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

GetDetectorModelAnalysisResultsRequest

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

§Properties

§
analysisId: string
[src]

The ID of the analysis result that you want to retrieve.

§
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.