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

GetSceneRequest

import type { GetSceneRequest } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface GetSceneRequest {
sceneId: string;
workspaceId: string;
}

§Properties

§
sceneId: string
[src]

The ID of the scene.

§
workspaceId: string
[src]

The ID of the workspace that contains the scene.