Values.UpdateDashboardRequestSourceUpdates an existing dashboard's properties, including its name, description, and widget configurations.
type nonrec t = {arn : DashboardArn.t;The ARN of the dashboard to update.
*)name : DashboardName.t;The new name for the dashboard.
*)description : Description.t option;The new description for the dashboard.
*)widgets : WidgetList.t option;The updated array of widget configurations for the dashboard. Replaces all existing widgets.
*)}val make :
?description:??? ->
?widgets:??? ->
arn:DashboardArn.t ->
name:DashboardName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of WidgetWidth.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of GenericString.t ]
* [> `Structure of
(string
* [> `Enum of string ])
list ])
list
| `Structure of
(string * Awso.Botodata.value) list ])
list ])
list ]
list
| `String of WidgetId.t ])
list ]
list
| `String of DashboardArn.t ])
list ]