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]