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

DisassociateFileSystemInput

import type { DisassociateFileSystemInput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";
interface DisassociateFileSystemInput {
FileSystemAssociationARN: string;
ForceDelete?: boolean | null;
}

§Properties

§
FileSystemAssociationARN: string
[src]

The Amazon Resource Name (ARN) of the file system association to be deleted.

§
ForceDelete?: boolean | null
[src]

If this value is set to true, the operation disassociates an Amazon FSx file system immediately. It ends all data uploads to the file system, and the file system association enters the FORCE_DELETING status. If this value is set to false, the Amazon FSx file system does not disassociate until all data is uploaded.