Values.BackupPolicyDescriptionSourceReturns the backup policy for the specified EFS file system.
type nonrec t = {backupPolicy : BackupPolicy.t option;Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
*)}type nonrec error = [ | `BadRequest of BadRequest.t| `FileSystemNotFound of FileSystemNotFound.t| `InternalServerError of InternalServerError.t| `PolicyNotFound of PolicyNotFound.t| `ValidationException of ValidationException.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
| `ValidationException of ValidationException.t ]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
| `ValidationException of ValidationException.t ]