Values.RegionInfoSourceInformation about a Amazon Web Services Region in your replication set.
type nonrec t = {sseKmsKeyId : SseKmsKey.t option;The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.
*)status : RegionStatus.t option;The status of the Amazon Web Services Region in the replication set.
*)statusMessage : String_.t option;Information displayed about the status of the Amazon Web Services Region.
*)statusUpdateDateTime : Timestamp.t option;The timestamp for when Incident Manager updated the status of the Amazon Web Services Region.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SseKmsKey.t
| `Timestamp of Timestamp.t ])
list ]