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

UpdateGatewayResponseRequest

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

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

interface UpdateGatewayResponseRequest {
patchOperations?: PatchOperation[] | null;
responseType: GatewayResponseType;
restApiId: string;
}

§Properties

§
patchOperations?: PatchOperation[] | null
[src]

A list of update operations to be applied to the specified resource and in the order specified in this list.

§

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

§
restApiId: string
[src]

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