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

ListGatewayRoutesOutput

import type { ListGatewayRoutesOutput } from "https://aws-api.deno.dev/v0.3/services/appmesh.ts?docs=full";
interface ListGatewayRoutesOutput {
gatewayRoutes: GatewayRouteRef[];
nextToken?: string | null;
}

§Properties

§
gatewayRoutes: GatewayRouteRef[]
[src]

The list of existing gateway routes for the specified service mesh and virtual gateway.

§
nextToken?: string | null
[src]

The nextToken value to include in a future ListGatewayRoutes request. When the results of a ListGatewayRoutes request exceed limit, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.