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

DescribeStreamProcessorResponse

import type { DescribeStreamProcessorResponse } from "https://aws-api.deno.dev/v0.3/services/rekognition.ts?docs=full";
interface DescribeStreamProcessorResponse {
CreationTimestamp?: Date | number | null;
Input?: StreamProcessorInput | null;
LastUpdateTimestamp?: Date | number | null;
Name?: string | null;
Output?: StreamProcessorOutput | null;
RoleArn?: string | null;
Settings?: StreamProcessorSettings | null;
Status?: StreamProcessorStatus | null;
StatusMessage?: string | null;
StreamProcessorArn?: string | null;
}

§Properties

§
CreationTimestamp?: Date | number | null
[src]

Date and time the stream processor was created

§

Kinesis video stream that provides the source streaming video.

§
LastUpdateTimestamp?: Date | number | null
[src]

The time, in Unix format, the stream processor was last updated. For example, when the stream processor moves from a running state to a failed state, or when the user starts or stops the stream processor.

§
Name?: string | null
[src]

Name of the stream processor.

§

Kinesis data stream to which Amazon Rekognition Video puts the analysis results.

§
RoleArn?: string | null
[src]

ARN of the IAM role that allows access to the stream processor.

§

Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.

§

Current status of the stream processor.

§
StatusMessage?: string | null
[src]

Detailed status message about the stream processor.

§
StreamProcessorArn?: string | null
[src]

ARN of the stream processor.