Module ApiGatewayV2.RouteResponse

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html

type parameter_constraints = {
  1. required : bool;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-routeresponse-parameterconstraints.html

type properties = {
  1. route_response_key : string;
  2. response_parameters : parameter_constraints Stdlib__Map.Make(Stdlib.String).t option;
  3. route_id : string;
  4. model_selection_expression : string option;
  5. api_id : string;
  6. response_models : Yojson.Safe.t option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html;

val make_properties : route_response_key:string -> ?response_parameters:parameter_constraints Stdlib__Map.Make(Stdlib.String).t -> route_id:string -> ?model_selection_expression:string -> api_id:string -> ?response_models:Yojson.Safe.t -> unit -> properties
val make_parameter_constraints : required:bool -> unit -> parameter_constraints
val yojson_of_parameter_constraints : parameter_constraints -> [> `Assoc of (string * [> `Bool of bool ]) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. route_response_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string