Module Smaws_Client_DynamoDB.DeleteBackup

Deletes an existing backup of a table.

You can call DeleteBackup at a maximum rate of 10 times per second.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `BackupInUseException of Types.backup_in_use_exception | `BackupNotFoundException of Types.backup_not_found_exception | `InternalServerError of Types.internal_server_error | `InvalidEndpointException of Types.invalid_endpoint_exception | `LimitExceededException of Types.limit_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_backup_input -> (Types.delete_backup_output, [> Smaws_Lib.Protocols.AwsJson.error | `BackupInUseException of Types.backup_in_use_exception | `BackupNotFoundException of Types.backup_not_found_exception | `InternalServerError of Types.internal_server_error | `InvalidEndpointException of Types.invalid_endpoint_exception | `LimitExceededException of Types.limit_exceeded_exception ]) Stdlib.result