apigateway_put_gateway_response {paws.networking} | R 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. |
[Package paws.networking version 0.9.0 Index]