Module Values.ValidateMatchmakingRuleSetInputSource

This API works with the following fleet types: EC2, Anywhere, Container Validates the syntax of a matchmaking rule or rule set. This operation checks that the rule set is using syntactically correct JSON and that it conforms to allowed property expressions. To validate syntax, provide a rule set JSON string. Learn more Build a rule set

Sourcetype nonrec t = {
  1. ruleSetBody : RuleSetBody.t;
    (*

    A collection of matchmaking rules to validate, formatted as a JSON string.

    *)
}
Sourceval context_ : string
Sourceval make : ruleSetBody:RuleSetBody.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RuleSetBody.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