Values_2.UpdateDashboardLinksRequestSourceUpdates the linked analyses on a dashboard.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.
*)dashboardId : Values_0.ShortRestrictiveResourceId.t;The ID for the dashboard.
*)linkEntities : Values_1.LinkEntityArnList.t;list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
dashboardId:Values_0.ShortRestrictiveResourceId.t ->
linkEntities:Values_1.LinkEntityArnList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_1.AwsAccountId.t ])
list ]