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

UpdateRuntimeConfigurationInput

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

Represents the input for a request operation.

interface UpdateRuntimeConfigurationInput {
FleetId: string;
RuntimeConfiguration: RuntimeConfiguration;
}

§Properties

§
FleetId: string
[src]

A unique identifier for the fleet to update runtime configuration for. You can use either the fleet ID or ARN value.

§
RuntimeConfiguration: RuntimeConfiguration
[src]

Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime Servers script. The runtime configuration lists the types of server processes to run on an instance, how to launch them, and the number of processes to run concurrently.