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

UpdateRuntimeConfigurationOutput

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

Represents the returned data in response to a request operation.

interface UpdateRuntimeConfigurationOutput {
RuntimeConfiguration?: RuntimeConfiguration | null;
}

§Properties

§
RuntimeConfiguration?: RuntimeConfiguration | null
[src]

The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.