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

FileSystemMaintenanceOperation

import type { FileSystemMaintenanceOperation } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";

An enumeration specifying the currently ongoing maintenance operation.

type FileSystemMaintenanceOperation = "PATCHING" | "BACKING_UP" | cmnP.UnexpectedEnumValue;

§Type

§
"PATCHING" | "BACKING_UP" | cmnP.UnexpectedEnumValue
[src]