Values.SnapshotOptionsStatusSourceContainer for information about a daily automated snapshot for an OpenSearch Service domain.
type nonrec t = {options : SnapshotOptions.t option;The daily snapshot options specified for the domain.
*)status : OptionStatus.t option;The status of a daily automated snapshot.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of IntegerClass.t
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]