Values.UpdateRouteResponseInputSourceRepresents the input parameters for an UpdateRouteResponse request.
type nonrec t = {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.
*)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 SelectionExpression.t ])
list ]