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

ListStreamProcessorsResponse

import type { ListStreamProcessorsResponse } from "https://aws-api.deno.dev/v0.3/services/rekognition.ts?docs=full";
interface ListStreamProcessorsResponse {
NextToken?: string | null;
StreamProcessors?: StreamProcessor[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.

§
StreamProcessors?: StreamProcessor[] | null
[src]

List of stream processors that you have created.