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

UnauthorizedCacheControlHeaderStrategy

import type { UnauthorizedCacheControlHeaderStrategy } from "https://aws-api.deno.dev/v0.4/services/apigateway.ts?docs=full";
type UnauthorizedCacheControlHeaderStrategy =
| "FAIL_WITH_403"
| "SUCCEED_WITH_RESPONSE_HEADER"
| "SUCCEED_WITHOUT_RESPONSE_HEADER"

§Type

§
"FAIL_WITH_403" | "SUCCEED_WITH_RESPONSE_HEADER" | "SUCCEED_WITHOUT_RESPONSE_HEADER" | cmnP.UnexpectedEnumValue
[src]