Cosmos_lwt.Databases
module type Auth_key = Cosmos.Databases_intf.Auth_key
val body_to_string : Cohttp_lwt.Body.t -> string Lwt.t
module Response_headers : sig ... end
type cosmos_error = Cosmos.Databases_core.cosmos_error =
| Timeout_error
| Connection_error
| Azure_error of int * Response_headers.t
module Database (Auth_key : Auth_key) : sig ... end