DescribeStreamProcessorResponse
import type { DescribeStreamProcessorResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/rekognition.ts";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
§
Input?: StreamProcessorInput | null
[src]§
Output?: StreamProcessorOutput | null
[src]§
Settings?: StreamProcessorSettings | null
[src]§
Status?: StreamProcessorStatus | null
[src]