Values.PutBackupPolicyRequestSourceUpdates the file system's backup policy. Use this action to start or stop automatic backups of the file system.
type nonrec t = {fileSystemId : FileSystemId.t;Specifies which EFS file system to update the backup policy for.
*)backupPolicy : BackupPolicy.t;The backup policy included in the PutBackupPolicy request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of FileSystemId.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]