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

DeleteFileCacheResponse

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

§Properties

§
FileCacheId?: string | null
[src]

The ID of the cache that's being deleted.

§
Lifecycle?: FileCacheLifecycle | null
[src]

The cache lifecycle for the deletion request. If the DeleteFileCache operation is successful, this status is DELETING.