Smaws_Client_DynamoDB.RestoreTableFromBackup
Creates a new table from an existing backup. Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.
You can call RestoreTableFromBackup
at a maximum rate of 10 times per second.
You must manually set up the following on the restored table:
val request :
Smaws_Lib.Context.t ->
Types.restore_table_from_backup_input ->
(Types.restore_table_from_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
| `TableAlreadyExistsException of Types.table_already_exists_exception
| `TableInUseException of Types.table_in_use_exception ])
Stdlib.result