Module Values.UpdateAnomalyMonitorRequestSource

Updates an existing cost anomaly monitor. The changes made are applied going forward, and doesn't change anomalies detected in the past.

Sourcetype nonrec t = {
  1. monitorArn : GenericString.t;
    (*

    Cost anomaly monitor Amazon Resource Names (ARNs).

    *)
  2. monitorName : GenericString.t option;
    (*

    The new name for the cost anomaly monitor.

    *)
}
Sourceval context_ : string
Sourceval make : ?monitorName:??? -> monitorArn:GenericString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GenericString.t ]) 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