Module Values.DeleteBotReplicaRequestSource

The action to delete the replicated bot in the secondary region.

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

    The unique ID of the replicated bot to be deleted from the secondary region

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

    The secondary region of the replicated bot that will be deleted.

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