Module Values.PutAnomalyDetectorOutputSource

Creates an anomaly detection model for a CloudWatch metric. You can use the model to display a band of expected normal values when the metric is graphed. If you have enabled unified cross-account observability, and this account is a monitoring account, the metric can be in the same account or a source account. You can specify the account ID in the object you specify in the SingleMetricAnomalyDetector parameter. For more information, see CloudWatch Anomaly Detection.

Sourcetype putAnomalyDetectorResult = unit
Sourceand responseMetaData = unit
Sourceand t = {
  1. putAnomalyDetectorResult : putAnomalyDetectorResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InternalServiceFault of InternalServiceFault.t
  2. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  3. | `InvalidParameterValueException of InvalidParameterValueException.t
  4. | `LimitExceededException of LimitExceededException.t
  5. | `MissingRequiredParameterException of MissingRequiredParameterException.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 | `LimitExceededException of unit | `MissingRequiredParameterException of MissingRequiredParameterException.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 | `LimitExceededException of unit | `MissingRequiredParameterException of MissingRequiredParameterException.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