Values.AutomatedSnapshotPauseOptionsStatusSourceThe status of automated snapshot pause options for the domain.
type nonrec t = {options : AutomatedSnapshotPauseOptions.t option;Automated snapshot pause options for the domain.
*)status : OptionStatus.t option;The current status of the automated snapshot pause options for the domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `Timestamp of Timestamp.t ])
list ])
list ]