Module Values_1.DeleteDashboardRequestSource

Deletes a dashboard.

Sourcetype nonrec t = {
  1. awsAccountId : AwsAccountId.t;
    (*

    The ID of the Amazon Web Services account that contains the dashboard that you're deleting.

    *)
  2. dashboardId : Values_0.ShortRestrictiveResourceId.t;
    (*

    The ID for the dashboard.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?versionNumber:??? -> awsAccountId:AwsAccountId.t -> dashboardId:Values_0.ShortRestrictiveResourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of VersionNumber.t | `String of AwsAccountId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t