Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
See https://paws-r.github.io/docs/apigateway/put_gateway_response.html for full documentation.
apigateway_put_gateway_response(
restApiId,
responseType,
statusCode = NULL,
responseParameters = NULL,
responseTemplates = NULL
)
[required] The string identifier of the associated RestApi.
[required] The response type of the associated GatewayResponse
The HTTP status code of the GatewayResponse.
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.