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

CreateFleetOutput

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

Represents the returned data in response to a request operation.

interface CreateFleetOutput {
FleetAttributes?: FleetAttributes | null;
LocationStates?: LocationState[] | null;
}

§Properties

§
FleetAttributes?: FleetAttributes | null
[src]

The properties for the new fleet, including the current status. All fleets are placed in NEW status on creation.

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

The fleet's locations and life-cycle status of each location. For new fleets, the status of all locations is set to NEW. During fleet creation, GameLift updates each location status as instances are deployed there and prepared for game hosting. This list includes an entry for the fleet's home Region. For fleets with no remote locations, only one entry, representing the home Region, is returned.