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

ResolveAliasOutput

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

Represents the returned data in response to a request operation.

interface ResolveAliasOutput {
FleetArn?: string | null;
FleetId?: string | null;
}

§Properties

§
FleetArn?: string | null
[src]

The Amazon Resource Name (ARN) associated with the GameLift fleet resource that this alias points to.

§
FleetId?: string | null
[src]

The fleet identifier that the alias is pointing to.