Values_1.DeleteDashboardRequestSourceDeletes a dashboard.
type nonrec t = {awsAccountId : AwsAccountId.t;The ID of the Amazon Web Services account that contains the dashboard that you're deleting.
*)dashboardId : Values_0.ShortRestrictiveResourceId.t;The ID for the dashboard.
*)versionNumber : VersionNumber.t option;The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted.
*)}val make :
?versionNumber:??? ->
awsAccountId:AwsAccountId.t ->
dashboardId:Values_0.ShortRestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Long of VersionNumber.t | `String of AwsAccountId.t ])
list ]