Values.DeleteDashboardsOutputSourceDeletes 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.
and t = {deleteDashboardsResult : deleteDashboardsResult;responseMetaData : responseMetaData;}type error = [ | `ConflictException of ConflictException.t| `InternalServiceFault of InternalServiceFault.t| `InvalidParameterValueException of InvalidParameterValueException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `InternalServiceFault of InternalServiceFault.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `InternalServiceFault of InternalServiceFault.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `Unknown_operation_error of string * string option ]