Values.UpdateModelResponseSourceUpdates a Model.
type nonrec t = {contentType : StringWithLengthBetween1And256.t option;The content-type for the model, for example, "application/json".
*)description : StringWithLengthBetween0And1024.t option;The description of the model.
*)modelId : Id.t option;The model identifier.
*)name : StringWithLengthBetween1And128.t option;The name of the model. Must be alphanumeric.
*)schema : StringWithLengthBetween0And32K.t option;The schema for the model. For application/json models, this should be JSON schema draft 4 model.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `String of StringWithLengthBetween1And256.t ]) list ]