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

§
CreationTimestamp?: Date | number | null
[src]
§
LastUpdateTimestamp?: Date | number | null
[src]
§
Name?: string | null
[src]
§
RoleArn?: string | null
[src]
§
StatusMessage?: string | null
[src]
§
StreamProcessorArn?: string | null
[src]