Values.DescribeAccessPointsResponseSourceReturns the description of a specific Amazon EFS access point if the AccessPointId is provided. If you provide an EFS FileSystemId, it returns descriptions of all access points for that file system. You can provide either an AccessPointId or a FileSystemId in the request, but not both. This operation requires permissions for the elasticfilesystem:DescribeAccessPoints action.
type nonrec t = {accessPoints : AccessPointDescriptions.t option;An array of access point descriptions.
*)nextToken : Token.t option;Present if there are more access points than returned in the response. You can use the NextMarker in the subsequent request to fetch the additional descriptions.
*)}type nonrec error = [ | `AccessPointNotFound of AccessPointNotFound.t| `BadRequest of BadRequest.t| `FileSystemNotFound of FileSystemNotFound.t| `InternalServerError of InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessPointNotFound of AccessPointNotFound.t
| `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessPointNotFound of AccessPointNotFound.t
| `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `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 ]
list
| `String of Token.t ])
list ]