Values.UpdateKxDatabaseRequestSourceUpdates information for the given kdb database.
type nonrec t = {environmentId : EnvironmentId.t;A unique identifier for the kdb environment.
*)databaseName : DatabaseName.t;The name of the kdb database.
*)description : Description.t option;A description of the database.
*)clientToken : ClientTokenString.t;A token that ensures idempotency. This token expires in 10 minutes.
*)}val make :
?description:??? ->
environmentId:EnvironmentId.t ->
databaseName:DatabaseName.t ->
clientToken:ClientTokenString.t ->
unit ->
t