Smaws_Client_RDS.DescribeDBClusterAutomatedBackupsDisplays backups for both current and deleted DB clusters. For example, use this operation to find details about automated backups for previously deleted clusters. Current clusters are returned for both the DescribeDBClusterAutomatedBackups and DescribeDBClusters operations.
All parameters are optional.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterAutomatedBackupNotFoundFault of
Types.db_cluster_automated_backup_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_db_cluster_automated_backups_message ->
(Types.db_cluster_automated_backup_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterAutomatedBackupNotFoundFault of
Types.db_cluster_automated_backup_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_db_cluster_automated_backups_message ->
(Types.db_cluster_automated_backup_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterAutomatedBackupNotFoundFault of
Types.db_cluster_automated_backup_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result