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

StreamInfo

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

An object describing a Kinesis video stream.

interface StreamInfo {
CreationTime?: Date | number | null;
DataRetentionInHours?: number | null;
DeviceName?: string | null;
KmsKeyId?: string | null;
MediaType?: string | null;
Status?: Status | null;
StreamARN?: string | null;
StreamName?: string | null;
Version?: string | null;
}

§Properties

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

A time stamp that indicates when the stream was created.

§
DataRetentionInHours?: number | null
[src]

How long the stream retains data, in hours.

§
DeviceName?: string | null
[src]

The name of the device that is associated with the stream.

§
KmsKeyId?: string | null
[src]

The ID of the Key Management Service (KMS) key that Kinesis Video Streams uses to encrypt data on the stream.

§
MediaType?: string | null
[src]

The MediaType of the stream.

§
Status?: Status | null
[src]

The status of the stream.

§
StreamARN?: string | null
[src]

The Amazon Resource Name (ARN) of the stream.

§
StreamName?: string | null
[src]

The name of the stream.

§
Version?: string | null
[src]

The version of the stream.