Smaws_Client_Redshift.DescribeTableRestoreStatusLists the status of one or more table restore requests made using the RestoreTableFromClusterSnapshot API action. If you don't specify a value for the TableRestoreRequestId parameter, then DescribeTableRestoreStatus returns the status of all table restore requests ordered by the date and time of the request in ascending order. Otherwise DescribeTableRestoreStatus returns the status of the table specified by TableRestoreRequestId.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `TableRestoreNotFoundFault of Types.table_restore_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_table_restore_status_message ->
(Types.table_restore_status_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `TableRestoreNotFoundFault of Types.table_restore_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_table_restore_status_message ->
(Types.table_restore_status_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `TableRestoreNotFoundFault of Types.table_restore_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result