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

EndpointAccessType

import type { EndpointAccessType } from "https://aws-api.deno.dev/v0.3/services/s3outposts.ts?docs=full";
type EndpointAccessType = "Private" | "CustomerOwnedIp" | cmnP.UnexpectedEnumValue;

§Type

§
"Private" | "CustomerOwnedIp" | cmnP.UnexpectedEnumValue
[src]