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

UpdateCustomRoutingListenerRequest

import type { UpdateCustomRoutingListenerRequest } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";
interface UpdateCustomRoutingListenerRequest {
ListenerArn: string;
PortRanges: PortRange[];
}

§Properties

§
ListenerArn: string
[src]

The Amazon Resource Name (ARN) of the listener to update.

§
PortRanges: PortRange[]
[src]

The updated port range to support for connections from clients to your accelerator. If you remove ports that are currently being used by a subnet endpoint, the call fails.

Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.