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

LocationModel

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

Properties of a location

interface LocationModel {
LocationArn?: string | null;
LocationName?: string | null;
}

§Properties

§
LocationArn?: string | null
[src]

The Amazon Resource Name (ARN) that is assigned to a GameLift location resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.

§
LocationName?: string | null
[src]

The location's name.