Values_1.CreateTenantDatabaseResultSourceCreates a tenant database in a DB instance that uses the multi-tenant configuration. Only RDS for Oracle container database (CDB) instances are supported.
and t = {createTenantDatabaseResult : createTenantDatabaseResult;responseMetaData : responseMetaData;}type error = [ | `DBInstanceNotFoundFault of Values_0.DBInstanceNotFoundFault.t| `InvalidDBInstanceStateFault of Values_0.InvalidDBInstanceStateFault.t| `KMSKeyNotAccessibleFault of Values_0.KMSKeyNotAccessibleFault.t| `TenantDatabaseAlreadyExistsFault of
Values_0.TenantDatabaseAlreadyExistsFault.t| `TenantDatabaseQuotaExceededFault of
Values_0.TenantDatabaseQuotaExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBInstanceNotFoundFault of unit
| `InvalidDBInstanceStateFault of unit
| `KMSKeyNotAccessibleFault of unit
| `TenantDatabaseAlreadyExistsFault of unit
| `TenantDatabaseQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBInstanceNotFoundFault of unit
| `InvalidDBInstanceStateFault of unit
| `KMSKeyNotAccessibleFault of unit
| `TenantDatabaseAlreadyExistsFault of unit
| `TenantDatabaseQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of bool
| `List of
[> `Structure of
(string * [> `String of string ]) list ]
list
| `String of string
| `Structure of
(string * [> `String of string ]) list
| `Timestamp of string ])
list ])
list ])
list ]