Module Values.CreateRouteResponseInputSource

Represents the input parameters for an CreateRouteResponse request.

Sourcetype nonrec t = {
  1. modelSelectionExpression : SelectionExpression.t option;
    (*

    The model selection expression for the route response. Supported only for WebSocket APIs.

    *)
  2. responseModels : RouteModels.t option;
    (*

    The response models for the route response.

    *)
  3. responseParameters : RouteParameters.t option;
    (*

    The route response parameters.

    *)
  4. routeResponseKey : SelectionKey.t;
    (*

    The route response key.

    *)
}
Sourceval context_ : string
Sourceval make : ?modelSelectionExpression:??? -> ?responseModels:??? -> ?responseParameters:??? -> routeResponseKey:SelectionKey.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t