Module Values.DeleteRegionActionSource

Defines the information about the Amazon Web Services Region you're deleting from your replication set.

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

    The name of the Amazon Web Services Region you're deleting from the replication set.

    *)
}
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