Values.UpdateRouteResponseRequestSourceUpdates a RouteResponse.
type nonrec t = {apiId : string;The API identifier.
*)modelSelectionExpression : SelectionExpression.t option;The model selection expression for the route response. Supported only for WebSocket APIs.
*)responseModels : RouteModels.t option;The response models for the route response.
*)responseParameters : RouteParameters.t option;The route response parameters.
*)routeId : string;The route ID.
*)routeResponseId : string;The route response ID.
*)routeResponseKey : SelectionKey.t option;The route response key.
*)}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 string ])
list ]