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

CreateFleetLocationsOutput

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

Represents the returned data in response to a request operation.

interface CreateFleetLocationsOutput {
FleetArn?: string | null;
FleetId?: string | null;
LocationStates?: LocationState[] | null;
}

§Properties

§
FleetArn?: string | null
[src]

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

§
FleetId?: string | null
[src]

A unique identifier for the fleet that was updated with new locations.

§
LocationStates?: LocationState[] | null
[src]

The remote locations that are being added to the fleet, and the life-cycle status of each location. For new locations, the status is set to NEW. During location creation, GameLift updates each location's status as instances are deployed there and prepared for game hosting. This list does not include the fleet home Region or any remote locations that were already added to the fleet.