Module Values.DeleteAnomalyDetectorOutputSource

Deletes 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.

Sourcetype deleteAnomalyDetectorResult = unit
Sourceand responseMetaData = unit
Sourceand t = {
  1. deleteAnomalyDetectorResult : deleteAnomalyDetectorResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InternalServiceFault of InternalServiceFault.t
  2. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  3. | `InvalidParameterValueException of InvalidParameterValueException.t
  4. | `MissingRequiredParameterException of MissingRequiredParameterException.t
  5. | `ResourceNotFoundException of ResourceNotFoundException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServiceFault of InternalServiceFault.t | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `MissingRequiredParameterException of MissingRequiredParameterException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServiceFault of InternalServiceFault.t | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `MissingRequiredParameterException of MissingRequiredParameterException.t | `ResourceNotFoundException of ResourceNotFoundException.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