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

UpdateFileSystemAssociationInput

import type { UpdateFileSystemAssociationInput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";
interface UpdateFileSystemAssociationInput {
AuditDestinationARN?: string | null;
CacheAttributes?: CacheAttributes | null;
FileSystemAssociationARN: string;
Password?: string | null;
UserName?: string | null;
}

§Properties

§
AuditDestinationARN?: string | null
[src]

The Amazon Resource Name (ARN) of the storage used for the audit logs.

§
CacheAttributes?: CacheAttributes | null
[src]
§
FileSystemAssociationARN: string
[src]

The Amazon Resource Name (ARN) of the file system association that you want to update.

§
Password?: string | null
[src]

The password of the user credential.

§
UserName?: string | null
[src]

The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.