Values.ModifyBackupAttributesRequestSourceModifies attributes for CloudHSM backup. Cross-account use: No. You cannot perform this operation on an CloudHSM backup in a different Amazon Web Services account.
type nonrec t = {backupId : BackupId.t;The identifier (ID) of the backup to modify. To find the ID of a backup, use the DescribeBackups operation.
*)neverExpires : Boolean.t;Specifies whether the service should exempt a backup from the retention policy for the cluster. True exempts a backup from the retention policy. False means the service applies the backup retention policy defined at the cluster.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of BackupId.t ]) list ]