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

ContentHandlingStrategy

import type { ContentHandlingStrategy } from "https://aws-api.deno.dev/v0.4/services/apigateway.ts?docs=full";
type ContentHandlingStrategy = "CONVERT_TO_BINARY" | "CONVERT_TO_TEXT" | cmnP.UnexpectedEnumValue;

§Type

§
"CONVERT_TO_BINARY" | "CONVERT_TO_TEXT" | cmnP.UnexpectedEnumValue
[src]