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

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

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

§Properties

§

The response type of the associated GatewayResponse.

§
restApiId: string
[src]

The string identifier of the associated RestApi.