Values_1.ModifyTenantDatabaseResultSourceModifies an existing tenant database in a DB instance. You can change the tenant database name or the master user password. This operation is supported only for RDS for Oracle CDB instances using the multi-tenant configuration.
and t = {modifyTenantDatabaseResult : modifyTenantDatabaseResult;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| `TenantDatabaseNotFoundFault of Values_0.TenantDatabaseNotFoundFault.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
| `TenantDatabaseNotFoundFault 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
| `TenantDatabaseNotFoundFault 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 ]