Values.CreateKxDatabaseRequestSourceCreates a new kdb database in the environment.
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:??? ->
?tags:??? ->
environmentId:EnvironmentId.t ->
databaseName:DatabaseName.t ->
clientToken:ClientTokenString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of EnvironmentId.t ])
list ]