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

KinesisVideoStream

import type { KinesisVideoStream } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";

Kinesis video stream stream that provides the source streaming video for a Amazon Rekognition Video stream processor. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.

interface KinesisVideoStream {
Arn?: string | null;
}

§Properties

§
Arn?: string | null
[src]

ARN of the Kinesis video stream stream that streams the source video.