Values.UpdateJobShipmentStateResultSourceUpdates the state when a shipment state changes to a different state.
type nonrec error = [ | `InvalidJobStateException of InvalidJobStateException.t| `InvalidResourceException of InvalidResourceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidJobStateException of InvalidJobStateException.t
| `InvalidResourceException of InvalidResourceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidJobStateException of InvalidJobStateException.t
| `InvalidResourceException of InvalidResourceException.t
| `Unknown_operation_error of string * string option ]