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

StartFleetActionsInput

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

Represents the input for a request operation.

interface StartFleetActionsInput {
Actions: FleetAction[];
FleetId: string;
Location?: string | null;
}

§Properties

§
Actions: FleetAction[]
[src]

List of actions to restart on the fleet.

§
FleetId: string
[src]

A unique identifier for the fleet to restart actions on. You can use either the fleet ID or ARN value.

§
Location?: string | null
[src]

The fleet location to restart fleet actions for. Specify a location in the form of an AWS Region code, such as us-west-2.