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

DeregisterComputeInput

import type { DeregisterComputeInput } from "https://aws-api.deno.dev/v0.4/services/gamelift.ts?docs=full";
interface DeregisterComputeInput {
ComputeName: string;
FleetId: string;
}

§Properties

§
ComputeName: string
[src]

The name of the compute resource you want to delete.

§
FleetId: string
[src]

A unique identifier for the fleet the compute resource is registered to.