Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ValidateMatchmakingRuleSetInput

import type { ValidateMatchmakingRuleSetInput } from "https://aws-api.deno.dev/v0.3/services/gamelift.ts?docs=full";

Represents the input for a request operation.

interface ValidateMatchmakingRuleSetInput {
RuleSetBody: string;
}

§Properties

§
RuleSetBody: string
[src]

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