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 batch_validation_error = Cosmos.Databases_core.batch_validation_error =
  1. | Too_many_operations of int
  2. | Mixed_patch_operations
  3. | Empty_batch
type cosmos_error = Cosmos.Databases_core.cosmos_error =
  1. | Timeout_error
  2. | Connection_error
  3. | Azure_error of int * Response_headers.t
  4. | Batch_validation_error of batch_validation_error
module Database (Auth_key : Auth_key) : sig ... end