ApiGatewayV2.RouteResponse
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-routeresponse-parameterconstraints.html
type properties = {
route_response_key : string;
response_parameters : parameter_constraints Stdlib__Map.Make(Stdlib.String).t
option;
route_id : string;
model_selection_expression : string option;
api_id : string;
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 ]
val create_attributes : string -> attributes