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.4/services/apigateway.ts?docs=full";

The collection of the GatewayResponse instances of a RestApi as a responseType-to-GatewayResponse object map of key-value pairs. As such, pagination is not supported for querying this collection.

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]