S3StorageClass
import type { S3StorageClass } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/s3control.ts";type S3StorageClass =
| "STANDARD"
| "STANDARD_IA"
| "ONEZONE_IA"
| "GLACIER"
| "INTELLIGENT_TIERING"
| "DEEP_ARCHIVE"
§Type
§
"STANDARD" | "STANDARD_IA" | "ONEZONE_IA" | "GLACIER" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | cmnP.UnexpectedEnumValue
[src]