brows3r — TypeScript API
    Preparing search index...

    Interface RestoreStatus

    Glacier / Deep Archive restore status.

    ongoing: true while a restore job is in progress. expirySecs is set to the Unix epoch when the restored copy will expire.

    interface RestoreStatus {
        expirySecs: number | null;
        ongoing: boolean;
    }
    Index

    Properties

    Properties

    expirySecs: number | null

    Unix epoch (seconds) when the restored copy expires, once complete.

    ongoing: boolean

    true while a Glacier restore job is in progress.