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

UpdateSceneRequest

import type { UpdateSceneRequest } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface UpdateSceneRequest {
capabilities?: string[] | null;
contentLocation?: string | null;
description?: string | null;
sceneId: string;
workspaceId: string;
}

§Properties

§
capabilities?: string[] | null
[src]

A list of capabilities that the scene uses to render.

§
contentLocation?: string | null
[src]

The relative path that specifies the location of the content definition file.

§
description?: string | null
[src]

The description of this scene.

§
sceneId: string
[src]

The ID of the scene.

§
workspaceId: string
[src]

The ID of the workspace that contains the scene.