AccessPointDescription
import type { AccessPointDescription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/efs.ts";interface AccessPointDescription {
AccessPointArn?: string | null;
AccessPointId?: string | null;
ClientToken?: string | null;
FileSystemId?: string | null;
LifeCycleState?: LifeCycleState | null;
Name?: string | null;
OwnerId?: string | null;
PosixUser?: PosixUser | null;
RootDirectory?: RootDirectory | null;
Tags?: Tag[] | null;
}