Updates a RouteResponse
Updates a RouteResponse.
apigatewayv2_update_route_response(ApiId, ModelSelectionExpression, ResponseModels, ResponseParameters, RouteId, RouteResponseId, RouteResponseKey)
ApiId |
[required] The API identifier. |
ModelSelectionExpression |
The model selection expression for the route response. Supported only for WebSocket APIs. |
ResponseModels |
The response models for the route response. |
ResponseParameters |
The route response parameters. |
RouteId |
[required] The route ID. |
RouteResponseId |
[required] The route response ID. |
RouteResponseKey |
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" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.