UpdateContinuousBackups enables or disables point in time recovery for the specified table
Source:R/dynamodb_operations.R
dynamodb_update_continuous_backups.Rdupdate_continuous_backups enables or disables point in time recovery for the specified table. A successful update_continuous_backups call returns the current ContinuousBackupsDescription. Continuous backups are ENABLED on all tables at table creation. If point in time recovery is enabled, PointInTimeRecoveryStatus will be set to ENABLED.
See https://www.paws-r-sdk.com/docs/dynamodb_update_continuous_backups/ for full documentation.