import { BrowserHttpOptions as __HttpOptions__ } from '@aws-sdk/types'; import * as __aws_sdk_types from '@aws-sdk/types'; /** * ListBackupsInput shape */ export interface ListBackupsInput { /** *
The backups from the table specified by TableName are listed.
Maximum number of backups to return at once.
*/ Limit?: number; /** *Only backups created after this time are listed. TimeRangeLowerBound is inclusive.
Only backups created before this time are listed. TimeRangeUpperBound is exclusive.
LastEvaluatedBackupArn is the ARN of the backup last evaluated when the current page of results was returned, inclusive of the current page of results. This value may be specified as the ExclusiveStartBackupArn of a new ListBackups operation in order to fetch the next page of results.
The backups from the table specified by BackupType are listed.
Where BackupType can be:
USER - On-demand backup created by you.
SYSTEM - On-demand backup automatically created by DynamoDB.
ALL - All types of on-demand backups (USER and SYSTEM).