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

BucketLocationConstraint

import type { BucketLocationConstraint } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
type BucketLocationConstraint =
| "EU"
| "eu-west-1"
| "us-west-1"
| "us-west-2"
| "ap-south-1"
| "ap-southeast-1"
| "ap-southeast-2"
| "ap-northeast-1"
| "sa-east-1"
| "cn-north-1"
| "eu-central-1"

§Type

§
"EU" | "eu-west-1" | "us-west-1" | "us-west-2" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "sa-east-1" | "cn-north-1" | "eu-central-1" | cmnP.UnexpectedEnumValue
[src]