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

ListStreamingSessionsRequest

import type { ListStreamingSessionsRequest } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";
interface ListStreamingSessionsRequest {
createdBy?: string | null;
nextToken?: string | null;
ownedBy?: string | null;
sessionIds?: string | null;
studioId: string;
}

§Properties

§
createdBy?: string | null
[src]

Filters the request to streaming sessions created by the given user.

§
nextToken?: string | null
[src]

The token for the next set of results, or null if there are no more results.

§
ownedBy?: string | null
[src]

Filters the request to streaming session owned by the given user

§
sessionIds?: string | null
[src]

Filters the request to only the provided session IDs.

§
studioId: string
[src]

The studio ID.