Values.AccessPointDescriptionSourceProvides a description of an EFS file system access point.
type nonrec t = {clientToken : ClientToken.t option;The opaque string specified in the request to ensure idempotent creation.
*)name : Name.t option;The name of the access point. This is the value of the Name tag.
*)accessPointId : AccessPointId.t option;The ID of the access point, assigned by Amazon EFS.
*)accessPointArn : AccessPointArn.t option;The unique Amazon Resource Name (ARN) associated with the access point.
*)fileSystemId : FileSystemId.t option;The ID of the EFS file system that the access point applies to.
*)posixUser : PosixUser.t option;The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
*)rootDirectory : RootDirectory.t option;The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
*)ownerId : AwsAccountId.t option;Identifies the Amazon Web Services account that owns the access point resource.
*)lifeCycleState : LifeCycleState.t option;Identifies the lifecycle phase of the access point.
*)}type nonrec error = [ | `AccessPointAlreadyExists of AccessPointAlreadyExists.t| `AccessPointLimitExceeded of AccessPointLimitExceeded.t| `BadRequest of BadRequest.t| `FileSystemNotFound of FileSystemNotFound.t| `IncorrectFileSystemLifeCycleState of IncorrectFileSystemLifeCycleState.t| `InternalServerError of InternalServerError.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessPointAlreadyExists of AccessPointAlreadyExists.t
| `AccessPointLimitExceeded of AccessPointLimitExceeded.t
| `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `IncorrectFileSystemLifeCycleState of IncorrectFileSystemLifeCycleState.t
| `InternalServerError of InternalServerError.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessPointAlreadyExists of AccessPointAlreadyExists.t
| `AccessPointLimitExceeded of AccessPointLimitExceeded.t
| `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `IncorrectFileSystemLifeCycleState of IncorrectFileSystemLifeCycleState.t
| `InternalServerError of InternalServerError.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ClientToken.t
| `Structure of
(string
* [> `List of [> `Long of Gid.t ] list
| `Long of Uid.t
| `String of Path.t
| `Structure of
(string * [> `Long of OwnerUid.t | `String of Permissions.t ])
list ])
list ])
list ]