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

DeleteSceneRequest

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

§Properties

§
sceneId: string
[src]

The ID of the scene to delete.

§
workspaceId: string
[src]

The ID of the workspace.