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

S3CannedAcl

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

S3 Canned Acl

type S3CannedAcl =
| "AUTHENTICATED_READ"
| "BUCKET_OWNER_FULL_CONTROL"
| "BUCKET_OWNER_READ"
| "PUBLIC_READ"

§Type

§
"AUTHENTICATED_READ" | "BUCKET_OWNER_FULL_CONTROL" | "BUCKET_OWNER_READ" | "PUBLIC_READ" | cmnP.UnexpectedEnumValue
[src]