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

UpdateNotificationConfigurationInput

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

§Properties

§
NotificationConfiguration?: NotificationConfiguration | null
[src]

The structure containing the information required for notifications. If the structure is null, the configuration will be deleted from the stream.

§
StreamARN?: string | null
[src]

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

§
StreamName?: string | null
[src]

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