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

DescribeNotificationConfigurationInput

import type { DescribeNotificationConfigurationInput } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";
interface DescribeNotificationConfigurationInput {
StreamARN?: string | null;
StreamName?: string | null;
}

§Properties

§
StreamARN?: string | null
[src]

The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification configuration. You must specify either the StreamName or the StreamARN.

§
StreamName?: string | null
[src]

The name of the stream from which to retrieve the notification configuration. You must specify either the StreamName or the StreamARN.