Module Values.DeleteGlobalTableWitnessGroupMemberActionSource

Specifies the action to remove a witness Region from a MRSC global table. You cannot delete a single witness from a MRSC global table - you must delete both a replica and the witness together. The deletion of both a witness and replica converts the remaining replica to a single-Region DynamoDB table.

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

    The witness Region name to be removed from the MRSC global table.

    *)
}
Sourceval context_ : string
Sourceval make : regionName:RegionName.t -> unit -> t
Sourceval to_value : t -> [> `Structure 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