apigatewayv2_create_route_response: Creates a RouteResponse for a Route

View source: R/apigatewayv2_operations.R

apigatewayv2_create_route_responseR Documentation

Creates a RouteResponse for a Route

Description

Creates a RouteResponse for a Route.

See https://www.paws-r-sdk.com/docs/apigatewayv2_create_route_response/ for full documentation.

Usage

apigatewayv2_create_route_response(
  ApiId,
  ModelSelectionExpression = NULL,
  ResponseModels = NULL,
  ResponseParameters = NULL,
  RouteId,
  RouteResponseKey
)

Arguments

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.

RouteResponseKey

[required] The route response key.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.