/** *
The description of the point in time settings applied to the table.
*/ export interface _PointInTimeRecoveryDescription { /** *The current state of point in time recovery:
ENABLING - Point in time recovery is being enabled.
ENABLED - Point in time recovery is enabled.
DISABLED - Point in time recovery is disabled.
Specifies the earliest point in time you can restore your table to. It You can restore your table to any point in time during the last 35 days.
*/ EarliestRestorableDateTime?: Date | string | number; /** * LatestRestorableDateTime is typically 5 minutes before the current time.
Specifies the earliest point in time you can restore your table to. It You can restore your table to any point in time during the last 35 days.
*/ EarliestRestorableDateTime?: Date; /** * LatestRestorableDateTime is typically 5 minutes before the current time.