Values.UpdateDashboardRequestSourceUpdates an IoT SiteWise Monitor dashboard.
type nonrec t = {dashboardId : ID.t;The ID of the dashboard to update.
*)dashboardName : Name.t;A new friendly name for the dashboard.
*)dashboardDescription : Description.t option;A new description for the dashboard.
*)dashboardDefinition : DashboardDefinition.t;The new dashboard definition, as specified in a JSON literal. IoT SiteWise Monitor (Classic) see Create dashboards (CLI) IoT SiteWise Monitor (AI-aware) see Create dashboards (CLI) in the IoT SiteWise User Guide
*)clientToken : ClientToken.t option;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.
*)}val make :
?dashboardDescription:??? ->
?clientToken:??? ->
dashboardId:ID.t ->
dashboardName:Name.t ->
dashboardDefinition:DashboardDefinition.t ->
unit ->
t