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.4/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]

For more information about supported patch operations, see Patch Operations.

§

The response type of the associated GatewayResponse.

§
restApiId: string
[src]

The string identifier of the associated RestApi.