Values.BotAliasReplicaSummarySourceContains information about all the aliases replication statuses applicable for global resiliency.
type nonrec t = {botAliasId : BotAliasId.t option;The bot alias ID for all the alias bot replications.
*)botAliasReplicationStatus : BotAliasReplicationStatus.t option;The replication statuses for all the alias bot replications.
*)botVersion : BotVersion.t option;The bot version for all the alias bot replications.
*)creationDateTime : Timestamp.t option;The creation time and date for all the alias bot replications.
*)lastUpdatedDateTime : Timestamp.t option;The last time and date updated for all the alias bot replications.
*)failureReasons : FailureReasons.t option;The reasons for failure for the aliases bot replications.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of FailureReason.t ] list
| `String of BotAliasId.t
| `Timestamp of Timestamp.t ])
list ]