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

DeleteFileShareInput

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

DeleteFileShareInput

interface DeleteFileShareInput {
FileShareARN: string;
ForceDelete?: boolean | null;
}

§Properties

§
FileShareARN: string
[src]

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

§
ForceDelete?: boolean | null
[src]

If this value is set to true, the operation deletes a file share immediately and aborts all data uploads to Amazon Web Services. Otherwise, the file share is not deleted until all data is uploaded to Amazon Web Services. This process aborts the data upload process, and the file share enters the FORCE_DELETING status.

Valid Values: true | false