Creates a RouteResponse for a Route.
apigatewayv2_create_route_response(ApiId, ModelSelectionExpression,
ResponseModels, ResponseParameters, RouteId, RouteResponseKey)
[required] The API identifier.
The model selection expression for the route response. Supported only for WebSocket APIs.
The response models for the route response.
The route response parameters.
[required] The route ID.
[required] The route response key.
A list with the following syntax:
list( ModelSelectionExpression = "string", ResponseModels = list( "string" ), ResponseParameters = list( list( Required = TRUE|FALSE ) ), RouteResponseId = "string", RouteResponseKey = "string" )
svc$create_route_response( ApiId = "string", ModelSelectionExpression = "string", ResponseModels = list( "string" ), ResponseParameters = list( list( Required = TRUE|FALSE ) ), RouteId = "string", RouteResponseKey = "string" )