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

GetRouteResponsesRequest

import type { GetRouteResponsesRequest } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";
interface GetRouteResponsesRequest {
ApiId: string;
MaxResults?: string | null;
NextToken?: string | null;
RouteId: string;
}

§Properties

§
ApiId: string
[src]

The API identifier.

§
MaxResults?: string | null
[src]

The maximum number of elements to be returned for this resource.

§
NextToken?: string | null
[src]

The next page of elements from this collection. Not valid for the last element of the collection.

§
RouteId: string
[src]

The route ID.