Values.CreateRouteResponseRequestSourceCreates a new RouteResponse resource to represent a route response.
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.
*)routeResponseKey : SelectionKey.t;The route response key.
*)}val make :
?modelSelectionExpression:??? ->
?responseModels:??? ->
?responseParameters:??? ->
apiId:string ->
routeId:string ->
routeResponseKey:SelectionKey.t ->
unit ->
tval 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 ]