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

ListCustomRoutingEndpointGroupsResponse

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

§Properties

§
EndpointGroups?: CustomRoutingEndpointGroup[] | null
[src]

The list of the endpoint groups associated with a listener for a custom routing accelerator.

§
NextToken?: string | null
[src]

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