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

UpdateFileCacheRequest

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

§Properties

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

The ID of the cache that you are updating.

§
LustreConfiguration?: UpdateFileCacheLustreConfiguration | null
[src]

The configuration updates for an Amazon File Cache resource.