Values.CreateAnomalyMonitorResponseSourceCreates a new cost anomaly detection monitor with the requested type and monitor specification.
type nonrec t = {monitorArn : GenericString.t option;The unique identifier of your newly created cost anomaly detection monitor.
*)}type nonrec error = [ | `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]