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

GetStreamSessionRequest

import type { GetStreamSessionRequest } from "https://aws-api.deno.dev/v0.3/services/ivs.ts?docs=full";
interface GetStreamSessionRequest {
channelArn: string;
streamId?: string | null;
}

§Properties

§
channelArn: string
[src]

ARN of the channel resource

§
streamId?: string | null
[src]

Unique identifier for a live or previously live stream in the specified channel. If no streamId is provided, this returns the most recent stream session for the channel, if it exists.