Values.UpdateRouteResponseResponseSourceUpdates a RouteResponse.
type nonrec t = {modelSelectionExpression : SelectionExpression.t option;Represents the model selection expression of a route response. Supported only for WebSocket APIs.
*)responseModels : RouteModels.t option;Represents the response models of a route response.
*)responseParameters : RouteParameters.t option;Represents the response parameters of a route response.
*)routeResponseId : Id.t option;Represents the identifier of a route response.
*)routeResponseKey : SelectionKey.t option;Represents the route response key of a route response.
*)}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
* [> `Map of
([> `String of string ]
* [> `String of StringWithLengthBetween1And128.t
| `Structure of (string * [> `Boolean of bool ]) list ])
list
| `String of SelectionExpression.t ])
list ]