Gets the RouteResponses for a Route.
apigatewayv2_get_route_responses(ApiId, MaxResults, NextToken, RouteId)
[required] The API identifier.
The maximum number of elements to be returned for this resource.
The next page of elements from this collection. Not valid for the last element of the collection.
[required] The route ID.
A list with the following syntax:
list( Items = list( list( ModelSelectionExpression = "string", ResponseModels = list( "string" ), ResponseParameters = list( list( Required = TRUE|FALSE ) ), RouteResponseId = "string", RouteResponseKey = "string" ) ), NextToken = "string" )
svc$get_route_responses( ApiId = "string", MaxResults = "string", NextToken = "string", RouteId = "string" )