apigateway_put_gateway_response: Creates a customization of a GatewayResponse of a specified...

View source: R/apigateway_operations.R

apigateway_put_gateway_responseR Documentation

Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi

Description

Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.

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

Usage

apigateway_put_gateway_response(
  restApiId,
  responseType,
  statusCode = NULL,
  responseParameters = NULL,
  responseTemplates = NULL
)

Arguments

restApiId

[required] The string identifier of the associated RestApi.

responseType

[required] The response type of the associated GatewayResponse

statusCode

The HTTP status code of the GatewayResponse.

responseParameters

Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.

responseTemplates

Response templates of the GatewayResponse as a string-to-string map of key-value pairs.


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