Module Values.DeleteDashboardsInputSource

Deletes all dashboards that you specify. You can specify up to 100 dashboards to delete. If there is an error during this call, the operation attempts to delete as many dashboards as possible.

Sourcetype nonrec t = {
  1. dashboardNames : DashboardNames.t;
    (*

    The dashboards to be deleted. This parameter is required.

    *)
}
Sourceval context_ : string
Sourceval make : dashboardNames:DashboardNames.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of DashboardName.t ] list ]) 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