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

DeleteMatchmakingRuleSetInput

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

Represents the input for a request operation.

interface DeleteMatchmakingRuleSetInput {
Name: string;
}

§Properties

§
Name: string
[src]

A unique identifier for the matchmaking rule set to be deleted. (Note: The rule set name is different from the optional "name" field in the rule set body.) You can use either the rule set name or ARN value.