Values.UpdateAccountSettingsRequestSourceUpdates the value of the DeletionProtection parameter.
type nonrec t = {deletionProtection : DeletionProtectionSettings.t option;A parameter to configure deletion protection. Deletion protection prevents a user from deleting a configuration profile or an environment if AppConfig has called either GetLatestConfiguration or for the configuration profile or from the environment during the specified interval. The default interval for ProtectionPeriodInMinutes is 60.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of DeletionProtectionDuration.t ])
list ])
list ]