Smaws_Client_CloudWatch.DescribeAnomalyDetectorsLists the anomaly detection models that you have created in your account. For single metric anomaly detectors, you can list all of the models in your account or filter the results to only the models that are related to a certain namespace, metric name, or metric dimension. For metric math anomaly detectors, you can list them by adding METRIC_MATH to the AnomalyDetectorTypes array. This will return all metric math anomaly detectors in your account.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InternalServiceFault of Types.internal_service_fault
| `InvalidNextToken of Types.invalid_next_token
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of Types.invalid_parameter_value_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_anomaly_detectors_input ->
(Types.describe_anomaly_detectors_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InternalServiceFault of Types.internal_service_fault
| `InvalidNextToken of Types.invalid_next_token
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_anomaly_detectors_input ->
(Types.describe_anomaly_detectors_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InternalServiceFault of Types.internal_service_fault
| `InvalidNextToken of Types.invalid_next_token
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result