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

GetComputeAccessInput

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

§Properties

§
ComputeName: string
[src]

The name of the compute resource you are requesting credentials for.

§
FleetId: string
[src]

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