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

DescribeComputeInput

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

§Properties

§
ComputeName: string
[src]

A descriptive label that is associated with the compute resource registered to your fleet.

§
FleetId: string
[src]

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