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

TransitionStorageClass

import type { TransitionStorageClass } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
type TransitionStorageClass =
| "GLACIER"
| "STANDARD_IA"
| "ONEZONE_IA"
| "INTELLIGENT_TIERING"
| "DEEP_ARCHIVE"
| "GLACIER_IR"

§Type

§
"GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "GLACIER_IR" | cmnP.UnexpectedEnumValue
[src]