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

LustreAccessAuditLogLevel

import type { LustreAccessAuditLogLevel } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
type LustreAccessAuditLogLevel =
| "DISABLED"
| "WARN_ONLY"
| "ERROR_ONLY"
| "WARN_ERROR"

§Type

§
"DISABLED" | "WARN_ONLY" | "ERROR_ONLY" | "WARN_ERROR" | cmnP.UnexpectedEnumValue
[src]