Module 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 =
  1. | Timeout_error
  2. | Connection_error
  3. | Azure_error of int * Response_headers.t
module Database (Auth_key : Auth_key) : sig ... end