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

GatewayResponses

import type { GatewayResponses } from "https://aws-api.deno.dev/v0.3/services/apigateway.ts?docs=full";

TODO: Failed to render documentation: unhandled paragraph inner tag div

interface GatewayResponses {
items?: GatewayResponse[] | null;
position?: string | null;
}

§Properties

§
items?: GatewayResponse[] | null
[src]

Returns the entire collection, because of no pagination support.

§
position?: string | null
[src]