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.3/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

§

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

§
restApiId: string
[src]

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