Values.AwsRdsDbStatusInfoSourceInformation about the status of a read replica.
type nonrec t = {statusType : NonEmptyString.t option;The type of status. For a read replica, the status type is read replication.
*)normal : Boolean.t option;Whether the read replica instance is operating normally.
*)status : NonEmptyString.t option;The status of the read replica instance.
*)message : NonEmptyString.t option;If the read replica is currently in an error state, provides the error details.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]