Module Values.SchemaExtensionStatusSource
Sourcetype nonrec t = | Initializing| CreatingSnapshot| UpdatingSchema| Replicating| CancelInProgress| RollbackInProgress| Cancelled| Failed| Completed| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]