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

GetInstanceAccessInput

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

Represents the input for a request operation.

interface GetInstanceAccessInput {
FleetId: string;
InstanceId: string;
}

§Properties

§
FleetId: string
[src]

A unique identifier for the fleet that contains the instance you want access to. You can use either the fleet ID or ARN value. The fleet can be in any of the following statuses: ACTIVATING, ACTIVE, or ERROR. Fleets with an ERROR status may be accessible for a short time before they are deleted.

§
InstanceId: string
[src]

A unique identifier for the instance you want to get access to. You can access an instance in any status.