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

ListCustomRoutingPortMappingsByDestinationResponse

import type { ListCustomRoutingPortMappingsByDestinationResponse } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";
interface ListCustomRoutingPortMappingsByDestinationResponse {
DestinationPortMappings?: DestinationPortMapping[] | null;
NextToken?: string | null;
}

§Properties

§
DestinationPortMappings?: DestinationPortMapping[] | null
[src]

The port mappings for the endpoint IP address that you specified in the request.

§
NextToken?: string | null
[src]

The token for the next set of results. You receive this token from a previous call.