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

UpdateImageGenerationConfigurationInput

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

§Properties

§
ImageGenerationConfiguration?: ImageGenerationConfiguration | null
[src]

The structure that contains the information required for the KVS images delivery. 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 image generation configuration. You must specify either the StreamName or the StreamARN.

§
StreamName?: string | null
[src]

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