Module Values.UpdateRouteResponseRequestSource

Updates a RouteResponse.

Sourcetype nonrec t = {
  1. apiId : string;
    (*

    The API identifier.

    *)
  2. modelSelectionExpression : SelectionExpression.t option;
    (*

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

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

    The response models for the route response.

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

    The route response parameters.

    *)
  5. routeId : string;
    (*

    The route ID.

    *)
  6. routeResponseId : string;
    (*

    The route response ID.

    *)
  7. routeResponseKey : SelectionKey.t option;
    (*

    The route response key.

    *)
}
Sourceval context_ : string
Sourceval make : ?modelSelectionExpression:??? -> ?responseModels:??? -> ?responseParameters:??? -> ?routeResponseKey:??? -> apiId:string -> routeId:string -> routeResponseId:string -> 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 string ]) 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