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

StorageClass

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

§Type

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