The output of ListStreamProcessorsCommand.

interface ListStreamProcessorsCommandOutput {
    $metadata: ResponseMetadata;
    NextToken?: string;
    StreamProcessors?: StreamProcessor[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

NextToken?: string

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[]

List of stream processors that you have created.