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

DescribeFleetPortSettingsOutput

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

Represents the returned data in response to a request operation.

interface DescribeFleetPortSettingsOutput {
FleetArn?: string | null;
FleetId?: string | null;
InboundPermissions?: IpPermission[] | null;
Location?: string | null;
UpdateStatus?: LocationUpdateStatus | null;
}

§Properties

§
FleetArn?: string | null
[src]

The Amazon Resource Name (ARN) that is assigned to a GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.

§
FleetId?: string | null
[src]

A unique identifier for the fleet that was requested.

§
InboundPermissions?: IpPermission[] | null
[src]

The port settings for the requested fleet ID.

§
Location?: string | null
[src]

The requested fleet location, expressed as an AWS Region code, such as us-west-2.

§
UpdateStatus?: LocationUpdateStatus | null
[src]

The current status of updates to the fleet's port settings in the requested fleet location. A status of PENDING_UPDATE indicates that an update was requested for the fleet but has not yet been completed for the location.