Values.LockRuleRequestSourceLocks a Region-level retention rule. A locked retention rule can't be modified or deleted. You can't lock tag-level retention rules, or Region-level retention rules that have exclusion tags.
type nonrec t = {identifier : RuleIdentifier.t;The unique ID of the retention rule.
*)lockConfiguration : LockConfiguration.t;Information about the retention rule lock configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of RuleIdentifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `Integer of UnlockDelayValue.t ])
list ])
list ])
list ]