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

ListStreamProcessorsRequest

import type { ListStreamProcessorsRequest } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface ListStreamProcessorsRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.

§
NextToken?: string | null
[src]

If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of stream processors.