validateMatchmakingRuleSet
inline suspend fun GameLiftClient.validateMatchmakingRuleSet(crossinline block: ValidateMatchmakingRuleSetRequest.Builder.() -> Unit): ValidateMatchmakingRuleSetResponse
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