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

GetRestApiRequest

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

The GET request to list an existing "RestApi" defined for your collection.

interface GetRestApiRequest {
restApiId: string;
}

§Properties

§
restApiId: string
[src]

[Required] The string identifier of the associated "RestApi".