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

ListScenesResponse

import type { ListScenesResponse } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface ListScenesResponse {
nextToken?: string | null;
sceneSummaries?: SceneSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The string that specifies the next page of results.

§
sceneSummaries?: SceneSummary[] | null
[src]

A list of objects that contain information about the scenes.