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

GameSessionDetail

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

A game session's properties plus the protection policy currently in force.

interface GameSessionDetail {
GameSession?: GameSession | null;
ProtectionPolicy?: ProtectionPolicy | null;
}

§Properties

§
GameSession?: GameSession | null
[src]

Object that describes a game session.

§
ProtectionPolicy?: ProtectionPolicy | null
[src]

Current status of protection for the game session.

  • NoProtection -- The game session can be terminated during a scale-down event.
  • FullProtection -- If the game session is in an ACTIVE status, it cannot be terminated during a scale-down event.