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

StreamEvent

import type { StreamEvent } from "https://aws-api.deno.dev/v0.3/services/ivs.ts?docs=full";

Object specifying a stream’s events. For a list of events, see Using Amazon EventBridge with Amazon IVS.

interface StreamEvent {
eventTime?: Date | number | null;
name?: string | null;
type?: string | null;
}

§Properties

§
eventTime?: Date | number | null
[src]

UTC ISO-8601 formatted timestamp of when the event occurred.

§
name?: string | null
[src]

Name that identifies the stream event within a type.

§
type?: string | null
[src]

Logical group for certain events.