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.3/services/macie2.ts?docs=full";

The storage class of the S3 object. Possible values are:

type StorageClass =
| "STANDARD"
| "REDUCED_REDUNDANCY"
| "STANDARD_IA"
| "INTELLIGENT_TIERING"
| "DEEP_ARCHIVE"
| "ONEZONE_IA"
| "GLACIER"

§Type

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