Module Values_1.ModifyTenantDatabaseResultSource

Modifies 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.

Sourcetype modifyTenantDatabaseResult = {
  1. tenantDatabase : Values_0.TenantDatabase.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. modifyTenantDatabaseResult : modifyTenantDatabaseResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBInstanceNotFoundFault of Values_0.DBInstanceNotFoundFault.t
  2. | `InvalidDBInstanceStateFault of Values_0.InvalidDBInstanceStateFault.t
  3. | `KMSKeyNotAccessibleFault of Values_0.KMSKeyNotAccessibleFault.t
  4. | `TenantDatabaseAlreadyExistsFault of Values_0.TenantDatabaseAlreadyExistsFault.t
  5. | `TenantDatabaseNotFoundFault of Values_0.TenantDatabaseNotFoundFault.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?tenantDatabase:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t