Values.DescribeBotReplicaResponseSourceMonitors the bot replication status through the UI console.
type nonrec t = {botId : Id.t option;The unique bot ID of the replicated bot being monitored.
*)replicaRegion : ReplicaRegion.t option;The region of the replicated bot being monitored.
*)sourceRegion : ReplicaRegion.t option;The source region of the replicated bot being monitored.
*)creationDateTime : Timestamp.t option;The creation date and time of the replicated bot being monitored.
*)botReplicaStatus : BotReplicaStatus.t option;The operational status of the replicated bot being monitored.
*)failureReasons : FailureReasons.t option;The failure reasons the bot being monitored failed to replicate.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of FailureReason.t ] list
| `String of Id.t
| `Timestamp of Timestamp.t ])
list ]