Module Values_1.DeleteTenantDatabaseResultSource

Deletes a tenant database from your DB instance. This command only applies to RDS for Oracle container database (CDB) instances. You can't delete a tenant database when it is the only tenant in the DB instance.

Sourcetype deleteTenantDatabaseResult = {
  1. tenantDatabase : Values_0.TenantDatabase.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. deleteTenantDatabaseResult : deleteTenantDatabaseResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBInstanceNotFoundFault of Values_0.DBInstanceNotFoundFault.t
  2. | `DBSnapshotAlreadyExistsFault of Values_0.DBSnapshotAlreadyExistsFault.t
  3. | `InvalidDBInstanceStateFault of Values_0.InvalidDBInstanceStateFault.t
  4. | `TenantDatabaseNotFoundFault of Values_0.TenantDatabaseNotFoundFault.t
  5. | `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 | `DBSnapshotAlreadyExistsFault of unit | `InvalidDBInstanceStateFault of unit | `TenantDatabaseNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBInstanceNotFoundFault of unit | `DBSnapshotAlreadyExistsFault of unit | `InvalidDBInstanceStateFault 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