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

CreateFleetLocationsInput

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

Represents the input for a request operation.

interface CreateFleetLocationsInput {
FleetId: string;
Locations: LocationConfiguration[];
}

§Properties

§
FleetId: string
[src]

A unique identifier for the fleet to add locations to. You can use either the fleet ID or ARN value.

§

A list of locations to deploy additional instances to and manage as part of the fleet. You can add any GameLift-supported AWS Region as a remote location, in the form of an AWS Region code such as us-west-2.