Smaws_Client_DynamoDB.DescribeBackup
Describes an existing backup of a table.
You can call DescribeBackup
at a maximum rate of 10 times per second.
val request :
Smaws_Lib.Context.t ->
Types.describe_backup_input ->
(Types.describe_backup_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `BackupNotFoundException of Types.backup_not_found_exception
| `InternalServerError of Types.internal_server_error
| `InvalidEndpointException of Types.invalid_endpoint_exception ])
Stdlib.result