Module Values.GlobalTableWitnessDescriptionSource

Represents the properties of a witness Region in a MRSC global table.

Sourcetype nonrec t = {
  1. regionName : RegionName.t option;
    (*

    The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.

    *)
  2. witnessStatus : WitnessStatus.t option;
    (*

    The current status of the witness Region in the MRSC global table.

    *)
}
Sourceval make : ?regionName:??? -> ?witnessStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of RegionName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t