Values_2.UpdateDashboardPublishedVersionRequestSourceUpdates the published version of a dashboard.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the dashboard that you're updating.
*)dashboardId : Values_0.ShortRestrictiveResourceId.t;The ID for the dashboard.
*)versionNumber : Values_1.VersionNumber.t;The version number of the dashboard.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
dashboardId:Values_0.ShortRestrictiveResourceId.t ->
versionNumber:Values_1.VersionNumber.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_1.VersionNumber.t
| `String of Values_1.AwsAccountId.t ])
list ]