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

GetGatewayResponseRequest

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

Gets a "GatewayResponse" of a specified response type on the given "RestApi".

interface GetGatewayResponseRequest {
responseType: GatewayResponseType;
restApiId: string;
}

§Properties

§

[Required] The response type of the associated "GatewayResponse".

§
restApiId: string
[src]

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