Values.CancelledChangePropertySourceA property change that was cancelled for an Amazon OpenSearch Service domain.
type nonrec t = {propertyName : String_.t option;The name of the property whose change was cancelled.
*)cancelledValue : String_.t option;The pending value of the property that was cancelled. This would have been the eventual value of the property if the chance had not been cancelled.
*)activeValue : String_.t option;The current value of the property, after the change was cancelled.
*)}