TableName. ListBackups returns a paginated list of results with at most 1 MB worth of items in a page. You can also specify a maximum number of entries to be returned in a page.ListBackups a maximum of five times per second.curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"TableName": "string",
"Limit": 0,
"TimeRangeLowerBound": "string",
"TimeRangeUpperBound": "string",
"ExclusiveStartBackupArn": "string",
"BackupType": "USER"
}'{
"BackupSummaries": [],
"LastEvaluatedBackupArn": "string"
}