Smaws_Client_CloudWatch.DeleteDashboardsDeletes 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ConflictException of Types.conflict_exception
| `InternalServiceFault of Types.internal_service_fault
| `InvalidParameterValueException of Types.invalid_parameter_value_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_dashboards_input ->
(Types.delete_dashboards_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ConflictException of Types.conflict_exception
| `InternalServiceFault of Types.internal_service_fault
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_dashboards_input ->
(Types.delete_dashboards_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ConflictException of Types.conflict_exception
| `InternalServiceFault of Types.internal_service_fault
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result