apigateway_get_gateway_responses: Gets the GatewayResponses collection on the given RestApi

View source: R/apigateway_operations.R

apigateway_get_gateway_responsesR Documentation

Gets the GatewayResponses collection on the given RestApi

Description

Gets the GatewayResponses collection on the given RestApi. If an API developer has not added any definitions for gateway responses, the result will be the API Gateway-generated default GatewayResponses collection for the supported response types.

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

Usage

apigateway_get_gateway_responses(restApiId, position = NULL, limit = NULL)

Arguments

restApiId

[required] The string identifier of the associated RestApi.

position

The current pagination position in the paged result set. The GatewayResponse collection does not support pagination and the position does not apply here.

limit

The maximum number of returned results per page. The default value is 25 and the maximum value is 500. The GatewayResponses collection does not support pagination and the limit does not apply here.


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