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

RestApis

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

Contains references to your APIs and links that guide you in how to interact with your collection. A collection offers a paginated view of your APIs.

See also: Create an API

interface RestApis {
items?: RestApi[] | null;
position?: string | null;
}

§Properties

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

The current page of elements from this collection.

§
position?: string | null
[src]