Values.RouteResponseSourceRepresents a route response.
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.
*)}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 ]