Values.UpdateRouteRequestSourceUpdates a Route.
type nonrec t = {apiId : string;The API identifier.
*)apiKeyRequired : bool option;Specifies whether an API key is required for the route. Supported only for WebSocket APIs.
*)modelSelectionExpression : SelectionExpression.t option;The model selection expression for the route. Supported only for WebSocket APIs.
*)operationName : StringWithLengthBetween1And64.t option;The operation name for the route.
*)requestModels : RouteModels.t option;The request models for the route. Supported only for WebSocket APIs.
*)requestParameters : RouteParameters.t option;The request parameters for the route. Supported only for WebSocket APIs.
*)routeId : string;The route ID.
*)routeKey : SelectionKey.t option;The route key for the route.
*)routeResponseSelectionExpression : SelectionExpression.t option;The route response selection expression for the route. Supported only for WebSocket APIs.
*)target : StringWithLengthBetween1And128.t option;The target for the route.
*)}val make :
?apiKeyRequired:??? ->
?authorizationScopes:??? ->
?authorizationType:??? ->
?authorizerId:??? ->
?modelSelectionExpression:??? ->
?operationName:??? ->
?requestModels:??? ->
?requestParameters:??? ->
?routeKey:??? ->
?routeResponseSelectionExpression:??? ->
?target:??? ->
apiId:string ->
routeId:string ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of [> `String of StringWithLengthBetween1And64.t ] list
| `Map of
([> `String of string ]
* [> `String of StringWithLengthBetween1And128.t
| `Structure of (string * [> `Boolean of bool ]) list ])
list
| `String of string ])
list ]