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

DeleteFleetLocationsInput

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

Represents the input for a request operation.

interface DeleteFleetLocationsInput {
FleetId: string;
Locations: string[];
}

§Properties

§
FleetId: string
[src]

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

§
Locations: string[]
[src]

The list of fleet locations to delete. Specify locations in the form of an AWS Region code, such as us-west-2.