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

InventoryOptionalField

import type { InventoryOptionalField } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
type InventoryOptionalField =
| "Size"
| "LastModifiedDate"
| "StorageClass"
| "ETag"
| "IsMultipartUploaded"
| "ReplicationStatus"
| "EncryptionStatus"
| "ObjectLockRetainUntilDate"
| "ObjectLockMode"
| "ObjectLockLegalHoldStatus"
| "IntelligentTieringAccessTier"
| "BucketKeyStatus"
| "ChecksumAlgorithm"

§Type

§
"Size" | "LastModifiedDate" | "StorageClass" | "ETag" | "IsMultipartUploaded" | "ReplicationStatus" | "EncryptionStatus" | "ObjectLockRetainUntilDate" | "ObjectLockMode" | "ObjectLockLegalHoldStatus" | "IntelligentTieringAccessTier" | "BucketKeyStatus" | "ChecksumAlgorithm" | cmnP.UnexpectedEnumValue
[src]