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

UpdateNFSFileShareInput

import type { UpdateNFSFileShareInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/storagegateway.ts";
interface UpdateNFSFileShareInput {
CacheAttributes?: CacheAttributes | null;
ClientList?: string[] | null;
DefaultStorageClass?: string | null;
FileShareARN: string;
FileShareName?: string | null;
GuessMIMETypeEnabled?: boolean | null;
KMSEncrypted?: boolean | null;
KMSKey?: string | null;
NFSFileShareDefaults?: NFSFileShareDefaults | null;
NotificationPolicy?: string | null;
ObjectACL?: ObjectACL | null;
ReadOnly?: boolean | null;
RequesterPays?: boolean | null;
Squash?: string | null;
}

§Properties

§
CacheAttributes?: CacheAttributes | null
[src]
§
ClientList?: string[] | null
[src]
§
DefaultStorageClass?: string | null
[src]
§
FileShareARN: string
[src]
§
FileShareName?: string | null
[src]
§
GuessMIMETypeEnabled?: boolean | null
[src]
§
KMSEncrypted?: boolean | null
[src]
§
KMSKey?: string | null
[src]
§
NFSFileShareDefaults?: NFSFileShareDefaults | null
[src]
§
NotificationPolicy?: string | null
[src]
§
ObjectACL?: ObjectACL | null
[src]
§
ReadOnly?: boolean | null
[src]
§
RequesterPays?: boolean | null
[src]
§
Squash?: string | null
[src]