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

DeleteGameSessionQueueInput

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

Represents the input for a request operation.

interface DeleteGameSessionQueueInput {
Name: string;
}

§Properties

§
Name: string
[src]

A descriptive label that is associated with game session queue. Queue names must be unique within each Region. You can use either the queue ID or ARN value.