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

DeleteFileCacheRequest

import type { DeleteFileCacheRequest } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface DeleteFileCacheRequest {
ClientRequestToken?: string | null;
FileCacheId: string;
}

§Properties

§
ClientRequestToken?: string | null
[src]
§
FileCacheId: string
[src]

The ID of the cache that's being deleted.