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

DescribeEdgeConfigurationInput

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

§Properties

§
StreamARN?: string | null
[src]

The Amazon Resource Name (ARN) of the stream. Specify either the StreamNameor the StreamARN.

§
StreamName?: string | null
[src]

The name of the stream whose edge configuration you want to update. Specify either the StreamName or the StreamARN.