Module Values.DeleteDashboardsOutputSource

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 deleteDashboardsResult = unit
Sourceand responseMetaData = unit
Sourceand t = {
  1. deleteDashboardsResult : deleteDashboardsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `ConflictException of ConflictException.t
  2. | `InternalServiceFault of InternalServiceFault.t
  3. | `InvalidParameterValueException of InvalidParameterValueException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> t
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> t
Sourceval of_string : string -> t
Sourceval of_json : 'a -> t
Sourceval to_json : 'a -> Yojson.Safe.t