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

DescribeImageGenerationConfigurationInput

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

§Properties

§
StreamARN?: string | null
[src]

The Amazon Resource Name (ARN) of the Kinesis video stream from which to retrieve 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 retrieve the image generation configuration. You must specify either the StreamName or the StreamARN.