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

AccessType

import type { AccessType } from "https://aws-api.deno.dev/v0.4/services/mediatailor.ts?docs=full";
type AccessType = "S3_SIGV4" | "SECRETS_MANAGER_ACCESS_TOKEN" | cmnP.UnexpectedEnumValue;

§Type

§
"S3_SIGV4" | "SECRETS_MANAGER_ACCESS_TOKEN" | cmnP.UnexpectedEnumValue
[src]