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

LocationAttributes

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

Details about a location in a multi-location fleet.

interface LocationAttributes {
LocationState?: LocationState | null;
StoppedActions?: FleetAction[] | null;
UpdateStatus?: LocationUpdateStatus | null;
}

§Properties

§
LocationState?: LocationState | null
[src]

A fleet location and its current life-cycle state.

§
StoppedActions?: FleetAction[] | null
[src]

A list of fleet actions that have been suspended in the fleet location.

§
UpdateStatus?: LocationUpdateStatus | null
[src]

The status of fleet activity updates to the location. The status PENDING_UPDATE indicates that StopFleetActions or StartFleetActions has been requested but the update has not yet been completed for the location.