Values.FileSystemPolicyDescriptionSourceReturns the FileSystemPolicy for the specified EFS file system. This operation requires permissions for the elasticfilesystem:DescribeFileSystemPolicy action.
type nonrec t = {fileSystemId : FileSystemId.t option;Specifies the EFS file system to which the FileSystemPolicy applies.
*)policy : Policy.t option;The JSON formatted FileSystemPolicy for the EFS file system.
*)}type nonrec error = [ | `BadRequest of BadRequest.t| `FileSystemNotFound of FileSystemNotFound.t| `InternalServerError of InternalServerError.t| `PolicyNotFound of PolicyNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `InternalServerError of InternalServerError.t
| `PolicyNotFound of PolicyNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `InternalServerError of InternalServerError.t
| `PolicyNotFound of PolicyNotFound.t
| `Unknown_operation_error of string * string option ]