Updates a RouteResponse.
apigatewayv2_update_route_response(ApiId, ModelSelectionExpression,
ResponseModels, ResponseParameters, RouteId, RouteResponseId,
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 ID.
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$update_route_response( ApiId = "string", ModelSelectionExpression = "string", ResponseModels = list( "string" ), ResponseParameters = list( list( Required = TRUE|FALSE ) ), RouteId = "string", RouteResponseId = "string", RouteResponseKey = "string" )