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

UpdateDashboardRequest

import type { UpdateDashboardRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface UpdateDashboardRequest {
clientToken?: string | null;
dashboardDefinition: string;
dashboardDescription?: string | null;
dashboardId: string;
dashboardName: string;
}

§Properties

§
clientToken?: string | null
[src]

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

§
dashboardDefinition: string
[src]

The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.

§
dashboardDescription?: string | null
[src]

A new description for the dashboard.

§
dashboardId: string
[src]

The ID of the dashboard to update.

§
dashboardName: string
[src]

A new friendly name for the dashboard.