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

UpdateFleetPortSettingsInput

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

Represents the input for a request operation.

interface UpdateFleetPortSettingsInput {
FleetId: string;
InboundPermissionAuthorizations?: IpPermission[] | null;
InboundPermissionRevocations?: IpPermission[] | null;
}

§Properties

§
FleetId: string
[src]

A unique identifier for the fleet to update port settings for. You can use either the fleet ID or ARN value.

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

A collection of port settings to be added to the fleet resource.

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

A collection of port settings to be removed from the fleet resource.