Module Values.DescribeAnomalyDetectorsOutputSource

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

Sourcetype describeAnomalyDetectorsResult = {
  1. anomalyDetectors : AnomalyDetectors.t option;
    (*

    The list of anomaly detection models returned by the operation.

    *)
  2. nextToken : NextToken.t option;
    (*

    A token that you can use in a subsequent operation to retrieve the next set of results.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeAnomalyDetectorsResult : describeAnomalyDetectorsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InternalServiceFault of InternalServiceFault.t
  2. | `InvalidNextToken of InvalidNextToken.t
  3. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  4. | `InvalidParameterValueException of InvalidParameterValueException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?anomalyDetectors:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServiceFault of InternalServiceFault.t | `InvalidNextToken of InvalidNextToken.t | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServiceFault of InternalServiceFault.t | `InvalidNextToken of InvalidNextToken.t | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of DimensionName.t ]) list ] list | `String of Namespace.t | `Structure of (string * [> `Boolean of PeriodicSpikes.t | `List of [> `Structure of (string * [> `Boolean of ReturnData.t | `Integer of Period.t | `String of DimensionName.t | `Structure of (string * [> `Enum of string | `Integer of Period.t | `String of Stat.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of DimensionName.t ]) list ] list | `String of Namespace.t ]) list ]) list | `Timestamp of Timestamp.t ]) list ] list | `String of AnomalyDetectorMetricTimezone.t ]) list ]) list ] list | `String of NextToken.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t