Module Values_1.TieringOperationStatusSource
Sourcetype nonrec t = | Archival_in_progress| Archival_completed| Archival_failed| Temporary_restore_in_progress| Temporary_restore_completed| Temporary_restore_failed| Permanent_restore_in_progress| Permanent_restore_completed| Permanent_restore_failed| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]