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

DeleteGatewayResponseRequest

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

Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.

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

§Properties

§

The response type of the associated GatewayResponse.

§
restApiId: string
[src]

The string identifier of the associated RestApi.