Smaws_Client_CloudWatch.DeleteAnomalyDetectorDeletes the specified anomaly detection model from your account. For more information about how to delete an anomaly detection model, see Deleting an anomaly detection model in the CloudWatch User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InternalServiceFault of Types.internal_service_fault
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `MissingRequiredParameterException of
Types.missing_required_parameter_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_anomaly_detector_input ->
(Types.delete_anomaly_detector_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InternalServiceFault of Types.internal_service_fault
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `MissingRequiredParameterException of
Types.missing_required_parameter_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_anomaly_detector_input ->
(Types.delete_anomaly_detector_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InternalServiceFault of Types.internal_service_fault
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `MissingRequiredParameterException of
Types.missing_required_parameter_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result