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

PassthroughBehavior

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

Represents passthrough behavior for an integration response. Supported only for WebSocket APIs.

type PassthroughBehavior =
| "WHEN_NO_MATCH"
| "NEVER"
| "WHEN_NO_TEMPLATES"

§Type

§
"WHEN_NO_MATCH" | "NEVER" | "WHEN_NO_TEMPLATES" | cmnP.UnexpectedEnumValue
[src]