Module Values.DescribeBotReplicaRequestSource

Monitors the bot replication status through the UI console.

Sourcetype nonrec t = {
  1. botId : Id.t;
    (*

    The request for the unique bot ID of the replicated bot being monitored.

    *)
  2. replicaRegion : ReplicaRegion.t;
    (*

    The request for the region of the replicated bot being monitored.

    *)
}
Sourceval context_ : string
Sourceval make : botId:Id.t -> replicaRegion:ReplicaRegion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Id.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