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.4/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]

Time when the event occurred. This is an ISO 8601 timestamp; note that this is returned as a string.

§
name?: string | null
[src]

Name that identifies the stream event within a type.

§
type?: string | null
[src]

Logical group for certain events.