Smaws_Client_RDS.DescribeDBSnapshotTenantDatabasesDescribes the tenant databases that exist in a DB snapshot. This command only applies to RDS for Oracle DB instances in the multi-tenant configuration.
You can use this command to inspect the tenant databases within a snapshot before restoring it. You can't directly interact with the tenant databases in a DB snapshot. If you restore a snapshot that was taken from DB instance using the multi-tenant configuration, you restore all its tenant databases.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBSnapshotNotFoundFault of Types.db_snapshot_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_db_snapshot_tenant_databases_message ->
(Types.db_snapshot_tenant_databases_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBSnapshotNotFoundFault of Types.db_snapshot_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_db_snapshot_tenant_databases_message ->
(Types.db_snapshot_tenant_databases_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBSnapshotNotFoundFault of Types.db_snapshot_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result