Updates an existing MethodResponse resource.
See https://paws-r.github.io/docs/apigateway/update_method_response.html for full documentation.
apigateway_update_method_response(
restApiId,
resourceId,
httpMethod,
statusCode,
patchOperations = NULL
)
[required] The string identifier of the associated RestApi.
[required] The Resource identifier for the MethodResponse resource.
[required] The HTTP verb of the Method resource.
[required] The status code for the MethodResponse resource.
For more information about supported patch operations, see Patch Operations.