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

UpdateWorkspaceRequest

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

§Properties

§
description?: string | null
[src]

The description of the workspace.

§
role?: string | null
[src]

The ARN of the execution role associated with the workspace.

§
workspaceId: string
[src]

The ID of the workspace.