Represents an update integration response.
See https://paws-r.github.io/docs/apigateway/update_integration_response.html for full documentation.
apigateway_update_integration_response(
restApiId,
resourceId,
httpMethod,
statusCode,
patchOperations = NULL
)
[required] The string identifier of the associated RestApi.
[required] Specifies an update integration response request's resource identifier.
[required] Specifies an update integration response request's HTTP method.
[required] Specifies an update integration response request's status code.
For more information about supported patch operations, see Patch Operations.